/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  font: 400 14px/2.0 "nimbus-sans", Helvetica, Arial, sans-serif;
  background: white;
  color: #363636;
  box-sizing: border-box; }

strong {
  font-weight: bold; }

a {
  color: white;
  text-decoration: none; }

#mediaQueryDetector {
  width: 320px; }
  @media only screen and (min-width: 641px) {
    #mediaQueryDetector {
      width: 640px; } }
  @media only screen and (min-width: 1025px) {
    #mediaQueryDetector {
      width: 1024px; } }

.noFlick {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.responsive {
  max-width: 640px;
  margin: 0 auto; }
  @media only screen and (min-width: 641px) {
    .responsive {
      max-width: 700px; } }
  @media only screen and (min-width: 1025px) {
    .responsive {
      max-width: 950px; } }
  @media only screen and (min-width: 641px) {
    .responsive.large {
      max-width: 1024px; } }
  @media only screen and (min-width: 1025px) {
    .responsive.large {
      max-width: 1500px; } }

.slider {
  overflow: hidden;
  width: 100%; }

.slider ul {
  position: relative;
  font-size: 0px;
  list-style: none;
  padding: 0;
  z-index: 2; }

.slider li {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.sliderNav {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px; }
  .sliderNav a {
    display: inline-block;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: white;
    border: solid 1px white; }
    @media only screen and (min-width: 1025px) {
      .sliderNav a {
        height: 12px;
        width: 12px;
        border: solid 1px white; } }
  .sliderNav a.on {
    height: 10px;
    width: 10px;
    border: solid 1px white;
    background-color: transparent; }
    @media only screen and (min-width: 1025px) {
      .sliderNav a.on {
        height: 12px;
        width: 12px;
        border: solid 1px white; } }

.arrowsContainer {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: none; }
  .arrowsContainer.home {
    max-width: none; }
  .arrowsContainer.work {
    display: block; }
  @media only screen and (min-width: 1025px) {
    .arrowsContainer {
      display: block; } }

.arrow {
  position: absolute;
  height: 100%;
  background: transparent no-repeat center center;
  overflow: hidden;
  width: 40px;
  top: 0;
  z-index: 100;
  background-position: center 50%;
  background-size: 17px 23px; }
  .arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }
  @media only screen and (min-width: 641px) {
    .arrow {
      background-position: center 50%;
      background-size: 30px 40px; } }
  .arrow:hover {
    opacity: 0.5; }

.arrow.disabled {
  opacity: 0.2; }

.arrow.prev {
  left: 0px; }
  @media only screen and (min-width: 641px) {
    .arrow.prev {
      left: 10px; } }
  @media only screen and (min-width: 641px) {
    .arrow.prev.standard {
      left: 25px;
      background-size: 26px 38px;
      background-image: url("../images/desktop/arrow-back-white.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.prev.standard {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-back-white@2x.png");
      background-size: 26px 38px; } }

  .arrow.prev.light {
    background-image: url("../images/mobile/mob-arrow-pageturner-back-white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .arrow.prev.light {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/mobile/mob-arrow-pageturner-back-white@2x.png");
        background-size: 17px 23px; } }
    @media only screen and (min-width: 641px) {
      .arrow.prev.light {
        background-image: url("../images/desktop/arrow-pageturner-back-white.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.prev.light {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-back-white@2x.png");
      background-size: 30px 40px; } }

  .arrow.prev.dark {
    background-image: url("../images/mobile/mob-arrow-pageturner-back-grey.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .arrow.prev.dark {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/mobile/mob-arrow-pageturner-back-grey@2x.png");
        background-size: 17px 23px; } }
    @media only screen and (min-width: 641px) {
      .arrow.prev.dark {
        background-image: url("../images/desktop/arrow-pageturner-back-grey.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.prev.dark {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-back-grey@2x.png");
      background-size: 30px 40px; } }

.arrow.next {
  right: 0px; }
  @media only screen and (min-width: 641px) {
    .arrow.next {
      right: 10px; } }
  @media only screen and (min-width: 641px) {
    .arrow.next.standard {
      right: 25px;
      background-size: 26px 38px;
      background-image: url("../images/desktop/arrow-next-white.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.next.standard {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-next-white@2x.png");
      background-size: 26px 38px; } }

  .arrow.next.light {
    background-image: url("../images/mobile/mob-arrow-pageturner-next-white.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .arrow.next.light {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/mobile/mob-arrow-pageturner-next-white@2x.png");
        background-size: 17px 23px; } }
    @media only screen and (min-width: 641px) {
      .arrow.next.light {
        background-image: url("../images/desktop/arrow-pageturner-next-white.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.next.light {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-next-white@2x.png");
      background-size: 30px 40px; } }

  .arrow.next.dark {
    background-image: url("../images/mobile/mob-arrow-pageturner-next-grey.png"); }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .arrow.next.dark {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/mobile/mob-arrow-pageturner-next-grey@2x.png");
        background-size: 17px 23px; } }
    @media only screen and (min-width: 641px) {
      .arrow.next.dark {
        background-image: url("../images/desktop/arrow-pageturner-next-grey.png"); } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    .arrow.next.dark {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-next-grey@2x.png");
      background-size: 30px 40px; } }

a.button {
  display: block;
  font-family: "adelle", serif;
  width: 208px;
  font-size: 16px;
  line-height: 50px;
  border: solid 1px white;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 11;
  color: white;
  background-color: transparent; }
  a.button:hover {
    color: #363636;
    background-color: white; }
  @media only screen and (min-width: 641px) {
    a.button {
      width: 255px;
      font-size: 20px;
      line-height: 60px; } }

.socialButtons {
  font-size: 0;
  text-align: center;
  padding: 35px 0; }
  @media only screen and (min-width: 641px) {
    .socialButtons {
      padding: 50px 0; } }
  .socialButtons a {
    display: inline-block;
    width: 60px;
    height: 60px; }
    .socialButtons a:hover {
      opacity: 0.5; }
    @media only screen and (min-width: 641px) {
      .socialButtons a {
        margin: 0 5px; } }
    .socialButtons a.facebook {
      background: url("../images/desktop/facebook.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .socialButtons a.facebook {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/desktop/facebook@2x.png");
          background-size: 60px 60px; } }
    .socialButtons a.twitter {
      background: url("../images/desktop/twitter.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .socialButtons a.twitter {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/desktop/twitter@2x.png");
          background-size: 60px 60px; } }
    .socialButtons a.googleplus {
      background: url("../images/desktop/google_plus.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        .socialButtons a.googleplus {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/desktop/google_plus@2x.png");
          background-size: 60px 60px; } }
  .socialButtons .message {
    font-size: 16px;
    font-weight: 700; }
    .socialButtons .message span {
      border-bottom: solid 2px #cfcfcf; }

.errorContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("../images/desktop/bg-404.jpg") no-repeat center center;
  background-size: contain;
  display: table;
  font-size: 18px;
  line-height: 25px;
  color: #636363; }
  .errorContainer strong {
    color: #363636;
    font-weight: 700; }
  .errorContainer p {
    margin-bottom: 15px; }
  .errorContainer a {
    color: #363636;
    font-weight: 700; }
    .errorContainer a span {
      border-bottom: solid 2px #ccc; }
  @media only screen and (min-width: 641px) {
    .errorContainer {
      max-width: 520px;
      background-size: contain;
      left: 50%;
      margin-left: -260px; } }
  .errorContainer .vert {
    display: table-cell;
    vertical-align: middle; }

nav {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  color: #b7b7b7;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 1000; }
  nav.availables {
    background: transparent; }
  @media only screen and (min-width: 641px) {
    nav {
      text-align: right;
      padding-right: 20px; }
      nav.availables {
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center; } }
  @media only screen and (min-width: 1025px) {
    nav {
      padding-right: 0px; } }
  nav a {
    font-size: 16px;
    line-height: 50px;
    margin: 0 14px;
    color: #7d7d7d; }
    @media only screen and (min-width: 1025px) {
      nav a.top {
        padding-right: 12px;
        background: url("../images/desktop/tinyarrow-grey.png") no-repeat center right; } }
  @media only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    nav a.top {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/tinyarrow-grey@2x.png");
      background-size: 12px 10px; } }

    nav a.on {
      color: white; }
      nav a.on span {
        border-bottom: solid 2px #909090; }
      @media only screen and (min-width: 1025px) {
        nav a.on.top {
          padding-right: 12px;
          background: url("../images/desktop/tinyarrow-white.png") no-repeat center right; } }
  @media only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    nav a.on.top {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/tinyarrow-white@2x.png");
      background-size: 12px 10px; } }

    nav a.logo {
      float: left;
      margin-left: 50px;
      display: none;
      width: 150px;
      height: 50px;
      background: url("../images/desktop/driscoll.png") no-repeat center center;
      overflow: hidden; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav a.logo {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/desktop/driscoll@2x.png");
          background-size: 150px 22px; } }
      nav a.logo:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      nav a.logo.available {
        float: none;
        margin: 0 auto;
        display: block; }
      nav a.logo.dark {
        background: url("../images/desktop/driscoll-availables.png") no-repeat center center; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          nav a.logo.dark {
            /* on retina, use image that's scaled by 2 */
            background-image: url("../images/desktop/driscoll-availables@2x.png");
            background-size: 150px 22px; } }
      @media only screen and (min-width: 641px) {
        nav a.logo {
          display: block; } }
    nav a.last {
      margin-right: 0px; }
  nav .menu {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top; }
    nav .menu:hover {
      cursor: pointer; }
      nav .menu:hover a.top {
        color: white; }
        @media only screen and (min-width: 1025px) {
          nav .menu:hover a.top {
            padding-right: 12px;
            background: url("../images/desktop/tinyarrow-white.png") no-repeat center right; } }
  @media only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    nav .menu:hover a.top {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/tinyarrow-white@2x.png");
      background-size: 12px 10px; } }

  nav div.drawer {
    position: absolute;
    width: 135px;
    z-index: 201;
    top: 44px;
    display: none; }
    nav div.drawer.work {
      left: -34px; }
      nav div.drawer.work a:hover, nav div.drawer.work a.on {
        color: #f55454; }
        nav div.drawer.work a:hover span, nav div.drawer.work a.on span {
          border-bottom: solid 2px #fddddd; }
    nav div.drawer.about {
      left: -31px; }
      nav div.drawer.about a:hover, nav div.drawer.about a.on {
        color: #1b9cd7; }
        nav div.drawer.about a:hover span, nav div.drawer.about a.on span {
          border-bottom: solid 2px #d1ebf7; }
    nav div.drawer.projects {
      left: -60px;
      width: 210px; }
      nav div.drawer.projects a:hover, nav div.drawer.projects a.on {
        color: #15d280; }
        nav div.drawer.projects a:hover span, nav div.drawer.projects a.on span {
          border-bottom: solid 2px #d0f6e6; }
    nav div.drawer .drawerArrow {
      position: absolute;
      width: 100%;
      height: 10px;
      top: 2px;
      left: 0;
      background: url("../images/mobile/drawerArrow.png") no-repeat top center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        nav div.drawer .drawerArrow {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/mobile/drawerArrow@2x.png");
          background-size: 136px 9px; } }
    nav div.drawer .drawerContainer {
      background: white;
      border: solid 1px #c2c2c2;
      padding: 17px;
      margin-top: 10px; }
      nav div.drawer .drawerContainer a {
        font-size: 16px;
        line-height: 32px;
        margin: 0;
        display: block;
        color: #363636; }

section.promos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  section.promos .slider {
    width: 100%;
    height: 100%; }
    section.promos .slider ul {
      height: 100%; }
      section.promos .slider ul li {
        width: 100%;
        height: 100%; }
        section.promos .slider ul li .promoContainer {
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
        section.promos .slider ul li .promoDetails {
          font-size: 16px;
          margin: 0 auto;
          max-width: 970px;
          text-align: center;
          height: 100%;
          display: table;
          color: white;
          position: relative;
          z-index: 802;
          backface-visibility: hidden; }
          section.promos .slider ul li .promoDetails .promoDetailsCell {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px; }
          section.promos .slider ul li .promoDetails h3 {
            font-family: "adelle", serif;
            font-style: italic;
            font-size: 22px;
            margin-bottom: 0px; }
            @media only screen and (min-width: 641px) {
              section.promos .slider ul li .promoDetails h3 {
                font-size: 26px; } }
            @media only screen and (min-width: 1025px) {
              section.promos .slider ul li .promoDetails h3 {
                font-size: 30px; } }
          section.promos .slider ul li .promoDetails h2 {
            font-size: 50px;
            line-height: 60px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 34px; }
            @media only screen and (min-width: 641px) {
              section.promos .slider ul li .promoDetails h2 {
                font-size: 110px;
                line-height: 90px;
                margin-bottom: 70px;
                max-width: 540px; } }
            @media only screen and (min-width: 1025px) {
              section.promos .slider ul li .promoDetails h2 {
                line-height: 110px;
                margin-bottom: 55px;
                max-width: none; } }
          section.promos .slider ul li .promoDetails a {
            display: block;
            font-family: "adelle", serif;
            width: 208px;
            font-size: 18px;
            line-height: 50px;
            border: solid 1px white;
            margin: 0 auto;
            border-radius: 3px;
            background-color: transparent;
            color: white; }
            section.promos .slider ul li .promoDetails a:hover {
              background-color: white;
              color: #363636; }
            @media only screen and (min-width: 641px) {
              section.promos .slider ul li .promoDetails a {
                width: 255px;
                font-size: 20px;
                line-height: 60px; } }
          section.promos .slider ul li .promoDetails h4 {
            font-family: "adelle", serif;
            font-size: 22px;
            line-height: 25px;
            margin-top: 34px; }
            @media only screen and (min-width: 641px) {
              section.promos .slider ul li .promoDetails h4 {
                font-size: 30px;
                line-height: 45px;
                margin: 60px auto 0 auto;
                max-width: 600px; } }
            @media only screen and (min-width: 1025px) {
              section.promos .slider ul li .promoDetails h4 {
                max-width: 820px; } }

section.work {
  position: relative;
  z-index: 10;
  color: #363636; }
  section.work .painting {
    position: relative;
    width: 100%;
    height: 380px;
    z-index: 3;
    overflow: hidden; }
    @media only screen and (min-width: 641px) {
      section.work .painting {
        height: 840px; } }
    @media only screen and (min-width: 1025px) {
      section.work .painting {
        background: none !important;
        height: 940px; }
        section.work .painting.project {
          background: none; } }
    section.work .painting .page {
      position: absolute;
      bottom: 10px;
      width: 100px;
      text-align: center;
      left: 50%;
      margin-left: -50px;
      color: white;
      font-weight: 400;
      font-size: 14px;
      line-height: 25px;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.95); }
      @media only screen and (min-width: 641px) {
        section.work .painting .page {
          font-size: 16px;
          line-height: 25px; } }
      @media only screen and (min-width: 1025px) {
        section.work .painting .page {
          font-size: 16px;
          line-height: 25px; } }
    section.work .painting h3 {
      font-family: "adelle", serif;
      color: white;
      text-align: center;
      position: absolute;
      bottom: 30px;
      width: 100%;
      font-size: 14px;
      line-height: 25px;
      text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6), 1px 1px 1px rgba(0, 0, 0, 0.95); }
      @media only screen and (min-width: 641px) {
        section.work .painting h3 {
          font-size: 18px;
          line-height: 25px;
          bottom: 36px; } }
      @media only screen and (min-width: 1025px) {
        section.work .painting h3 {
          font-size: 18px;
          line-height: 25px; } }
    section.work .painting img {
      opacity: 0;
      width: 100%;
      height: auto; }
    section.work .painting.static {
      background: white;
      height: auto;
      text-align: center;
      padding: 60px 0 0; }
      @media only screen and (min-width: 641px) {
        section.work .painting.static {
          padding: 90px 0 0; } }
      @media only screen and (min-width: 1025px) {
        section.work .painting.static {
          padding: 100px 0 0; } }
      section.work .painting.static img {
        margin: 0 auto;
        opacity: 1;
        width: 100%;
        max-width: 800px;
        display: block; }
      section.work .painting.static .arrow {
        background-position: center 40%; }
      @media only screen and (min-width: 1025px) {
        section.work .painting.static .arrow.prev {
          background-image: url("../images/desktop/arrow-pageturner-back-grey.png"); } }
  @media only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    section.work .painting.static .arrow.prev {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-back-grey@2x.png");
      background-size: 30px 40px; } }
      @media only screen and (min-width: 1025px) {
        section.work .painting.static .arrow.next {
          background-image: url("../images/desktop/arrow-pageturner-next-grey.png"); } }
  @media only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    section.work .painting.static .arrow.next {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/arrow-pageturner-next-grey@2x.png");
      background-size: 30px 40px; } }

  section.work .paintingBody {
    background: white;
    padding: 10px 0; }
    @media only screen and (min-width: 641px) {
      section.work .paintingBody {
        padding: 15px 0; } }
    @media only screen and (min-width: 641px) {
      section.work .paintingBody.project {
        padding: 25px 0; } }
    section.work .paintingBody h2 {
      font-family: "adelle", serif;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 16px;
      padding: 0 20px; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody h2 {
          padding: 0 80px; } }
    section.work .paintingBody h3 {
      font-size: 14px;
      line-height: 25px;
      text-align: center;
      padding: 0 20px;
      font-weight: 700; }
      section.work .paintingBody h3 em {
        font-style: italic; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody h3 {
          font-size: 16px;
          line-height: 25px;
          padding: 0; } }
    section.work .paintingBody h4 {
      font-size: 14px;
      line-height: 25px;
      font-weight: 300;
      color: #636363;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 20px; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody h4 {
          padding: 0;
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 50px; } }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody h4 {
          margin-bottom: 70px; } }
    section.work .paintingBody .price {
      font-weight: 700;
      text-align: center;
      margin-bottom: 10px;
      padding: 0 20px; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody .price {
          padding: 0;
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody .price {
          font-size: 25px;
          line-height: 35px;
          margin-bottom: 20px; } }
    section.work .paintingBody .galleryContact {
      width: 80%;
      margin: 30px auto;
      max-width: 450px;
      padding: 14px;
      text-align: center;
      color: white;
      background-color: #363636; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody .galleryContact {
          padding: 20px; } }
      section.work .paintingBody .galleryContact h3 {
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (min-width: 641px) {
          section.work .paintingBody .galleryContact h3 {
            font-size: 25px;
            line-height: 35px; } }
      section.work .paintingBody .galleryContact h4 {
        margin-bottom: 0px;
        color: white;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (min-width: 641px) {
          section.work .paintingBody .galleryContact h4 {
            font-size: 16px;
            line-height: 25px; } }
      section.work .paintingBody .galleryContact a {
        color: #fab526;
        font-size: 14px;
        line-height: 20px;
        display: block; }
        @media only screen and (min-width: 641px) {
          section.work .paintingBody .galleryContact a {
            font-size: 16px;
            line-height: 25px; } }
    section.work .paintingBody .detailsContainer {
      margin-bottom: 70px; }
    section.work .paintingBody .description p {
      font-size: 18px;
      line-height: 25px;
      font-weight: 400;
      margin-bottom: 15px;
      padding: 0 20px; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody .description p {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody .description p {
          padding: 0; } }
    section.work .paintingBody.project .description {
      margin-bottom: 40px; }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody.project .description {
          padding: 0px 80px; } }
    section.work .paintingBody .imageContainer {
      padding: 0px 18px 40px; }
      @media only screen and (min-width: 641px) {
        section.work .paintingBody .imageContainer {
          padding: 0px; } }
      @media only screen and (min-width: 1025px) {
        section.work .paintingBody .imageContainer {
          padding: 0px; } }
      section.work .paintingBody .imageContainer .imageBox {
        margin-bottom: 10px; }
        @media only screen and (min-width: 641px) {
          section.work .paintingBody .imageContainer .imageBox {
            margin-bottom: 30px; } }
        section.work .paintingBody .imageContainer .imageBox .imageBoxContainer {
          background: white;
          border: solid 1px #d7d7d7;
          padding: 5px;
          max-width: 400px;
          margin: 0 auto;
          font-size: 0; }
          @media only screen and (min-width: 641px) {
            section.work .paintingBody .imageContainer .imageBox .imageBoxContainer {
              max-width: none; } }
          section.work .paintingBody .imageContainer .imageBox .imageBoxContainer img {
            width: 100%;
            height: auto;
            margin-bottom: 0; }
        section.work .paintingBody .imageContainer .imageBox .caption {
          padding: 10px;
          text-align: center;
          font-size: 13px;
          line-height: 15px;
          color: #707070; }
          @media only screen and (min-width: 641px) {
            section.work .paintingBody .imageContainer .imageBox .caption {
              padding: 10px;
              font-size: 14px;
              line-height: 25px; } }
          section.work .paintingBody .imageContainer .imageBox .caption strong {
            color: #363636;
            font-weight: 700; }
    section.work .paintingBody img.full {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 70px;
      max-width: 800px; }
    section.work .paintingBody h5 {
      font-size: 14px;
      line-height: 25px;
      font-weight: 300;
      color: #707070;
      text-align: center; }
  section.work .pageButtons {
    background: #f0f0f0;
    padding: 0px; }
    @media only screen and (min-width: 641px) {
      section.work .pageButtons {
        padding: 60px 30px 60px; } }
    section.work .pageButtons h2 {
      font-family: "adelle", serif;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 16px;
      text-align: center; }
      @media only screen and (min-width: 641px) {
        section.work .pageButtons h2 {
          font-size: 42px;
          line-height: 55px; } }
    section.work .pageButtons .navButtonContainer {
      font-size: 0;
      margin-top: 0px; }
  section.work .mailingList {
    padding: 70px 30px 96px;
    color: white;
    text-align: center;
    background: url("../images/mobile/bg-mailing_list.jpg") no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 641px) {
      section.work .mailingList {
        padding: 138px 30px;
        background: url("../images/desktop/bg-mailing_list.jpg") no-repeat;
        background-size: cover; } }
    section.work .mailingList h2 {
      font-family: "adelle", serif;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 24px; }
      @media only screen and (min-width: 641px) {
        section.work .mailingList h2 {
          font-size: 42px;
          line-height: 55px; } }
    section.work .mailingList p {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 36px; }
      @media only screen and (min-width: 641px) {
        section.work .mailingList p {
          font-size: 30px;
          line-height: 40px; } }
    section.work .mailingList .mailchimp {
      overflow: hidden;
      background: url("../images/desktop/mailchimp.png") no-repeat;
      width: 88px;
      height: 24px;
      margin: 18px auto 0; }
      section.work .mailingList .mailchimp:before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        section.work .mailingList .mailchimp {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/desktop/mailchimp@2x.png");
          background-size: 88px 24px; } }
      @media only screen and (min-width: 641px) {
        section.work .mailingList .mailchimp {
          margin: 28px auto 0; } }
  section.work .paintingDetail {
    height: 615px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3; }
    @media only screen and (min-width: 641px) {
      section.work .paintingDetail {
        height: 800px; } }
    @media only screen and (min-width: 1025px) {
      section.work .paintingDetail {
        height: 800px; } }

.topImageContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  z-index: 1; }
  @media only screen and (min-width: 641px) {
    .topImageContainer {
      height: 800px; } }
  @media only screen and (min-width: 1025px) {
    .topImageContainer {
      position: fixed; } }
  .topImageContainer .responsive {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px; }
    @media only screen and (min-width: 641px) {
      .topImageContainer .responsive {
        height: 840px; } }
    @media only screen and (min-width: 1025px) {
      .topImageContainer .responsive {
        height: 940px;
        max-width: 1500px; } }

section.passwordPage {
  color: white;
  padding: 80px 30px 30px; }
  @media only screen and (min-width: 641px) {
    section.passwordPage {
      padding: 160px 30px; } }
  section.passwordPage .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/mobile/bg-availables.jpg") no-repeat center top;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 5; }
    @media only screen and (min-width: 641px) {
      section.passwordPage .bg {
        background: url("../images/desktop/bg-availables.jpg") no-repeat center top;
        background-size: cover; } }
  section.passwordPage form {
    position: relative;
    z-index: 6; }
  section.passwordPage .logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 50px;
    background: url("../images/desktop/driscoll.png") no-repeat center center;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      section.passwordPage .logo {
        /* on retina, use image that's scaled by 2 */
        background-image: url("../images/desktop/driscoll@2x.png");
        background-size: 150px 22px; } }
    section.passwordPage .logo:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
  section.passwordPage h2 {
    font-family: "adelle", serif;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 28px; }
    @media only screen and (min-width: 641px) {
      section.passwordPage h2 {
        font-size: 30px;
        line-height: 40px; } }
  section.passwordPage input[type="password"], section.passwordPage input[type="submit"] {
    display: block;
    font-family: "adelle", serif;
    width: 208px;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px white;
    background-color: white;
    margin: 0 auto 15px;
    border-radius: 3px;
    padding: 0 20px; }
    @media only screen and (min-width: 641px) {
      section.passwordPage input[type="password"], section.passwordPage input[type="submit"] {
        width: 255px;
        font-size: 20px;
        line-height: 60px; } }
  section.passwordPage input[type="submit"] {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    section.passwordPage input[type="submit"]:hover {
      opacity: 0.5; }
  section.passwordPage h4 {
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 25px; }

section.about {
  position: relative;
  z-index: 10;
  color: #363636; }
  section.about .steve {
    position: relative;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    color: white;
    padding: 0 30px 50px; }
    @media only screen and (min-width: 641px) {
      section.about .steve {
        padding: 0 50px 100px; } }
    @media only screen and (min-width: 1025px) {
      section.about .steve {
        padding: 0 0 100px; } }
    section.about .steve a.presskitButton:hover .presskit {
      background-color: rgba(68, 246, 168, 0.5); }
    section.about .steve .description {
      margin-top: 188px;
      font-family: "adelle", serif;
      font-size: 20px;
      line-height: 27px; }
      @media only screen and (min-width: 641px) {
        section.about .steve .description {
          margin-top: 380px;
          font-size: 30px;
          line-height: 45px; } }
      section.about .steve .description p {
        margin: 20px 0; }
    section.about .steve .presskit {
      display: inline-block;
      width: 260px;
      background: #44f6a8 url("../images/mobile/mob-epk-file.png") no-repeat 27px 34px;
      padding: 32px 0px 42px 100px;
      font-size: 12px;
      line-height: 17px;
      margin-top: 30px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        section.about .steve .presskit {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/mobile/mob-epk-file@2x.png");
          background-size: 56px 71px; } }
      @media only screen and (min-width: 641px) {
        section.about .steve .presskit {
          background: #44f6a8 url("../images/desktop/epk-file.png") no-repeat 65px 72px;
          font-size: 20px;
          line-height: 30px;
          padding: 64px 74px 100px 200px;
          margin-top: 70px;
          width: 495px; } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    section.about .steve .presskit {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/epk-file@2x.png");
      background-size: 100px 125px; } }

      section.about .steve .presskit h2 {
        font-family: "adelle", serif;
        font-size: 19px;
        line-height: 24px; }
        @media only screen and (min-width: 641px) {
          section.about .steve .presskit h2 {
            font-size: 35px;
            line-height: 50px; } }
  section.about .cv {
    color: #363636;
    padding: 30px 30px 120px;
    position: relative;
    z-index: 5;
    background: #f4f4f4; }
    @media only screen and (min-width: 641px) {
      section.about .cv {
        padding: 60px 50px 200px; } }
    section.about .cv h3 {
      font-family: "adelle", serif;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 12px;
      margin-top: 30px; }
      @media only screen and (min-width: 641px) {
        section.about .cv h3 {
          font-size: 30px;
          line-height: 50px; } }
      section.about .cv h3.first {
        margin-top: 0px; }
    section.about .cv p {
      font-size: 14px;
      line-height: 20px; }
      section.about .cv p a {
        font-weight: 700;
        border-bottom: solid 2px #ccc;
        color: black; }
      @media only screen and (min-width: 641px) {
        section.about .cv p {
          font-size: 16px;
          line-height: 38px; } }
      section.about .cv p strong {
        font-weight: 700; }

.topAboutImageContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/mobile/bg-about-mobile.jpg") no-repeat top center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topAboutImageContainer {
      background: url("../images/desktop/bg-about.jpg") no-repeat left top;
      background-size: cover; } }

section.contact {
  position: relative;
  z-index: 10;
  color: #363636; }
  section.contact .contactContainer {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    color: white;
    padding: 94px 30px 0;
    font-size: 0;
    background: url("../images/mobile/bg-contact-mobile.jpg") no-repeat center center;
    background-size: cover; }
    @media only screen and (min-width: 641px) {
      section.contact .contactContainer {
        background: url("../images/desktop/bg-contact.jpg") no-repeat center center;
        background-size: cover;
        padding: 170px 30px 0; } }
    section.contact .contactContainer.bottom {
      padding: 0;
      width: 100%; }
    section.contact .contactContainer a.presskitButton:hover {
      opacity: 0.5; }
    section.contact .contactContainer .contactBox {
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 641px) {
        section.contact .contactContainer .contactBox {
          width: 450px;
          margin: 0 auto 40px;
          border: solid 1px white;
          padding: 64px; } }
      @media only screen and (min-width: 1025px) {
        section.contact .contactContainer .contactBox {
          display: inline-block;
          margin: 0 auto 30px; }
          section.contact .contactContainer .contactBox:nth-child(odd) {
            margin-right: 30px; } }
      section.contact .contactContainer .contactBox.driscoll {
        background: #211961;
        margin-bottom: 0;
        padding: 80px 0; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .contactBox.driscoll {
            border: none;
            width: 100%; } }
        @media only screen and (min-width: 1025px) {
          section.contact .contactContainer .contactBox.driscoll {
            display: block;
            margin: 0 auto; } }
      section.contact .contactContainer .contactBox h2 {
        font-family: "adelle", serif;
        font-size: 31px;
        line-height: 50px;
        margin-bottom: 6px; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .contactBox h2 {
            font-size: 42px;
            line-height: 60px;
            margin-bottom: 16px; } }
      section.contact .contactContainer .contactBox h3 {
        font-size: 18px;
        line-height: 25px;
        font-weight: 700; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .contactBox h3 {
            font-size: 20px;
            line-height: 25px; } }
        section.contact .contactContainer .contactBox h3.contact {
          margin-top: 16px; }
          @media only screen and (min-width: 641px) {
            section.contact .contactContainer .contactBox h3.contact {
              margin-top: 33px; } }
      section.contact .contactContainer .contactBox p {
        font-size: 15px;
        line-height: 25px; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .contactBox p {
            font-size: 16px;
            line-height: 25px; } }
      section.contact .contactContainer .contactBox a {
        display: block;
        font-size: 15px;
        line-height: 25px;
        color: #fab526; }
        section.contact .contactContainer .contactBox a:hover {
          opacity: 0.5; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .contactBox a {
            font-size: 16px;
            line-height: 25px; } }
        section.contact .contactContainer .contactBox a.web {
          display: inline-block;
          margin: 10px auto;
          padding: 0 35px;
          background: url("../images/mobile/arrow-contact.png") no-repeat 0px 7px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            section.contact .contactContainer .contactBox a.web {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../images/mobile/arrow-contact@2x.png");
              background-size: 29px 18px; } }
          @media only screen and (min-width: 641px) {
            section.contact .contactContainer .contactBox a.web {
              margin: 30px 0 0; } }
        section.contact .contactContainer .contactBox a.instagram {
          width: 100px;
          padding-top: 70px;
          color: white;
          text-align: center;
          margin: 20px auto 0;
          font-weight: bold;
          background: url("../images/desktop/instagram.png") no-repeat center 5px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            section.contact .contactContainer .contactBox a.instagram {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../images/desktop/instagram@2x.png");
              background-size: 60px 60px; } }
          section.contact .contactContainer .contactBox a.instagram span {
            border-bottom: solid 2px #ccc; }
    section.contact .contactContainer .presskit {
      width: 260px;
      background: #44f6a8 url("../images/mobile/mob-epk-file.png") no-repeat 27px 34px;
      padding: 32px 0px 42px 100px;
      font-size: 12px;
      line-height: 17px;
      margin: 60px auto 40px; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        section.contact .contactContainer .presskit {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/mobile/mob-epk-file@2x.png");
          background-size: 56px 71px; } }
      @media only screen and (min-width: 641px) {
        section.contact .contactContainer .presskit {
          font-size: 20px;
          line-height: 30px;
          padding: 152px 0px 152px 170px;
          margin: 0px auto 80px;
          width: 450px;
          background: #44f6a8 url("../images/desktop/epk-file.png") no-repeat 40px 160px; } }
  @media only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 641px) and (min-resolution: 1.3dppx) {
    section.contact .contactContainer .presskit {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/desktop/epk-file@2x.png");
      background-size: 100px 125px; } }

      @media only screen and (min-width: 1025px) {
        section.contact .contactContainer .presskit {
          display: inline-block;
          vertical-align: top; } }
      section.contact .contactContainer .presskit h2 {
        font-family: "adelle", serif;
        font-size: 19px;
        line-height: 24px; }
        @media only screen and (min-width: 641px) {
          section.contact .contactContainer .presskit h2 {
            font-size: 35px;
            line-height: 50px; } }

section.projectLanding {
  position: relative;
  z-index: 10;
  color: #363636; }
  section.projectLanding .projectLandingHeader {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    color: white;
    padding: 135px 30px 0;
    font-size: 0; }
    @media only screen and (min-width: 641px) {
      section.projectLanding .projectLandingHeader {
        padding: 235px 50px 0; } }
    @media only screen and (min-width: 1025px) {
      section.projectLanding .projectLandingHeader {
        height: 1200px; } }
    section.projectLanding .projectLandingHeader h2 {
      font-family: "adelle", serif;
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 26px;
      text-align: center; }
      @media only screen and (min-width: 641px) {
        section.projectLanding .projectLandingHeader h2 {
          font-size: 80px;
          line-height: 100px;
          margin-bottom: 36px; } }
    section.projectLanding .projectLandingHeader p {
      font-family: "adelle", serif;
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 20px; }
      section.projectLanding .projectLandingHeader p a span {
        border-bottom: solid 2px #ccc; }
      section.projectLanding .projectLandingHeader p a:hover {
        opacity: 0.5; }
      @media only screen and (min-width: 641px) {
        section.projectLanding .projectLandingHeader p {
          font-size: 30px;
          line-height: 40px;
          max-width: 800px;
          margin: 0 auto 20px; } }
    section.projectLanding .projectLandingHeader a.downArrow {
      display: block;
      margin: 30px auto;
      width: 100px;
      height: 100px;
      background: url("../images/mobile/mob-page-down.png") no-repeat center center; }
      @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        section.projectLanding .projectLandingHeader a.downArrow {
          /* on retina, use image that's scaled by 2 */
          background-image: url("../images/mobile/mob-page-down@2x.png");
          background-size: 60px 60px; } }
      @media only screen and (min-width: 641px) {
        section.projectLanding .projectLandingHeader a.downArrow {
          margin: 50px auto; } }
  section.projectLanding .projectLandingContent {
    background: #f5f5f5; }
    section.projectLanding .projectLandingContent .projectBoxes {
      padding: 0px 18px 100px; }

.projectLandingContent .projectBox, .pageButtons .projectBox {
  background: white;
  border: solid 1px #d7d7d7;
  padding: 5px;
  max-width: 400px;
  margin: 0 auto 20px;
  color: white;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .projectLandingContent .projectBox, .pageButtons .projectBox {
      max-width: 625px;
      margin: 0 auto 40px; } }
  @media only screen and (min-width: 641px) {
    .projectLandingContent .projectBox, .pageButtons .projectBox {
      max-width: none; } }
  .projectLandingContent .projectBox .projectBoxContainer, .pageButtons .projectBox .projectBoxContainer {
    padding: 110px 22px 130px 22px;
    position: relative; }
    @media only screen and (min-width: 641px) {
      .projectLandingContent .projectBox .projectBoxContainer, .pageButtons .projectBox .projectBoxContainer {
        padding: 225px 22px 255px 22px; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj1, .pageButtons .projectBox .projectBoxContainer.gc_proj1 {
      background: url("../images/project/1-smoke_show/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj1, .pageButtons .projectBox .projectBoxContainer.gc_proj1 {
          background: url("../images/project/1-smoke_show/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj2, .pageButtons .projectBox .projectBoxContainer.gc_proj2 {
      background: url("../images/project/2-rougher_than_timber/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj2, .pageButtons .projectBox .projectBoxContainer.gc_proj2 {
          background: url("../images/project/2-rougher_than_timber/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj3, .pageButtons .projectBox .projectBoxContainer.gc_proj3 {
      background: url("../images/project/3-light_created/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj3, .pageButtons .projectBox .projectBoxContainer.gc_proj3 {
          background: url("../images/project/3-light_created/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj4, .pageButtons .projectBox .projectBoxContainer.gc_proj4 {
      background: url("../images/project/4-evening_sun/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj4, .pageButtons .projectBox .projectBoxContainer.gc_proj4 {
          background: url("../images/project/4-evening_sun/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj5, .pageButtons .projectBox .projectBoxContainer.gc_proj5 {
      background: url("../images/project/5-too_hard_on_the_soul/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj5, .pageButtons .projectBox .projectBoxContainer.gc_proj5 {
          background: url("../images/project/5-too_hard_on_the_soul/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj6, .pageButtons .projectBox .projectBoxContainer.gc_proj6 {
      background: url("../images/project/6-golden_rule/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj6, .pageButtons .projectBox .projectBoxContainer.gc_proj6 {
          background: url("../images/project/6-golden_rule/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj7, .pageButtons .projectBox .projectBoxContainer.gc_proj7 {
      background: url("../images/project/7-portage/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj7, .pageButtons .projectBox .projectBoxContainer.gc_proj7 {
          background: url("../images/project/7-portage/tile.jpg") no-repeat center center;
          background-size: cover; } }
    .projectLandingContent .projectBox .projectBoxContainer.gc_proj8, .pageButtons .projectBox .projectBoxContainer.gc_proj8 {
      background: url("../images/project/8-fall_is_a_feeling/tile-small.jpg") no-repeat center center;
      background-size: cover; }
      @media only screen and (min-width: 1025px) {
        .projectLandingContent .projectBox .projectBoxContainer.gc_proj8, .pageButtons .projectBox .projectBoxContainer.gc_proj8 {
          background: url("../images/project/8-fall_is_a_feeling/tile.jpg") no-repeat center center;
          background-size: cover; } }
  .projectLandingContent .projectBox.pageButton, .pageButtons .projectBox.pageButton {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 400px;
    max-width: none;
    border: none;
    padding: 0;
    margin-bottom: 0; }
    .projectLandingContent .projectBox.pageButton:first-child, .pageButtons .projectBox.pageButton:first-child {
      display: none; }
    @media only screen and (min-width: 641px) {
      .projectLandingContent .projectBox.pageButton, .pageButtons .projectBox.pageButton {
        width: 48%;
        height: 480px;
        border: solid 1px #d7d7d7;
        padding: 5px; }
        .projectLandingContent .projectBox.pageButton:first-child, .pageButtons .projectBox.pageButton:first-child {
          display: inline-block;
          margin-right: 4%; } }
    .projectLandingContent .projectBox.pageButton a.wrap, .pageButtons .projectBox.pageButton a.wrap {
      display: inline-block;
      border: none;
      width: 100%;
      height: 100%; }
      .projectLandingContent .projectBox.pageButton a.wrap:hover, .pageButtons .projectBox.pageButton a.wrap:hover {
        color: white; }
        .projectLandingContent .projectBox.pageButton a.wrap:hover .link, .pageButtons .projectBox.pageButton a.wrap:hover .link {
          opacity: 0.5; }
    .projectLandingContent .projectBox.pageButton .projectBoxContainer, .pageButtons .projectBox.pageButton .projectBoxContainer {
      height: 100%;
      padding: 0px 22px; }
      .projectLandingContent .projectBox.pageButton .projectBoxContainer h2, .pageButtons .projectBox.pageButton .projectBoxContainer h2 {
        padding-top: 140px;
        font-size: 30px;
        line-height: 45px; }
      .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link, .pageButtons .projectBox.pageButton .projectBoxContainer div.link {
        width: 210px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: -105px;
        color: #fab526;
        border: 0;
        background: transparent; }
        .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.next, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.next {
          background: url("../images/project/arrow-next-mob.png") no-repeat 152px 16px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.next, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.next {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../images/project/arrow-next-mob@2x.png");
              background-size: 28px 13px; } }
          @media only screen and (min-width: 641px) {
            .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.next, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.next {
              background-position: 162px 22px; } }
        .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.prev, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.prev {
          background: url("../images/project/arrow-previous-mob.png") no-repeat 40px 20px; }
          @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
            .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.prev, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.prev {
              /* on retina, use image that's scaled by 2 */
              background-image: url("../images/project/arrow-previous-mob@2x.png");
              background-size: 28px 13px; } }
          @media only screen and (min-width: 641px) {
            .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link.prev, .pageButtons .projectBox.pageButton .projectBoxContainer div.link.prev {
              background-position: 4px 22px; } }
        @media only screen and (min-width: 641px) {
          .projectLandingContent .projectBox.pageButton .projectBoxContainer div.link, .pageButtons .projectBox.pageButton .projectBoxContainer div.link {
            bottom: 30px; } }
  .projectLandingContent .projectBox h2, .pageButtons .projectBox h2 {
    font-family: "adelle", serif;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    z-index: 11;
    margin-bottom: 33px; }
    @media only screen and (min-width: 641px) {
      .projectLandingContent .projectBox h2, .pageButtons .projectBox h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 60px; } }
  .projectLandingContent .projectBox a, .pageButtons .projectBox a {
    display: block;
    font-family: "adelle", serif;
    width: 208px;
    font-size: 16px;
    line-height: 50px;
    border: solid 1px white;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    z-index: 11;
    color: white;
    background-color: transparent; }
    .projectLandingContent .projectBox a:hover, .pageButtons .projectBox a:hover {
      color: #363636;
      background-color: white; }
    @media only screen and (min-width: 641px) {
      .projectLandingContent .projectBox a, .pageButtons .projectBox a {
        width: 255px;
        font-size: 20px;
        line-height: 60px; } }

.topImageContainer.project_gc_1 .responsive {
  background: url("../images/project/1-smoke_show/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_1 .responsive {
      background: url("../images/project/1-smoke_show/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_2 .responsive {
  background: url("../images/project/2-rougher_than_timber/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_2 .responsive {
      background: url("../images/project/2-rougher_than_timber/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_3 .responsive {
  background: url("../images/project/3-light_created/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_3 .responsive {
      background: url("../images/project/3-light_created/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_4 .responsive {
  background: url("../images/project/4-evening_sun/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_4 .responsive {
      background: url("../images/project/4-evening_sun/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_5 .responsive {
  background: url("../images/project/5-too_hard_on_the_soul/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_5 .responsive {
      background: url("../images/project/5-too_hard_on_the_soul/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_6 .responsive {
  background: url("../images/project/6-golden_rule/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_6 .responsive {
      background: url("../images/project/6-golden_rule/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_7 .responsive {
  background: url("../images/project/7-portage/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_7 .responsive {
      background: url("../images/project/7-portage/tops.jpg") no-repeat center center;
      background-size: cover; } }
.topImageContainer.project_gc_8 .responsive {
  background: url("../images/project/8-fall_is_a_feeling/tops-small.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topImageContainer.project_gc_8 .responsive {
      background: url("../images/project/8-fall_is_a_feeling/tops.jpg") no-repeat center center;
      background-size: cover; } }

.topProjectImageContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/mobile/bg-project_GivingContext-mobile.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 641px) {
    .topProjectImageContainer {
      background: url("../images/desktop/bg-project-GivingContext.jpg") no-repeat center center;
      background-size: cover; } }
  @media only screen and (min-width: 1025px) {
    .topProjectImageContainer {
      position: fixed; } }

div.slivercover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 801;
  backface-visibility: hidden; }

div.slivervideo {
  z-index: 800;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden; }
  div.slivervideo video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    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%); }

/* START SLIVER VIDEO PLAYER LB */
div.projectSliverOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9000;
  -webkit-transition: opacity 0.5s, visibility 0.5s, display 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s, display 0.5s;
  transition: opacity 0.5s, visibility 0.5s, display 0.5s; }
  div.projectSliverOverlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    div.projectSliverOverlay.is-visible div.overlaycontent {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      opacity: 1; }

div.projectSliverOverlay div.overlaycontent {
  max-width: 80%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  background: black;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.5s, -moz-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

div.projectSliverOverlay .videobox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

div.projectSliverOverlay .videobox iframe,
div.projectSliverOverlay .videobox object,
div.projectSliverOverlay .videobox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

div.projectSliverOverlay .closelb {
  width: 84px;
  height: 84px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url("../images/sliver/closelightbox.svg") no-repeat center center;
  font-size: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  div.projectSliverOverlay .closelb:hover {
    opacity: 0.5; }

/* END SLIVER VIDEO PLAYER LB */
section.projectSliver .projectSliverHeader {
  height: 520px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/sliver/headerbg.jpg") no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 800; }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader {
      height: 720px; } }
  @media only screen and (min-width: 1441px) {
    section.projectSliver .projectSliverHeader {
      background-size: cover; } }

section.projectSliver .projectSliverHeader .responsive {
  height: 100%; }
  @media only screen and (min-width: 641px) {
    section.projectSliver .projectSliverHeader .responsive {
      max-width: 800px; } }

section.projectSliver .projectSliverHeader a.bigbutton {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  section.projectSliver .projectSliverHeader a.bigbutton:hover .playbutton {
    opacity: 0.5; }
  section.projectSliver .projectSliverHeader a.bigbutton:hover .playcta span {
    border-bottom: none; }

section.projectSliver .projectSliverHeader .content-cntr {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 14px; }
  @media only screen and (min-width: 641px) {
    section.projectSliver .projectSliverHeader .content-cntr {
      padding: 0 24px; } }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader .content-cntr {
      padding: 0; } }

section.projectSliver .projectSliverHeader .playbutton {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../images/sliver/play.svg") no-repeat center center;
  display: none; }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader .playbutton {
      display: block;
      width: 175px;
      height: 175px;
      background-size: 175px 175px; } }

section.projectSliver .projectSliverHeader h1 {
  font-family: "adelle", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px; }
  @media only screen and (min-width: 641px) {
    section.projectSliver .projectSliverHeader h1 {
      font-size: 60px;
      line-height: 70px; } }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader h1 {
      font-size: 80px;
      line-height: 90px;
      max-width: 520px; } }

section.projectSliver .projectSliverHeader p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 12px;
  font-weight: 600; }
  @media only screen and (min-width: 641px) {
    section.projectSliver .projectSliverHeader p {
      font-size: 20px;
      line-height: 25px;
      margin-top: 20px; } }

section.projectSliver .projectSliverHeader em {
  font-size: 14px;
  line-height: 25px; }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader em {
      font-size: 16px;
      line-height: 25px; } }

section.projectSliver .projectSliverHeader .playcta {
  font-size: 16px;
  line-height: 25px;
  margin-top: 14px; }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeader .playcta {
      font-size: 20px;
      line-height: 25px;
      margin-top: 20px; } }
  section.projectSliver .projectSliverHeader .playcta span {
    font-weight: 600;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5); }

section.projectSliver .projectSliverHeaderCover {
  height: 520px; }
  @media only screen and (min-width: 1025px) {
    section.projectSliver .projectSliverHeaderCover {
      height: 720px; } }

div.projectSliverContent {
  background: white;
  position: relative;
  z-index: 900; }

div.projectSliverBody {
  padding: 20px 14px 60px 14px;
  overflow-x: hidden; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody {
      padding: 20px 24px 60px 24px; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody {
      padding: 40px 0 100px; } }

div.projectSliverBody .textblock {
  max-width: 800px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1; }

div.projectSliverBody .textblock h3 {
  font-family: "adelle", serif;
  font-size: 24px;
  line-height: 30px; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .textblock h3 {
      line-height: 28px;
      font-size: 28px; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .textblock h3 {
      line-height: 30px;
      font-size: 30px; } }

div.projectSliverBody .textblock p {
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .textblock p {
      line-height: 28px;
      font-size: 18px;
      margin: 20px 0; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .textblock p {
      line-height: 30px;
      font-size: 20px;
      margin: 24px 0; } }

div.projectSliverBody .quoteblock {
  padding: 30px 0;
  max-width: 960px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .quoteblock {
      padding: 30px 0; } }

div.projectSliverBody .quoteblock blockquote {
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
  font-family: "adelle", serif; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .quoteblock blockquote {
      font-size: 40px;
      line-height: 50px; } }

div.projectSliverBody .quoteblock em {
  font-size: 22px;
  line-height: 25px;
  margin: 10px 0;
  display: block;
  padding-left: 20px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .quoteblock em {
      font-size: 22px;
      margin: 10px 0;
      line-height: 25px;
      padding-left: 20px; } }

div.projectSliverBody .imageblock {
  margin: 0 auto;
  max-width: 950px;
  padding: 16px 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .imageblock {
      padding: 26px 0; } }
  div.projectSliverBody .imageblock.wide {
    max-width: 800px; }
    @media only screen and (min-width: 1025px) {
      div.projectSliverBody .imageblock.wide {
        max-width: 1100px; } }
  div.projectSliverBody .imageblock.superwide {
    max-width: 800px; }
    @media only screen and (min-width: 1025px) {
      div.projectSliverBody .imageblock.superwide {
        width: 90%;
        max-width: 1350px; } }

div.projectSliverBody .imageblock img {
  padding: 5px;
  border: solid 1px #d7d7d7;
  width: 100%;
  height: auto; }

div.projectSliverBody .imageblock em {
  font-size: 14px;
  line-height: 25px;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .imageblock em {
      font-size: 14px;
      line-height: 25px; } }
  div.projectSliverBody .imageblock em span {
    font-weight: 600; }

div.projectSliverBody .ctablock {
  border: solid 1px #d7d7d7;
  padding: 5px;
  margin: 20px auto;
  max-width: 800px;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .ctablock {
      margin: 0 auto; } }

div.projectSliverBody .ctacontainer {
  background: url("../images/sliver/ctabg.jpg") no-repeat center center;
  position: relative;
  height: 350px;
  display: block;
  padding: 0 20px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .ctacontainer {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 80px;
      height: 450px; } }
  div.projectSliverBody .ctacontainer:hover .playbutton {
    opacity: 0.5; }
  div.projectSliverBody .ctacontainer:hover .playcta span {
    border-bottom: none; }

div.projectSliverBody .ctacopy {
  position: absolute;
  top: 50%;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

div.projectSliverBody .ctacopy h1 {
  font-family: "adelle", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .ctacopy h1 {
      font-size: 60px;
      line-height: 70px;
      max-width: 360px; } }

div.projectSliverBody .ctacopy p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 12px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .ctacopy p {
      font-size: 20px;
      line-height: 25px;
      margin-top: 20px; } }

div.projectSliverBody .ctacopy em {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .ctacopy em {
      font-size: 16px;
      line-height: 25px; } }

div.projectSliverBody .playbutton {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 175px;
  height: 175px;
  background: url("../images/sliver/play.svg") no-repeat center center;
  display: none; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .playbutton {
      display: block; } }

div.projectSliverBody .playcta {
  font-size: 16px;
  line-height: 25px;
  margin-top: 14px; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .playcta {
      font-size: 20px;
      line-height: 25px;
      margin-top: 20px; } }
  div.projectSliverBody .playcta span {
    font-weight: 600;
    border-bottom: solid 2px rgba(255, 255, 255, 0.5); }

div.projectSliverBody .downloadblock {
  position: relative;
  color: white;
  margin: 30px auto 0;
  max-width: 800px;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  opacity: 1;
  display: none; }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .downloadblock {
      margin: 50px auto 0; } }

div.projectSliverBody .downloadblock a {
  display: block;
  padding: 30px 0 44px;
  background: #4205ce; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .downloadblock a {
      padding: 50px 0 70px; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .downloadblock a {
      padding: 70px 0 100px; } }
  div.projectSliverBody .downloadblock a:hover {
    background: rgba(66, 5, 206, 0.4); }
    div.projectSliverBody .downloadblock a:hover em > span {
      border-bottom: none; }

div.projectSliverBody .downloadblock .downloadcopy {
  padding-left: 92px;
  background: url("../images/sliver/download.png") no-repeat 20px center;
  background-size: 56px 71px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    div.projectSliverBody .downloadblock .downloadcopy {
      /* on retina, use image that's scaled by 2 */
      background-image: url("../images/sliver/download_2x.png");
      background-size: 56px 71px; } }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .downloadblock .downloadcopy {
      padding-left: 210px;
      background-size: 100px 125px;
      background-position: 70px center;
      height: 125px; } }

div.projectSliverBody .downloadblock h2 {
  font-size: 16px;
  line-height: 25px;
  font-family: "adelle", serif; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .downloadblock h2 {
      font-size: 35px;
      line-height: 35px; } }

div.projectSliverBody .downloadblock p {
  font-size: 16px;
  line-height: 25px; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .downloadblock p {
      font-size: 18px;
      line-height: 26px; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .downloadblock p {
      font-size: 20px;
      line-height: 30px; } }

div.projectSliverBody .downloadblock em {
  font-size: 16px;
  line-height: 25px;
  margin-top: 14px;
  display: block; }
  @media only screen and (min-width: 641px) {
    div.projectSliverBody .downloadblock em {
      font-size: 18px;
      line-height: 26px;
      margin-top: 20px; } }
  @media only screen and (min-width: 1025px) {
    div.projectSliverBody .downloadblock em {
      font-size: 20px;
      line-height: 30px;
      margin-top: 20px; } }
  div.projectSliverBody .downloadblock em span {
    border-bottom: solid 2px white; }

section.projectSliver .trigger_left {
  -webkit-transform: translate3d(-50px, 0, 0);
  -moz-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  -o-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  opacity: 0; }
section.projectSliver .trigger_right {
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 0; }
section.projectSliver .trigger_bottom {
  -webkit-transform: translate3d(0px, 20px, 0);
  -moz-transform: translate3d(0px, 20px, 0);
  -ms-transform: translate3d(0px, 20px, 0);
  -o-transform: translate3d(0px, 20px, 0);
  transform: translate3d(0px, 20px, 0);
  opacity: 0; }
section.projectSliver .trigger_fade {
  opacity: 0; }

section.press {
  padding: 50px 0 80px; }

section.press div.presscontainer {
  max-width: 975px;
  margin: 0 auto;
  padding-top: 20px; }
  @media only screen and (min-width: 641px) {
    section.press div.presscontainer {
      padding-top: 40px; } }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontainer {
      padding-top: 70px; } }
  section.press div.presscontainer:last-of-type div.presscontent {
    border-bottom: none; }

section.press div.presscontainer img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  height: auto; }
  @media only screen and (min-width: 641px) {
    section.press div.presscontainer img {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontainer img {
      margin-bottom: 50px; } }

section.press div.presscontent {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px 50px;
  border-bottom: solid 1px #e5e5e5; }

section.press div.presscontent em {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px; }
  @media only screen and (min-width: 641px) {
    section.press div.presscontent em {
      font-size: 16px;
      line-height: 25px; } }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontent em {
      margin-bottom: 10px; } }

section.press div.presscontent h1 {
  display: block;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 16px;
  font-family: "adelle", serif; }
  @media only screen and (min-width: 641px) {
    section.press div.presscontent h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontent h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 30px; } }

section.press div.presscontent h2 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin: 18px 0 10px;
  font-family: "adelle", serif; }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontent h2 {
      font-size: 30px;
      line-height: 40px;
      margin: 24px 0 14px; } }

section.press div.presscontent h3 {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #f55454; }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontent h3 {
      font-size: 20px;
      line-height: 25px;
      margin-top: 10px; } }

section.press div.presscontent h4 {
  display: block;
  font-size: 14px;
  line-height: 25px; }
  @media only screen and (min-width: 1025px) {
    section.press div.presscontent h4 {
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 10px; } }

section.press div.presscontent div.press-body {
  margin-top: 20px; }
  section.press div.presscontent div.press-body p {
    font-size: 16px;
    line-height: 25px;
    margin: 8px 0; }
    @media only screen and (min-width: 1025px) {
      section.press div.presscontent div.press-body p {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0; } }
  section.press div.presscontent div.press-body a {
    color: #363636;
    border-bottom: solid 1px;
    text-decoration: none;
    cursor: pointer; }
    section.press div.presscontent div.press-body a:hover {
      border: none; }

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