/* FONTS
-------------------------------------------------------------------------------------------*/
/* TEXT STYLES
-------------------------------------------------------------------------------------------*/
/* CSS
-------------------------------------------------------------------------------------------*/
/* FLEX
------------------------------------------------------------------------------------------*/
/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
/* ANIMATION
-------------------------------------------------------------------------------------------*/
/* COLORS
-------------------------------------------------------------------------------------------*/
/* GLOBAL
-------------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, a, blockquote, cite, ol, ul, li, fieldset, form, label, img, div, dl, dt, dd, input, figure, figcaption, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body {
  overflow-x: hidden; }

body {
  color: #28292A;
  background-image: url(../images/bg-noise.jpg);
  background-size: 100px 100px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

/* KEYFRAMES
-------------------------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* GLOBAL
-------------------------------------------------------------------------------------------*/
.wrap {
  width: 86%;
  padding: 0 7%;
  max-width: 700px;
  margin: 0 auto; }

figure img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

a {
  color: #28292A;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a:hover {
    color: #5AABBA; }

p {
  font-family: sofia-pro,'Helvetica','Arial',sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 28px; }
  @media only screen and (min-width: 1100px) {
    p {
      font-size: 18px;
      line-height: 36px; } }

figcaption, .portrait-caption {
  width: 100%;
  height: 32px;
  background: #F9F4CE;
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  position: relative;
  height: auto;
  font-style: italic;
  color: #28292A; }
  figcaption a, .portrait-caption a {
    color: #28292A !important;
    text-decoration: none; }
    figcaption a:hover, .portrait-caption a:hover {
      text-decoration: underline; }

/* LINKS
-------------------------------------------------------------------------------------------*/
.link {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid;
  text-decoration: none;
  display: inline-flex; }
  .link:hover {
    padding-left: 12px; }
  .link.icon-link:hover {
    padding-left: 0; }
    .link.icon-link:hover:before {
      margin-right: 20px; }
  .link.icon-link {
    margin: 20px 28px 0 0;
    border-bottom: none;
    background-size: contain;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .link.icon-link:before {
      content: "";
      display: inline-block;
      height: 20px;
      margin-right: 12px;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      background-color: #28292A; }
    .link.icon-link:last-child {
      margin-right: 0; }
  .link.icon-slide:before {
    -webkit-mask: url(../images/icon-slide.svg) no-repeat;
    mask: url(../images/icon-slide.svg) no-repeat;
    width: 18px; }
  .link.icon-video:before {
    -webkit-mask: url(../images/icon-video.svg) no-repeat;
    mask: url(../images/icon-video.svg) no-repeat;
    width: 28px; }
  .link.icon-publication:before {
    -webkit-mask: url(../images/icon-publication.svg) no-repeat;
    mask: url(../images/icon-publication.svg) no-repeat;
    width: 16px; }
  .link.icon-scholar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .link.icon-scholar:before {
      -webkit-mask: url(../images/icon-scholar.svg) no-repeat;
      mask: url(../images/icon-scholar.svg) no-repeat;
      width: 22px;
      height: 24px;
      margin-right: 16px; }
  .link.icon-github:before {
    -webkit-mask: url(../images/icon-github-small.svg) no-repeat;
    mask: url(../images/icon-github-small.svg) no-repeat;
    width: 22px; }
  .link.icon-pdf:before {
    -webkit-mask: url(../images/icon-pdf.svg) no-repeat;
    mask: url(../images/icon-pdf.svg) no-repeat;
    width: 20px; }

/* HOME
-------------------------------------------------------------------------------------------*/
.home-hero {
  /*figure {
  	width: 120%;
  	margin: 0 -10%;
  	margin-top: 24px;
  	figcaption {
  		background: $black;
  		color: $white;
  	}
  }
  img {
  	@include responsive-image;
  }*/ }
  .home-hero h1, .home-hero p {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    font-size: 21px;
    line-height: 36px; }
    @media only screen and (min-width: 1100px) {
      .home-hero h1, .home-hero p {
        font-size: 18px;
        line-height: 36px; } }
  .home-hero h1 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 16px; }
  .home-hero p {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 40px; }
    .home-hero p a {
      font-family: sofia-pro,'Helvetica','Arial',sans-serif;
      font-weight: 300;
      font-style: normal; }
  .home-hero .portrait {
    width: 120%;
    margin: 0 -10%;
    height: 340px;
    background: url(../images/karthik-ram.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 32px; }
    @media only screen and (min-width: 420px) {
      .home-hero .portrait {
        height: 700px; } }
    @media only screen and (min-width: 820px) {
      .home-hero .portrait {
        height: 800px; } }
    @media only screen and (min-width: 1000px) {
      .home-hero .portrait {
        height: 900px; } }
    .home-hero .portrait .portrait-caption {
      position: absolute;
      bottom: -32px;
      left: 0; }

.home-intro {
  padding-top: 56px;
  padding-bottom: 56px; }
  .home-intro h2 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 16px; }
    @media only screen and (min-width: 1100px) {
      .home-intro h2 {
        font-size: 50px;
        line-height: 64px; } }
  .home-intro .home-bio .link {
    margin-top: 24px; }

.home-projects h2 {
  font-family: sofia-pro,'Helvetica','Arial',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1100px) {
    .home-projects h2 {
      font-size: 50px;
      line-height: 64px; } }
.home-projects .project {
  margin-bottom: 40px; }
  .home-projects .project img {
    height: 80px; }
  .home-projects .project.urssi img {
    height: 56px; }
  .home-projects .project:last-child {
    margin-bottom: 0; }
.home-projects h3 {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 8px 0; }
.home-projects .link {
  margin-top: 8px; }

.home-image {
  padding-top: 56px;
  padding-bottom: 56px; }
  .home-image img {
    width: 100%;
    height: auto; }
  .home-image figcaption {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    height: auto;
    background: none;
    text-align: center; }

.home-posts h2 {
  font-family: sofia-pro,'Helvetica','Arial',sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1100px) {
    .home-posts h2 {
      font-size: 50px;
      line-height: 64px; } }
.home-posts h3 {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1100px) {
    .home-posts h3 {
      font-size: 16px;
      line-height: 32px; } }
.home-posts .latest-post {
  margin-top: 56px; }

.home-pubs {
  margin-top: 56px;
  margin-bottom: 96px;
  /*figure {
  	width: 120%;
  	margin: 0 -10%;
  }
  img {
  	@include responsive-image;
  }*/ }
  .home-pubs h2 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 44px; }
    @media only screen and (min-width: 1100px) {
      .home-pubs h2 {
        font-size: 50px;
        line-height: 64px; } }
  .home-pubs h3 {
    margin: 20px 0 8px 0; }
    .home-pubs h3 a {
      font-family: sofia-pro,'Helvetica','Arial',sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 22px;
      line-height: 32px;
      color: #28292A;
      text-decoration: none; }
      @media only screen and (min-width: 1100px) {
        .home-pubs h3 a {
          font-size: 26px;
          line-height: 40px; } }
  .home-pubs .view-all {
    margin-top: 40px; }
  .home-pubs .home-pubs-image {
    width: 120%;
    margin: 0 -10%;
    height: 250px;
    background: url(../images/illustration-2.jpg) no-repeat;
    background-size: cover;
    margin-top: 56px; }
  .home-pubs .portrait-caption {
    background: none;
    text-indent: inherit;
    line-height: 24px;
    margin-top: 24px;
    font-style: normal;
    text-align: left; }

/* POST
-------------------------------------------------------------------------------------------*/
.post img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }
.post time {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 24px; }
.post h2, .post h3 {
  text-transform: none;
  margin: 8px 0 !important; }
  .post h2 a, .post h3 a {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    color: #28292A;
    text-decoration: none; }
    @media only screen and (min-width: 1100px) {
      .post h2 a, .post h3 a {
        font-size: 26px;
        line-height: 40px; } }
.post p strong {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal; }
.post .multi-links a {
  display: inline-flex;
  margin-right: 20px; }
  .post .multi-links a:last-child {
    margin-right: 0; }
.post .link {
  margin-top: 16px; }

/* ARTICLE
-------------------------------------------------------------------------------------------*/
.article header,
d-article header {
  margin-bottom: 16px; }
  .article header time,
  d-article header time {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px; }
  .article header h1,
  d-article header h1 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 44px;
    color: #5AABBA; }
    @media only screen and (min-width: 1100px) {
      .article header h1,
      d-article header h1 {
        font-size: 50px;
        line-height: 64px; } }
.article p, .article ul, .article ol,
d-article p,
d-article ul,
d-article ol {
  margin: 0 0 24px 0; }
.article p:last-of-type,
d-article p:last-of-type {
  margin-bottom: 0; }
.article ul, .article ol,
d-article ul,
d-article ol {
  margin-left: 24px; }
  .article ul li, .article ol li,
  d-article ul li,
  d-article ol li {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #28292A;
    margin-bottom: 0; }
    @media only screen and (min-width: 1100px) {
      .article ul li, .article ol li,
      d-article ul li,
      d-article ol li {
        font-size: 18px;
        line-height: 36px; } }
    .article ul li a, .article ol li a,
    d-article ul li a,
    d-article ol li a {
      font-family: sofia-pro,'Helvetica','Arial',sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 16px;
      line-height: 28px; }
      @media only screen and (min-width: 1100px) {
        .article ul li a, .article ol li a,
        d-article ul li a,
        d-article ol li a {
          font-size: 18px;
          line-height: 36px; } }
.article h2, .article h3,
d-article h2,
d-article h3 {
  font-family: roboto-mono,'Courier',monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 56px 0 24px 0; }
  @media only screen and (min-width: 1100px) {
    .article h2, .article h3,
    d-article h2,
    d-article h3 {
      font-size: 16px;
      line-height: 32px; } }
.article figure.talk-screen,
d-article figure.talk-screen {
  width: 120%;
  margin: 0 -10%; }
.article figure img,
d-article figure img {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }
.article blockquote,
d-article blockquote {
  padding: 16px 0 40px 0; }
  .article blockquote p,
  d-article blockquote p {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
    border-left: 4px solid #E7C400;
    padding-left: 24px; }
    @media only screen and (min-width: 1100px) {
      .article blockquote p,
      d-article blockquote p {
        font-size: 26px;
        line-height: 40px; } }
.article footer,
d-article footer {
  padding: 56px 0; }
  .article footer div,
  d-article footer div {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px; }
    .article footer div a,
    d-article footer div a {
      font-family: roboto-mono,'Courier',monospace;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      line-height: 24px;
      color: #5AABBA;
      text-decoration: none;
      border-bottom: 1px solid #5AABBA !important;
      white-space: nowrap; }
      .article footer div a:hover,
      d-article footer div a:hover {
        color: #28292A;
        border-color: #28292A !important; }
  .article footer .next,
  d-article footer .next {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    border-bottom: 1px solid #5AABBA !important;
    color: #5AABBA; }
    .article footer .next:hover,
    d-article footer .next:hover {
      color: #28292A;
      border-color: #28292A !important; }

.photos figure {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .photos figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 62px;
    padding: 0 12px;
    background: #28292A;
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    font-style: italic;
    color: #FFF;
    width: auto; }
  .photos figure:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ctitle%3EDownload%3C/title%3E%3Cg fill='none'%3E%3Cpath d='M77 74C78.7 74 80 75.3 80 77 80 78.7 78.7 80 77 80L77 80 3 80C1.3 80 0 78.7 0 77 0 75.3 1.3 74 3 74L3 74 77 74ZM40 0C41.7 0 43 1.3 43 3L43 3 43 49.7 59 32.1C59.1 32 59.3 31.8 59.4 31.7 60.6 30.6 62.5 30.7 63.6 31.9 64.7 33.1 64.6 35 63.4 36.1L63.4 36.1 42.2 59.4C42.2 59.4 42.2 59.4 42.2 59.4L42.1 59.5 42.1 59.5C40.8 60.7 38.9 60.6 37.7 59.4L37.7 59.4 16.6 36.1C16.5 36 16.4 35.9 16.3 35.7 15.3 34.4 15.6 32.5 16.9 31.5 18.2 30.5 20.1 30.8 21.1 32.1L21.1 32.1 37 49.6 37 3C37 1.3 38.3 0 40 0Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    background-color: rgba(90, 171, 186, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.photos img {
  width: 100%;
  height: auto; }
.photos a {
  position: relative; }
  .photos a:hover figure:after {
    display: block; }

.theme-hero {
  /*margin: -32px 0 32px 0;*/
  margin: 32px 0 8px 0; }
  .theme-hero img {
    width: 100%;
    height: auto; }
  .theme-hero .scroll {
    text-indent: -9999px; }

.talk-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 56px; }
  .talk-links time {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 56px 0 0; }

/* DISTILL
-------------------------------------------------------------------------------------------*/
d-title {
  padding: 0 !important; }
  d-title h1 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 30px !important;
    line-height: 44px !important;
    color: #5AABBA !important;
    margin: 0 0 16px 0 !important; }
  d-title time {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    display: block; }

d-article {
  background: none; }
  d-article h2, d-article h3 {
    padding-bottom: 0 !important;
    border: 0 !important; }
  d-article p, d-article ul, d-article ol {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #28292A; }
    @media only screen and (min-width: 1100px) {
      d-article p, d-article ul, d-article ol {
        font-size: 18px;
        line-height: 36px; } }
  d-article a {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    border: none !important;
    text-decoration: underline; }
    @media only screen and (min-width: 1100px) {
      d-article a {
        font-size: 18px;
        line-height: 36px; } }
  d-article ul li, d-article ol li {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #28292A;
    margin-bottom: 0; }
    @media only screen and (min-width: 1100px) {
      d-article ul li, d-article ol li {
        font-size: 18px;
        line-height: 36px; } }
  d-article figure {
    margin: 0;
    padding: 16px 0 40px 0; }
    d-article figure figcaption {
      font-size: 12px;
      line-height: 32px; }
  d-article d-code {
    margin: 20px 0;
    padding: 20px;
    background-color: #F9F4CE;
    display: block; }
    d-article d-code code {
      padding: 0 !important;
      border-radius: 0 !important; }
  d-article d-cite, d-article d-footnote {
    color: #5AABBA !important; }
  d-article .citation, d-article .citation-number {
    color: #5AABBA !important;
    position: inherit !important;
    top: auto !important;
    margin: 0 !important;
    font-family: roboto-mono,'Courier',monospace !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: inherit !important; }
  d-article table, d-article d-math {
    margin-top: 20px; }
  d-article d-hover-box ul, d-article #hover-box ul {
    background-color: #5AABBA !important; }
    d-article d-hover-box ul li, d-article #hover-box ul li {
      padding: 20px !important; }
      d-article d-hover-box ul li a, d-article #hover-box ul li a {
        color: #28292A !important; }
  d-article d-cite, d-article d-footnote {
    color: #28292A !important; }
  d-article blockquote {
    border: 0 !important;
    margin: 0 !important; }

d-appendix {
  background-image: url(../images/bg-noise-light-blue.jpg);
  background-size: 100px 100px;
  margin: 56px 0 -56px 0 !important;
  padding: 24px 0 56px 0 !important;
  border: 0 !important; }
  d-appendix h3 {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 14px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    color: #28292A !important;
    margin: 32px 0 12px 0 !important;
    grid-column: text !important; }
  d-appendix p, d-appendix a, d-appendix li {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #28292A !important; }
    d-appendix p a:hover, d-appendix a a:hover, d-appendix li a:hover {
      color: #5AABBA !important; }
  d-appendix p {
    margin-top: 0 !important; }
  d-appendix a {
    text-decoration: underline; }
  d-appendix ul, d-appendix ol {
    margin: 0 0 0 28px !important;
    padding: 0 !important; }
    d-appendix ul li, d-appendix ol li {
      margin-bottom: 16px !important; }

/* ARCHIVE PAGES
-------------------------------------------------------------------------------------------*/
.archive-header {
  padding-bottom: 36px; }
  .archive-header h1 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 44px; }
    @media only screen and (min-width: 1100px) {
      .archive-header h1 {
        font-size: 50px;
        line-height: 64px; } }
  .archive-header .talks-intro {
    margin-top: 16px; }
    .archive-header .talks-intro .link {
      color: #5AABBA;
      margin: 24px 0; }

.blog-archive .post {
  margin-bottom: 56px; }
.blog-archive.media-archive .post h2 {
  font-family: sofia-pro,'Helvetica','Arial',sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 32px; }
  @media only screen and (min-width: 1100px) {
    .blog-archive.media-archive .post h2 {
      font-size: 26px;
      line-height: 40px; } }
.blog-archive.media-archive .post img {
  max-height: none;
  align-self: flex-start; }
.blog-archive.publications-archive .post {
  flex-wrap: wrap;
  flex-direction: column; }

.body-color-archive .archive-header h1 {
  color: #FFF; }

.software-tags {
  margin: 8px 0 16px 0; }
  .software-tags div {
    padding: 0 6px;
    display: inline-flex;
    height: 24px;
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #999;
    color: #999;
    margin: 8px 6px 0 0; }
    .software-tags div:last-child {
      margin-right: 0; }

/* TOP
-------------------------------------------------------------------------------------------*/
.top {
  margin-bottom: 56px; }
  .top .strip {
    width: 100%;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .top .strip span {
      width: 20%;
      height: 4px; }
      .top .strip span:nth-child(1) {
        background-color: #0E8AA5; }
      .top .strip span:nth-child(2) {
        background-color: #5AABBA; }
      .top .strip span:nth-child(3) {
        background-color: #E7C400; }
      .top .strip span:nth-child(4) {
        background-color: #DEA000; }
      .top .strip span:nth-child(5) {
        background-color: #F90000; }
  .top .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
  .top header a, .top li a {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #28292A;
    text-decoration: none; }
  .top header {
    text-transform: uppercase; }
  .top ul {
    display: none; }

.body-color-archive .top {
  margin-top: 32px; }
  .body-color-archive .top .strip {
    display: none; }
  .body-color-archive .top header a, .body-color-archive .top li a {
    color: #FFF !important;
    border-color: #FFF !important; }

/* MENU
-------------------------------------------------------------------------------------------*/
.menu, .menu-scroll {
  width: 24px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  -webkit-mask: url(../images/icon-menu.svg) no-repeat;
  mask: url(../images/icon-menu.svg) no-repeat;
  background-size: contain;
  background-color: #28292A; }

.menu-scroll {
  position: absolute;
  top: -9999px; }

#menu {
  display: none;
  width: 86%;
  padding: 0 7%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-image: url(../images/bg-noise-yellow.jpg);
  background-size: 100px 100px; }
  #menu .menu-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  #menu ul {
    list-style: none; }
    #menu ul li {
      margin-bottom: 24px;
      text-align: center; }
      #menu ul li:last-child {
        margin-bottom: 0; }
      #menu ul li a {
        font-family: sofia-pro,'Helvetica','Arial',sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        line-height: 44px;
        color: #DEA000 !important;
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        @media only screen and (min-width: 1100px) {
          #menu ul li a {
            font-size: 50px;
            line-height: 64px; } }
        #menu ul li a:hover {
          border-bottom: 1px solid #DEA000 !important; }
  #menu .close {
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    -webkit-mask: url(../images/icon-close.svg) no-repeat;
    mask: url(../images/icon-close.svg) no-repeat;
    background-size: contain;
    background-color: #DEA000;
    position: absolute;
    top: 32px;
    right: 8%; }

/* FOOTER
-------------------------------------------------------------------------------------------*/
#contact {
  padding: 80px 0 40px 0;
  background-image: url(../images/bg-noise-blue.jpg);
  background-size: 100px 100px;
  margin-top: 56px; }
  #contact h2 {
    font-family: sofia-pro,'Helvetica','Arial',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 44px;
    color: #FFF;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1100px) {
      #contact h2 {
        font-size: 50px;
        line-height: 64px; } }
  #contact p a, #contact h3 {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #FFF; }
  #contact p a {
    text-decoration: none;
    border-bottom: 1px solid #FFF; }
  #contact p.newsletter {
    margin: 16px 0 40px 0; }
  #contact p.copyright {
    font-family: roboto-mono,'Courier',monospace;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
    margin-top: 32px; }
    #contact p.copyright a {
      font-size: 12px;
      line-height: 24px;
      color: #FFF; }
  #contact .social {
    margin-top: 24px; }
    #contact .social h3 {
      margin-bottom: 20px; }
    #contact .social ul {
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #contact .social ul li {
        text-indent: -9999px;
        width: calc(100% / 6); }
        #contact .social ul li a {
          width: 100%;
          height: 24px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          background-size: contain; }
          #contact .social ul li a.icon-github {
            -webkit-mask: url(../images/icon-github.svg) no-repeat;
            mask: url(../images/icon-github.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a.icon-linkedin {
            -webkit-mask: url(../images/icon-linkedin.svg) no-repeat;
            mask: url(../images/icon-linkedin.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a.icon-twitter {
            -webkit-mask: url(../images/icon-twitter.svg) no-repeat;
            mask: url(../images/icon-twitter.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a.icon-mastodon {
            -webkit-mask: url(../images/icon-mastodon.svg) no-repeat;
            mask: url(../images/icon-mastodon.svg) no-repeat;
            background-color: #FFF; }

          #contact .social ul li a.icon-scholar {
            -webkit-mask: url(../images/icon-scholar.svg) no-repeat;
            mask: url(../images/icon-scholar.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a.icon-impact {
            -webkit-mask: url(../images/icon-impact.svg) no-repeat;
            mask: url(../images/icon-impact.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a.icon-orcid {
            -webkit-mask: url(../images/icon-orcid.svg) no-repeat;
            mask: url(../images/icon-orcid.svg) no-repeat;
            background-color: #FFF; }
          #contact .social ul li a:hover {
            background-color: #28292A; }

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.top header,
.top ul,
.menu,
.post {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.strip span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: slideInDown;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: slideInDown;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.6s;
  -o-animation-name: slideInDown;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-name: slideInDown;
  animation-fill-mode: both;
  animation-timing-function: ease; }
.strip span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: slideInDown;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: slideInDown;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 0.6s;
  -o-animation-name: slideInDown;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-name: slideInDown;
  animation-fill-mode: both;
  animation-timing-function: ease; }
.strip span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: slideInDown;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: slideInDown;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.6s;
  -o-animation-name: slideInDown;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-name: slideInDown;
  animation-fill-mode: both;
  animation-timing-function: ease; }
.strip span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: slideInDown;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: slideInDown;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 0.6s;
  -o-animation-name: slideInDown;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-name: slideInDown;
  animation-fill-mode: both;
  animation-timing-function: ease; }
.strip span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: slideInDown;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: slideInDown;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.6s;
  -o-animation-name: slideInDown;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-duration: 0.6s;
  animation-name: slideInDown;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.hero h1,
.hero time {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.hero p {
  -webkit-animation-delay: 0.12s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.12s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.12s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.12s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.archive-header .link {
  -webkit-animation-delay: 0.24s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.24s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.24s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.24s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-timing-function: ease; }

.scroll {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bounceInUp;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: bounceInUp;
  -moz-animation-fill-mode: both;
  -moz-animation-timing-function: ease;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: bounceInUp;
  -o-animation-fill-mode: both;
  -o-animation-timing-function: ease;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: bounceInUp;
  animation-fill-mode: both;
  animation-timing-function: ease; }

/* COLORS
-------------------------------------------------------------------------------------------*/
.section-blue h1, .section-blue h2,
.blog-archive h1,
.blog-archive h2 {
  color: #5AABBA; }
.section-blue h2 a:hover, .section-blue h3 a:hover,
.blog-archive h2 a:hover,
.blog-archive h3 a:hover {
  color: #5AABBA; }
.section-blue a,
.blog-archive a {
  color: #5AABBA; }
  .section-blue a:before,
  .blog-archive a:before {
    background-color: #5AABBA; }
  .section-blue a:hover,
  .blog-archive a:hover {
    color: #28292A; }
    .section-blue a:hover:before,
    .blog-archive a:hover:before {
      background-color: #28292A; }
.section-blue .link.icon-link:before,
.blog-archive .link.icon-link:before {
  background-color: #5AABBA; }
.section-blue .link.icon-link:hover:before,
.blog-archive .link.icon-link:hover:before {
  background-color: #28292A; }

.section-orange h1, .section-orange h2,
.software-header h1,
.software-header h2,
.software-archive h1,
.software-archive h2 {
  color: #DEA000; }
.section-orange h2 a:hover, .section-orange h3 a:hover,
.software-header h2 a:hover,
.software-header h3 a:hover,
.software-archive h2 a:hover,
.software-archive h3 a:hover {
  color: #DEA000; }
.section-orange a,
.software-header a,
.software-archive a {
  color: #DEA000; }
  .section-orange a:before,
  .software-header a:before,
  .software-archive a:before {
    background-color: #DEA000; }
  .section-orange a:hover,
  .software-header a:hover,
  .software-archive a:hover {
    color: #28292A; }
    .section-orange a:hover:before,
    .software-header a:hover:before,
    .software-archive a:hover:before {
      background-color: #28292A; }
.section-orange .link.icon-link:before,
.software-header .link.icon-link:before,
.software-archive .link.icon-link:before {
  background-color: #DEA000; }
.section-orange .link.icon-link:hover:before,
.software-header .link.icon-link:hover:before,
.software-archive .link.icon-link:hover:before {
  background-color: #28292A; }

.section-red h1, .section-red h2 {
  color: #F90000; }
.section-red h2 a:hover, .section-red h3 a:hover {
  color: #F90000; }
.section-red a {
  color: #F90000; }
  .section-red a:before {
    background-color: #F90000; }
  .section-red a:hover {
    color: #28292A; }
    .section-red a:hover:before {
      background-color: #28292A; }
.section-red .link.icon-link:before {
  background-color: #F90000; }
.section-red .link.icon-link:hover:before {
  background-color: #28292A; }

.section-darkblue h1, .section-darkblue h2 {
  color: #0E8AA5; }
.section-darkblue h2 a:hover, .section-darkblue h3 a:hover {
  color: #0E8AA5; }
.section-darkblue a {
  color: #0E8AA5; }
  .section-darkblue a:before {
    background-color: #0E8AA5; }
  .section-darkblue a:hover {
    color: #28292A; }
    .section-darkblue a:hover:before {
      background-color: #28292A; }
.section-darkblue .link.icon-link:before {
  background-color: #0E8AA5; }
.section-darkblue .link.icon-link:hover:before {
  background-color: #28292A; }

.color-blue {
  background-image: url(../images/bg-noise-light-blue.jpg); }
  .color-blue h1, .color-blue h2 {
    color: #5AABBA; }
  .color-blue h2 a:hover, .color-blue h3 a:hover {
    color: #5AABBA; }
  .color-blue a {
    color: #5AABBA; }
    .color-blue a:before {
      background-color: #5AABBA; }
    .color-blue a:hover {
      color: #28292A; }
      .color-blue a:hover:before {
        background-color: #28292A; }
  .color-blue .link.icon-link:before {
    background-color: #5AABBA; }
  .color-blue .link.icon-link:hover:before {
    background-color: #28292A; }

.color-yellow {
  background-image: url(../images/bg-noise-yellow.jpg); }
  .color-yellow h1, .color-yellow h2 {
    color: #DEA000; }
  .color-yellow h2 a:hover, .color-yellow h3 a:hover {
    color: #DEA000; }
  .color-yellow a {
    color: #DEA000; }
    .color-yellow a:before {
      background-color: #DEA000; }
    .color-yellow a:hover {
      color: #28292A; }
      .color-yellow a:hover:before {
        background-color: #28292A; }
  .color-yellow .link.icon-link:before {
    background-color: #DEA000; }
  .color-yellow .link.icon-link:hover:before {
    background-color: #28292A; }

.color-darkblue {
  background-image: url(../images/bg-noise-light-blue.jpg); }
  .color-darkblue h1, .color-darkblue h2 {
    color: #0E8AA5; }
  .color-darkblue h2 a:hover, .color-darkblue h3 a:hover {
    color: #0E8AA5; }
  .color-darkblue a {
    color: #0E8AA5; }
    .color-darkblue a:before {
      background-color: #0E8AA5; }
    .color-darkblue a:hover {
      color: #28292A; }
      .color-darkblue a:hover:before {
        background-color: #28292A; }
  .color-darkblue .link.icon-link:before {
    background-color: #0E8AA5; }
  .color-darkblue .link.icon-link:hover:before {
    background-color: #28292A; }

.color-archive-blog-header,
.color-archive-publications-header,
.color-archive-media-header {
  background-image: url(../images/bg-noise-blue.jpg); }
  .color-archive-blog-header h1, .color-archive-blog-header h2,
  .color-archive-publications-header h1,
  .color-archive-publications-header h2,
  .color-archive-media-header h1,
  .color-archive-media-header h2 {
    color: #FFF; }
  .color-archive-blog-header h2 a:hover, .color-archive-blog-header h3 a:hover,
  .color-archive-publications-header h2 a:hover,
  .color-archive-publications-header h3 a:hover,
  .color-archive-media-header h2 a:hover,
  .color-archive-media-header h3 a:hover {
    color: #FFF; }
  .color-archive-blog-header a,
  .color-archive-publications-header a,
  .color-archive-media-header a {
    color: #FFF; }
    .color-archive-blog-header a:before,
    .color-archive-publications-header a:before,
    .color-archive-media-header a:before {
      background-color: #FFF; }
    .color-archive-blog-header a:hover,
    .color-archive-publications-header a:hover,
    .color-archive-media-header a:hover {
      color: #28292A; }
      .color-archive-blog-header a:hover:before,
      .color-archive-publications-header a:hover:before,
      .color-archive-media-header a:hover:before {
        background-color: #28292A; }
  .color-archive-blog-header .link.icon-link:before,
  .color-archive-publications-header .link.icon-link:before,
  .color-archive-media-header .link.icon-link:before {
    background-color: #FFF; }
  .color-archive-blog-header .link.icon-link:hover:before,
  .color-archive-publications-header .link.icon-link:hover:before,
  .color-archive-media-header .link.icon-link:hover:before {
    background-color: #28292A; }
  .color-archive-blog-header h2 a, .color-archive-blog-header a:hover, .color-archive-blog-header p, .color-archive-blog-header time,
  .color-archive-publications-header h2 a,
  .color-archive-publications-header a:hover,
  .color-archive-publications-header p,
  .color-archive-publications-header time,
  .color-archive-media-header h2 a,
  .color-archive-media-header a:hover,
  .color-archive-media-header p,
  .color-archive-media-header time {
    color: #FFF;
    border-color: #FFF !important; }
  .color-archive-blog-header .menu,
  .color-archive-publications-header .menu,
  .color-archive-media-header .menu {
    background-color: #FFF; }
  .color-archive-blog-header .top ul li a:hover,
  .color-archive-publications-header .top ul li a:hover,
  .color-archive-media-header .top ul li a:hover {
    color: #28292A !important;
    border-color: #28292A !important; }

.color-archive-publications-header {
  background-image: url(../images/bg-noise-orange.jpg); }

.color-archive-media-header {
  background-image: url(../images/bg-noise-dark-blue.jpg); }

.color-archive-blog {
  background-image: url(../images/bg-noise-light-blue.jpg); }
  .color-archive-blog h1, .color-archive-blog h2 {
    color: #5AABBA; }
  .color-archive-blog h2 a:hover, .color-archive-blog h3 a:hover {
    color: #5AABBA; }
  .color-archive-blog a {
    color: #5AABBA; }
    .color-archive-blog a:before {
      background-color: #5AABBA; }
    .color-archive-blog a:hover {
      color: #28292A; }
      .color-archive-blog a:hover:before {
        background-color: #28292A; }
  .color-archive-blog .link.icon-link:before {
    background-color: #5AABBA; }
  .color-archive-blog .link.icon-link:hover:before {
    background-color: #28292A; }

.color-archive-publications {
  background-image: url(../images/bg-noise-yellow.jpg); }
  .color-archive-publications h1, .color-archive-publications h2 {
    color: #DEA000; }
  .color-archive-publications h2 a:hover, .color-archive-publications h3 a:hover {
    color: #DEA000; }
  .color-archive-publications a {
    color: #DEA000; }
    .color-archive-publications a:before {
      background-color: #DEA000; }
    .color-archive-publications a:hover {
      color: #28292A; }
      .color-archive-publications a:hover:before {
        background-color: #28292A; }
  .color-archive-publications .link.icon-link:before {
    background-color: #DEA000; }
  .color-archive-publications .link.icon-link:hover:before {
    background-color: #28292A; }
  .color-archive-publications #contact {
    background-image: url(../images/bg-noise-orange.jpg); }

.color-archive-media {
  background-image: url(../images/bg-noise-light-blue.jpg); }
  .color-archive-media h1, .color-archive-media h2 {
    color: #0E8AA5; }
  .color-archive-media h2 a:hover, .color-archive-media h3 a:hover {
    color: #0E8AA5; }
  .color-archive-media a {
    color: #0E8AA5; }
    .color-archive-media a:before {
      background-color: #0E8AA5; }
    .color-archive-media a:hover {
      color: #28292A; }
      .color-archive-media a:hover:before {
        background-color: #28292A; }
  .color-archive-media .link.icon-link:before {
    background-color: #0E8AA5; }
  .color-archive-media .link.icon-link:hover:before {
    background-color: #28292A; }
  .color-archive-media #contact {
    background-image: url(../images/bg-noise-dark-blue.jpg); }

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