body {
  font-size: 100%;
  line-height: 1.5em !important; }

h1, h2, h3 {
  font-size: 1.5em;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
  font-weight: normal; }
  @media screen and (max-width: 840px) {
    h1, h2, h3 {
      font-size: 30px; } }

h3 {
  font-size: 30px;
  color: #f46b41; }
  @media screen and (max-width: 840px) {
    h3 {
      font-size: 20px; } }

h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
  color: #444;
  font-size: 16px;
  font-weight: normal; }
  @media screen and (max-width: 840px) {
    h4, h5, h6 {
      font-size: 20px; } }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  color: #444;
  font-family: 'Lexend Deca', serif;
  background: white; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 17px;
      line-height: 1.275em; } }
  @media screen and (max-width: 840px) {
    body {
      font-size: 15px;
      line-height: 1.125em; } }

strong {
  font-family: 'Sometype Mono', sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-variant: small-caps; }

header {
  width: 840px;
  height: auto;
  margin: 150px auto 0;
  padding: 0;
  overflow: visible;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    header {
      width: 80%; } }
  @media screen and (max-width: 840px) {
    header {
      width: 100%;
      margin-top: 0; } }
  header h2 {
    margin: 15px; }
  header .nav_link {
    width: 50%;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow: visible;
    background-image: url("/static/images/the-logo-full-v2.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 3px;
    line-height: 0;
    text-indent: -9999em; }
    @media screen and (max-width: 840px) {
      header .nav_link {
        width: 240px; } }

.header-image {
  width: 82.5px; }

span.caption {
  display: block;
  width: 100%;
  text-align: center;
  color: #bbb;
  font-style: italic;
  font-size: 15px; }

section:not(#heroes) {
  width: 840px;
  margin: 0 auto;
  padding: 60px;
  overflow: auto; }
  @media screen and (max-width: 1200px) {
    section:not(#heroes) {
      width: 70%; } }
  @media screen and (max-width: 840px) {
    section:not(#heroes) {
      width: 70%;
      padding: 60px 30px; } }
  @media screen and (max-width: 600px) {
    section:not(#heroes) {
      width: 90%;
      padding: 30px 15px; } }
  section:not(#heroes)#work {
    margin: 30px auto 30px; }

section#banner {
  width: 100%;
  text-align: center; }
  section#banner h1, section#banner h2, section#banner h3 {
    margin: 0; }

h1 {
  margin: 0; }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 25.5px;
      line-height: 1.9125em; } }
  @media screen and (max-width: 840px) {
    h1 {
      font-size: 22.5px;
      line-height: 1.6875em; } }

h2 {
  display: block;
  margin: 30px 0 15px;
  color: #444;
  text-align: center;
  font-size: 20px;
  line-height: 30px; }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 17px;
      line-height: 1.275em; } }
  @media screen and (max-width: 840px) {
    h2 {
      font-size: 15px;
      line-height: 1.125em; } }

h3 {
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 1200px) {
    h3 {
      font-size: 17px;
      line-height: 1.275em; } }
  @media screen and (max-width: 840px) {
    h3 {
      font-size: 15px;
      line-height: 1.125em; } }

a {
  color: #f46b41;
  text-decoration: none;
  transition: all .1s ease-out;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out; }
  a:hover {
    color: #ac300a; }

.section-divider {
  display: block;
  width: 100%;
  color: #f46b41;
  text-align: center; }

.inline-graphic.iteration-symbols {
  width: 75%;
  display: block;
  margin: 30px auto; }

.client {
  margin: 120px auto 120px; }
  .client img {
    width: 100%;
    margin-bottom: 30px; }
  .client ul {
    margin: 0 0 26.25px 0;
    padding: 0;
    width: 100%;
    text-align: center; }
    .client ul li {
      /* this could probably be less verbose at some point */
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      border-top-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-right-radius: 4px;
      display: inline-block;
      padding: 3.75px 7.5px;
      margin-bottom: 3.75px;
      background-color: #f46b41;
      font-family: 'Lexend Deca', sans-serif;
      font-size: .75em;
      list-style: none;
      line-height: 20px;
      color: white; }

#heroes {
  overflow: visible;
  width: 1260px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
  line-height: 0; }
  @media screen and (max-width: 1260px) {
    #heroes {
      width: 960px; } }
  @media screen and (max-width: 916px) {
    #heroes {
      width: 100%;
      padding: 0; } }

.hero {
  /* this could probably be less verbose at some point */
  -webkit-border-top-left-radius: 120px;
  -moz-border-radius-topleft: 120px;
  border-top-left-radius: 120px;
  -webkit-border-top-right-radius: 120px;
  -moz-border-radius-topright: 120px;
  border-top-right-radius: 120px;
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-bottomleft: 120px;
  border-bottom-left-radius: 120px;
  -webkit-border-bottom-right-radius: 120px;
  -moz-border-radius-bottomright: 120px;
  border-bottom-right-radius: 120px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 15px transparent;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 15px transparent;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1), 0 1px 15px transparent;
  display: inline-block;
  width: 240px;
  height: 240px;
  max-height: 240px;
  margin: 0 7.5px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: baseline;
  transition: 250ms cubic-bezier(0.33, 0.465, 0.18, 1) all;
  text-align: center;
  z-index: 0; }
  @media screen and (max-width: 1260px) {
    .hero {
      width: 180px;
      height: 180px; }
      .hero:hover {
        z-index: 1000;
        -ms-transform: scale(2.2, 2.2);
        /* IE 9 */
        -webkit-transform: scale(2.2, 2.2);
        /* Safari */
        transform: scale(2.2, 2.2); } }
  @media screen and (max-width: 916px) {
    .hero {
      width: 240px;
      height: 240px;
      margin: 30px auto 30px auto;
      display: block; } }
  .hero:hover {
    z-index: 1000;
    -ms-transform: scale(1.65, 1.65);
    /* IE 9 */
    -webkit-transform: scale(1.65, 1.65);
    /* Safari */
    transform: scale(1.65, 1.65); }
    @media screen and (max-width: 1260px) and (min-width: 916px) {
      .hero:hover:hover {
        z-index: 1000;
        -ms-transform: scale(2.2, 2.2);
        /* IE 9 */
        -webkit-transform: scale(2.2, 2.2);
        /* Safari */
        transform: scale(2.2, 2.2); } }
  @media screen and (max-width: 500px) {
    .hero:hover {
      z-index: 1000;
      -ms-transform: none;
      /* IE 9 */
      -webkit-transform: none;
      /* Safari */
      transform: none; } }
  .hero img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .hero#junto {
    background-color: #444; }
    .hero#junto img {
      position: absolute;
      top: 45px;
      left: 5%;
      width: 90%; }
    @media screen and (max-width: 1260px) and (min-width: 916px) {
      .hero#junto img {
        top: 30px; } }
  .hero#webform {
    background: -moz-linear-gradient(top, white, #eaeaea);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(16%, white), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white, #eaeaea);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white, #eaeaea);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white, #eaeaea);
    /* IE10+ */
    background: linear-gradient(to bottom, white, #eaeaea);
    /* W3C */ }
    .hero#webform img {
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%; }
    @media screen and (max-width: 1260px) and (min-width: 916px) {
      .hero#webform img {
        top: 25px; } }
  .hero#scratch {
    background-color: white; }
    .hero#scratch img {
      position: absolute;
      top: 103px;
      left: 0;
      width: 100%; }
    @media screen and (max-width: 1260px) and (min-width: 916px) {
      .hero#scratch img {
        top: 70px; } }

#post-list {
  margin: 0 auto;
  padding: 30px 30px;
  overflow: auto;
  list-style: none;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    #post-list {
      width: 100%; } }
  @media screen and (max-width: 840px) {
    #post-list {
      width: 100%;
      padding: 30px 0; } }
  @media screen and (max-width: 600px) {
    #post-list {
      width: 100%;
      padding: 30px 0; } }
  #post-list li {
    margin: 0 0 30px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ddd; }
  #post-list a {
    display: block;
    color: #444;
    text-decoration: none; }
    #post-list a:hover {
      color: #f46b41; }
  #post-list h2 {
    margin: 0;
    color: #bbb; }

@media screen and (max-width: 600px) {
  span.post-time {
    display: block; } }

@media screen and (max-width: 600px) {
  span.post-separators {
    display: none; } }

.blog_nav, .feed_link {
  display: block;
  text-align: center; }
  .blog_nav a, .feed_link a {
    text-decoration: none; }
    .blog_nav a img, .feed_link a img {
      opacity: .65; }
    .blog_nav a:hover img, .feed_link a:hover img {
      opacity: 1; }
  .blog_nav img, .feed_link img {
    height: 18px;
    width: 18px; }

.feed_link {
  margin-bottom: 60px; }

.reading_time {
  margin-bottom: 3.75px;
  color: #bbb; }

.post img {
  display: block;
  margin: 30px auto; }
.post .post-header {
  margin: 30px 0;
  text-align: center; }
.post #post-meta {
  text-align: right;
  color: #bbb; }

.paper {
  width: 100%; }

#post-footer {
  padding: 60px 0; }
  #post-footer .post-nav-indicator {
    display: block;
    color: #bbb; }
  #post-footer .prev {
    float: left;
    max-width: 50%; }
  #post-footer .next {
    float: right;
    text-align: right;
    max-width: 50%; }

.codeblock {
  padding: 30px;
  background-color: #042029;
  color: #838F8F; }

blockquote {
  padding: 30px;
  color: #838F8F; }

footer {
  margin-top: 10px;
  text-align: center; }
  footer ul {
    list-style: none; }
    footer ul li {
      display: inline-block; }
  footer a {
    display: block;
    padding: 30px;
    text-decoration: none; }

.contact-iframe {
  height: 900px; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none; }

textarea {
  /* this could probably be less verbose at some point */
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
  margin: 0 0 30px;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #ddd;
  color: #444;
  text-overflow: ellipsis;
  font-size: 20px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  height: 240px; }
  textarea:focus {
    outline: none; }

input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=submit] {
  /* this could probably be less verbose at some point */
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
  margin: 0 0 30px;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #ddd;
  color: #444;
  text-overflow: ellipsis;
  font-size: 20px;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none; }
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=submit]:focus {
    outline: none; }

input[type=submit] {
  /* this could probably be less verbose at some point */
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px 15px !important;
  border: 1px solid #ddd;
  background: none !important;
  background-color: white !important;
  font-size: 20px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none; }
  input[type=submit]:hover {
    border-color: #f46b41;
    background-color: #f46b41 !important;
    color: white; }

.spmhidip {
  display: none; }

label > span {
  color: red;
  font-size: 15px; }

/*# sourceMappingURL=style.css.map */
