@charset "UTF-8";
/**
 * Loaded globally on every route.
 */
@font-face {
  font-family: 'Newsreader';
  src: url('fonts/Newsreader-36pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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: 'Newsreader';
  src: url('fonts/Newsreader-36pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
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;
}
.page-hero {
  --page-hero-shadow-color: var(--page-hero-background-color);
  min-height: 360px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  background: var(--page-hero-background-color);
  border-bottom: 1px solid var(--page-hero-border-color);
}
.page-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-hero-copy {
  flex: 1;
  padding: 7% 6%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-shadow:
    0 0 0.18em var(--page-hero-shadow-color),
    0 0 0.36em var(--page-hero-shadow-color),
    0.04em 0 0 var(--page-hero-shadow-color),
    -0.04em 0 0 var(--page-hero-shadow-color),
    0 0.04em 0 var(--page-hero-shadow-color),
    0 -0.04em 0 var(--page-hero-shadow-color);
}
.page-hero-title {
  color: var(--page-hero-text-color);
  font-size: 4.2em;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 0.35em;
}
.page-hero-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 0.32em;
  background: var(--page-hero-accent-color);
}
.page-hero-copy p {
  max-width: 590px;
  color: var(--page-hero-text-color);
  font-size: 1.35em;
  line-height: 1.65;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: 'Newsreader';
  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.65em;
  margin: 0.5em 0;
  letter-spacing: 0;
  line-height: 1.1;
  color: #444;
  font-weight: bold;
}
.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.85em;
}
.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;
}

.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: 'Newsreader';
  font-weight: bold;
  font-size: 1.4em;
  border-radius: 0.2em;
  margin: 0.3em;
  box-shadow: 0.1em 0.2em 0 rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.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";
}
@media screen and (min-width:768px) {
  .entry {
    width: 63%;
  }
  .entry-aside {
    width: 29%;
    padding: 3em;
    padding-left: 0;
  }
}
@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;
}
#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;
}
.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: 'Newsreader';
  font-weight: normal;
  font-size: 1.4em;
  padding: 0;
  position: relative;
  font-weight: 100;
  color: #D3D3D3;
  margin: 0.5em 0 1em;
  letter-spacing: 0;
}
.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: 2.15em;
  color: #999;
  text-shadow: none;
  letter-spacing: 0;
  padding-bottom: 1em;
}
a.post-listing-header-link {
  color: #eee;
  font-family: 'Newsreader';
  font-weight: bold;
  font-size: 1em;
  line-height: 0;
  letter-spacing: 0;
  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: 'Newsreader';
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 0;
}
.post-listing-entry p {
  margin: 2em;
  margin-top: 0.3em;
  font-size: 0.8em;
  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: 2.15em;
  color: #999;
  text-shadow: none;
  letter-spacing: 0;
  padding-bottom: 1em;
  font-weight: 800;
  line-height: 1;
  font-family: 'Newsreader';
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
}
.post-listing-footer {
  clear: left;
  margin: 3%;
  text-align: center;
}
.post-listing-footer a:hover {
  color: #777;
}
.post-listing-subtitle {
  display: block;
  font-family: 'Newsreader';
  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) {
  .page-hero-title {
    font-size: 2.4em;
    line-height: 1.3;
  }
  .page-hero {
    min-height: 300px;
    display: block;
  }
  .page-hero-copy {
    padding: 3em 6%;
  }
  .page-hero-copy p {
    font-size: 1.1em;
  }
  .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;
  }
}
@media screen and (min-width:768px) and (max-width:1150px) {
  .page-hero-copy {
    flex: 0 0 56%;
  }
  .page-hero-title {
    font-size: 3.3em;
  }
}
.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1em;
  align-items: center;
  width: 88%;
  max-width: 1400px;
  margin: 2em auto 3.5em;
  padding-top: 1.5em;
  border-top: 1px solid #d3d3d3;
}
.pagination-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #0d75b9;
  font-family: 'Newsreader';
  font-weight: bold;
  text-decoration: none;
}
.pagination-link:hover {
  color: #005BFF;
  text-decoration: underline;
}
.pagination-link-disabled {
  color: #8b929a;
}
.pagination-link-disabled:hover {
  color: #8b929a;
  text-decoration: none;
}
.pagination-link-next {
  justify-self: end;
}
.pagination-status {
  color: #4f5965;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .pagination {
    grid-template-columns: 1fr;
    width: 90%;
  }
  .pagination-link,
  .pagination-link-next,
  .pagination-status {
    justify-self: start;
  }
}
.right {
  float: right;
}
.left {
  float: left;
}
#menu {
  --menu-background-color: #4f4f4f;
  --menu-technical-active-color: #27a8ff;
  --menu-creative-active-color: #ff4f9a;
  background: var(--menu-background-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 0 45px;
  box-sizing: border-box;
}
.menu-logo {
  display: flex;
  align-items: center;
  flex: 0 0 192px;
}
.menu-logo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 4px;
}
.menu-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 18px;
  align-self: stretch;
}
.menu-link {
  display: flex;
  align-items: center;
  border-bottom: 4px solid transparent;
    border-bottom-color: transparent;
  box-sizing: border-box;
  margin-bottom: var(--under-border);
  padding: 
    var(--padding)
    var(--padding)
    calc(var(--padding) - var(--under-border))
    var(--padding);
  color: #fff;
  font-family: 'Roboto';
  font-size: 1.15em;
  line-height: 1;
  text-decoration: none;
  --under-border: 14.5px;
  --padding: 20px;
}

.menu-link:hover,
.menu-link:active {
  color: #fff;
}
.menu-link-technical:hover,
.menu-link-technical:active {
  border-bottom-color: var(--menu-technical-active-color);
  color: var(--menu-technical-active-color);
}
.menu-link-creative:hover,
.menu-link-creative:active {
  border-bottom-color: var(--menu-creative-active-color);
  color: var(--menu-creative-active-color);
}
.menu-link-active.menu-link-technical {
  border-bottom-color: var(--menu-technical-active-color);
  color: var(--menu-technical-active-color);
}
.menu-link-active.menu-link-creative {
  border-bottom-color: var(--menu-creative-active-color);
  color: var(--menu-creative-active-color);
}

.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;
}
@media screen and (max-width: 767px) {
  .entry-article {
    flex-direction: column;
  }
  .entry-aside {
    padding: 3em;
    padding-top: 0;
  }
  #menu {
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 9px 20px 0;
  }
  .menu-logo {
    flex-basis: auto;
    width: 100%;
    max-width: 215px;
    margin: 0 auto 0px;
  }
  .menu-nav {
    width: calc(100% + 40px);
    align-self: auto;
  }
  .menu-link {
    flex: 1;
    justify-content: center;
    min-height: 34px;
    margin-bottom: 6px;
    padding: 4px 12px;
    font-size: 12px;
  }
}
.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 (min-width: 1300px) {
  .menu-link {
    padding-inline: 42px;
  }
  .entry {
    font-size: 1.1em;
    line-height: 1.9;
  }
}
