html {
  height: 100%;
}
body {
  color: #414141;
  background-color: #f7f7f7;
  font-family: 'Avenir Next W00';
  font-weight: 200;
}
label {
  font-weight: 200;
}
textarea {
  height: 20rem;
}
strong {
  font-weight: 500;
}
.container {
  padding-top: 10rem;
}
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#index .container {
  padding-top: 0;
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
}
nav {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 999;
  position: fixed;
  padding-left: 3rem;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eaeaea;
}
nav a,
nav .hamburger {
  color: #414141;
  text-decoration: none;
}
nav a:hover,
nav .hamburger:hover {
  color: #0e0e0e;
}
nav .hamburger:hover {
  cursor: pointer;
}
nav .hamburger {
  padding: 1rem;
}
nav .menu {
  font-weight: 500;
  font-size: 1.5rem;
}
nav .menu ul {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}
nav .menu li {
  display: inline;
  padding: 0 1rem;
}
nav .menu a:hover {
  text-decoration: underline;
}
nav .menu.contracted {
  opacity: 0;
  background-color: none;
}
nav .menu.expanded {
  opacity: 1;
}
nav .u-hide {
  opacity: 0;
}
nav .u-show {
  opacity: 1;
}
nav .back-to-work {
  position: absolute;
  top: 2.325rem;
  right: 20%;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-weight: 300;
}
nav .back-to-work a {
  display: block;
}
nav .back-to-work a:hover {
  text-decoration: underline;
}
nav .back-to-work i {
  padding-left: 1rem;
}
body#index nav {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.no-js nav .hamburger {
  display: none;
}
.no-js nav .menu {
  opacity: 1;
}
.site_section {
  padding-bottom: 12rem;
}
.site_section h3.section_title {
  padding-top: 8rem;
}
.contact {
  padding-bottom: 50rem;
}
.contact input.text {
  width: 74.0%;
}
.home {
  padding-top: 30rem;
  padding-bottom: 36rem;
}
.home .content {
  text-align: center;
}
.home .scroll-arrow {
  padding-top: 4rem;
}
.home .scroll-arrow a {
  border: none;
  color: #5a5a5a;
}
.home .scroll-arrow a:hover {
  color: #272727;
}
.home h1 {
  font-weight: 400;
}
.home h2 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
  margin-bottom: 1.2rem;
  font-weight: 100;
}
.about .avatar-img {
  overflow: hidden;
  border-radius: 3px;
}
.item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  min-height: 30rem;
  position: relative;
  border-radius: 3px;
}
.item h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
.item .official_title {
  font-weight: 400;
}
.item .description {
  font-style: italic;
}
.item ul {
  list-style-type: none;
  margin-bottom: 1rem;
}
.item ul li {
  font-size: 90%;
  margin-bottom: 0.3rem;
  font-weight: 200;
}
.item ul li span.which {
  font-weight: 400;
}
.item a.button {
  margin-top: 2rem;
  background-color: #1EAEDB;
  color: #f2f2f2;
}
.item a.button:hover {
  text-decoration: underline;
}
.work-image {
  padding-bottom: 2rem;
}
.work-image img {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.work-image img:hover {
  border: 1px solid #c1c1c1;
}
.talk {
  min-height: 38rem;
}
#talks .row .item {
  background-color: #f7f7f7;
}
#talks .row.alt .item {
  background-color: #efefef;
}
#talks .item {
  padding: 2rem;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1;
}
.classes .item {
  padding: 2rem;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1;
}
.classes .item h3 {
  font-weight: 400;
  font-size: 108%;
  margin-bottom: 1rem;
}
.classes .item .heading {
  padding-bottom: 3rem;
}
.classes .item .heading .date {
  font-size: 80%;
  font-weight: 200;
}
.outline {
  border: 1px solid #c1c1c1;
}
strong {
  font-weight: 500;
}
.portfolio-page h1 {
  font-weight: 100;
}
.portfolio-page h1 span.official_title {
  font-weight: 400;
}
body.work-item .container {
  padding-top: 10rem;
  padding-bottom: 30rem;
}
body.work-item h1 {
  font-weight: 100;
}
body.work-item h1 span.official_title {
  font-weight: 400;
}
body.work-item h3 {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
body.work-item img {
  display: block;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 3px;
}
body.work-item .summary-bar {
  margin: 4rem 0;
}
body.work-item .summary-bar h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
}
body.work-item .summary-bar ul {
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
}
body.work-item .summary-bar li {
  margin-bottom: 0.1rem;
}
body.work-item iframe {
  border-radius: 3px;
  margin-bottom: 1rem;
}
.links .credit {
  display: none;
}
.links .this_url {
  display: none;
}
.print-only-note {
  display: none;
}
body#work-index h3.section_title {
  padding-top: 0;
}
#work-live-visuals-rpi .flex-video {
  margin-bottom: 2rem;
}
#work-brightline-schedule #bl_schedule_rotator {
  width: 45%;
  display: block;
  margin: 0 auto;
}
#work-ice-burg img.ice-burg-example-01 {
  background-color: #fff;
  padding: 1rem 2%;
  width: 96%;
}
#work-space-madness iframe.game {
  margin: 0 0 2rem 0;
  padding: 0;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  height: 60rem;
}
body#portfolio-full-index h3.section_title {
  font-weight: 100;
}
body#portfolio-full-index h3.section_title .official-title {
  font-weight: 400;
}
body#portfolio-full-index .work-introduction .columns {
  width: 100%;
}
body#portfolio-full-index .items-list .item {
  min-height: auto;
  border: 1px solid #c1c1c1;
}
body#portfolio-full-index .items-list .item p {
  margin-bottom: 1.5rem;
}
body#portfolio-full-index .items-list .item ul li {
  font-size: 100%;
}
body#portfolio-full-index .items-list .item h4 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
body#portfolio-full-index .links .this_url {
  display: list-item;
}
body#portfolio-full-index .links li {
  margin-bottom: 0;
}
body#portfolio-full-index .sub-list {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 1.5rem;
}
body#portfolio-full-index .sub-list li {
  margin-bottom: 0;
}
.article {
  margin-bottom: 10rem;
}
.article h3 {
  margin-top: 3rem;
  font-size: 2.25rem;
}
.article h3 a {
  text-decoration: none;
  color: #000000;
}
.article h4 {
  font-size: 1.66rem;
  font-style: italic;
  margin-bottom: 0.33rem;
}
.article .flex-video {
  margin-top: 0;
  padding-top: 0;
}
.article .twoup-image {
  border: 1px solid #dadada;
  border-radius: 2px;
  margin: 2rem 0;
  padding: 1rem 2%;
}
.article .twoup-image img {
  width: 46% !important;
  border: none;
  margin: 0;
}
.article .article-image {
  margin: 2rem 0;
}
.article .article-image img {
  border-radius: 3px;
  padding-bottom: 0;
  margin-bottom: 0.33rem;
}
.article .article-image .caption {
  text-align: right;
}
.article.proposal a {
  text-decoration: none;
}
.article.proposal ul {
  list-style-type: none;
}
.article.proposal ul a {
  text-decoration: underline;
}
.black {
  background-color: #000;
}
.row.alt .work {
  background-color: #efefef;
}
.row.alt .work.alt {
  background-color: #e8e8e8;
}
.seven-explained {
  border: 1px solid #919191;
  border-radius: 4px;
  padding: 2em;
  background-color: #e8e8e8;
}
.seven-explained h3 {
  font-size: 120%;
  font-weight: 400;
}
.seven-explained li p {
  display: inline;
}
a.social-icon {
  display: block;
  font-size: 7rem;
  color: #4b4b4b;
  line-height: 1.1;
  text-decoration: none;
}
a.social-icon:hover {
  color: #373737;
}
.u-hidden {
  display: none;
}
.back-to-work-mobile {
  display: none;
}
.classes .item {
  min-height: 28rem;
}
.classes .item .button.see-more {
  position: absolute;
  bottom: 2rem;
}
.classes .item h3 {
  font-weight: 400;
  font-size: 100%;
}
.classes .item h3 span {
  font-weight: 100;
}
.class-header {
  margin-bottom: 6rem;
  padding-top: 2rem;
}
.class-header h3 {
  font-weight: 100;
  font-size: 150%;
  margin-bottom: 0.66rem;
}
.class-header h3 span {
  font-weight: 400;
}
.class-header .myname {
  font-weight: 400;
  display: none;
}
.class-header .date {
  font-weight: 100;
}
.class-intro-copy {
  font-weight: 400;
  margin-bottom: 4rem;
}
.inline-list li p {
  display: inline-block;
}
.classes img {
  width: 100%;
}
.class-content {
  margin-bottom: 8rem;
}
.class-content .desc {
  font-weight: 400;
  font-size: 140%;
  margin-bottom: 1rem;
}
.class-content.intro-seven h3 {
  display: none;
}
.class-content .code {
  margin-top: 4rem;
  padding: 3rem;
  background-color: #e7e7e7;
  border-radius: 4px;
}
.class-content .flex-video {
  border-radius: 2px;
}
.class-content img {
  border: 1px solid #dadada;
  border-radius: 2px;
  margin: 2rem 0;
}
.class-content-section {
  padding-top: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .home {
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
  .contact input.text {
    width: 100%;
  }
  nav .menu {
    font-size: 85%;
    padding-top: 0.6rem;
  }
  nav .menu li {
    padding: 0 0.6rem;
  }
  iframe.game {
    display: none;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 1024px) {
  .items-list .item {
    min-height: 44rem;
  }
  .items-list .talk {
    min-height: 44rem;
  }
  /* Styles for tablet */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px;
  }
}
.page-break {
  display: none;
}
@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
  .container {
    padding-top: 4rem !important;
    padding-bottom: 0 !important;
  }
  header nav {
    display: none !important;
  }
  iframe.soundcloud-player,
  iframe.game {
    display: none !important;
  }
  .summary-bar .summary-item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  a {
    text-decoration: none;
    color: #414141;
    font-weight: 500;
  }
  a:after {
    content: " (" attr(href) ") ";
    font-weight: 200;
  }
  .links .credit {
    display: list-item;
  }
  .links .this_url {
    display: list-item;
  }
  .flex-video {
    display: none;
  }
  .print-only-note {
    display: block;
  }
  .class-header .myname {
    display: block;
  }
  .article a:after {
    content: none;
  }
  .article a:after .caption a {
    content: " (" attr(href) ") ";
  }
}
