@-webkit-keyframes adjustHue {
  50% {
    -webkit-filter: saturate(150%) hue-rotate(-35deg); } }

@-moz-keyframes adjustHue {
  50% {
    -moz-filter: saturate(150%) hue-rotate(-35deg); } }

@keyframes adjustHue {
  50% {
    filter: saturate(150%) hue-rotate(-35deg); } }

a {
  font-weight: bold;
  text-decoration: none;
  color: #0a54a8; }
  a:hover {
    color: #2686f2; }
  a.jm-start {
    border: 1px solid #222;
    -webkit-transition: all 200ms ease-in-out 0;
    -moz-transition: all 200ms ease-in-out 0;
    -o-transition: all 200ms ease-in-out 0;
    transition: all 200ms ease-in-out 0;
    text-align: center;
    margin: 10px auto;
    width: 200px;
    display: block;
    font-size: 36px;
    color: #888;
    font-family: "proxima-nova", sans-serif;
    padding: 20px 10px;
    line-height: 1;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    text-indent: -15px; }
    @media (max-width: 992px) {
      a.jm-start {
        font-size: 18px; } }
    @media (max-width: 768px) {
      a.jm-start {
        padding: 10px 5px;
        width: 150px; } }
    a.jm-start:hover {
      border: 1px solid #333;
      color: #ddd; }
      a.jm-start:hover:after {
        border-left-color: #ddd; }
    a.jm-start:after {
      left: 78%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #888;
      border-width: 5px;
      margin-top: -5px;
      -webkit-transition: all 200ms ease-in-out 0;
      -moz-transition: all 200ms ease-in-out 0;
      -o-transition: all 200ms ease-in-out 0;
      transition: all 200ms ease-in-out 0; }
      @media (max-width: 992px) {
        a.jm-start:after {
          left: 70%; } }

body {
  background: #fff;
  background-size: cover;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  padding: 0; }

html {
  position: relative;
  min-height: 100%; }

html, html a {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

h1, h2, h3, h4, h5, h6 {
  color: #222;
  margin: 0; }

div, a, section {
  box-sizing: border-box; }

#jm-player-controls {
  background: rgba(0, 0, 0, 0.05);
  right: 0;
  min-height: 80px;
  position: absolute;
  top: 40px;
  width: 70px;
  z-index: 9999; }

#preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #222;
  z-index: 9999;
  text-align: center; }
  #preloader .loading-logo {
    width: 215px;
    height: 177px;
    background: url("../img/jm-global-loadinglogo.png") no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    #preloader .loading-logo.on {
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; }

/* sub columns */
.inner-left {
  width: 45%;
  margin-right: 20px;
  float: left; }
  @media (max-width: 1200px) {
    .inner-left {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

.inner-right {
  width: 45%;
  margin-right: 0px;
  float: left; }
  @media (max-width: 1200px) {
    .inner-right {
      width: 100%;
      margin-right: 0; } }

/* jm-structure */
.jm-caption {
  background: #222;
  height: 55px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 80%;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 992px) {
    .jm-caption {
      width: 100%;
      bottom: 0;
      position: fixed;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      left: 0; } }
  .jm-caption h2 {
    color: #eee;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    margin: 15px 0 0;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .jm-caption h2 {
        font-size: 14px;
        margin: 20px 0 0 0; } }
  .jm-caption.jm-caption-active {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0; }

.jm-section {
  background: #f2f2f2;
  float: left;
  height: auto;
  overflow: hidden;
  position: absolute;
  width: auto;
  top: 0;
  left: 0; }
  @media (max-width: 992px) {
    .jm-section {
      overflow: auto; } }
  .jm-section .jm-section-inner {
    -webkit-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  .jm-section .text-content .text-content-left {
    float: left;
    width: 62.34375%;
    overflow: scroll;
    padding: 0 0 40px 0;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .jm-section .text-content .text-content-left {
        width: 100%;
        overflow: auto; } }
    .jm-section .text-content .text-content-left article {
      width: 64.38127090301%;
      box-sizing: border-box; }
      @media (max-width: 768px) {
        .jm-section .text-content .text-content-left article {
          margin: 120px 0 0 0;
          padding: 0 20px;
          width: 100%; } }
  .jm-section .text-content .text-content-right {
    float: right;
    width: 37.65625%; }
    @media (max-width: 768px) {
      .jm-section .text-content .text-content-right {
        width: 100%;
        float: left; } }
  .jm-section .text-content .text-content-full {
    float: left;
    width: 100%;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .jm-section .text-content .text-content-full {
        width: 100%; } }

.jm-section-bio h2 {
  font-size: 127px;
  color: #222;
  font-family: "kepler-std", serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .jm-section-bio h2 {
      font-size: 48px; } }
.jm-section-bio h3 {
  font-size: 36px;
  color: #222;
  font-family: "kepler-std", serif;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1; }
.jm-section-bio article {
  margin: 140px 0 0 90px; }
  .jm-section-bio article p {
    margin: 0 0 40px 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 24px; }
.jm-section-bio .text-content-right {
  overflow: hidden; }

.jm-section-home {
  background: #222; }
  @media (max-width: 992px) {
    .jm-section-home::after {
      content: "";
      background: url("../img/jm-home-bg-small.jpg") no-repeat 60% top;
      background-size: cover;
      opacity: 0.5;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; } }
  .jm-section-home::after {
    content: "";
    background: url("../img/jm-home-bg.jpg") no-repeat right center;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .jm-section-home h2 {
    font-size: 127px;
    color: #fff;
    font-family: "kepler-std", serif;
    margin: 0;
    padding: 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .jm-section-home h2 {
        font-size: 72px; } }
  .jm-section-home article {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    text-align: center; }
    .jm-section-home article header {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .jm-section-home .jm-start {
    width: 250px;
    color: #fff;
    border: 1px solid #fff; }
    @media (max-width: 768px) {
      .jm-section-home .jm-start {
        font-size: 32px; } }
    .jm-section-home .jm-start:hover {
      border: 1px solid #fff;
      background: #fff;
      color: #222; }
      .jm-section-home .jm-start:hover:after {
        border-left-color: #222; }
    .jm-section-home .jm-start:after {
      content: "";
      left: 87%;
      border-left-color: #fff; }

.jm-section-contact h2 {
  font-size: 127px;
  color: #222;
  font-family: "kepler-std", serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .jm-section-contact h2 {
      font-size: 48px; } }
.jm-section-contact h3 {
  font-size: 36px;
  color: #222;
  font-family: "kepler-std", serif;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1; }
.jm-section-contact article {
  margin: 140px 0 0 90px; }
  .jm-section-contact article p {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 24px; }

@media (max-width: 992px) {
  .jm-section-print {
    padding: 112px 0 60px 0; } }
.jm-section-print .print-1 img {
  vertical-align: middle; }
.jm-section-print .print-2 img {
  margin-right: 40px;
  width: 25%;
  vertical-align: middle; }
  .jm-section-print .print-2 img:last-child {
    margin-right: 0px; }
.jm-section-print .print-2hw img {
  margin-right: 40px;
  width: 28.09%;
  vertical-align: middle; }
  .jm-section-print .print-2hw img:nth-child(2n) {
    width: 51%; }
  @media (max-width: 768px) {
    .jm-section-print .print-2hw img:nth-child(2n) {
      width: 90%; } }
  .jm-section-print .print-2hw img:last-child {
    margin-right: 0px; }
.jm-section-print .print-3 img {
  margin-right: 40px;
  width: 27%;
  vertical-align: middle; }
  .jm-section-print .print-3 img:last-child {
    margin-right: 0px; }
.jm-section-print .print-4 img {
  margin-right: 40px;
  width: 18%; }
  .jm-section-print .print-4 img:last-child {
    margin-right: 0px; }
.jm-section-print .jm-section-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%; }
  @media (max-width: 768px) {
    .jm-section-print .jm-section-inner {
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 80px;
      padding-bottom: 60px; } }
  @media (max-width: 992px) {
    .jm-section-print .jm-section-inner img {
      width: 70%;
      margin-right: 0;
      margin-bottom: 20px; } }

.jm-section-title {
  background: #111; }
  .jm-section-title h2 {
    font-size: 127px;
    color: #fff;
    font-family: "kepler-std", serif;
    margin: 0;
    padding: 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .jm-section-title h2 {
        font-size: 32px; } }
  .jm-section-title article {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    text-align: center; }
    .jm-section-title article header {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.jm-section-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden; }

.jm-section-video .video {
  position: absolute;
  top: 50%;
  left: 50%; }
  @media (max-width: 992px) {
    .jm-section-video .video {
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .jm-section-video .video:hover {
    z-index: 3000; }
  .jm-section-video .video iframe {
    display: block;
    height: 576px;
    width: 1024px; }
    @media (max-width: 992px) {
      .jm-section-video .video iframe {
        width: 728px;
        height: 410px; } }
    @media (max-width: 480px) {
      .jm-section-video .video iframe {
        width: 280px;
        height: 190px; } }

/* jm-player */
.jm-player-container {
  display: none;
  /* player disabled for now */ }
  @media (max-width: 992px) {
    .jm-player-container {
      display: none; } }

.jp-controls {
  height: 16px;
  left: 50%;
  opacity: 0.3;
  overflow: hidden;
  position: absolute;
  width: 16px;
  -webkit-transition: all 200ms ease-in-out 0;
  -moz-transition: all 200ms ease-in-out 0;
  -o-transition: all 200ms ease-in-out 0;
  transition: all 200ms ease-in-out 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 50; }
  .jp-controls:hover {
    opacity: 0.6; }
  .jp-controls a {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    width: 16px; }

.jp-pause {
  background: url("../img/jm-player-controls-pause.png");
  background-size: cover; }

.jp-play {
  background: url("../img/jm-player-controls-play.png");
  background-size: cover; }

.jp-play-bar {
  -webkit-animation: adjustHue 5s infinite;
  -moz-animation: adjustHue 5s infinite;
  animation: adjustHue 5s infinite;
  background: #e74c3c;
  -webkit-transition: all 200ms ease-in-out 0;
  -moz-transition: all 200ms ease-in-out 0;
  -o-transition: all 200ms ease-in-out 0;
  transition: all 200ms ease-in-out 0;
  height: 100%;
  width: 0; }

.jp-progress {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

.jp-seek-bar {
  height: 100%;
  width: 100%; }

.jp-title {
  background: rgba(0, 0, 0, 0.05);
  height: 80px;
  position: absolute;
  right: -300px;
  width: 200px;
  top: 140px;
  -webkit-transition: all 200ms ease-in-out 0;
  -moz-transition: all 200ms ease-in-out 0;
  -o-transition: all 200ms ease-in-out 0;
  transition: all 200ms ease-in-out 0;
  z-index: 1;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Opera, Chrome, and Safari */
  transform: rotate(-90deg); }
  .jp-title span {
    color: #666;
    display: block;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    top: 50%;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out 0;
    -moz-transition: all 400ms ease-in-out 0;
    -o-transition: all 400ms ease-in-out 0;
    transition: all 400ms ease-in-out 0; }
  .jp-title.title-show {
    right: -70px; }
    .jp-title.title-show span {
      opacity: 1;
      -ms-transform: translate(0, -64%);
      -webkit-transform: translate(0, -64%);
      transform: translate(0, -64%); }

/* masthead & navigation */
.masthead {
  margin: 40px 0 0 0;
  position: fixed;
  left: 0;
  width: 393px;
  z-index: 500; }
  @media (max-width: 768px) {
    .masthead {
      margin: 0;
      width: 95%; } }
  .masthead .menu-trigger {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 70px;
    height: 92px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out 0;
    -moz-transition: all 200ms ease-in-out 0;
    -o-transition: all 200ms ease-in-out 0;
    transition: all 200ms ease-in-out 0; }
    @media (max-width: 768px) {
      .masthead .menu-trigger {
        height: 60px; } }
    .masthead .menu-trigger .lines {
      width: 60%;
      top: 50%;
      left: 50%;
      position: absolute;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .masthead .menu-trigger .lines i {
        width: 100%;
        height: 4px;
        background: #4d4d4d;
        margin-bottom: 5px;
        display: block;
        -webkit-transition: all 200ms ease-in-out 0;
        -moz-transition: all 200ms ease-in-out 0;
        -o-transition: all 200ms ease-in-out 0;
        transition: all 200ms ease-in-out 0; }
        .masthead .menu-trigger .lines i:last-child {
          margin-bottom: 0; }
  .masthead .logo {
    float: left;
    width: 300px;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 1;
    display: block;
    text-decoration: none;
    height: 92px; }
    @media (max-width: 768px) {
      .masthead .logo {
        width: 230px;
        height: 60px; } }
    .masthead .logo h1 {
      font-family: "kepler-std", serif;
      margin: 27px 0 0 0; }
      @media (max-width: 768px) {
        .masthead .logo h1 {
          font-size: 24px;
          margin: 12px 0 0 0; } }
    .masthead .logo .title {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
      @media (max-width: 768px) {
        .masthead .logo .title {
          font-size: 10px; } }
  .masthead.dark {
    background: #272727;
    -webkit-transition: all 200ms ease-in-out 0;
    -moz-transition: all 200ms ease-in-out 0;
    -o-transition: all 200ms ease-in-out 0;
    transition: all 200ms ease-in-out 0; }
    .masthead.dark:hover {
      background: #343434; }
    .masthead.dark .menu-trigger {
      background: #111; }
      .masthead.dark .menu-trigger:hover {
        background: #333; }
        .masthead.dark .menu-trigger:hover .lines i {
          background: #ccc; }
      .masthead.dark .menu-trigger i {
        color: #b2b2b2; }
    .masthead.dark .logo h1 {
      color: #fff; }
    .masthead.dark .logo .title {
      color: #808080; }

.menu {
  background: #222;
  z-index: 500;
  color: #555;
  display: none; }
  .menu nav {
    position: relative; }
    .menu nav ol.main-nav {
      margin: 140px 0 0 0;
      padding: 0;
      list-style: none;
      -webkit-transition: all 200ms ease-in-out 0;
      -moz-transition: all 200ms ease-in-out 0;
      -o-transition: all 200ms ease-in-out 0;
      transition: all 200ms ease-in-out 0; }
      @media (max-width: 768px) {
        .menu nav ol.main-nav {
          margin: 70px 0 0 0; } }
      .menu nav ol.main-nav.hide {
        -ms-transform: translate(-220px, 0);
        -webkit-transform: translate(-220px, 0);
        transform: translate(-220px, 0); }
      .menu nav ol.main-nav li {
        border-bottom: 1px solid #282828; }
        .menu nav ol.main-nav li a, .menu nav ol.main-nav li span {
          display: block;
          padding: 15px 20px;
          color: #6b6b6b;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 18px;
          cursor: pointer;
          font-weight: normal; }
        .menu nav ol.main-nav li:hover {
          border-bottom: 1px solid #222; }
          .menu nav ol.main-nav li:hover > a, .menu nav ol.main-nav li:hover > span {
            background: #333;
            color: #ccc; }
    .menu nav ol.print-nav {
      position: absolute;
      top: 0;
      left: 220px;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 220px; }
      .menu nav ol.print-nav.active {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .menu nav .print-nav-trigger {
      position: relative; }
      .menu nav .print-nav-trigger:after {
        left: 90%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #888;
        border-width: 5px;
        margin-top: -5px;
        -webkit-transition: all 200ms ease-in-out 0;
        -moz-transition: all 200ms ease-in-out 0;
        -o-transition: all 200ms ease-in-out 0;
        transition: all 200ms ease-in-out 0; }
    .menu nav .main-nav-trigger {
      position: relative; }
      .menu nav .main-nav-trigger:before {
        left: 1.5%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #888;
        border-width: 5px;
        margin-top: -5px;
        -webkit-transition: all 200ms ease-in-out 0;
        -moz-transition: all 200ms ease-in-out 0;
        -o-transition: all 200ms ease-in-out 0;
        transition: all 200ms ease-in-out 0; }
  .menu .copyright {
    padding: 20px 20px 10px 20px; }
    @media (max-width: 768px) {
      .menu .copyright {
        padding: 5px 20px 5px 20px;
        font-size: 11px; } }
  .menu .footer-note {
    padding: 0px 20px 10px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .menu .footer-note {
        font-size: 11px;
        width: 60%; } }

/* project nav */
.nextNav {
  right: 0; }
  .nextNav:hover:after {
    border-left-color: #eee; }
  .nextNav:after {
    left: 45%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #666;
    border-width: 10px;
    margin-top: -10px; }

.prevNav {
  left: 0; }
  .prevNav:hover:after {
    border-right-color: #eee; }
  .prevNav:after {
    left: 10%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #666;
    border-width: 10px;
    margin-top: -10px; }

.prevNextNav {
  position: absolute;
  z-index: 500;
  top: 50%;
  margin-top: -60px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  width: 48px;
  height: 120px;
  background: #222; }

.cycle-slide-active .jm-section-inner {
  opacity: 1; }
