.vertical-align, .hero__content, .insert__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.box-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.box-shadow--active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*---------------------------------*\
  Base
\*---------------------------------*/
html,
body {
  width: 100%;
  height: 100%; }

html {
  font-size: 1rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  font-family: "Merriweather", "Trebuchet MS", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  background-color: #fff; }

a {
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }

footer {
  width: 100%; }

h1,
h2,
h3 {
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  font-size: 1.823rem; }

h2 {
  font-size: 1.15rem;
  /*1.35rem*/ }

h3 {
  font-size: .875rem;
  /*1rem*/ }

header {
  font-family: "Raleway", arial, sans-serif;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 48rem) {
    header {
      position: fixed;
      top: 0;
      z-index: 99;
      overflow-y: auto;
      width: 14.375rem;
      background-color: #fff;
      box-shadow: 3px 0 7px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateX(-230px);
      transform: translateX(-230px);
      transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); } }

@media screen and (max-width: 48rem) {
  header,
  header > div,
  header nav,
  header ul {
    height: 100%; } }
@media screen and (max-height: 25rem) {
  header > div {
    min-height: 320px; } }
p {
  margin-bottom: 1.3rem;
  max-width: 32.5rem; }

section {
  padding-top: 6rem;
  padding-bottom: 6rem; }

small {
  font-size: .741rem; }

/*---------------------------------*\
  Grid System
\*---------------------------------*/
html {
  box-sizing: border-box; }

*,
:after,
:before {
  box-sizing: inherit; }

.column,
.columns,
.container {
  width: 100%; }

.container:after,
.row:after {
  display: table;
  clear: both;
  content: ""; }

.container {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 960px; }

.column,
.columns {
  float: left; }

@media (min-width: 400px) {
  .container {
    padding: 0;
    width: 85%; } }
@media (min-width: 768px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    margin-left: 0;
    width: 100%; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*---------------------------------*\
  Buttons
\*---------------------------------*/
.btn__container {
  text-align: center; }

.btn {
  padding: .65rem 1.45rem;
  min-width: 4rem;
  font-family: "Raleway", arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); }

.btn--full--black {
  color: #fff;
  background-color: #181818;
  border: 0; }
  .btn--full--black:focus, .btn--full--black:hover {
    background-color: #999; }

.btn--ghost {
  background: transparent;
  border: 1px solid; }

.btn--ghost--black {
  color: #181818; }
  .btn--ghost--black:focus, .btn--ghost--black:hover {
    color: #999; }

.btn--ghost--grey {
  color: #999; }
  .btn--ghost--grey:focus, .btn--ghost--grey:hover {
    color: #333; }

.btn--ghost--white {
  color: #fff; }
  .btn--ghost--white:focus, .btn--ghost--white:hover {
    color: #181818; }

/*---------------------------------*\
  Contact
\*---------------------------------*/
.contact__icon {
  margin-top: .5rem; }

@media screen and (max-width: 48rem) {
  .sec--contact p {
    margin-right: auto;
    margin-left: auto; }

  .contact__icon {
    margin-bottom: 1rem; }

  .contact__icon i {
    margin-right: auto;
    margin-left: auto; }

  .contact__text {
    text-align: center; } }
/*---------------------------------*\
  Divider
\*---------------------------------*/
.divider {
  margin-top: 1.5rem;
  height: 3px;
  background-color: #181818;
  border: 0; }

.divider--big {
  margin-top: 1.5rem;
  margin-bottom: 5.5rem;
  max-width: 9rem; }

.divider--medium {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 9rem; }

.divider--small {
  margin-top: .5rem;
  margin-bottom: 1rem;
  margin-left: 0;
  max-width: 4rem; }

.divider--white {
  background-color: #fff; }

/*---------------------------------*\
  Footer
\*---------------------------------*/
.footer__main {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  background-color: #333; }

.footer__main > .container {
  position: relative; }

.footer__about {
  color: rgba(255, 255, 255, 0.8); }

.footer__about .logo {
  margin-bottom: .5rem; }

.footer__posts li:nth-of-type(n+2) {
  margin-top: .5rem; }

@media screen and (max-width: 48rem) {
  .footer__tweets,
  .footer__posts,
  .footer__instagram {
    margin-top: 2rem; } }
.footer__copy {
  padding-top: 1.3rem;
  color: #fff;
  background-color: #181818; }

/*---------------------------------*\
  Forms
\*---------------------------------*/
.form--contact {
  margin-top: 3rem; }

.form__row:nth-of-type(n+2) {
  margin-top: 1.25rem; }

@media screen and (max-width: 48rem) {
  .form__container {
    margin-top: 1rem; } }
.form__element {
  padding: .5rem;
  width: 100%;
  font-family: "Raleway", arial, sans-serif; }

.form--contact textarea {
  resize: none; }

/*---------------------------------*\
  Helper Classes
\*---------------------------------*/
*[hidden] {
  display: none; }

.item--hidden {
  display: none;
  visibility: hidden; }

.block--center {
  margin-right: auto;
  margin-left: auto; }

.margin--six {
  margin-top: 6rem; }

.no-js .lazy {
  display: none; }

/*---------------------------------*\
  Hero
\*---------------------------------*/
.hero {
  position: relative;
  background-position: center center;
  background-size: cover; }

.hero--big {
  min-height: 30rem; }

.hero--small {
  min-height: 17rem; }
  @media screen and (max-width: 48rem) {
    .hero--small {
      min-height: 27rem; } }

.hero--about {
  background-image: url(../images/hero--2.jpg); }

.hero--blog {
  background-image: url(../images/hero--blog.jpg); }

.hero--blog-post {
  background-image: url(../images/hero--blog-post.jpg); }

.hero--career {
  background-image: url(../images/hero--career.jpg); }

.hero--case-study {
  background-image: url(../images/hero--case-study.jpg); }

.hero--main {
  background-image: url(../images/hero--1.jpg); }

.hero--portfolio {
  background-image: url(../images/hero--portfolio.jpg); }

.hero--services {
  background-image: url(../images/hero--services.jpg); }

.hero__content {
  color: #fff; }

.hero__title {
  padding-right: .5rem;
  padding-left: .5rem;
  font-family: "Righteous", "Raleway", arial, sans-serif;
  font-size: 3rem; }

.hero__text {
  font-family: "Raleway", arial, sans-serif; }

.hero__text {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/*---------------------------------*\
  Icons
\*---------------------------------*/
.icon {
  color: #a7cef7;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .icon:focus, .icon:hover {
    color: #fff; }

.icon--badge svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  max-width: 100%; }
  @media screen and (min-width: 30rem) {
    .icon--badge svg {
      width: 25%; } }
  @media screen and (min-width: 48rem) {
    .icon--badge svg {
      width: 100%; } }

.icon--menu {
  float: right; }

.icon--top {
  position: absolute;
  top: -6.8125rem;
  right: 0;
  display: block;
  padding: .5rem 0;
  width: 2.8125rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #181818;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .icon--top:focus, .icon--top:hover {
    background-color: #999; }

/*---------------------------------*\
  Inserts
\*---------------------------------*/
.insert {
  position: relative;
  min-height: 25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.insert--small {
  min-height: 20rem; }

.insert--case-study-1 {
  background-image: url(../images/case-study--1.jpg); }

.insert--case-study-2 {
  background-image: url(../images/case-study--2.jpg); }

.insert--case-study-3 {
  background-image: url(../images/case-study--3.jpg); }

.insert .container {
  height: 100%; }

.insert--logos {
  background-image: url(../images/insert--space.jpg); }

.insert--logo__list.list {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
  @media screen and (max-width: 36.875rem) {
    .insert--logo__list.list {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

.insert--logo__logo {
  max-width: 6.25rem;
  filter: saturate(0%) brightness(100);
  -webkit-filter: saturate(0%) brightness(100); }
  @media screen and (max-width: 48rem) {
    .insert--logo__logo {
      max-width: 5rem; } }

.insert--map {
  height: 25rem; }

.insert--map iframe {
  width: 100%;
  height: 100%; }

.insert--testimonial {
  color: #fff;
  background-image: url(../images/insert--heart.jpg); }

.insert__testimonial__icon {
  width: 100%;
  max-width: 3.4375rem; }

.insert__testimonial__icon path {
  fill: #fff; }

.insert__testimonial__list__container {
  min-height: 11.875rem; }
  @media screen and (max-width: 34.375rem) {
    .insert__testimonial__list__container {
      min-height: 15.875rem; } }

.insert__testimonial__list {
  position: relative;
  overflow: auto; }

.insert__testimonial__list li {
  float: left; }

.dots__list {
  position: relative;
  top: .5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.dots__dot {
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  border: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.dots__dot:nth-of-type(n+2) {
  margin-left: 1rem; }

.dot--active {
  background-color: #fff; }

.insert__testimonial__quote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic; }

.insert__testimonial__author {
  margin-bottom: .5rem; }

/*---------------------------------*\
  Links
\*---------------------------------*/
.link--default {
  color: #999; }
  .link--default:focus, .link--default:hover {
    color: #333; }

.link--black {
  color: #333; }
  .link--black:focus, .link--black:hover {
    color: #999; }

.link--blog {
  float: right;
  text-decoration: underline;
  text-transform: uppercase; }

.link--grey {
  color: #999; }
  .link--grey:focus, .link--grey:hover {
    color: #fff; }

.link--rhombus {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center; }
  .link--rhombus:after {
    position: absolute;
    top: -.35rem;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid;
    transform: rotate(45deg); }

.link--rhombus--higher:after {
  top: -.25rem; }

.link--rhombus--lower:after {
  top: -.55rem; }

.link--white {
  color: #fff; }
  .link--white:focus, .link--white:hover {
    color: #999; }

/*---------------------------------*\
  Lists
\*---------------------------------*/
.list--minimal,
.list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.list--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.list--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list--blog {
  left: -.5rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem; }
  @media screen and (max-width: 43.3125rem) {
    .list--blog {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 48rem) {
    .list--blog {
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }

.list--blog > li {
  position: relative; }

.list--blog > li:nth-of-type(n+2) {
  margin-left: 1.5rem; }
  @media screen and (max-width: 43.3125rem) {
    .list--blog > li:nth-of-type(n+2) {
      margin-left: 0; } }

.list--blog .nav--subnav li:nth-of-type(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.list--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list--start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.list--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.list--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*---------------------------------*\
  Logo
\*---------------------------------*/
.logo {
  width: 64px; }

.logo--black {
  fill: #181818; }

.logo--white {
  fill: #fff; }

/*---------------------------------*\
  Navigation
\*---------------------------------*/
.checkbox--header {
  display: none;
  visibility: hidden; }

.checkbox--header:checked ~ header {
  transform: translateX(0); }

.label--header {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .5rem 1rem .35rem;
  font-weight: 700;
  border: 2px solid;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  @media screen and (min-width: 48.0625rem) {
    .label--header {
      display: none; } }

.nav--blog {
  margin-top: -4rem;
  margin-bottom: 2rem; }

.nav--main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem; }
  @media screen and (max-width: 48rem) {
    .nav--main {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.nav--social li:nth-child(n+2) {
  margin-left: 1.25rem; }

.nav--subnav {
  left: -.5rem;
  z-index: 2;
  display: none;
  padding-right: .5rem;
  padding-left: .5rem;
  min-width: 13.75rem;
  background-color: #fff; }
  @media screen and (min-width: 43.3125rem) {
    .nav--subnav {
      position: absolute; } }

.list--blog label,
.nav--subnav a {
  display: block;
  margin-top: .5rem;
  margin-bottom: .5rem; }

.list--blog label {
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }

.checkbox--subnav:checked + .nav--subnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 43.3125rem) {
  .list--blog li:focus > label + input + .nav--subnav,
  .list--blog li:hover > label + input + .nav--subnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*---------------------------------*\
  Overlays
\*---------------------------------*/
.overlay {
  position: absolute; }

.overlay--full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overlay--insert {
  background-color: rgba(0, 0, 0, 0.35); }

.overlay--opaque {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  margin: .85rem;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); }

.overlay--opaque--big {
  width: 94%;
  height: 92%; }

.overlay--opaque--small {
  width: 89%;
  height: 89%; }

@media screen and (max-width: 48rem) {
  .overlay--opaque--big,
  .overlay--opaque--small {
    margin: .0;
    width: 100%;
    height: 100%; } }

/*---------------------------------*\
  Portfolio
\*---------------------------------*/
.portfolio__links li:nth-child(n+2),
.portfolio__list li:nth-child(n+2) {
  margin-left: 1.25rem; }

@media screen and (max-width: 43.6875rem) {
  .portfolio__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .portfolio__list li:nth-child(n+2) {
    margin-top: 1.25rem;
    margin-left: 0; } }
.portfolio__link--active:focus, .portfolio__link--active:hover,
.portfolio__list a:focus,
.portfolio__list a:hover {
  color: #fff;
  background-color: #181818; }

.portfolio__link--active {
  color: #fff;
  background-color: #181818; }

.portfolio__list a {
  padding: .5rem .75rem;
  border: 1px solid; }
  .portfolio__list a:focus, .portfolio__list a:hover {
    color: #fff;
    background-color: #181818; }

.portfolio__slides {
  margin-top: 4rem;
  margin-bottom: 3rem; }

.portfolio__slide {
  display: none; }

.portfolio__slide--active {
  display: block; }

.portfolio__slide .columns {
  position: relative;
  margin-bottom: 2.375rem; }

.portfolio__slide .columns:hover > .overlay--opaque {
  opacity: 1; }

.portfolio__links {
  width: 100%; }
  @media screen and (max-width: 48rem) {
    .portfolio__links {
      margin-top: 25%; } }

.overlay--opaque .portfolio__title,
.overlay--opaque .portfolio__category {
  margin-top: 0;
  width: 100%; }

.overlay--opaque .portfolio__title {
  margin-bottom: -6.25rem; }
  @media screen and (max-width: 34.6875rem) {
    .overlay--opaque .portfolio__title {
      margin-bottom: -4.25rem; } }

.overlay--opaque .portfolio__category {
  margin-bottom: -1.5rem; }

.portfolio__thumbnail {
  width: 288px;
  max-width: 100%;
  height: 288px; }
  @media screen and (max-width: 48rem) {
    .portfolio__thumbnail {
      width: 100%;
      height: auto; } }

/*---------------------------------*\
  Posts
\*---------------------------------*/
.blog__row:nth-of-type(n+2) {
  margin-top: 3rem; }

.blog__row:last-of-type {
  margin-bottom: 4rem; }

@media screen and (max-width: 48rem) {
  .blog__post:nth-of-type(n+2) {
    margin-top: 3rem; } }

.post__thumbnail {
  position: relative; }

.blog__post:hover > .post__thumbnail > .post__overlay {
  opacity: 1; }

.post__links {
  width: 100%; }

.post__thumbnail img {
  width: 100%;
  max-width: 100%; }

.blog__posts .post__thumbnail img {
  height: 100%; }

.post__info p {
  margin-bottom: 0; }

.post__date {
  padding: .5rem;
  width: 100%;
  max-width: 3.5rem;
  color: #fff;
  background-color: #181818; }

.post__date__day {
  font-size: 1.5rem; }

.post__content {
  padding: .75rem; }

.post__content .post__title {
  margin-bottom: .5rem; }

.blog__meta {
  margin-bottom: 4rem;
  max-width: 32.5rem; }
  @media screen and (max-width: 37.5rem) {
    .blog__meta {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (max-width: 37.5rem) {
  .blog__meta__share {
    margin-top: 1.5rem; } }

/*---------------------------------*\
  Pricing
\*---------------------------------*/
@media screen and (max-width: 48rem) {
  .pricing__plan:nth-of-type(n+2) {
    margin-top: 3rem; } }

.pricing__box,
.pricing__head,
.pricing__price {
  padding-bottom: 2rem; }

.pricing__box {
  text-align: center;
  border: 2px solid #181818; }

.pricing__head,
.pricing__price {
  padding-top: 2rem; }

.pricing__head {
  border-bottom: 2px solid #181818; }

.pricing__pro .pricing__head {
  color: #fff;
  background-color: #181818; }

.pricing__body {
  padding-bottom: 1rem; }

.pricing__features {
  padding-bottom: 3rem; }

.pricing__features__list li:nth-of-type(n+2) {
  margin-top: 1rem; }

/*---------------------------------*\
  Services
\*---------------------------------*/
@media screen and (max-width: 48rem) {
  .services__box:nth-of-type(n+2) {
    margin-top: 2rem; } }
/*---------------------------------*\
  Stream (Footer)
\*---------------------------------*/
.stream__row:nth-of-type(n+2) {
  margin-top: .25rem; }

.stream__box {
  float: left;
  width: 4.0625rem;
  height: 4.0625rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .stream__box:focus, .stream__box:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

.stream__box:nth-child(n+2) {
  margin-left: .25rem; }

.stream__thumbnail {
  max-width: 100%; }

/*---------------------------------*\
  Team
\*---------------------------------*/
@media screen and (max-width: 48rem) {
  .team__card:nth-of-type(n+2) {
    margin-top: 2rem; } }

.team__photo img {
  max-width: 100%; }

.team__title {
  font-family: "Raleway", arial, sans-serif; }

/*---------------------------------*\
  Tweets (Footer)
\*---------------------------------*/
.tweet:nth-of-type(2) {
  margin-top: 2rem; }

.tweet__text,
.tweet__date {
  color: rgba(255, 255, 255, 0.8); }

.tweet__text {
  margin-bottom: .15rem; }

.tweet__date {
  font-size: .75rem;
  font-style: italic; }

/*---------------------------------*\
  Typography
\*---------------------------------*/
.heading--footer,
.heading--primary {
  margin-top: 0;
  margin-bottom: 1.414rem; }

.heading--footer {
  color: #fff; }

.heading--primary {
  font-weight: 700; }

.heading--secondary {
  margin-top: 1.414rem;
  margin-bottom: .5rem; }

.heading--tertiary {
  margin-top: 1.014rem;
  margin-bottom: 1rem; }

.text--big {
  font-size: 2rem; }

.text--center {
  text-align: center; }

.text--kicker {
  font-family: "Raleway", arial, sans-serif; }

.text--small {
  font-size: .875rem; }

.text--smaller {
  font-size: .75rem; }

.text--uppercase {
  text-transform: uppercase; }

/*# sourceMappingURL=main.css.map */
