/* Color */
/* App */
html, body {
  font-family: "Inter", "Lucida Grande", "Tahoma", "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #253239;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
}

.full-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #fff;
}
.full-page a:hover {
  background: none;
  color: #253239;
  border-bottom: 1px solid #253239;
}

/* General */
html {
  background: #fff;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #253239;
}

a:focus {
  outline: 1px dotted transparent;
}

/* Lists */
ol, dl, ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Firefox focusing */
a:active,
a:hover {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

a:focus, a:active,
div:focus, div:active button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Scroll */
::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
  -webkit-transform: translateZ(0);
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Menu */
.menu {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 70px;
}
.menu ul.projects {
  list-style: none;
}
.menu ul.projects li.project {
  padding-bottom: 2px;
  line-height: 1.9em;
}
.menu ul.projects li.project a {
  padding: 1px 0;
  cursor: pointer;
}
.menu ul.projects li.space {
  padding-top: 60px;
}

.menu-bottom-left {
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  left: 70px;
}

/* Email */
.email-image-wrapper {
  display: table;
  height: 80%;
  margin: auto;
  width: 70%;
  max-width: 800px;
  font-size: 28px;
}
.email-image-wrapper .align-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.email-image-wrapper .align-middle .img, .email-image-wrapper .align-middle .next-img, .email-image-wrapper .align-middle .prev-img {
  padding: 5px 15px;
}
.email-image-wrapper .align-middle .next-img, .email-image-wrapper .align-middle .prev-img {
  cursor: pointer;
}
.email-image-wrapper .align-middle .next-img {
  margin-left: 25px;
}
.email-image-wrapper .align-middle .prev-img {
  margin-right: 25px;
}
.email-image-wrapper .align-middle a:hover {
  border-bottom: none;
}
.email-image-wrapper .image-container img {
  height: auto;
  max-width: 100%;
}

.email-back-home {
  position: absolute;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
}
.email-back-home a {
  padding: 2px 0;
}

/* Academic */
.acad-container {
  margin: 0 40px;
}

.acad {
  max-width: 840px;
  padding: 0px;
  color: black;
  line-height: 1.65;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Inter";
  font-weight: 400;
  font-size: calc(15px + 0.15vw);
}
.acad p {
  margin: 0 0 20px 0;
}
.acad a {
  color: #0366d6;
  text-decoration: none;
}
.acad a:hover {
  text-decoration: underline;
}
.acad .header {
  height: 30px;
  margin-bottom: 40px;
  float: left;
}
.acad .header a:hover {
  text-decoration: none;
}
.acad .navigation {
  height: 30px;
  margin-bottom: 40px;
  float: right;
}
.acad .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acad .navigation ul li {
  display: inline;
  margin: 0 4px;
  padding: 0;
}
.acad .navigation ul li a.selected {
  text-decoration: underline;
}
.acad .acad-wrapper {
  clear: both;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 880px) {
  .acad .acad-wrapper {
    padding: 0 20px;
  }
}
.acad .acad-wrapper .acad-heading {
  font-family: "Inter";
  font-weight: 600;
  color: #2e3b4e;
  font-size: 1.85em;
  line-height: 1;
  margin: 0 0 40px 0;
}
.acad .acad-wrapper.acad-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.acad .acad-wrapper.acad-about {
  margin: 0 0 40px 0;
}
.acad .acad-wrapper.acad-about .acad-left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 880px) {
  .acad .acad-wrapper.acad-about .acad-left {
    width: 100%;
    padding: 0;
  }
}
.acad .acad-wrapper.acad-about .haas img {
  float: right;
  padding-left: 32px;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 600px) and (max-width: 880px) {
  .acad .acad-wrapper.acad-about .haas img {
    width: 100%;
    padding: 30px 60px 50px 60px;
  }
}
@media screen and (max-width: 600px) {
  .acad .acad-wrapper.acad-about .haas img {
    width: 100%;
    padding: 30px 0px 50px 0px;
  }
}
.acad .acad-wrapper .acad-project {
  padding: 0 0 35px 0;
}
.acad .acad-wrapper .acad-project .acad-title {
  padding-bottom: 7px;
  color: #2e3b4e;
  font-family: "Inter";
  font-size: 1.4em;
  font-weight: 500;
}
.acad .acad-wrapper .acad-highlight {
  background: #f5f5f5;
  border-radius: 2px;
  padding: 1.2em;
}
.acad .acad-wrapper .collateral {
  padding-left: 40px;
  list-style-type: disc;
}
.acad .acad-wrapper .collateral li {
  padding-left: 10px;
}
.acad .acad-wrapper .ucc-filings {
  margin: 22px 0;
}
.acad .acad-wrapper .ucc-filings .data-note {
  float: left;
  text-align: right;
  width: 80px;
  font-style: italic;
  color: #7b8894;
}
.acad .acad-wrapper .ucc-filings .data-detail {
  margin-left: 110px;
}
.acad .acad-wrapper .ucc-filings .download-ucc {
  font-weight: 600;
}
.acad .acad-wrapper .acad-anchor {
  position: relative;
  top: -150px;
}

.acad-code {
  font-family: "IBM Plex Mono", "SFMono-Regular", "Consolas", monospace;
}

.d3-small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 10px;
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .d3-small {
    padding: 10px 10px 10px 20px;
  }
}
.d3-small img {
  width: 100%;
}

.d3 {
  max-width: 1000px;
  padding: 0 40px;
  color: black;
  line-height: 1.65;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.d3 text {
  font-family: "Inter";
}
.d3 .d3-header text {
  font-family: "Inter";
  font-weight: 600;
  font-size: 26px;
}
.d3 .d3-notes {
  position: absolute;
  left: 0;
  display: none;
  font-size: 12px;
}
.d3 .d3-notes .d3-note {
  font-style: italic;
  font-weight: 500;
  padding-right: 3px;
}
.d3 .axis path, .d3 .axis line {
  fill: none;
  display: none;
  stroke-width: 0;
}
.d3 .axis text {
  font-size: 16px;
  font-weight: 400;
  fill: #000;
}
.d3 .axis text.label {
  fill: #000;
  font-size: 14px;
}
.d3 .axis .tick text {
  font-size: 12px;
}
.d3 .axis.blue text {
  fill: #2996cc;
}
.d3 .axis.blue .tick text {
  font-weight: bold;
}
