* {
  margin: 0;
  padding: 0; }

.tablet, .mobile {
  display: none; }

body {
  background-color: #f0f0f0;
  position: relative;
  z-index: 99; }
  body p, body a, body h1, body h2, body h3, body h4, body h5, body h6, body li {
    color: #4c4c4e;
    font-family: 'Montserrat', Arial, sans-serif; }
  body a img, body a:visited img {
    border: 0; }
  body .left {
    float: left; }
  body .right {
    float: right; }
  body .clear {
    clear: both; }
  body .white {
    background-color: white; }
  body .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative; }
  body .slick-slide {
    opacity: .5;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body .slick-slide.slick-active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  body nav {
    background-color: #f0f0f0;
    width: 100%; }
    body nav hr {
      border: none;
      border-top: 2px dotted #d1d2d4; }
    body nav #logo {
      position: absolute;
      top: 1px;
      left: 1%; }
      body nav #logo img {
        max-width: 400px; }
    body nav #icons {
      float: right;
      margin-right: 1%; }
      body nav #icons ul {
        position: absolute;
        top: 10px;
        right: 1%; }
        body nav #icons ul li {
          list-style: none;
          padding-left: 20px;
          float: left; }
          body nav #icons ul li img {
            width: 45px; }
    body nav #main-menu {
      float: right;
      margin: 125px 1% 5px 0; }
      body nav #main-menu ul {
        margin-left: 0px;
        padding-left: 0px; }
        body nav #main-menu ul li {
          list-style: none;
          float: left;
          padding-left: 20px;
          text-transorm: uppercase;
          font-family: 'Montserrat', Arial, sans-serif; }
          body nav #main-menu ul li a {
            color: #4c4c4e;
            text-decoration: none; }
          body nav #main-menu ul li a:hover {
            color: #639741; }
  body section#work {
    margin-top: 35px; }
    body section#work .tile.other, body section#work .tile {
      max-width: 31.3333333333%;
      margin: 1%;
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
      cursor: default;
      z-index: 98;
      line-height: 0;
      box-shadow: 2px 2px 5px #e6e7e8; }
      body section#work .tile.other img, body section#work .tile img {
        width: 100%; }
      body section#work .tile.other .mask, body section#work .tile .mask {
        background-color: rgba(76, 76, 78, 0.97);
        position: absolute;
        top: 0;
        left: 0;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        width: 100%;
        min-height: 100%;
        z-index: 99;
        display: inline-block; }
        body section#work .tile.other .mask .mask-container, body section#work .tile .mask .mask-container {
          margin-left: 10%;
          margin-right: 10%; }
          body section#work .tile.other .mask .mask-container h3, body section#work .tile.other .mask .mask-container h4, body section#work .tile.other .mask .mask-container a, body section#work .tile .mask .mask-container h3, body section#work .tile .mask .mask-container h4, body section#work .tile .mask .mask-container a {
            color: #f0f0f0;
            line-height: 1em; }
          body section#work .tile.other .mask .mask-container h4, body section#work .tile .mask .mask-container h4 {
            margin-bottom: 40px;
            font-weight: normal; }
          body section#work .tile.other .mask .mask-container a, body section#work .tile .mask .mask-container a {
            font-size: 14px; }
          body section#work .tile.other .mask .mask-container hr, body section#work .tile .mask .mask-container hr {
            width: 70%;
            margin: 10px auto;
            opacity: .5; }
          body section#work .tile.other .mask .mask-container a.btn, body section#work .tile .mask .mask-container a.btn {
            font-family: 'Montserrat', Arial, sans-serif;
            padding: 7px;
            border-radius: 3px;
            background-color: #f0f0f0;
            color: #4c4c4e;
            font-size: 13px;
            text-decoration: none; }
          body section#work .tile.other .mask .mask-container a.btn:hover, body section#work .tile .mask .mask-container a.btn:hover {
            background-color: white;
            box-shadow: 1px 1px 1px #000; }
      body section#work .tile.other .mask:hover, body section#work .tile .mask:hover {
        /*cursor: pointer;*/
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    body section#work .tile.pop .mask:hover {
      cursor: pointer; }
    body section#work .tile:hover {
      -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
      transform: scale(1.025);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body section#work .tile.other {
      max-width: 23%;
      margin: 1%; }
  body section#about {
    padding: 30px 0px;
    background-color: #639741;
    overflow: hidden; }
    body section#about #picture {
      margin: 0 2% 0 10%;
      width: 30%;
      float: left; }
      body section#about #picture img {
        max-width: 100%; }
    body section#about #purpose {
      margin: 0 10% 0 0;
      padding-top: 2%; }
      body section#about #purpose p, body section#about #purpose h2, body section#about #purpose h3 {
        color: #f0f0f0; }
      body section#about #purpose h2 {
        text-transform: uppercase;
        margin-bottom: 2px;
        font-size: 30px;
        line-height: 1em; }
      body section#about #purpose h3 {
        margin-bottom: 20px;
        font-size: 20px; }
      body section#about #purpose p {
        font-size: 18px;
        margin-bottom: 15px; }
      body section#about #purpose a {
        color: #f0f0f0; }
      body section#about #purpose a:hover {
        text-decoration: none; }
  body footer {
    text-align: center;
    padding: 25px; }
    body footer #footer-icons ul {
      text-align: center; }
      body footer #footer-icons ul li {
        list-style: none;
        padding: 10px;
        display: inline-block; }
        body footer #footer-icons ul li img {
          width: 45px; }
    body footer h6 {
      margin-bottom: 5px;
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 18px;
      font-weight: normal; }
      body footer h6 a {
        color: #4c4c4e;
        text-decoration: none; }
      body footer h6 a:hover {
        color: #639741; }
    body footer p {
      font-family: 'Montserrat', Arial, sans-serif; }
  body .modal {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    padding-top: 3%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    body .modal a {
      color: #639741; }
    body .modal a:hover {
      text-decoration: none; }
    body .modal .modal-content {
      background-color: #fefefe;
      margin: 0 auto;
      max-width: 1214px;
      height: 90vh;
      position: relative;
      overflow: auto; }
      body .modal .modal-content .modal-controls, body .modal .modal-content .project-hero, body .modal .modal-content .project-details {
        width: 80%;
        margin: 0 auto; }
      body .modal .modal-content .modal-controls {
        margin-top: 5%; }
        body .modal .modal-content .modal-controls .close {
          color: #aaaaaa;
          font-size: 40px;
          line-height: 1em;
          font-weight: bold;
          float: right; }
        body .modal .modal-content .modal-controls .close:hover,
        body .modal .modal-content .modal-controls .close:focus {
          color: #639741;
          text-decoration: none;
          cursor: pointer; }
      body .modal .modal-content .project-hero {
        margin-top: 5%; }
        body .modal .modal-content .project-hero img {
          margin-top: 20px; }
      body .modal .modal-content .project-details {
        margin-top: 5%;
        margin-bottom: 5%; }
        body .modal .modal-content .project-details .project-text {
          float: left;
          width: 25%;
          margin-right: 3%; }
        body .modal .modal-content .project-details .project-images {
          float: left;
          width: 72%; }
          body .modal .modal-content .project-details .project-images img {
            margin-top: 1%; }
        body .modal .modal-content .project-details .study-info {
          width: 80%;
          margin-bottom: 35px; }
          body .modal .modal-content .project-details .study-info h4 {
            margin-bottom: 10px; }
          body .modal .modal-content .project-details .study-info p {
            font-size: 1em;
            line-height: 1.5em;
            margin-bottom: 0px; }
          body .modal .modal-content .project-details .study-info ol li, body .modal .modal-content .project-details .study-info ul li {
            font-size: 1em; }
          body .modal .modal-content .project-details .study-info .tri-thumb {
            max-width: 30%;
            margin-right: 3%;
            float: left; }
            body .modal .modal-content .project-details .study-info .tri-thumb p.caption {
              font-size: 12px;
              font-style: italic; }
        body .modal .modal-content .project-details .phase {
          margin-bottom: 35px; }
          body .modal .modal-content .project-details .phase .phase-icon {
            float: left;
            width: 15%; }
            body .modal .modal-content .project-details .phase .phase-icon img {
              max-width: 100%; }
          body .modal .modal-content .project-details .phase .phase-text {
            float: left;
            margin-left: 4%;
            width: 65%; }
            body .modal .modal-content .project-details .phase .phase-text ol ol, body .modal .modal-content .project-details .phase .phase-text ol ul, body .modal .modal-content .project-details .phase .phase-text ul ol, body .modal .modal-content .project-details .phase .phase-text ul ul {
              margin-left: 30px; }
            body .modal .modal-content .project-details .phase .phase-text h5 {
              margin-bottom: 15px; }
            body .modal .modal-content .project-details .phase .phase-text p, body .modal .modal-content .project-details .phase .phase-text li {
              font-size: 1em;
              line-height: 1.5em;
              margin-bottom: 15px; }
      body .modal .modal-content img {
        max-width: 100%;
        height: auto; }
      body .modal .modal-content img.half {
        max-width: 50%;
        float: left;
        height: auto; }
      body .modal .modal-content h3 {
        font-weight: normal;
        font-size: 1.85em; }
      body .modal .modal-content h4 {
        font-size: 1.15em;
        font-weight: normal; }
      body .modal .modal-content h5 {
        font-size: 1.1em;
        font-weight: normal; }
      body .modal .modal-content p {
        margin-bottom: 15px;
        line-height: 1.4em;
        font-size: 15px; }
      body .modal .modal-content p.list-header {
        margin-bottom: 0px; }
      body .modal .modal-content li {
        line-height: 1.4em;
        font-size: 15px; }

@media only screen and (max-width: 1240px) {
  body nav #logo img {
    max-width: 350px; }
  body nav #main-menu {
    margin-top: 107px; }
  body section {
    margin-top: 38px; }
  body .modal {
    padding-top: 3%; }
    body .modal .modal-content {
      max-width: 984px;
      height: 94vh; }
      body .modal .modal-content .project-details .project-text {
        width: 30%; }
      body .modal .modal-content .project-details .project-images {
        width: 67%; }
      body .modal .modal-content h3 {
        font-weight: normal;
        font-size: 1.75em; }
      body .modal .modal-content h4 {
        font-size: 1.1em;
        font-weight: normal; }
      body .modal .modal-content p {
        margin-bottom: 15px;
        line-height: 1.4em;
        font-size: 15px; }
      body .modal .modal-content p.list-header {
        margin-bottom: 0px; }
      body .modal .modal-content li {
        line-height: 1.4em;
        font-size: 15px; } }
@media only screen and (max-width: 1024px) {
  body nav #logo img {
    max-width: 350px; }
  body section {
    margin-top: 38px; }
  body .modal {
    padding-top: 3%; }
    body .modal .modal-content {
      max-width: 929px;
      height: 94vh; }
  body section#about #picture {
    margin: 0 2% 0 5%;
    width: 25%; }
    body section#about #picture img {
      max-width: 100%; }
  body section#about #purpose {
    margin: 0 5% 0 0; }
    body section#about #purpose h2 {
      font-size: 24px; }
    body section#about #purpose h3 {
      margin-bottom: 13px;
      font-size: 20px; }
    body section#about #purpose p {
      font-size: 16px;
      margin-bottom: 10px; } }
@media only screen and (max-width: 959px) {
  .tablet {
    display: block; }

  body nav #logo img {
    max-width: 350px; }
  body section {
    margin-top: 40px; }
  body .modal {
    padding-top: 0%;
    background-color: rgba(255, 255, 255, 0.99); }
    body .modal .modal-content {
      background: none;
      max-width: 100%; }
      body .modal .modal-content .project-hero {
        margin-top: 5%;
        width: 100%; }
        body .modal .modal-content .project-hero .hero-header {
          width: 80%;
          margin: 0 auto; }
        body .modal .modal-content .project-hero img {
          margin-top: 20px; }
      body .modal .modal-content .project-details {
        margin-top: 5%;
        margin-bottom: 5%; }
        body .modal .modal-content .project-details .project-text {
          width: 33%; }
        body .modal .modal-content .project-details .project-images {
          width: 64%; }
          body .modal .modal-content .project-details .project-images img {
            margin-top: 1%; }
        body .modal .modal-content .project-details .study {
          width: 90%; }
        body .modal .modal-content .project-details .phase .phase-text {
          width: 76%; }
      body .modal .modal-content h3 {
        font-size: 1.5em; }
      body .modal .modal-content h4 {
        font-size: 1.05em; }
      body .modal .modal-content h5 {
        font-size: 1.05em; }
      body .modal .modal-content p {
        font-size: 14px; }
  body section#work .tile, body section#work .tile.other, body section#work .slide {
    max-width: 48%;
    overflow: hidden; }
    body section#work .tile img, body section#work .tile.other img, body section#work .slide img {
      width: 100%; }
    body section#work .tile .mask, body section#work .tile.other .mask, body section#work .slide .mask {
      background-color: rgba(255, 255, 255, 0.92);
      position: absolute;
      bottom: 0px;
      top: unset;
      min-height: 0px;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
      width: 100%; }
      body section#work .tile .mask .mask-container, body section#work .tile.other .mask .mask-container, body section#work .slide .mask .mask-container {
        margin-left: 0%;
        margin-right: 0%;
        padding: 12px; }
        body section#work .tile .mask .mask-container h3, body section#work .tile .mask .mask-container h4, body section#work .tile .mask .mask-container a, body section#work .tile.other .mask .mask-container h3, body section#work .tile.other .mask .mask-container h4, body section#work .tile.other .mask .mask-container a, body section#work .slide .mask .mask-container h3, body section#work .slide .mask .mask-container h4, body section#work .slide .mask .mask-container a {
          color: #4c4c4e;
          line-height: 1em; }
        body section#work .tile .mask .mask-container h3, body section#work .tile.other .mask .mask-container h3, body section#work .slide .mask .mask-container h3 {
          font-size: 16px;
          margin-bottom: 3px; }
        body section#work .tile .mask .mask-container h4, body section#work .tile.other .mask .mask-container h4, body section#work .slide .mask .mask-container h4 {
          font-size: 15px;
          margin-bottom: 8px; }
        body section#work .tile .mask .mask-container hr, body section#work .tile.other .mask .mask-container hr, body section#work .slide .mask .mask-container hr {
          display: none; }
        body section#work .tile .mask .mask-container a.btn, body section#work .tile.other .mask .mask-container a.btn, body section#work .slide .mask .mask-container a.btn {
          font-family: 'Montserrat', Arial, sans-serif;
          padding: 0px;
          border-radius: 0;
          background: 0;
          color: #4c4c4e;
          font-size: 15px;
          text-decoration: none; }
        body section#work .tile .mask .mask-container a.btn:hover, body section#work .tile.other .mask .mask-container a.btn:hover, body section#work .slide .mask .mask-container a.btn:hover {
          background: none;
          box-shadow: none; }
    body section#work .tile .mask:hover, body section#work .tile.other .mask:hover, body section#work .slide .mask:hover {
      filter: none;
      opacity: 1;
      transition: none; }
  body section#work .tile:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; } }
@media only screen and (max-width: 767px) {
  body .desktop {
    display: none; }
  body .mobile {
    display: block; }
  body nav #logo {
    position: relative;
    float: left; }
    body nav #logo img {
      max-width: 250px; }
  body nav hr {
    display: none; }
  body nav #main-menu {
    position: absolute;
    top: 5px;
    right: 1%;
    margin-top: 5px; }
  body section {
    margin-top: 5px; }
  body section#work {
    margin-top: 0px; }
  body .modal {
    padding-top: 0%; }
    body .modal .modal-content {
      max-width: 100%;
      height: 100%; }
      body .modal .modal-content .project-details {
        margin-top: 5%;
        margin-bottom: 5%; }
        body .modal .modal-content .project-details .project-text {
          float: none;
          width: 70%;
          margin-right: 0%; }
        body .modal .modal-content .project-details .project-images {
          float: none;
          width: 100%; }
          body .modal .modal-content .project-details .project-images img {
            margin-top: 1%; }
        body .modal .modal-content .project-details .study-info {
          width: 100%; }
          body .modal .modal-content .project-details .study-info .tri-thumb {
            max-width: 85%;
            margin-bottom: 3%;
            float: none; }
        body .modal .modal-content .project-details .phase {
          width: 100%; }
          body .modal .modal-content .project-details .phase .phase-icon {
            display: none; }
          body .modal .modal-content .project-details .phase .phase-text {
            width: 100%;
            float: none; }
  body section#about #picture {
    float: none;
    margin: 0 auto;
    width: 40%;
    padding: 3%; }
  body section#about #purpose {
    margin: 0 auto;
    padding: 0 7%; }
    body section#about #purpose h2 {
      font-size: 24px; }
    body section#about #purpose h3 {
      margin-bottom: 13px;
      font-size: 20px; }
    body section#about #purpose p {
      font-size: 16px;
      margin-bottom: 10px; } }
@media only screen and (max-width: 480px) {
  body section#work .tile, body section#work .tile.other {
    max-width: 100%;
    margin: 1% 0%; }
    body section#work .tile img, body section#work .tile.other img {
      width: 100%; }
  body section#about #picture {
    width: 50%;
    padding: 2%; }
  body section#about #purpose {
    padding: 0 7%; }
    body section#about #purpose h2 {
      font-size: 20px; }
    body section#about #purpose h3 {
      margin-bottom: 13px;
      font-size: 18px; }
    body section#about #purpose p {
      font-size: 14px;
      margin-bottom: 10px; }
  body footer {
    padding: 25px; }
    body footer #footer-icons ul li img {
      width: 40px; }
    body footer h6 {
      font-size: 16px; }
    body footer p {
      font-size: 14px; } }

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