@charset "UTF-8";
/**
 * Please don't judge the quality of my coding by this site. I started it over 20 years
 * ago, and it's gone through lots of migrations. Check out my GitHub instead:
 * https://github.com/gregtatum
 */
@font-face {
  font-family: 'Arvo';
  src: url('fonts/Arvo-Regular.eot');
  src: local('☺'), url('fonts/Arvo-Regular.woff') format('woff'), url('fonts/Arvo-Regular.ttf') format('truetype'), url('fonts/Arvo-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.eot');
  src: local('☺'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arvo';
  src: url('fonts/Arvo-Bold.eot');
  src: local('☺'), url('fonts/Arvo-Bold.woff') format('woff'), url('fonts/Arvo-Bold.ttf') format('truetype'), url('fonts/Arvo-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: 'Roboto', serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #222;
  background: #e8e8e8;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.error-404 {
  text-align: center;
  padding: 15% 5%;
}
.error-404-title {
  font-size: 7em;
  margin-bottom: 0.3em;
}
.error-404-p {
  font-size: 2em;
  font-weight: 100;
  margin-top: 0;
}
.wrapper {
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: underline;
  color: #0073bb;
}
a:hover {
  text-decoration: none;
  color: #005BFF;
}
h1,
h2,
h3,
h4 {
  font-family: 'Arvo';
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: normal;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
h1 {
  font-size: 2.5em;
  margin: 0.5em 0;
  letter-spacing: -.5px;
  line-height: 1.1;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}
.content>div>h1:first-child,
.content>div>h2:first-child,
.content>div>h4:first-child,
.content>div>h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h2 {
  margin: .5em 0;
  font-weight: bold;
  color: #444;
  font-size: 1.75em;
}
.entry-full h2,
.entry-full h3,
.entry-full h4 {
  margin-top: 1.5em;
}
.entry-meta {
  color: #444;
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: -0.6em;
}
.entry-full blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 2em;
  quotes: "\201C""\201D""\2018""\2019";
}
.entry-full blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.entry-full blockquote p:first-child {
  display: inline;
}
.entry-full blockquote p:last-child {
  margin-bottom: 0;
}

#menu {
  background: #555555;
}
.menu-sublinks-container a {
  text-decoration: none;
}
.menu-list h1,
.menu-list h2,
.menu-list h3,
.menu-list h4 {
  padding-bottom: 14px;
  padding-top: 31px;
}
@media screen and (min-width:526px) {
  .menu-list > li {
    font-size: 1.2em;
    letter-spacing: .05em;
  }
}
.content {
  background: #e8e8e8;
}
.content img {
  max-width: 100%;
  height: auto;
}
.img-square {
  width: 540px;
  height: 540px;
  margin: 0 auto;
  display: block;
}
.entry {
  margin: 0 auto;
  padding: 6% 6%;
  box-sizing: border-box;
  flex: 1;
}
.entry-aside {
  padding: 5% 8%;
}
.entry-article {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
}
.entry-full-aside {
  background-color: #ddd;
}
.entry-preamble {
  margin-bottom: 1em;
  color: #555;
  word-spacing: 0.05em;
  position: relative;
  top: -0.5em;
  line-height: 1.3;
  font-style: italic;
}
.button {
  display: inline-block;
  padding: 0.3em 0.8em;
  background: #AAA9A9;
  color: #E9E9E9;
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 0.2em;
  margin: 0.3em;
  box-shadow: 0.1em 0.2em 0 rgba(0, 0, 0, 0.04);
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background: #8F8F8F;
  color: #fff;
}
.button:before {
  font-family: 'icomoon';
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1.2em;
  line-height: 1em;
  position: relative;
  top: 0.1em;
}
.fork:before {
  content: "\e182";
}
.launch:before {
  content: "\e0fd";
}
.entry-paged-excerpt {
  max-width: 1000px; /* This rule is for larger screens */
  font-size: 1.2em;
}
.entry-paged-details {
  flex: 1;
  padding: 0 2em;
}
.home-jump-to-articles {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2em;
}
@media screen and (min-width:768px) {
  .entry {
    width: 63%;
  }
  .entry-aside {
    width: 29%;
    padding: 3em;
    padding-left: 0;
  }
  .home-jump-to-articles {
    display: none;
  }
}
@media screen and (min-width:1100px) {
  .entry-aside {
    padding: 2em;
    padding-left: 0;
    width: 36%
  }
}
.entry-aside-home {
  text-align: center;
  box-sizing: border-box;
}
.menu-links a {
  color: #eee;
  display: block;
  text-decoration: none;
  padding: 0.5em 0;
  display: inline-block;
}
#menu a>img {
  margin-right: 5px;
}
#menu a:hover,
#menu a:active {
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
}
.menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.menu-item-top-level {
  list-style: none;
  margin: 0;
  padding: 0.6em 0;
  width: 33%;
  text-align: center;
  font-family: 'Arvo';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
}
#menu li>div {
  border-left: 5px dotted #dedeff;
  font-size: 90%;
  margin: 8px 0 18px 6px;
  padding: 0 0 0 16px;
}
#menu li>div>div {
  font-size: 100%;
  text-transform: none;
}
#middle {
  position: relative;
  background: #eee;
}
.videoThumb {
  position: relative;
}
.videoThumb h1,
.videoThumb h2,
.videoThumb h3,
.videoThumb p {
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px #000000;
  top: 35%;
  width: 100%;
}
.videoThumb a:hover h1,
.videoThumb a:hover h2,
.videoThumb a:hover h3,
.videoThumb a:hover p {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.gallery .img {
  height: 25%;
  width: 25%;
  float: left;
}
.gallery .img a img {
  border: 1px solid #000;
  height: auto;
  margin: 5% 0;
  width: 90%;
}

#footer {
  position: relative;
  background: #000;
  padding: 30px 10%;
}
#footer p {
  position: relative;
  right: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: right;
}
#footer p a {
  color: #fff;
}
#footer p a:hover,
#footer p a:active {
  text-shadow: 0 0 2px #fff;
}
#footer div {
  float: left;
  color: #666;
  position: relative;
  z-index: 1;
}
#footer div a {
  color: #fff;
}
.sub {
  text-align: right;
  margin-top: 25px;
  color: #aaa;
  font-style: italic;
  font-size: 10px;
}
.blogDescription {
  width: 500px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.blogDescription h1,
.blogDescription h2,
.blogDescription h3 {
  text-align: center;
  margin-bottom: 10px;
}
.blogDescription>div {
  overflow: hidden;
  max-height: 600px;
}
.blogDescription img,
.blogDescription iframe,
.blogDescription object {
  max-width: 500px;
  max-height: 500px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 800px) {
  .gallery .img {
    height: 33%;
    width: 33%;
  }
  .shutter-title {
    font-size: 45px;
    padding: 32px 50px;
  }
  .videoThumb h1 {
    font-size: 24px;
  }
  .videoThumb h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 525px) {
  h1 {
    font-size: 30px;
  }
  #menu {
    float: none;
    margin-top: 0;
    padding: 1em 0;
  }
  .shutter-title-img {
    width: 90%;
  }
  #largeScreen {
    display: none;
  }
  .content {
    width: 100%;
    max-width: none;
  }
  #menu {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    max-width: none;
  }
  #footer div {
    width: 100%;
    position: relative;
    float: none;
    text-align: center;
  }
  #footer p {
    text-align: center;
  }
}
@media screen and (max-width:350px) {
  .gallery .img {
    height: 50%;
    width: 50%;
  }
  .shutter-title {
    font-size: 35px;
  }
}
.separator {
  clear: left !important;
}
.home-works {
  display: flex;
  flex-flow: row-reverse;
}
.home-articles {
  width: 300px;
  background: #333;
  color: #9f9f9f;
  border-left: 5px solid #000;
}
.home-articles a {
  color: #53A4D7;
}
.home-articles-title {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  font-size: 2em;
  margin: 1em 0.5em;
  text-align: center;
}
.home-article {
  border-top: 1px solid #464646;
  padding: 1em;
}
.home-article p {
  margin-bottom: 0;
}
.home-article-header {
  display: flex;
  flex-direction: row;
  color: #999;
  text-decoration: none;
  align-items: center;
}
.home-article-header img {
  width: 60px;
  border-radius: 4px;
  border: 2px solid #000;
  margin-right: 10px;
}
.home-article-header > h2 {
  font-size: 1em;
  font-weight: normal;
  flex: 1;
  margin: 0 0.6em 0 0;
  color: #ccc;
}
.home-article-header > h2:hover {
  color: #fff;
  text-decoration: underline;
}
.home-sketches {
  flex: 1;
}
.home-sketches-header {
  background: #4d4d4d;
  padding: 3%;
  text-align: center;
  box-shadow: -50px 0 75px rgba(0, 0, 0, 0.5) inset;
}
h1.home-sketches-title {
  color: #e8e8e8;
  text-shadow: 2px 2px 0 #000;
  font-size: 3.1em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.home-sketch > a {
  background: #333;
  line-height: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 74.66666%;
}
.home-sketch:nth-child(2n) > a {
  background: #444;
}
.home-sketch img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}
.home-sketch img:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  h1.home-sketches-title {
    font-size: 1.4em;
    line-height: 1.3;
  }
}
.home-sketch {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
}
.home-sketch>h2 {
  font-family: 'Arvo';
  font-weight: normal;
  font-size: 1em;
  padding: 1em 0.5em 2%;
  margin: 0;
}
.home-sketch>h2>a {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #4e4e50;
  text-shadow: none;
  text-decoration: none;
}
.home-sketch p {
  color: #a0a0a0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-sketch p a {
  color: #a0a0a0;
  text-decoration: none;
}
.home-sketch p a:hover {
  color: #000;
  text-decoration: none;
}
.creative-feed {
  background: #e8e8e8;
}
.creative-feed-header {
  background: #4d4d4d;
  padding: 3%;
  text-align: center;
  box-shadow: -50px 0 75px rgba(0, 0, 0, 0.5) inset;
}
h1.creative-feed-title {
  color: #e8e8e8;
  text-shadow: 2px 2px 0 #000;
  font-size: 3.1em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.creative-feed-item {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3%;
}
.creative-feed-item > a {
  background: #333;
  line-height: 0;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 74.66666%;
}
.creative-feed-item:nth-child(2n) > a {
  background: #444;
}
.creative-feed-item img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}
.creative-feed-item img:hover {
  opacity: 0.7;
}
.creative-feed-item > h2 {
  font-family: 'Arvo';
  font-weight: normal;
  font-size: 1em;
  padding: 1em 0.5em 2%;
  margin: 0;
}
.creative-feed-item > h2 > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #4e4e50;
  text-shadow: none;
  text-decoration: none;
}
.creative-feed-item p {
  color: #a0a0a0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.creative-feed-item p a {
  color: #a0a0a0;
  text-decoration: none;
}
.creative-feed-item p a:hover {
  color: #000;
  text-decoration: none;
}
.technical-hero {
  min-height: 360px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  border-bottom: 1px solid #d6d6d6;
}
.technical-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.technical-hero-copy {
  flex: 1;
  padding: 7% 6%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
h1.technical-hero-title {
  color: #acdcff;
  font-size: 4.2em;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 0.35em;
}
h1.technical-hero-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 0.32em;
  background: #C93A7A;
}
.technical-hero-copy p {
  max-width: 590px;
  color: #acdcff;
  font-size: 1.35em;
  line-height: 1.65;
  margin: 0 0 1.8em;
}
.technical-code-button,
.technical-footer-creative {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  background: #0d75b9;
  color: #fff;
  border-radius: 4px;
  font-family: 'Arvo';
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9em 1.25em;
  box-shadow: 0.15em 0.2em 0 rgba(0, 0, 0, 0.08);
}
.technical-code-button:hover,
.technical-footer-creative:hover {
  background: #005BFF;
  color: #fff;
}
.technical-topics {
  display: flex;
  justify-content: center;
  gap: 2.2em;
  padding: 1.5em 4%;
  background: #efefef;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: 0 1px 0 #fff inset;
}
.technical-topic {
  color: #4b525b;
  font-family: 'Arvo';
  font-weight: bold;
  text-decoration: none;
  padding: 0.55em 0;
  border-bottom: 3px solid transparent;
}
.technical-topic:hover,
.technical-topic-active {
  color: #0d75b9;
  border-bottom-color: #0073bb;
}
.technical-featured,
.technical-latest,
.technical-code-callout,
.technical-footer-nav {
  width: 88%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.technical-featured {
  padding: 3.5em 0 2.5em;
}
.technical-section-header {
  display: flex;
  align-items: center;
  gap: 1.2em;
  margin-bottom: 1.5em;
}
.technical-section-header:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #cfcfcf;
}
.technical-section-header h2 {
  color: #23262b;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0;
}
.technical-section-header h2 span {
  margin-right: 0.45em;
}
.technical-section-header-with-link a {
  color: #0d75b9;
  font-family: 'Arvo';
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.technical-section-header-with-link a:hover {
  color: #005BFF;
  text-decoration: underline;
}
.technical-featured-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
}
.technical-featured-card {
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-shadow: 0 0.25em 1.25em rgba(0, 0, 0, 0.08);
}
.technical-featured-thumb {
  display: block;
  background: #333;
  line-height: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
}
.technical-featured-thumb img {
  width: 100%;
  height: auto;
  opacity: 0.96;
  transition: opacity .25s ease-in-out;
}
.technical-featured-thumb:hover img {
  opacity: 0.75;
}
.technical-featured-body {
  padding: 1.45em;
}
.technical-featured-category {
  color: #0d75b9;
  font-family: 'Arvo';
  font-size: 0.78em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.65em;
}
.technical-featured-body h3 {
  font-size: 1.45em;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
.technical-featured-body h3 a {
  color: #23262b;
  text-decoration: none;
}
.technical-featured-body h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.technical-featured-body p {
  color: #49515b;
  font-size: 1.05em;
  line-height: 1.6;
  margin: 0 0 1.8em;
}
.technical-featured-meta {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #5c646f;
}
.technical-featured-meta span + span:before,
.technical-latest-meta span + span:before {
  content: "•";
  margin-right: 1em;
  color: #777;
}
.technical-featured-meta a {
  margin-left: auto;
  color: #0073bb;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 1;
}
.technical-latest {
  padding: 0 0 2.5em;
}
.technical-latest-list {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #f8f8f8;
  box-shadow: 0 0.25em 1.25em rgba(0, 0, 0, 0.04);
}
.technical-latest-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 32px;
  gap: 1.3em;
  align-items: center;
  padding: 1.05em 1.5em;
  border-top: 1px solid #dcdcdc;
}
.technical-latest-item:first-child {
  border-top: 0;
}
.technical-latest-icon {
  color: #23262b;
  font-size: 1.6em;
  line-height: 1;
  text-align: center;
}
.technical-latest-copy h3 {
  font-size: 1em;
  margin: 0 0 0.2em;
  line-height: 1.25;
}
.technical-latest-copy h3 a {
  color: #222;
  text-decoration: none;
}
.technical-latest-copy h3 a:hover {
  color: #000;
  text-decoration: underline;
}
.technical-latest-copy p {
  color: #4c5662;
  margin: 0;
}
.technical-latest-meta {
  display: flex;
  gap: 1em;
  color: #4f5965;
  white-space: nowrap;
}
.technical-latest-arrow {
  color: #333;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1;
}
.technical-latest-arrow:hover {
  color: #0073bb;
}
.technical-code-callout {
  display: flex;
  align-items: center;
  gap: 1.6em;
  box-sizing: border-box;
  margin-top: 1.4em;
  margin-bottom: 3.5em;
  padding: 1.8em 2em;
  background: #e8f2f8;
  border: 1px solid #d3e3ee;
  border-radius: 5px;
}
.technical-code-icon {
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d75b9;
  color: #fff;
  border-radius: 6px;
  font-size: 2.2em;
}
.technical-code-copy {
  flex: 1;
}
.technical-code-copy h2 {
  color: #23262b;
  font-size: 1.45em;
  margin: 0 0 0.3em;
}
.technical-code-copy p {
  color: #3f4854;
  font-size: 1.1em;
  margin: 0;
  max-width: 640px;
}
.technical-code-button {
  color: #0d75b9;
  background: transparent;
  border: 1px solid #0d75b9;
  box-shadow: none;
}
.technical-code-button:hover {
  background: #0d75b9;
}
.technical-footer-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2em;
  align-items: center;
  padding: 2.5em 0 3.5em;
  border-top: 1px solid #d3d3d3;
}
.technical-footer-nav > a {
  color: #4b525b;
  font-family: 'Arvo';
  font-weight: bold;
  text-decoration: none;
}
.technical-footer-nav > a:hover {
  color: #000;
  text-decoration: underline;
}
.technical-footer-nav > span {
  color: #5f6872;
  font-weight: bold;
}
.technical-footer-creative {
  justify-self: end;
  background: #C93A7A;
  color: #fff !important;
}
.technical-footer-creative:hover {
  background: #a9245d;
  text-decoration: none !important;
}
.tag-list a {
  display: inline-block;
  color: #EBEBEB;
  background: #B9B9B9;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  border-radius: 0.25em;
  font-size: 0.9em;
  text-decoration: none;
}
.tag-list a:before {
  content: "\e028";
  font-family: 'icomoon';
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
}
.tag-list a:hover {
  background: #9E9E9E;
  color: #fff;
}
.tag-list {
  margin: 1em 0;
}
.category-list a {
  color: #CCCCCC;
  font-weight: 800;
  display: inline-block;
  padding-right: 0.4em;
  font-size: 1.4em;
  padding-left: 0.1em;
  /* top: 0.1em; */
  position: relative;
  text-decoration: none;
}
.single-footer {
  border-top: 2px dashed #D3D1D1;
  margin-top: 3em;
}
.category-list {
  font-family: 'Arvo';
  font-weight: normal;
  font-size: 1.3em;
  padding: 0;
  position: relative;
  font-weight: 100;
  text-transform: uppercase;
  color: #D3D3D3;
  margin: 0.5em 0 1em;
  letter-spacing: 0.03em;
}
.category-list span {
  font-size: 1.4em;
  position: relative;
  top: 0.2em;
  display: inline-block;
  padding: 0 0.2em;
}
.entry-full {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.2em;
  line-height: 1.9;
  min-height: calc(100vh - 236px);
}
.entry-full > *:first-child {
  padding-top: 3%;
}
.entry-full > *:last-child {
  padding-bottom: 3%;
}
.entry-full > * {
  width: 70%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry-full > table {
  margin-top: 2em;
  margin-bottom: 2em;
  border-spacing: 1em 0.6em;
  overflow-x: scroll;
}
.entry-full > p {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-full > table th {
  text-align: left;
  border-bottom: 1px solid #a6a3a3;
  white-space: nowrap;
}
.entry-full > table th,
.entry-full > table td {
  padding: 0.1em 0;
}

/* Code blocks */
.entry-full > pre {
  /* Override prism rules with !important */
  background-color: #141414;
  color: #fff;
  margin: 2em auto !important;
  /* Keep in sync with the <code> */
  padding: 3em !important;
  border: none !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  box-shadow: 1em 1em 1em #0003 !important;
  overflow-x: scroll;
}
.entry-full > pre > code {
  /* Account for the pre's padding, which isn't correctly applied to the right */
  padding-right: 3em;
}
/* Inline code */
p > code {
  background: #fff;
  color: #373737;
  font-size: 0.9em;
  padding: 0.1em 0.4em;
  border-radius: 3px;
  margin: 0 0.1em;
  box-shadow: 1px 1px 0 #0003;
}
/* Make comments brighter and more accessible */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  /* Override prism rules with !important */
  color: hsl(159, 7%, 56%) !important;
}
/* Make strings brighter and more accessible */
.token.attr-name,
.token.attr-value,
.token.string,
.token.char,
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable,
.token.inserted {
  color: hsl(76, 43%, 68%);
}
.image-inset {
  background-color: #444;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.62);
  overflow: hidden;
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 3em 0;
  padding-bottom: 2em;
}
.image-inset img,
.image-inset video {
  margin: 2em;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.43);
  max-height: 100vh;
  max-width: 80vw;
  height: auto;
  width: auto;
}
.posts-listing-title {
  font-size: 2em;
  color: #999;
  text-shadow: none;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}
a.post-listing-header-link {
  color: #eee;
  font-family: 'Arvo';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 0;
  letter-spacing: 0.015em;
  text-decoration: none;
}
a.post-listing-header-link:hover {
  color: #fff;
  text-shadow: none;
}
.posts-listing {
  text-align: center;
  overflow: visible;
  margin: 2.5%;
}
.post-listing-entry h2 {
  font-family: 'Arvo';
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 0;
}
.post-listing-entry p {
  margin: 2em;
  margin-top: 0.3em;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #aaa;
}
.post-listing-entry h2 a {
  color: #888;
  text-shadow: none;
}
.post-listing-entry img {
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
}
.post-listing-entry img:hover {
  opacity: 1;
}
.post-listing-footer a {
  font-size: 2em;
  color: #999;
  text-shadow: none;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  font-weight: 800;
  line-height: 1;
  font-family: 'Arvo';
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.post-listing-footer {
  clear: left;
  margin: 3%;
  text-align: center;
}
.post-listing-footer a:hover {
  color: #777;
}
.post-listing-subtitle {
  display: block;
  font-family: 'Arvo';
  font-size: 0.6em;
  padding-bottom: 0.1em;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}
.post-listing-icon {
  font-size: 1.5em;
  position: relative;
  top: 0.2em;
  padding-right: 0.1em;
  line-height: 0;
}
@media screen and (max-width:767px) {
  .home-works {
    flex-flow: column-reverse;
  }
  .home-articles {
    width: 100%;
    border-left: none;
  }
  .home-article {
    padding: 2em 1em;
  }
  h1.creative-feed-title,
  h1.technical-hero-title {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .technical-hero {
    min-height: 0;
    display: block;
  }
  .technical-hero-copy {
    padding: 3em 6%;
  }
  .technical-hero-copy p {
    font-size: 1.1em;
  }
  .technical-topics {
    justify-content: flex-start;
    gap: 1.4em;
    overflow-x: auto;
    padding: 1em 6%;
  }
  .technical-topic {
    white-space: nowrap;
  }
  .technical-featured,
  .technical-latest,
  .technical-code-callout,
  .technical-footer-nav {
    width: 90%;
  }
  .technical-featured-list {
    grid-template-columns: 1fr;
  }
  .technical-section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7em;
  }
  .technical-section-header:after {
    width: 100%;
    flex: none;
  }
  .technical-section-header-with-link a {
    order: 3;
  }
  .technical-latest-item {
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    gap: 0.9em;
  }
  .technical-latest-meta {
    grid-column: 2 / 4;
    font-size: 0.9em;
  }
  .technical-code-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .technical-code-button {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
  .technical-footer-nav {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }
  .technical-footer-creative {
    justify-self: start;
  }
  .entry-full-aside {
    display: none;
  }
  .entry-full > * {
    width: 92%;
    float: none;
  }
  .entry-full > pre {
    /* Override prism rules with !important */
    box-sizing: border-box !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .image-inset {
    width: 100%;
  }
  .image-inset img,
  .image-inset video {
    max-width: 100vw;
    margin: 10% 0;
  }
  a.post-listing-header-link {
    font-size: 0.6em;
  }
  .entry-paged-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .entry-paged {
    margin: 2em 1em;
    max-width: 450px;
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.16);
    border-radius: 0.4em;
    background: #F5F5F5 !important;
    border: 1px solid #c6c6c6;
    flex-direction: column;
  }
  .entry-paged-details {
    padding: 0;
  }
}
@media screen and (min-width:450px) and (max-width:767px) {
  .home-sketch {
    background-color: #fff;
    margin: 3em auto !important;
    border-radius: 0.4em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }
  .creative-feed-item {
    background-color: #fff;
    margin: 3em auto !important;
    border-radius: 0.4em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.19);
    overflow: hidden;
  }
  .home-article {
    padding: 2em;
  }
}

.entry-paged-thumb {
  width: 450px;
  line-height: 0;
}
.entry-paged {
  position: relative;
  overflow: hidden;
  display: flex;
}
.entry-paged h2 {
  padding-top: 3%;
  margin: 0;
  font-size: 2.5em;
  margin-right: 6%;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5em
}
.entry-paged h2 a {
  text-decoration: none;
}
.entry-paged:nth-child(even) {
  background: #ddd;
}
@media screen and (max-width:767px) {
  .entry-paged-thumb {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }
  .entry-paged h2,
  .entry-paged p {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 0.5em;
  }
  .entry-paged h2 {
    text-align: center;
    font-size: 1.3em;
    margin: 0.6em 7% 0em;
    line-height: 1.4;
  }
  .entry-paged-excerpt {
    padding: 1.3em;
    font-size: 1.1em;
  }
}
@media screen and (min-width:768px) and (max-width:1150px) {
  .entry-paged h2 {
    font-size: 1.8em;
  }
  .entry-paged-details {
    padding: 0 1em;
    max-height: 224px;
    overflow: hidden;
  }
  .entry-paged-thumb {
    width: 300px;
  }
  .entry-paged-excerpt {
    font-size: 1.1em;
  }
  .technical-hero-copy {
    flex: 0 0 56%;
  }
  h1.technical-hero-title {
    font-size: 3.3em;
  }
  .technical-featured-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .technical-featured-card:first-child {
    grid-column: 1 / -1;
  }
  .technical-latest-item {
    grid-template-columns: 36px minmax(0, 1fr) 32px;
  }
  .technical-latest-meta {
    grid-column: 2 / 4;
    font-size: 0.95em;
  }
}
.next-prev {
  background: #4d4d4d;
  text-align: center;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) inset;
}
.next-prev a {
  color: #fff;
  font-family: 'Arvo';
  font-size: 3em;
  padding: 0.1em;
  display: inline-block;
  margin: 0.1em 0.3em;
}
.next-prev a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  .next-prev a {
    font-size: 1.5em;
  }
}
.right {
  float: right;
}
.left {
  float: left;
}
.menu-logo {
  width: 192px;
  position: absolute;
  padding-left: 45px;
  padding-top: 5px;
  left: 0;
  top: 0;
}
.menu-logo img {
  width: 100%;
  height: auto;
}
.menu-links {
  margin-left: 274px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width:767px) {
  .menu-logo {
    width: 100%;
    position: relative;
    padding: 9px 20px 7px;
    margin: 0 auto;
    max-width: 215px;
  }
  .menu-links {
    margin: 0;
  }
}
.menu-sublinks {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#menu-categories,
#menu-animations {
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
  height: 400px;
  letter-spacing: 0.02em;
}
#menu-animations {
  max-width: 1000px;
}
#menu-categories {
  max-width: 1200px;
}
#menu-categories a:hover {
  color: #fff;
}
.menu-sublinks-container {
  height: 0;
  overflow: hidden;
}
.menu-sublinks-container.open {
  height: auto;
}
.menu-categories-item {
  opacity: 0;
  transform: translateY(-100px);
  transition-timing-function: ease-out;
  transition: opacity 500ms, transform 500ms;
}
.menu-sublinks-container.open .menu-categories-item {
  opacity: 1;
  transform: translateY(0);
}
.menu-categories-submenu-container {
  height: 393px;
  border-bottom: #444 7px solid;
  box-shadow: 0 0 100px 15px rgba(0, 0, 0, 0.3) inset;
  background: #333;
}
.menu-links-home {
  margin-left: 0;
}
.menu-sublinks>li {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 1.5em;
  text-shadow: 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.menu-animations-submenu-container li {
  text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.3);
}

/* Categories sub-menu */

#menu-item-3dcg {
  top: 55%;
  left: 31%;
  width: 12em;
  transition-duration: 225ms;
  font-size: 1.3em;
}
#menu-item-writing {
  top: 22%;
  left: 50%;
  width: 7em;
  transition-duration: 475ms;
  font-size: 1.8em;
}
#menu-item-illustrations {
  top: 41%;
  left: 7%;
  transition-duration: 200ms;
  font-size: 1.9em;
}
#menu-item-interactive {
  bottom: 8%;
  left: 13%;
  transition-duration: 300ms;
  font-size: 2.1em;
}
#menu-item-photography {
  top: 15%;
  left: 19%;
  width: 12em;
  transition-duration: 500ms;
  font-size: 1em;
}
#menu-item-exhibit {
  top: 63%;
  left: 63%;
  width: 7em;
  transition-duration: 400ms;
  font-size: 2.2em;
}
#menu-item-3dcg a {
  color: #6073ff;
}
#menu-item-exhibit a {
  color: #28c6e9;
}
#menu-item-writing a {
  color: #4a8cff;
}
#menu-item-illustrations a {
  color: #00a2ff;
}
#menu-item-interactive a {
  color: #50bfff;
}
#menu-item-photography a {
  color: #29b6ee;
}

/* Tag cloud responsive sizing */

@media screen and (max-width:400px) {
  #menu-categories,
  #menu-animations {
    font-size: 9px;
  }
  #menu-categories li,
  #menu-animations li {
    margin-left: -3%;
  }
}
@media screen and (min-width:401px) and (max-width:550px) {
  #menu-categories,
  #menu-animations {
    font-size: 13px;
  }
  #menu-categories li,
  #menu-animations li {
    margin-left: -3%;
  }
}
@media screen and (min-width:551px) and (max-width:767px) {
  #menu-categories,
  #menu-animations {
    font-size: 17px;
  }
  #menu-categories li,
  #menu-animations li {
    margin-left: -3%;
  }
}

.video {
  width: 100%;
  padding-bottom: 56.625%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.vimeo-video {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.vimeo-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Menu Arrows */
.category-arrow {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
/* The closed arrow styles */
.category-arrow::after,
a:hover .category-arrow::before
 {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  left: 0;
  margin-top: 0.1em;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.4em;
  border-color: transparent transparent transparent #fff;
}
/* The arrow shadow when closed */
a:hover .category-arrow::before {
  top: 2px;
  left: 3px;
  border-color: transparent transparent transparent rgba(0, 0, 0, .4);
}
/* The arrow rules when it's open */
a.open .category-arrow::after,
a.open:hover .category-arrow::before {
  margin-top: 0.3em;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #fff transparent transparent transparent;
  left: -0.3em;
}
/* The arrow shadow when open */
a.open:hover .category-arrow::before {
  top: 2px;
  left: calc(3px - 0.3em);
  border-color: rgba(0, 0, 0, .4) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .entry-article {
    flex-direction: column;
  }
  .entry-aside {
    padding: 3em;
    padding-top: 0;
  }
  .menu-list {
    flex-direction: column;
  }
  .menu-item-top-level {
    font-size: 12px;
    width: 100%;
    padding: 0;
  }
  .menu-item-top-level a {
    padding: 1.2em;
  }
  #menu {
    padding: 0.3em 0;
  }
}
.full-featured-image {
  padding: 5%;
  padding-top: 4%;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.33) inset;
  overflow: hidden;
  border-top: 0.3em solid #818181;
  text-align: center;
  background: #444;
  background: linear-gradient(45deg, #353535 0%, #666666 100%);
}
.full-featured-image-img {
  box-shadow: 0 0 1.3em rgba(0, 0, 0, 0.39);
  width: 100%;
}
.full-featured-image-title {
  color: #C2C2C2;
  text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.08);
  font-size: 3.2em;
  margin-top: 0;
  margin-bottom: 0.9em;
}
.featured-video {
  background-color: #333;
  padding: 4% 6%;
  overflow: hidden;
  text-align: center;
  border-top: 0.7em solid #272727;
  border-bottom: 0.7em solid #555;
}
.featured-video-title {
  color: #D1D1D1;
  font-weight: normal;
  text-shadow: 0.13em 0.13em 0 rgba(0, 0, 0, 0.28);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
}
.featured-video video {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.55);
}
@media (min-width:1000px) {
  .featured-video video {
    box-shadow: 0 0.1em 2em rgba(0, 0, 0, 0.79);
  }
}
.vine {
  width: 100%;
  max-width: 600px;
  height: 600px;
  border: none;
}

@media screen and (min-width:768px) {
  .home-sketch {
    width: calc(100% / 3);
    float: left;
  }
}
@media (min-width: calc(3 * 450px)) {
  .home-sketch { width: calc(100% / 4); }
  .home-articles { width: 325px; }
}
@media (min-width: calc(4 * 450px)) {
  .home-sketch { width: calc(100% / 5); }
  .home-articles { width: 425px; }
  .home-article { padding: 1.75em; }
}
@media (min-width: calc(5 * 450px)) {
  .home-sketch { width: calc(100% / 6); }
  .home-articles { width: 450px; }
  .home-article { padding: 2.5em; }
}
@media (min-width: calc(6 * 450px)) {
  .home-sketch { width: calc(100% / 7); }
}
@media (min-width: calc(7 * 450px)) {
  .home-sketch { width: calc(100% / 8); }
}

@media (min-width: 1300px) {
  .menu-list {
    align-content: flex-start;
  }
  .menu-item-top-level {
    width: auto;
    padding: inherit 70px;
  }
  .menu-links a {
    padding: 0.5em 3em;
  }
  .menu-item:first-child {
    margin-left: 3em;
  }
  .entry {
    font-size: 1.1em;
    line-height: 1.9;
  }
}
