/* FONTS
-------------------------------------------------------------------------------------------*/
/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* ANIMATION
-------------------------------------------------------------------------------------------*/
/* COLORS
-------------------------------------------------------------------------------------------*/
/* GLOBAL
-------------------------------------------------------------------------------------------*/
.wrap {
  width: 92%;
  padding: 0 4%;
  max-width: 1200px; }

figcaption, .portrait-caption {
  text-align: left;
  text-indent: 12px; }

/* LINKS
-------------------------------------------------------------------------------------------*/
.link.icon-link {
  margin-right: 40px; }

/* HOME
-------------------------------------------------------------------------------------------*/
.home-hero {
  margin-top: 80px;
  position: relative;
  	/*figure {
      width: auto;
      margin: 0;
      position: relative;
      top: 0;
      left: $three-col;
  	}
    img {
      width: auto;
      max-height: 800px;
    }*/ }
  .home-hero .home-hero-text {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 800px; }
  .home-hero .howdy {
    width: calc(100% / 6 * 2);
    max-width: 400px; }
  .home-hero h1, .home-hero p {
    font-size: 26px;
    line-height: 48px; }
  .home-hero p {
    margin-bottom: 0; }
  .home-hero .portrait {
    width: 50%;
    margin: 0;
    height: 800px;
    position: absolute;
    top: 0;
    right: 0; }

.home-intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 120px;
  padding-bottom: 120px; }
  .home-intro h2 {
    width: calc(100% / 6 * 2); }
  .home-intro .home-bio {
    width: calc(100% / 6 * 3); }
    .home-intro .home-bio .link {
      margin-top: 40px; }

.home-projects h2 {
  width: calc(100% / 6 * 2);
  margin-left: calc(100% / 6);
  margin-bottom: 80px; }
.home-projects .projects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
.home-projects .project {
  margin-bottom: 80px; }
  .home-projects .project.lead-project {
    width: calc(100% / 6 * 2);
    margin-left: calc(100% / 6); }
  .home-projects .project img {
    height: 100px; }
  .home-projects .project.urssi img {
    height: 64px; }
.home-projects .projects-aside {
  width: calc(100% / 6 * 2); }
  .home-projects .projects-aside .project {
    width: 100%; }
    .home-projects .projects-aside .project:nth-child(1) {
      margin-top: -160px; }

.home-image {
  padding-top: 120px;
  padding-bottom: 120px; }
  .home-image .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
  .home-image figcaption {
    width: calc(100% / 6 * 3);
    text-indent: inherit; }

.home-posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  .home-posts .intro-post {
    margin-left: calc(100% / 6); }
  .home-posts .intro-post, .home-posts .latest-post {
    width: calc(100% / 6 * 2); }
  .home-posts h2 {
    margin-bottom: 56px; }
  .home-posts h3 {
    margin-bottom: 32px; }
  .home-posts .latest-post {
    margin-top: 12px; }

.home-pubs {
  margin-top: 120px;
  margin-bottom: 140px;
  position: relative;
  	/*figure {
      width: auto;
      margin: 0;
      position: relative;
      top: 0;
      left: -20%;
  	}
    img {
      width: auto;
      max-height: 800px;
      margin-bottom: 0;
    }*/ }
  .home-pubs .home-pubs-text {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 800px;
    justify-content: flex-end; }
  .home-pubs .recent-pub {
    width: calc(100% / 6 * 2);
    max-width: 400px; }
  .home-pubs h3 {
    margin: 56px 0 8px 0; }
  .home-pubs .view-all {
    margin-top: 80px; }
  .home-pubs .home-pubs-image {
    width: 50%;
    margin: 0;
    min-height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: right; }
  .home-pubs .portrait-caption {
    width: calc(100% / 6 * 3); }

/* POST
-------------------------------------------------------------------------------------------*/
.post img {
  max-height: 250px; }
.post .multi-links a {
  margin-right: 40px; }

/* ARTICLE
-------------------------------------------------------------------------------------------*/
.article,
d-article {
  max-width: 800px; }
  .article header,
  d-article header {
    margin-top: 120px;
    margin-bottom: 56px; }
    .article header time,
    d-article header time {
      margin-bottom: 24px; }
  .article figure.talk-screen,
  d-article figure.talk-screen {
    width: 130%;
    margin: 0 -15%; }
  .article blockquote p,
  d-article blockquote p {
    padding-left: 32px;
    width: 75%; }
  .article footer,
  d-article footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 80px 0; }
    .article footer div,
    d-article footer div {
      margin-bottom: 0; }

.photos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 800px;
  height: 100vw;
  max-height: 900px; }
  .photos figure {
    max-width: 380px;
    margin: 16px 0 24px 0; }
    .photos figure:nth-child(3), .photos figure:nth-child(4) {
      align-self: flex-end; }

.theme-hero {
  margin: 48px 0 -24px 0;
  padding-bottom: 80px; }
  .theme-hero .scroll {
    text-indent: inherit;
    position: fixed;
    bottom: 80px;
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    color: #FFF; }
    @media only screen and (min-width: 1100px) {
      .theme-hero .scroll {
        font-size: 26px;
        line-height: 40px; } }

/* DISTILL
-------------------------------------------------------------------------------------------*/
d-title {
  padding: 120px 0 0 0 !important; }
  d-title h1 {
    font-size: 50px !important;
    line-height: 64px !important;
    margin: 0 0 56px 0 !important; }
  d-title time {
    margin-bottom: 24px; }

d-article {
  max-width: inherit; }
  d-article figure figcaption {
    text-align: center;
    text-indent: 0; }
  d-article d-hover-box .panel, d-article #hover-box .panel {
    border-radius: 8px !important; }

d-appendix {
  margin: 80px 0 -120px 0 !important; }
  d-appendix .wrap {
    max-width: 800px;
    margin: 0 auto; }
  d-appendix h3 {
    font-size: 16px !important;
    line-height: 32px !important; }

/* ARCHIVE PAGES
-------------------------------------------------------------------------------------------*/
.archive-header {
  padding-top: 120px;
  padding-bottom: 56px;
  width: calc(100% / 6 * 5);
  margin-left: calc(100% / 6); }
  .archive-header .talks-intro {
    margin: 24px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .archive-header .talks-intro p {
      max-width: 600px; }
    .archive-header .talks-intro .link {
      margin: 8px 0 0 0;
      align-self: flex-start; }
  .archive-header.publications-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px; }

.software-header .archive-header,
.media-header .archive-header {
  margin-bottom: 24px; }

.blog-archive {
  width: calc(100% / 6 * 5);
  margin-left: calc(100% / 6); }
  .blog-archive .post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .blog-archive .post img {
      max-width: 400px;
      margin-bottom: 0;
      margin-right: 40px; }
    .blog-archive .post .post-meta {
      flex-wrap: wrap; }
  .blog-archive.software-archive {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .blog-archive.software-archive .post {
      flex-wrap: wrap;
      max-width: 400px; }
  .blog-archive.media-archive .post {
    margin-bottom: 72px; }
    .blog-archive.media-archive .post h2 {
      max-width: 400px; }
    .blog-archive.media-archive .post img {
      margin-right: 0; }
    .blog-archive.media-archive .post .post-meta {
      max-width: 544px;
      margin: 12px 0 0 56px; }

.software-tags div {
  padding: 0 8px;
  margin: 8px 8px 0 0; }

/* TOP
-------------------------------------------------------------------------------------------*/
.top {
  margin-bottom: 0; }
  .top .strip {
    margin-bottom: 80px; }
  .top header a, .top li a {
    font-size: 16px;
    line-height: 20px; }
  .top ul {
    display: inherit; }
    .top ul li {
      display: inline-flex;
      margin-left: 32px; }
      .top ul li a {
        border-bottom: 1px solid #28292A; }
        .top ul li a.contact {
          color: #F90000;
          border-color: #F90000; }
        .top ul li a:hover {
          color: #5AABBA;
          border-color: #5AABBA; }

.body-color-archive .top {
  margin-top: 84px; }

/* MENU
-------------------------------------------------------------------------------------------*/
.menu, .menu-scroll {
  display: none;
  position: fixed;
  top: 40px;
  right: 40px; }

.menu, .menu-scroll, .close {
  cursor: pointer; }
  .menu:hover, .menu-scroll:hover, .close:hover {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.4s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: both;
    -o-animation-timing-function: ease;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: pulse;
    animation-fill-mode: both;
    animation-timing-function: ease; }

#menu ul li {
  margin-bottom: 32px; }
  #menu ul li a:hover {
    border-bottom: 1px solid #DEA000; }
#menu .close {
  top: 40px;
  right: 40px; }

/* FOOTER
-------------------------------------------------------------------------------------------*/
#contact {
  padding: 160px 0 80px 0;
  margin-top: 120px; }
  #contact h2 {
    margin-bottom: 80px; }
  #contact .footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
  #contact p.contact {
    width: calc(100% / 6); }
  #contact p.newsletter {
    width: calc(100% / 6 * 3);
    margin: 0; }
  #contact p a:hover {
    padding-left: 12px; }
  #contact p.copyright {
    margin-top: 24px; }
  #contact .social {
    width: calc(100% / 6 * 2);
    margin-top: 0; }
    #contact .social h3 {
      margin-bottom: 16px; }
    #contact .social ul {
      max-width: 360px; }

/* COLORS
-------------------------------------------------------------------------------------------*/
.color-archive-publications-header a:hover,
.color-archive-publications a:hover,
.color-archive-media-header a:hover,
.color-archive-media a:hover {
  color: #28292A; }

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

