@font-face {
  font-family: Apercu;
  src: url("https://www.soylent.com/static/fonts/apercu-light-webfont.5cc29e7f1aea.eot");
  src: url("https://www.soylent.com/static/fonts/apercu-light-webfont.5cc29e7f1aea.eot?#iefix") format("embedded-opentype"), url("https://www.soylent.com/static/fonts/apercu-light-webfont.f85e5386900b.woff2") format("woff2"), url("https://www.soylent.com/static/fonts/apercu-light-webfont.8a19390c93fe.woff") format("woff"), url("https://www.soylent.com/static/fonts/apercu-light-webfont.3c82dbeff2a7.ttf") format("truetype"), url("https://www.soylent.com/static/fonts/apercu-light-webfont.837effdd491c.svg#aperculight") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Apercu;
  src: url("https://www.soylent.com/static/fonts/apercu-bold-webfont.93ea757c2aea.eot");
  src: url("https://www.soylent.com/static/fonts/apercu-bold-webfont.93ea757c2aea.eot?#iefix") format("embedded-opentype"), url("https://www.soylent.com/static/fonts/apercu-bold-webfont.fa1ff7cd5636.woff2") format("woff2"), url("https://www.soylent.com/static/fonts/apercu-bold-webfont.0e54621beded.woff") format("woff"), url("https://www.soylent.com/static/fonts/apercu-bold-webfont.6fbf8395f39d.ttf") format("truetype"), url("https://www.soylent.com/static/fonts/apercu-bold-webfont.0f4fcea53e8c.svg#apercubold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Apercu;
  src: url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.d98f953da868.eot");
  src: url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.d98f953da868.eot?#iefix") format("embedded-opentype"), url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.52458d90cc78.woff2") format("woff2"), url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.e99e4c75bb6a.woff") format("woff"), url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.6aecb4689952.ttf") format("truetype"), url("https://www.soylent.com/static/fonts/apercu_light_italic-webfont.3d7c4d3f467d.svg#aperculight_italic") format("svg");
  font-weight: 400;
  font-style: italic;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important
}

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

html,
body {
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
  width: 100%;
  background: #fff;
  color: #202020;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

div {
  display: block
}

button:hover {
  cursor: pointer
}

button:active,
button:focus {
  outline: none
}

a img {
  border: 0
}

a:focus {
  outline: none
}

a {
  text-decoration: none
}

a:active {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important
}

a:hover {
  text-decoration: underline;
  cursor: pointer
}

.nav-header {
  padding: 1.625rem 0;
  position: fixed;
  display: table-row;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  width: 100%;
  transition: all .4s ease;
  font-size: .9em
}

.nav-header a {
  text-decoration: none
}

.nav-header img {
  height: 50px;
  width: 106px
}

.nav-header-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.nav-header-container * {
  box-sizing: border-box
}

.nav-header .soylent-logo {
  width: 106px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  margin-right: 1.5rem
}

.nav-header .main-menu {
  width: auto;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center
}

.nav-header .main-nav {
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  list-style-type: none
}

.nav-header .main-nav a {
  color: #212322
}

.nav-header .main-nav a:hover {
  color: #69CD3C;
  border-bottom: 5pt solid #69CD3C;
  transition: all .2s ease-in-out
}

.nav-header .main-nav li {
  margin-right: 2em
}

.nav-header .main-nav li:nth-child(6) {
  margin-left: auto
}

.nav-header .alt-nav li {
  display: inline-block
}

.nav-header .alt-nav .hamburger {
  display: none
}

.nav-header .icon {
  margin: 0 0 0 10px
}

.slim-nav {
  padding-top: .8125rem;
  padding-bottom: .8125rem;
  border-bottom: 1px solid #9f9f9f
}

.button {
  background-color: #69CD3C;
  color: white;
  border: 1px solid #69CD3C;
  overflow: hidden;
  position: relative;
  padding: .5em 1.5em;
  display: block;
  transition: all .4s ease;
  -moz-box-shadow: 2px 2px 0px 0px #212322;
  -webkit-box-shadow: 2px 2px 0px 0px #212322;
  box-shadow: 2px 2px 0px 0px #212322
}

.button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(240, 250, 240, 0.2);
  transform: translate(-50%, -50%)
}

.button:hover {
  background-color: #48BE16;
  text-decoration: none
}

.button:active::before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out
}

@media screen and (max-width: 960px) {
  .nav-header {
    padding-left: 0;
    padding-right: 0
  }
  .nav-header-container {
    padding: 0
  }
  .nav-header .soylent-logo {
    margin-left: 5%
  }
  .nav-header .main-menu {
    justify-content: space-between;
    padding: 0 5%
  }
  .nav-header .main-nav {
    padding: 0;
    width: 100%;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(255, 255, 255, 0.95)
  }
  .nav-header .main-nav a {
    padding: 2.5% 6%;
    display: block;
    width: 100%;
    height: 100%;
    color: #212322
  }
  .nav-header .main-nav a:hover {
    color: white;
    background: #69CD3C;
    border: 0;
    transition: all .2s ease-in-out
  }
  .nav-header .main-nav li {
    display: block;
    border-bottom: 1px solid #424242;
    margin: 0
  }
  .nav-header .alt-nav {
    position: relative;
    padding-right: 3em
  }
  .nav-header .alt-nav .hamburger {
    display: inline-block;
    width: 2em;
    height: 2em;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }
  .nav-header .alt-nav .hamburger rect {
    fill: #424242
  }
  .nav-header .alt-nav .hamburger.active {
    transform: translateX(-0.2em) translateY(-50%)
  }
  .nav-header .alt-nav .hamburger.active rect {
    fill: #69CD3C
  }
}

@media screen and (max-width: 680px) {
  .nav-header .main-nav a {
    padding: 2.5% 2%
  }
  .alt-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }
  .alt-menu.hamburger {
    display: block
  }
  .nav-header .main-menu {
    padding: 0 2%
  }
  .nav-header .soylent-logo {
    margin: 0
  }
  .nav-header .alt-menu li:not(.hamburger) {
    display: none
  }
}

.footer {
  display: table-row;
  height: 1px;
  font-size: .9em;
  background-color: #212322
}

.footer-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.footer-wrap * {
  box-sizing: border-box
}

.footer-links {
  padding-top: 1em
}

.footer-links li {
  display: inline-block;
  padding-right: 1.5em
}

.footer-links a {
  color: #9F9F9F;
  transition: all .2s ease-in-out
}

.footer-links a:hover {
  color: #69CD3C
}

.social-icons {
  margin: 1em 0
}

.social-icons a:hover {
  text-decoration: none
}

.social-icons svg {
  fill: #9F9F9F;
  width: 32px;
  height: 32px;
  transition: all .2s ease-in-out
}

.social-icons svg:hover {
  background: #7f7f7f
}

.footer-copyright {
  padding-bottom: 1em
}

@media screen and (max-width: 960px) {
  .footer-wrap {
    padding: 0 4%
  }
  .social-icons {
    margin: 0
  }
}

@media screen and (max-width: 680px) {
  .footer {
    font-size: .9em;
    letter-spacing: -1px
  }
  .footer-wrap {
    padding: 0 2%
  }
  .footer-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 1em
  }
  .footer-links li {
    width: 100%;
    border-bottom: 1px solid #424242;
    padding: 10px 0
  }
  .footer-links a {
    display: block;
    width: 100%;
    height: 100%
  }
  .social-icons a {
    margin-right: .5em
  }
}

.wrap {
  width: 100%;
  margin: 0 auto
}

a {
  color: #69CD3C
}

body {
  font-family: "Apercu", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.625;
  color: #424242;
  padding-top: 7em;
  display: table;
  width: 100%;
  height: 100%
}

body.tmblr-iframe--controls-phone-container {
  padding-top: 7em
}

button {
  font-family: "Apercu", "Arial", sans-serif
}

code {
  max-width: 100%;
  word-wrap: break-word;
  background: #E7E7E7;
  padding: 0 .2em;
  display: inline-block;
  border-radius: 2px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212322;
  font-weight: bold
}

h1 {
  font-size: 4rem
}

h2 {
  font-size: 2.5em
}

h3 {
  font-size: 1.625em
}

h4 {
  font-size: 1em
}

hr {
  width: 50%;
  margin: 2em auto
}

html,
body {
  height: 100%
}

p {
  margin: 1.625em 0
}

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

.tmblr-iframe--controls.iframe-controls--desktop,
.tmblr-iframe--mobile-loggedin-controls.iframe-controls--desktop,
.tmblr-iframe--controls.iframe-controls--tablet-mobile,
.tmblr-iframe--mobile-loggedin-controls.iframe-controls--tablet-mobile,
.tmblr-iframe--controls.iframe-controls--phone-mobile,
.tmblr-iframe--mobile-loggedin-controls.iframe-controls--phone-mobile,
.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop,
.tmblr-iframe--desktop-loggedin-controls.iframe-controls--mobile {
  visibility: hidden
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 6em
  }
  body.tmblr-iframe--controls-phone-container {
    padding-top: 6em
  }
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 6em
  }
  body.tmblr-iframe--controls-phone-container {
    padding-top: 6em
  }
}

.main-content {
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: table-row;
  box-sizing: content-box
}

.main-content * {
  box-sizing: border-box
}

.main-content h2 {
  margin: 0 16.67%
}

.main-content header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.main-content header * {
  box-sizing: border-box
}

@media screen and (max-width: 960px) {
  .main-content h2 {
    margin: 0 6%;
    font-size: 2em
  }
  .main-content header {
    padding: 0
  }
}

@media screen and (max-width: 680px) {
  .main-content h2 {
    margin: 0 2%;
    font-size: 2em
  }
}

.blog-excerpt {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.blog-excerpt * {
  box-sizing: border-box
}

.blog-excerpt-wrap {
  margin: 0 16.67% 50px 16.67%;
  padding-bottom: 50px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 50px
}

.blog-excerpt-wrap::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both
}

.blog-excerpt-date {
  color: #9F9F9F
}

.blog-excerpt-permalink {
  padding: .5em 0
}

.blog-excerpt a {
  color: #69CD3C
}

.blog-excerpt figure {
  width: 38%;
  height: 250px;
  margin-right: 2%;
  margin-top: -20px;
  float: left;
  overflow: hidden;
  vertical-align: top;
  text-align: center
}

.blog-excerpt h2 {
  width: 60%;
  float: right;
  font-size: 1em;
  margin: .5em 0
}

.blog-excerpt h2 a {
  width: auto;
  float: none;
  font-size: 1.5em;
  line-height: 1.2;
  color: #424242
}

.blog-excerpt img {
  cursor: pointer;
  position: relative;
  left: 100%;
  margin-left: -200%;
  width: 100%;
}

.blog-excerpt p {
  width: 60%;
  float: right;
  margin: 0;
  font-size: .8em
}

.blog-excerpt p:empty {
  display: none
}

.blog-excerpt:last-of-type .blog-excerpt-wrap {
  border-bottom: 0
}

.pagination {
  font-size: .8em;
  text-align: center;
  margin: 1em 0
}

@media screen and (max-width: 960px) {
  .blog-excerpt-wrap {
    margin: 0 0 50px 0
  }
}

@media screen and (max-width: 680px) {
  .blog-excerpt {
    padding: 0
  }
  .blog-excerpt-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 0 2% 20px 2%;
    padding-bottom: 20px
  }
  .blog-excerpt-date {
    order: 2;
    color: #9F9F9F
  }
  .blog-excerpt h2 {
    order: 3;
    width: 100%;
    float: none;
    font-size: .8em;
    margin: 5% 0
  }
  .blog-excerpt figure {
    width: 100%;
    margin-top: 0;
    float: none;
    order: 1;
    margin: 5% 0;
    height: 100%
  }
  .blog-excerpt img {
    height: auto;
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%
  }
  .blog-excerpt p {
    width: 100%;
    float: none
  }
  .blog-excerpt p:not(.blog-excerpt-date) {
    order: 4
  }
}

.blog-article {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.blog-article * {
  box-sizing: border-box
}

.blog-article blockquote {
  line-height: 1.3;
  margin: 1em 0;
  padding: 40px 16.67%;
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  color: #212322;
  clear: both
}

.blog-article blockquote em {
  display: block;
  font-size: .9rem;
  font-style: normal;
  color: #9F9F9F;
  font-weight: normal
}

.blog-article blockquote p {
  padding: 0;
  margin: 0
}

.blog-article blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  width: 170px;
  height: 5px;
  background-color: #212322
}

.blog-article blockquote::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 170px;
  height: 5px;
  background-color: #212322
}

.blog-article blockquote.full-width {
  padding: 40px 0
}

.blog-article blockquote.pull-left {
  padding: 40px 40px 40px 0;
  float: left;
  width: 50%
}

.blog-article dl {
  padding: 0 16.67%
}

.blog-article dd {
  font-size: .8em;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 0 1.5em 0;
  margin: 0 0 1.5em 0
}

.blog-article dt {
  font-weight: bold;
  font-size: .8em;
  margin: 0 0 .5em 0
}

.blog-article figure {
  text-align: center;
  padding: 0 16.67%;
  color: #9F9F9F;
  position: relative;
  clear: both
}

.blog-article figure.full-width {
  padding: 0
}

.blog-article figure.full-width figcaption {
  position: relative;
  top: 0;
  transform: translateY(0);
  width: auto;
  margin: 20px 40px 40px 40px;
  padding: 20px 0 0 0;
  text-align: center
}

.blog-article figure.full-width figcaption::before {
  right: 0;
  left: 0;
  margin: 0 auto
}

.blog-article figure.pull-left {
  float: left;
  margin-right: 30px;
  padding: 0;
  color: #424242
}

.blog-article figure.pull-left figcaption {
  position: relative;
  top: 0;
  transform: translateY(0);
  width: auto;
  margin: 20px 40px 40px 40px;
  padding: 20px 0 0 0;
  text-align: center
}

.blog-article figure.pull-left figcaption::before {
  right: 0;
  left: 0;
  margin: 0 auto
}

.blog-article figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: .9em;
  text-align: right;
  width: 16.67%;
  padding: 20px 20px 0 0
}

.blog-article figcaption strong {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #424242
}

.blog-article figcaption::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 1px;
  background-color: #9F9F9F
}

.blog-article h2 {
  text-align: center;
  padding: 20px 0 40px 0;
  line-height: 1.2
}

.blog-article h3 {
  padding: 0 16.67%;
  margin: 20px 0
}

.blog-article ol {
  padding: 0 16.67%;
  counter-reset: li
}

.blog-article ol li {
  position: relative;
  margin: 0 0 .5em 2em;
  padding: .25em .5em;
  list-style: none;
  border-top: 1pt solid #424242;
  background: none
}

.blog-article ol li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -1pt;
  left: -2em;
  width: 2em;
  margin-right: .5em;
  padding: .25em;
  border-top: 1px solid #424242;
  color: #fff;
  background: #424242;
  font-weight: bold;
  text-align: center
}

.blog-article p {
  padding: 0 16.67%
}

.blog-article p:empty {
  display: none
}

.blog-article ul {
  list-style-type: square;
  padding: 0 16.67%
}

.blog-article ul li {
  margin: 0 0 1em 2em
}

.blog-article .blog-date {
  padding: 0;
  margin: 0;
  color: #9F9F9F;
  text-align: center;
  font-size: .9em
}

.blog-article .drop-cap::first-letter {
  font-size: 4.5em;
  float: left;
  line-height: 1.05;
  padding: 0 .1em 0 0
}

.blog-article img {
  max-width: 100%;
  margin: 0 auto;
  display: block
}

.blog-article .js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto
}

.blog-article .js-video.widescreen {
  padding-bottom: 56.34%
}

.blog-article .js-video.vimeo {
  padding-top: 0
}

.blog-article .js-video embed,
.blog-article .js-video iframe,
.blog-article .js-video object,
.blog-article .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.tag-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.tag-container * {
  box-sizing: border-box
}

.tags {
  padding: 1em 16.67%
}

.tags a {
  color: #9F9F9F;
  background: #E7E7E7;
  transition: all .4s ease;
  padding: .6em .8em
}

.tags a:hover {
  text-decoration: none;
  color: #69CD3C;
  border-color: #69CD3C;
  background-color: #eaf7e6
}

.tags li {
  margin-bottom: 1em;
  display: inline-block;
  list-style-type: none;
  font-size: .8em
}

@media screen and (max-width: 960px) {
  .blog-article {
    padding: 1em 0 0 0
  }
  .blog-article blockquote {
    font-size: 1.4em
  }
  .blog-article blockquote.full-width {
    padding: 40px 16.67%
  }
  .blog-article blockquote.pull-left {
    padding: 40px 16.67%;
    float: none;
    width: auto;
    margin: 0
  }
  .blog-article figure {
    padding: 0 5%
  }
  .blog-article figure.pull-left {
    width: 50%;
    float: none;
    padding: 0 5%;
    margin: 0 auto
  }
  .blog-article figcaption {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: auto;
    margin: 20px 40px 40px 40px;
    padding: 20px 0 0 0;
    text-align: center
  }
  .blog-article figcaption::before {
    right: 0;
    left: 0;
    margin: 0 auto
  }
  .blog-article h2 {
    font-size: 2em
  }
  .tag-container {
    padding: 0
  }
}

@media screen and (max-width: 680px) {
  .blog-article blockquote {
    padding: 40px 2%
  }
  .blog-article blockquote.full-width {
    padding: 40px 2%
  }
  .blog-article blockquote.pull-left {
    padding: 40px 2%
  }
  .blog-article code {
    display: none
  }
  .blog-article dl {
    padding: 0 2%
  }
  .blog-article h2 {
    padding: 20px 2% 40px 2%
  }
  .blog-article h3 {
    padding: 0 2%
  }
  .blog-article figure {
    padding: 0 2%
  }
  .blog-article figure.pull-left {
    width: auto;
    padding: 0 2%
  }
  .blog-article p {
    padding: 0 2%
  }
  .blog-article ol {
    padding: 0 2%
  }
  .blog-article ul {
    padding: 0 2%
  }
  .tags {
    padding: 1em 2%
  }
}

.newsletter {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  padding: 5%
}

.newsletter-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.newsletter-container * {
  box-sizing: border-box
}

.newsletter-wrap {
  width: 100%;
  background: white;
  padding: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

.newsletter .email-wrap {
  width: 100%;
  position: relative
}

.newsletter .submit-wrap {
  float: right;
  margin: 0 0 0 .5em;
  min-width: 146px
}

.newsletter .form-error {
  color: #e0415d;
  margin: 0;
  font-size: .7em;
  display: none;
  height: 0
}

.newsletter-fail,
.newsletter-success {
  display: none;
  text-align: center;
  background-color: white;
  padding: 50px
}

.newsletter-fail p,
.newsletter-success p {
  margin: 0
}

.newsletter .button {
  float: right
}

.newsletter form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto
}

.newsletter h3 {
  flex: 0 0 auto;
  margin-right: 1em
}

.newsletter input {
  font-family: "Apercu", "Arial", sans-serif
}

.newsletter input[type=email] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9F9F9F;
  padding: .9em 0 .5em .5em;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0
}

.newsletter input[type=email]+label {
  position: absolute;
  top: 1rem;
  left: .5rem;
  transition: top .3s ease-out, left .3s ease-out, font .3s ease-out, color .4s ease;
  color: #9F9F9F;
  z-index: 2;
  font-size: .9em
}

.newsletter input[type=email]:hover,
.newsletter input[type=email]:focus,
.newsletter input[type=email].active {
  border-bottom: 1px solid #69CD3C
}

.newsletter input[type=email]:hover+label,
.newsletter input[type=email]:focus+label,
.newsletter input[type=email].active+label {
  color: #69CD3C;
  font-size: .7em;
  z-index: 2;
  top: -.4rem;
  left: .5rem
}

.newsletter svg {
  width: 2em;
  height: 2em
}

@media screen and (max-width: 1280px) {
  .newsletter-container {
    padding: 0
  }
  .newsletter h3 {
    font-size: 1.4em
  }
  .newsletter .form-error {
    height: auto
  }
}

@media screen and (max-width: 960px) {
  .newsletter {
    margin: 0
  }
  .newsletter-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
  }
  .newsletter h3 {
    font-size: 1.4em;
    text-align: center;
    width: 100%
  }
  .newsletter form {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse
  }
  .newsletter .email-wrap {
    width: 100%;
    order: 1;
    padding: 10px 0
  }
  .newsletter .submit-wrap {
    margin: 0
  }
  .newsletter .button {
    width: 100%;
    order: 2
  }
}

@media screen and (max-width: 680px) {
  .newsletter-wrap,
  .newsletter-fail,
  .newsletter-success {
    padding: 25px
  }
}

.related {
  width: 100%;
  background-color: #F7F7F7
}

.related header {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 6%;
  box-sizing: content-box
}

.related header * {
  box-sizing: border-box
}

.related h4 {
  display: inline-block;
  border-bottom: 3px solid #212322;
  font-size: .7em;
  margin: 0 16.67%;
  margin-top: 2em;
  padding-bottom: .5em
}

.related hr {
  width: auto;
  border: none;
  background-color: #212322;
  margin: 0 16.67%;
  height: 1px
}

.related-posts {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2em 6%;
  box-sizing: content-box
}

.related-posts * {
  box-sizing: border-box
}

.related-posts-wrap {
  margin: 0 16.67%
}

.related-posts-wrap::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both
}

.related-posts .related-posts-date {
  width: 60%;
  float: right;
  margin: 0;
  font-size: .8em;
  display: block
}

.related-posts figure {
  width: 38%;
  height: 150px;
  margin-right: 2%;
  margin-top: -20px;
  float: left;
  overflow: hidden;
  vertical-align: top;
  text-align: center
}

.related-posts h2 {
  width: 60%;
  float: right;
  font-size: 1em
}

.related-posts h2 a {
  width: auto;
  float: none;
  font-size: 1.5em;
  line-height: 1.2;
  color: #424242
}

.related-posts h2 a:hover {
  text-decoration: none
}

.related-posts img {
  cursor: pointer;
  height: 100%;
  position: relative;
  left: 100%;
  margin-left: -200%
}

.related-posts p {
  display: none
}

@media screen and (max-width: 960px) {
  .related header {
    padding: 0
  }
  .related-posts {
    padding: 2em 0
  }
}

@media screen and (max-width: 680px) {
  .related header {
    padding-top: 1em
  }
  .related h4 {
    font-size: .8em;
    margin: 0 2%
  }
  .related hr {
    margin: 0 2%
  }
  .related-posts-wrap {
    margin: 0 2%;
    display: flex;
    flex-direction: column
  }
  .related-posts-wrap::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both
  }
  .related-posts .related-posts-date {
    width: 100%;
    margin: 1em 0;
    order: 2
  }
  .related-posts figure {
    width: 100%;
    margin-top: 0;
    float: none;
    order: 1;
    margin: 2% 0;
    height: 100%
  }
  .related-posts img {
    height: auto;
    position: static;
    left: 0;
    margin-left: 0;
    width: 100%
  }
  .related-posts h2 {
    width: 100%;
    order: 3
  }
}

.social-sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.social-sticky a {
  height: 56px;
  padding: 4px;
  display: block;
  background-color: white;
  transition: background-color .1s ease-in-out;
  border-top: 1px solid #9F9F9F;
  border-left: 1px solid #9F9F9F;
  fill: #9F9F9F
}

.social-sticky a:hover {
  background-color: #9F9F9F;
  fill: white
}

.social-sticky li {
  list-style-type: none
}

.social-sticky li:last-of-type a {
  border-bottom: 1px solid #9F9F9F
}

.social-sticky svg {
  width: 48px;
  height: 48px;
  transition: all .2s ease-in-out
}

.social-sticky .reddit:hover {
  background-color: #ff4500;
  border-color: #ff4500;
  fill: white
}

.social-sticky .twitter:hover {
  background-color: #55acef;
  border-color: #55acef;
  fill: white
}

.social-sticky .facebook:hover {
  background-color: #3b5999;
  border-color: #3b5999;
  fill: white
}

@media screen and (max-width: 680px) {
  .social-sticky {
    margin: 1em 0 0 0;
    position: static;
    transform: translateY(0)
  }
  .social-sticky a {
    border: 0
  }
  .social-sticky li {
    display: inline-block
  }
  .social-sticky li:first-of-type {
    margin-left: -.8em
  }
  .social-sticky li:last-of-type a {
    border: 0
  }
  .social-sticky ul {
    padding: 0 2%
  }
}
