/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 17.5px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #212957;
  text-decoration: none; }
  a:visited {
    color: #0c0f20; }
  a:hover {
    color: #000;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #999;
  border-left: 4px solid #ddd;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #999; }

/**
 * Site header
 */
.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #555; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #000;
    line-height: 1.5; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 30px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #555; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #ddd;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #999;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 17.5px;
  color: #999; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

html {
  background-color: #F1F1F1; }

body {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  color: #212957; }

.box {
  border: 0;
  padding: 0px 30px 30px 30px;
  position: relative;
  margin-bottom: 30px; }

@media screen and (max-width: 1026px) {
  .box {
    padding-left: 30px; } }
.box .icon {
  position: relative;
  max-width: 550px;
  height: auto;
  left: 0;
  top: 30px;
  bottom: 30px; }

@media screen and (max-width: 1026px) {
  .box .icon {
    display: none; } }
.container-fluid {
  width: 100%;
  padding: 0; }

.row {
  margin: 0; }

.header {
  margin: 20px 20px 0 0;
  padding: 0;
  color: #212957; }

.nav, .nav-pills {
  padding: 0px;
  margin: 0px; }

.nav ul {
  list-style-type: none;
  float: right;
  padding: 0px;
  margin: 0px; }

.nav li {
  height: 35px;
  display: inline-block;
  margin: 10px 0 0 20px;
  padding: 0px;
  text-align: center;
  line-height: 100%; }

.nav > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #212957;
  padding: 5px 10px;
  text-decoration: none; }

.nav > li > a:hover {
  text-decoration: none;
  color: #212957;
  border-bottom: solid #212957 2px;
  border-radius: 0px;
  background-color: transparent; }

.nav-pills li.active a {
  background-color: #212957;
  border-radius: 0;
  border-bottom: solid #212957 2px;
  border-radius: 0px; }

.nav-pills li.active a:hover {
  background-color: #212957; }

.footer {
  background-color: #212957;
  color: #fff;
  font-weight: 50;
  margin-top: 30px;
  padding: 20px 0 20px 0; }
  .footer .container-fluid {
    margin: 0 auto;
    padding: 0 40px; }
  .footer .row {
    width: 100%;
    margin: 0;
    padding: 0; }
  .footer .col-md-6 {
    padding: 0;
    margin: 0; }
  .footer p {
    padding: 0;
    margin: 0; }
  .footer a, .footer a:hover {
    color: white;
    text-decoration: none; }
  .footer .icon > svg > path {
    fill: #fff; }
  .footer .copy {
    text-align: right; }
  .footer .address {
    font-size: 13px; }
  .footer .attribution {
    font-size: 12px;
    padding-top: 20px; }
    .footer .attribution a {
      text-decoration: underline; }

.intro {
  background: url(/assets/img/header.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0 0 100px 0; }
  .intro .container-fluid {
    /*	padding: 0;*/ }
  .intro h1 {
    padding: 0 60px 0 60px;
    margin: 50px 0;
    font-weight: 700;
    font-size: 40px;
    color: black; }
  .intro .quote {
    padding: 0 60px 0 60px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0 40px; }
  .intro .attribution {
    padding: 0 60px 0 60px;
    text-align: right;
    margin: 0 40px; }
    .intro .attribution a {
      font-size: 18px;
      font-weight: 400;
      text-decoration: underline;
      color: #fff; }
      .intro .attribution a:hover {
        text-decoration: none; }

.blurb {
  color: #212957;
  margin: 0; }
  .blurb .row {
    margin: 0 0 0 0; }
  .blurb h3 {
    padding: 0;
    margin: 30px 0 0 0;
    font-weight: 800; }
  .blurb p {
    padding: 0px; }
  .blurb img {
    margin: 30px auto 0;
    padding: 0; }
  .blurb a {
    color: #212957;
    text-decoration: underline; }
    .blurb a:visited {
      color: #0c0f20; }
    .blurb a:hover {
      color: #212957;
      text-decoration: none; }

.button-row {
  margin: 50px 0; }
  .button-row h2 {
    color: #212957;
    font-weight: 600;
    text-align: center;
    margin: 0px 0 30px; }
  .button-row .col-md-3 {
    position: relative; }
  .button-row .pic {
    opacity: 0.3;
    position: relative;
    margin: auto; }
  .button-row .caption {
    color: #212957;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none;
    line-height: 110%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .button-row a:hover .pic {
    opacity: 1.0; }
  .button-row a:hover .caption {
    color: #fff; }

.default-wrapper {
  margin: 20px 40px; }

.vcenter {
  display: flex;
  align-items: center; }

h2 {
  color: #212957;
  font-weight: 600;
  font-size: 34px;
  margin: 20px 0 30px; }

.news {
  margin: 0px; }
  .news .blurb {
    color: #755125;
    font-size: 19px;
    font-weight: 500; }
  .news ul {
    list-style-type: none;
    margin: 0; }
  .news li {
    margin-bottom: 30px; }
  .news .title {
    font-weight: 800;
    text-decoration: none;
    color: #212957;
    display: block;
    font-size: 24px;
    margin: 0;
    padding: 0; }
  .news .title:visited {
    color: #212957; }
  .news .title:hover {
    color: #212957;
    text-decoration: none; }
  .news .meta {
    margin: 0;
    color: #212957;
    padding: 1px 0;
    font-size: 14px; }
  .news .content {
    margin: 10px 0; }
  .news .read-more {
    font-weight: 200;
    font-style: italic;
    color: #212957; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.picture-grid .pic {
  opacity: 0.3;
  position: relative;
  margin: auto; }
.picture-grid .caption {
  color: #212957;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
  line-height: 110%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.picture-grid a:hover .pic {
  opacity: 1.0; }
.picture-grid a:hover .caption {
  /*	color: #fff;	*/
  color: transparent; }
.picture-grid .row {
  margin-bottom: 30px; }

.people h2 {
  padding: 0;
  margin: 0; }
.people h3 {
  padding: 10px 0 10px 0;
  margin: 0; }
.people a, .people a:hover {
  color: #212957;
  text-decoration: none; }
.people .col-md-7 {
  padding: 0; }
.people .col-md-5 {
  width: 41.6666666667%; }
.people .container-fluid {
  margin: 0;
  padding: 0; }
.people .social {
  padding: 0;
  padding-bottom: 10px;
  margin: 0; }
.people .icon > svg > path {
  fill: #212957; }
.people ul {
  margin-left: 20px; }
  .people ul a, .people ul a:hover {
    color: #212957;
    text-decoration: underline; }

.papers li {
  padding-bottom: 10px; }

.bibliography h4 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 24px; }
.bibliography li {
  padding-bottom: 20px; }
.bibliography .col-md-8, .bibliography .col-md-4 {
  padding: 0; }
.bibliography .row {
  margin-bottom: 30px; }
.bibliography .legend {
  padding: 10px;
  margin-left: 10px;
  border: solid 2px; }
  .bibliography .legend h4 {
    padding: 5px 0;
    margin: 0; }
  .bibliography .legend ul {
    margin: 0;
    padding: 0; }
  .bibliography .legend li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.reference .supp {
  display: inline-block; }
  .reference .supp a {
    text-decoration: none; }

.index_page h3 {
  margin: 30px 50px 0 0;
  font-weight: 600; }
.index_page h4 {
  margin: 20px 0 10px 0;
  font-weight: 500; }
.index_page .announce {
  margin: 30px;
  padding: 30px;
  font-size: 30px;
  background-color: rgba(0, 0, 1, 0.1);
  border-radius: 20px;
  font-weight: 500;
  text-align: center; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap; }

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #faf8f0; }

#content code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #bebab0; }

.boxed-icon {
  border-radius: 5px;
  border: 1px solid #212957;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding: 0px 30px 30px 30px;
  position: relative;
  margin-bottom: 30px; }

@media screen and (max-width: 640px) {
  .boxed-icon {
    padding-left: 30px; } }
.boxed-icon .icon {
  position: relative;
  max-width: 550px;
  height: auto;
  left: 0;
  top: 30px;
  bottom: 30px; }

@media screen and (max-width: 640px) {
  .boxed-icon .icon {
    position: absolute;
    height: 50%; } }
.boxed-icon h3 {
  font-weight: 300;
  font-size: 30px;
  font-size: 2em; }
