/* Author: Danijel GrabeÅ¾ */
/* ======================================================================
      ________________
     / ______________ \
    / /     __ _     \ \        Superawesome
    \ \    / __  \   / /        Making websites not suck since 2007
     \ \  | |  | |  / /         www.sprawsm.com
      \ \ | |__| |_/ /          -------------------------------------
       \ \ \___,__ _/
        \ \      __             Front-end & Design:
         \ \ __ / /             Superawesome team [dudes@sprawsm.com]
          \ ____ /              Danijel GrabeÅ¾ [danijel@sprawsm.com]

 * ====================================================================== */

/* ===========================================
 * Global classes
 * =========================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.image-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.sr {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
/* ===========================================
 * General site styling
 * =========================================== */
body {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #555;
}

:target::before {
  content: "";
  display: block;
  height: 120px; /* fixed header height*/
  margin: -120px 0 0; /* negative fixed header height */
}
/* ===========================================
   Fallback for Internet Explorer
   (this stylings are triggered conditionally)
   =========================================== */
.browsehappy {
  font-size: 16px;
  font-size: 1rem;
  zoom: 1;
  color: #7d4600;
  background: #ece344;
  padding: 20px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.browsehappy:before,
.browsehappy:after {
  content: "";
  display: table;
}
.browsehappy:after {
  clear: both;
}
.browsehappy a {
  color: #633800;
  font-weight: 700;
  text-decoration: underline;
}
.browsehappy a:hover {
  text-decoration: none;
}
.browsehappy p {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.browsehappy__dismiss {
  display: inline-block;
  float: right;
}
.browsehappy__title {
  text-align: center;
}
.browsehappy__list {
  zoom: 1;
  margin: 30px 0;
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.browsehappy__list:before,
.browsehappy__list:after {
  content: "";
  display: table;
}
.browsehappy__list:after {
  clear: both;
}
.browsehappy__item {
  list-style-type: none;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .browsehappy__item {
    float: left;
    width: 33.333%;
  }
}
.browsehappy__button.button {
  font-weight: bold;
  text-decoration: none;
  color: #633800;
  background-color: rgba(255, 255, 255, 0.5);
}
.browsehappy__button.button:hover {
  cursor: alias;
}
.browsehappy__button.button:hover,
.browsehappy__button.button:focus {
  color: #633800;
  background-color: rgba(255, 255, 255, 0.9);
}
.browsehappy__button.button:active {
  color: #633800;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .browsehappy__button.button {
    margin-bottom: 15px;
  }
}
/* ===========================================
   Homepage styling
   =========================================== */
.demo {
  position: relative;
  background-color: #fff;
  z-index: 5;
}
@media screen and (min-width: 767px) and (max-width: 989px) {
  .demo {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .demo {
    padding-top: 25px;
  }
}
.demo__wrapper {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .demo__wrapper {
    margin-bottom: 200px;
  }
}
.demo__wrapper:before,
.demo__wrapper:after {
  content: "";
  display: block;
  width: 3500px;
  height: 250px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  left: -10%;
  right: 0;
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.demo__wrapper:before {
  top: -110px;
}
@media screen and (max-width: 989px) {
  .demo__wrapper:before {
    top: 40px;
  }
}
.demo__wrapper:after {
  bottom: -110px;
}
@media screen and (max-width: 989px) {
  .demo__wrapper:after {
    bottom: -120px;
  }
}
.demo-console__header {
  color: #ffffff;
  text-align: center;
  background-color: #f96315;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 20px;
  position: relative;
}
.demo-console__header:before {
  content: "";
  position: absolute;
  right: -250px;
  top: -80px;
  width: 167px;
  height: 147px;
  background: url("../images/homepage/demo-tip.png") center no-repeat;
  pointer-events: none;
  -webkit-animation-name: rotateTip;
  animation-name: rotateTip;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes rotateTip {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotateTip {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@media screen and (max-width: 1169px) {
  .demo-console__header:before {
    right: 0px;
    top: -100px;
  }
}
.demo-console__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.demo-console__title a {
  color: #ffffff;
  text-decoration: underline;
}
.demo-console__title a:hover {
  text-decoration: none;
}
.demo-console__screenshot {
  display: block;
  max-width: 100%;
  height: auto;
}
.dg-features {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 989px) {
  .dg-features {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.dg-features__list {
  margin: 25px 0 0;
  padding: 0;
  zoom: 1;
}
.dg-features__list:before,
.dg-features__list:after {
  content: "";
  display: table;
}
.dg-features__list:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .dg-features__list {
    margin: 60px -15px 0;
  }
}
.dg-features__item {
  text-align: center;
  list-style-type: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .dg-features__item {
    float: left;
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
.dg-features__figure {
  margin-bottom: 30px;
}
.dg-features__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
}
.dg-features__description p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #a4958c;
  margin: 0;
}
.dg-features__title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.015em;
  margin-bottom: 15px;
}
.usage {
  position: relative;
  z-index: 5;
}
.usage .section-header {
  position: relative;
  z-index: 6;
}
.usage-carousel__nav {
  zoom: 1;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.usage-carousel__nav:before,
.usage-carousel__nav:after {
  content: "";
  display: table;
}
.usage-carousel__nav:after {
  clear: both;
}
.usage-carousel__nav:hover .usage-carousel__window:before {
  opacity: 0.8;
}
.usage-carousel__nav:before,
.usage-carousel__nav:after {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.usage-carousel__nav:before {
  top: -70px;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
.usage-carousel__controls {
  width: 30px;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
  z-index: 5;
}
.usage-carousel__controls .icon {
  fill: #f0f0f0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s fill ease-in-out;
  transition: 0.2s fill ease-in-out;
}
.usage-carousel__controls .icon:hover {
  fill: #ccc;
}
.usage-carousel__control-up .icon:active {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.usage-carousel__control-down .icon:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.usage-carousel__window {
  width: 100%;
  max-width: 350px;
  height: 84px;
  background-color: #ffffff;
  position: relative;
  float: left;
}
.usage-carousel__window:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.usage-carousel__window .icon {
  width: 30px;
  height: 30px;
  fill: #00aeef;
  margin-top: 27px;
  margin-left: 20px;
}
.usage-carousel__list {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -58px;
}
.usage-carousel__list.js-tilt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.usage-carousel__list.js-tilt--up {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.usage-carousel__list.js-tilt--down {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.usage-carousel__item {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #ccc;
  margin: 0;
  list-style-type: none;
  display: block;
}
.usage-carousel__item:not(:last-child) {
  margin-bottom: 50px;
}
.usage-carousel__item.is-active {
  color: #333333;
}
.result__list {
  margin-bottom: 100px;
  min-height: 550px;
}
.result__item {
  display: none;
}
.result__item.is-active {
  display: block;
}
.result__item img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bolt-image {
  position: relative;
}
.bolt-image:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1300px;
  height: 1600px;
}
@media screen and (max-width: 600px) {
  .bolt-image:before {
    display: none;
  }
}
.bolt-image--top-front:before {
  top: -1000px;
  right: -200px;
  background: url("../images/homepage/bolt__top--front.png");
  z-index: 2;
}
.bolt-image--top-back:before {
  top: -1000px;
  right: -250px;
  background: url("../images/homepage/bolt__top--back.png");
  z-index: 1;
}
.bolt-image--bottom-front:before {
  bottom: -600px;
  left: -200px;
  width: 1000px;
  height: 1150px;
  background: url("../images/homepage/bolt__bottom--front.png");
  z-index: 2;
}
.bolt-image--bottom-back:before {
  bottom: -600px;
  left: -220px;
  width: 1000px;
  height: 1150px;
  background: url("../images/homepage/bolt__bottom--back.png");
  z-index: 1;
}
/* ===========================================
   About page styling
   =========================================== */
.member {
  zoom: 1;
  margin: 0 0 60px;
}
.member:before,
.member:after {
  content: "";
  display: table;
}
.member:after {
  clear: both;
}
@media screen and (min-width: 550px) {
  .member {
    margin: 0 -15px 100px;
  }
}
@media screen and (min-width: 550px) {
  .member__figure,
  .member__description {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.member__figure {
  text-align: center;
}
@media screen and (min-width: 550px) {
  .member__figure {
    width: 40%;
  }
}
.member__image {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 136px;
  margin-left: auto;
  margin-right: auto;
}
.member__description {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 550px) {
  .member__description {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .member__name,
  .member__title {
    text-align: center;
  }
}
.member__name {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media screen and (max-width: 550px) {
  .member__name {
    margin-top: -80px;
  }
}
.member__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #a4958c;
  margin-bottom: 25px;
}
@media screen and (max-width: 550px) {
  .member__title {
    margin-bottom: 100px;
  }
}
.member__social {
  margin-top: 15px;
}
@media screen and (min-width: 989px) and (max-width: 1169px) {
  .member__social .social__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .member__social {
    position: relative;
    bottom: -60px;
  }
}
/* ===========================================
   Career page styling
   =========================================== */
.career-perk__wrapper {
  margin-bottom: 60px;
}
.career-perk__list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 550px) {
  .career-perk__list {
    zoom: 1;
    margin: 0 -15px;
  }
  .career-perk__list:before,
  .career-perk__list:after {
    content: "";
    display: table;
  }
  .career-perk__list:after {
    clear: both;
  }
}
.career-perk__item {
  text-align: center;
  width: 100%;
  list-style-type: none;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .career-perk__item {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 550px) {
  .career-perk__item {
    float: left;
    padding: 0 15px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .career-perk__item {
    width: 50%;
  }
  .career-perk__item:nth-child(3),
  .career-perk__item:nth-child(5),
  .career-perk__item:nth-child(7) {
    clear: left;
  }
}
@media screen and (min-width: 767px) and (max-width: 1169px) {
  .career-perk__item {
    width: 33.3333%;
  }
  .career-perk__item:nth-child(4),
  .career-perk__item:nth-child(7) {
    clear: both;
  }
}
@media screen and (min-width: 1169px) {
  .career-perk__item {
    width: 25%;
  }
  .career-perk__item:nth-child(5) {
    clear: both;
  }
}
.career-perk__item p {
  margin-bottom: 0;
}
.career-perk__icon {
  width: 75px;
  height: 75px;
  fill: #c5bcb7;
}
.career-perk__title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.career-perk__description {
  font-size: 16px;
  font-size: 1rem;
}
.job-offer {
  font-size: 16px;
  font-size: 1rem;
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
}
@media screen and (min-width: 767px) {
  .job-offer {
    margin: 60px 0;
    padding-bottom: 60px;
  }
}
.job-offer:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.job-offer__wrapper {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .job-offer__wrapper {
    margin-bottom: 100px;
  }
}
.job-offer__title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .job-offer__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.job-offer__subtitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .job-offer__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .job-offer p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #a4958c;
  }
}
.job-offer__requirements {
  margin-top: 25px;
}
@media screen and (min-width: 767px) {
  .job-offer__requirements {
    margin-top: 50px;
  }
}
.job-offer__requirements-list {
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .job-offer__requirements-list {
    margin-bottom: 20px;
  }
}
.job-offer__requirements-list:last-child {
  margin-bottom: 0;
}
.job-offer__requirements-item {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 10px;
}
/*
   Blog listing styling
*/
body > .content.container {
  padding-top: 20px;
}

nav.breadcrumbs {
  padding: 0;
}

nav.breadcrumbs ol.breadcrumb {
  background-color: #f9f7f6;
  border-radius: 4px;
}
nav.breadcrumbs ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "»";
  opacity: 0.75;
}
nav.breadcrumbs ol a {
  display: block;
  color: #333333;
}
nav.breadcrumbs ol a:hover {
  color: #f96315;
}
nav.breadcrumbs ol li .tag-name {
  color: #444;
}
nav.breadcrumbs ol li .article-count {
  color: #444;
  font-size: 14px;
  opacity: 0.8;
}

ul.article__list {
  padding: 0;
}
.article__list .article__item {
  list-style-type: none;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .article__list .article__item {
    margin-bottom: 80px;
  }
}
.article__meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a4958c;
  margin-bottom: 5px;
}
.share__item a {
  color: #a4958c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.article__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .article__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.article__title a {
  display: block;
  color: #333333;
}
.article__title a:hover {
  color: #f96315;
}
.article__item .summary {
  margin-bottom: 18px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .article__item .summary {
    font-size: 16px;
    font-size: 1rem;
  }
}
.article .blog-tag:first-child {
  margin-left: 0;
}
.article-content p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .article-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.article-content a {
  text-decoration: underline;
}
.article-content table {
  margin-top: 25px;
  margin-bottom: 25px;
}
.article-content ol,
.article-content ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .article-content ol,
  .article-content ul {
    font-size: 16px;
    font-size: 1rem;
  }
}
.article-content li {
  line-height: 1.5;
}
.article-content pre {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 989px) {
  .article-content pre {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media screen and (min-width: 989px) {
  .article-content .figure--bleed,
  .article-content figure--bleed {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.article-content .figure-inline,
.article-content figure-inline {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  .article-content .figure-inline,
  .article-content figure-inline {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .article-content .figure-inline--left,
  .article-content figure-inline--left {
    float: left;
    margin-right: 25px;
  }
}
@media screen and (min-width: 989px) {
  .article-content .figure-inline--left,
  .article-content figure-inline--left {
    margin-left: -10%;
  }
}
@media screen and (min-width: 767px) {
  .article-content .figure-inline--right,
  .article-content figure-inline--right {
    float: right;
    margin-left: 25px;
  }
}
@media screen and (min-width: 989px) {
  .article-content .figure-inline--right,
  .article-content figure-inline--right {
    margin-right: -10%;
  }
}
@media screen and (min-width: 767px) {
  .article-content .figure-inline figcaption,
  .article-content figure-inline figcaption,
  .article-content .figure-inline .figcation,
  .article-content figure-inline .figcation {
    text-align: left;
  }
}
.article-content .figure img,
.article-content figure img {
  margin: 0 0 15px;
}
.article-content .figure figcaption,
.article-content figure figcaption,
.article-content .figure .figcaption,
.article-content figure .figcaption {
  margin-bottom: 0;
}
.article-content img {
  width: 100%;
  display: block;
  height: auto;
  margin: 25px 0 15px;
}
.article-content figcaption,
.article-content .figcaption {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: #a4958c;
  margin-bottom: 25px;
}
.article-category {
  margin-top: 60px;
}
.article-category__title {
  font-weight: 500;
  margin-bottom: 15px;
}
.article-comment {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .article-comment {
    margin-bottom: 80px;
  }
}
.article-comment__button {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.article-comment__button.button {
  font-weight: 700;
  padding: 15px 30px;
  background-image: url("../images/png-icons/icon-comment.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 40px;
}
.article-comment__button .icon {
  top: 2px;
}
.article-comment__count {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  float: right;
  position: relative;
  top: 3px;
}
.article-comment__count .icon {
  fill: #f96315;
  top: 2px;
  margin-right: 5px;
}
.article-tag-list {
  padding: 24px 0 36px;
}
.article-tag-list a {
  background-color: #dedddc;
  color: #333;
  border-radius: 4px;
  padding: 6px 12px;
  margin-right: 8px;
}
.article__item .tags a {
  border: 1px solid #444;
  border-radius: 3px;
  color: #444;
  font-size: 14px;
  padding: 4px 8px;
  margin-right: 6px;
}
.article__item .tags a:hover {
  border-color: #f96315;
  text-decoration: none;
}
.article-footer {
  padding: 60px 0 230px;
  background-color: #f9f7f6;
  margin-bottom: -200px;
}
@media screen and (min-width: 767px) {
  .article-footer {
    padding-top: 80px;
  }
}
.article-author {
  zoom: 1;
  margin-bottom: 30px;
}
.article-author:before,
.article-author:after {
  content: "";
  display: table;
}
.article-author:after {
  clear: both;
}
.article-author__figure {
  margin-bottom: 15px;
}
@media screen and (min-width: 450px) {
  .article-author__figure {
    float: left;
    margin-bottom: 0;
  }
}
.article-author__image {
  border-radius: 50%;
  display: block;
  max-width: 64px;
  height: auto;
}
@media screen and (min-width: 450px) {
  .article-author__bio {
    margin-left: 90px;
  }
}
.article-author__name {
  font-size: 18px;
  font-size: 1.125rem;
}
.article-author__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #a4958c;
}
.article-author__title:before {
  content: "•";
  color: #a4958c;
  margin-left: 5px;
  margin-right: 5px;
}
.article-author__social {
  margin-top: 5px;
  margin-bottom: 15px;
}
.article-author p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 450px) {
  .similar-article {
    margin-left: 90px;
  }
}
.similar-article__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a4958c;
  margin-bottom: 30px;
}
.similar-article__list {
  margin: 0;
  padding: 0;
}
.similar-article__item {
  list-style-type: none;
  padding-bottom: 20px;
}
.similar-article__item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1d9d4;
}
.similar-article__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  display: block;
}
.similar-article__link:hover {
  color: #f96315;
}
/* ===========================================
   Blog navigation styling
   =========================================== */
.blog-nav {
  zoom: 1;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 60px;
  border-top: 2px solid #e1d9d4;
  border-bottom: 2px solid #e1d9d4;
}
.blog-nav:before,
.blog-nav:after {
  content: "";
  display: table;
}
.blog-nav:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .blog-nav {
    margin-top: 100px;
  }
}
.blog-nav__item {
  float: left;
  width: 50%;
}
@media screen and (min-width: 550px) {
  .blog-nav__item {
    width: 25%;
  }
  .blog-nav__item:nth-child(2) {
    border-left: 1px solid #e1d9d4;
  }
}
.blog-nav__item:nth-child(2) {
  border-right: 1px solid #e1d9d4;
}
.blog-nav__item--large {
  width: 100%;
  border-bottom: 1px solid #e1d9d4;
}
@media screen and (min-width: 550px) {
  .blog-nav__item--large {
    width: 50%;
    border-bottom: 0;
  }
}
.blog-nav__input {
  color: #a4958c;
  padding: 5px 15px 5px 35px;
  line-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-image: url("../images/png-icons/form-search.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.blog-nav__dropdown {
  font-weight: 500;
  color: #a4958c;
  display: block;
  line-height: 50px;
  padding: 5px 15px;
  position: relative;
}
.blog-nav__dropdown:active,
.blog-nav__dropdown:focus {
  color: #a4958c;
}
.blog-nav__dropdown.is-active {
  color: #f96315;
}
.blog-nav__dropdown.is-active .icon-dropdown {
  fill: #f96315;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-nav__dropdown .icon-label,
.blog-nav__dropdown .icon-folder {
  top: 3px;
  margin-right: 5px;
}
.blog-nav__dropdown .icon-dropdown {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 25px;
}
.blog-nav-granular__item {
  display: none;
  border-bottom: 2px solid #e1d9d4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-nav-granular__item.is-open {
  display: block;
}
.blog-nav-granular__year:not(:last-child) {
  border-bottom: 1px solid #e1d9d4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-nav-granular__year h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #a4958c;
  margin-left: 3px;
  margin-bottom: 3px;
}
.blog-tag {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  background-color: #ffe8e1;
  border-radius: 2px;
  padding: 2px 6px;
  margin-left: 3px;
  margin-right: 3px;
}
.blog-tag__list {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.blog-tag__list:before,
.blog-tag__list:after {
  content: "";
  display: table;
}
.blog-tag__list:after {
  clear: both;
}
.blog-tag__item {
  list-style-type: none;
  display: inline-block;
  float: left;
  line-height: 1;
}
.pagination {
  text-align: center;
  position: relative;
  border-top: 2px solid #e1d9d4;
  padding-top: 25px;
  padding-bottom: 80px;
}
.pagination__list {
  zoom: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination__list:before,
.pagination__list:after {
  content: "";
  display: table;
}
.pagination__list:after {
  clear: both;
}
.pagination__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
@media screen and (max-width: 550px) {
  .pagination__item {
    display: none;
  }
}
.pagination__item.ellipsis {
  color: #a4958c;
}
.pagination__item.prev,
.pagination__item.next {
  position: absolute;
}
@media screen and (max-width: 550px) {
  .pagination__item.prev,
  .pagination__item.next {
    display: block;
  }
}
.pagination__item.prev .icon,
.pagination__item.next .icon {
  width: 12px;
  height: 12px;
}
.pagination__item.prev {
  left: 0;
}
.pagination__item.prev .icon {
  margin-right: 5px;
}
.pagination__item.next {
  right: 0;
}
.pagination__item.next .icon {
  top: 1px;
  margin-left: 5px;
}
.pagination__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #a4958c;
  padding: 0 7px;
  margin: 0 7px;
  display: block;
}
.pagination__link:hover {
  color: #f96315;
}
.pagination__link.is-active {
  color: #f96315;
  background-color: #ffe8e1;
  border-radius: 2px;
}
/* ===========================================
   Share section styling
   =========================================== */
.share__list {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.share__list:before,
.share__list:after {
  content: "";
  display: table;
}
.share__list:after {
  clear: both;
}
.share__item {
  line-height: 1;
  float: right;
  display: block;
  list-style-type: none;
  margin: -25px 15px 0 0;
}
.share__link:hover .share__icon--twitter {
  fill: #02bfff;
}
.share__link:hover .share__icon--facebook {
  fill: #034685;
}
.share__link:hover .share__icon--google-plus {
  fill: #b03626;
}
.share__icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
}
.share__icon--twitter {
  fill: #35ccff;
  vertical-align: middle;
}
.share__icon--facebook {
  fill: #03539e;
}
.share__icon--google-plus {
  top: -2px;
  width: 24px;
  height: 24px;
  fill: #d34836;
}
/* ===========================================
   Cta section styling
   =========================================== */
.cta {
  zoom: 1;
}
.cta:before,
.cta:after {
  content: "";
  display: table;
}
.cta:after {
  clear: both;
}
.cta__title {
  line-height: 1.3;
  margin-bottom: 25px;
}
.cta__title.no-margin {
  margin-bottom: 0;
}
.cta__title.emphasis {
  color: #f96315;
}
.cta p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.cta__button {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 16.66666667px;
}
@media screen and (min-width: 767px) {
  .cta__button {
    margin-top: 40px;
  }
}
.cta__box {
  background-color: #f96315;
  color: #ffffff;
  padding: 25px;
}
@media screen and (min-width: 989px) {
  .cta__box {
    float: left;
    width: 460px;
    height: 460px;
  }
}
@media screen and (min-width: 767px) {
  .cta__box {
    padding: 60px;
  }
}
.cta__box--contact {
  position: relative;
  background-image: url("../images/contact/new-york.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta__box-address {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
.cta__box-link {
  font-weight: 500;
  color: #ffffff;
  opacity: 0.6;
}
.cta__box-link:hover,
.cta__box-link:active,
.cta__box-link:focus {
  color: #ffffff;
  opacity: 1;
}
.cta__box-link--contact {
  margin-top: 25px;
}
@media screen and (min-width: 989px) {
  .cta__box-link--contact {
    position: absolute;
    bottom: 60px;
  }
}
.cta__box-icon {
  top: 2px;
  margin-right: 5px;
}
.cta__more {
  margin-top: 60px;
}
@media screen and (min-width: 989px) {
  .cta__more {
    margin-left: 490px;
  }
}
.cta__more-list {
  margin: 0;
  padding: 0;
}
.cta__more-item {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
  display: block;
}
.cta__more-item:first-child {
  padding-top: 0;
}
.cta__more-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cta__more-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  padding-left: 40px;
  display: block;
  position: relative;
}
.cta__more-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta__more-link--github:before {
  background-image: url("../images/png-icons/icon-github.png");
}
.cta__more-link--gitter:before {
  background-image: url("../images/png-icons/icon-gitter.png");
}
.cta__more-link--discourse:before {
  background-image: url("../images/png-icons/icon-discourse.png");
}
.cta__more-link--slack:before {
  background-image: url("../images/png-icons/icon-slack.png");
}
.cta__more-link--blog:before {
  background-image: url("../images/png-icons/icon-dgraph.png");
}
.cta__more-link--email:before {
  background-image: url("../images/png-icons/icon-email.png");
}
.cta__more-link--wiki:before {
  background-image: url("../images/png-icons/icon-wiki.png");
}
.cta__next {
  margin-top: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 989px) {
  .cta__next {
    margin-left: 490px;
    position: relative;
    top: -50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media screen and (min-width: 450px) {
  .cta__next p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .cta__next-link {
    display: block;
    margin-top: 15px;
  }
}
.cta__contact {
  margin-top: 60px;
}
@media screen and (min-width: 989px) {
  .cta__contact {
    margin-left: 490px;
  }
}
.cta__contact-list {
  margin: 0;
  padding: 0;
}
.cta__contact-item {
  font-size: 15px;
  font-size: 0.9375rem;
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
  display: block;
}
@media screen and (min-width: 450px) {
  .cta__contact-item {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.cta__contact-item:first-child {
  padding-top: 0;
}
.cta__contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cta__contact-link {
  display: block;
  position: relative;
}
.cta-wrapper {
  padding-bottom: 80px;
}
.cta-wrapper--career .cta__next {
  margin-top: 80px;
}
@media screen and (max-width: 989px) {
  .cta-wrapper--career .cta__next {
    margin-top: 50px;
  }
}
/* ===========================================
   Social links styling
   =========================================== */
.social__nav {
  display: inline-block;
  text-align: left;
}
.social__list {
  padding: 0;
  margin: 0;
}
.social__list--inline {
  zoom: 1;
}
.social__list--inline:before,
.social__list--inline:after {
  content: "";
  display: table;
}
.social__list--inline:after {
  clear: both;
}
.social__item {
  list-style-type: none;
  margin: 0 0 10px;
}
.social__item--inline {
  float: left;
  margin: 0;
}
.social__link {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
}
.social__icon {
  width: 20px;
  height: 20px;
  top: 5px;
  margin-right: 10px;
}
.social__icon--twitter {
  fill: #35ccff;
}
.social__icon--linkedin {
  fill: #217bc1;
}
.social__icon--github {
  fill: #181616;
  width: 32px;
  height: 32px;
}
/* Components
 * =========================================================== */
/* ===========================================
 * Button styling
 * =========================================== */
.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  background-image: none;
  background-color: #f96315;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  padding: 12px 20px;
  font-weight: normal;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #d64d05;
  text-decoration: none;
}
.button:active {
  color: #fff;
  text-decoration: none;
}
.button--white {
  border-radius: 4px;
  background-color: #ffffff;
  color: #f96315;
  font-weight: 700;
}
.button--white:hover,
.button--white:focus {
  background-color: #ffffff;
  color: #d64d05;
}
.button--white:active {
  color: #f96315;
}
.button--jumbo {
  display: block;
  padding: 40px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.button--jumbo:hover,
.button--jumbo:focus {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.button--jumbo:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .button--jumbo {
    padding: 20px 0;
  }
}
.button--outline {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  background-color: transparent;
}
.button--outline:hover,
.button--outline:focus {
  color: #f96315;
  background-color: transparent;
}
.button--link {
  color: #f96315;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0;
}
.button--link:hover {
  text-decoration: none;
}
.button--link:active {
  outline: 0;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* ===========================================
 * Form styling
 * =========================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  font-size: 27px;
  font-size: 1.6875rem;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  line-height: inherit;
  border: 0;
}
input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="passwod"],
input[type="tel"],
input[type="date"],
textarea {
  width: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 39px;
  }
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
textarea {
  resize: vertical;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
}
select {
  text-transform: none;
  height: 36px;
  padding: 0 0.4em;
  background-color: #fff;
  border: 1px solid #ccc;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
::-webkit-input-placeholder {
  color: #d3ccc8;
}
:-moz-placeholder {
  color: #d3ccc8;
}
::-moz-placeholder {
  color: #d3ccc8;
}
:-ms-input-placeholder {
  color: #d3ccc8;
}
.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  position: relative;
  display: block;
}
.select:before {
  content: "";
  border: 6px solid transparent;
  border-top-color: #676767;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  border: 0;
  background: transparent;
  display: block;
}
.select select:focus {
  outline: 0;
}
/* ===========================================
 * Code (inline and block) styling
 * =========================================== */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  font-size: 1.125rem;
  padding: 2px 4px;
  color: #c7254e;
  background-color: #fafafa;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 13px;
  font-size: 0.7rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #555;
  background-color: #f9f5f2;
  border: 1px solid #e1d9d4;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
/* ===========================================
 * Blockquote styling
 * =========================================== */
blockquote {
  font-size: 1;
  font-style: italic;
  margin: 0 3rem 1rem 3rem;
  text-align: justify;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-style: normal;
  color: #555;
}
blockquote footer,
blockquote small {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  line-height: 1.42857143;
}
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
/* ===========================================
 * List styling
 * =========================================== */
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  margin-bottom: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  margin: 0;
  padding: 0;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
  text-align: left;
  padding: 0.5em 0;
  border-bottom: 1px solid #e1d9d4;
}
table {
  font-size: 15px;
  font-size: 0.9375rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
table thead th {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #696060;
  padding: 0.8em 0.5em;
  border-bottom: 4px solid #e1d9d4;
}
table tbody td,
table tfoot td {
  color: #585858;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #e1d9d4;
  border-right: 1px solid #e1d9d4;
}
table tbody td:last-child,
table tfoot td:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .table-scroll-indicator {
    position: relative;
  }
  .table-scroll-indicator:before {
    content: "";
    position: absolute;
    z-index: 5;
    pointer-events: none;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: inset 20px 0px 20px -20px rgba(0, 0, 0, 0.2),
      inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
  }
}
.table-wrapper-scrollable {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-wrapper-scrollable table {
    width: 1000px;
    margin: 0;
  }
}
/* ===========================================
 * Image styling
 * =========================================== */
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
img[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.image-circle {
  border-radius: 50%;
}
.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-left {
  float: left;
  margin-right: 20px;
}
.image-right {
  float: right;
  margin-left: 20px;
}
.svg-holder {
  display: none;
}
/* ===========================================
 * Video styling
 * =========================================== */
.video-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Layout
 * =========================================================== */
/* ===========================================
   Header styling
   =========================================== */
.page-header {
  position: relative;
  z-index: 20;
}
.page-header--alternate {
  margin-top: 0;
}
@media screen and (min-width: 989px) {
  .page-header--alternate {
    margin-top: 100px;
  }
}
.page-logo {
  text-indent: -99999px;
  direction: ltr;
  font-size: 0;
  padding-top: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 22;
}
.page-header .topnav-stargazers-wrapper {
  display: inline-block;
  margin-top: 25px;
  vertical-align: top;
  margin-left: 20px;
}
@media screen and (max-width: 989px) {
  .page-logo {
    padding: 15px 0;
  }
}
.page-logo img {
  display: block;
  max-width: 150px;
}
.page-nav {
  zoom: 1;
}
.page-nav:before,
.page-nav:after {
  content: "";
  display: table;
}
.page-nav:after {
  clear: both;
}
.page-nav__list {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 47px 0 0;
  float: right;
}
.page-nav__list:before,
.page-nav__list:after {
  content: "";
  display: table;
}
.page-nav__list:after {
  clear: both;
}
@media screen and (max-width: 989px) {
  .page-nav__list {
    text-align: center;
    padding: 130px 0 15px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    float: none;
    position: absolute;
    top: -140px;
    left: -200px;
    right: -200px;
    z-index: 21;
  }
}
.page-nav__list--alternate {
  float: none;
}
@media screen and (min-width: 989px) {
  .page-nav__list--alternate {
    padding: 0;
  }
}
.page-nav__list iframe {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 989px) {
  .page-nav__list iframe {
    top: 0;
    margin: 15px 0 0;
  }
}
.page-nav__item {
  margin: 0;
  padding: 0 10px;
  display: block;
  line-height: 1;
  float: left;
}
.page-nav__item:first-child {
  padding-left: 0;
}
.page-nav__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 989px) {
  .page-nav__item {
    border-top: 1px dotted #dedddc;
    float: none;
  }
}
.page-nav__link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: #333333;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 989px) {
  .page-nav__link {
    padding: 20px 0;
  }
}
.page-nav__link--button {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 989px) {
  .page-nav__link--button.button {
    border: none;
  }
}
.github-star--mobile {
  text-align: right;
}
@media screen and (min-width: 989px) {
  .github-star--mobile {
    display: none;
  }
}
.is-visible {
  display: block !important;
}
.page-nav-button {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  z-index: 22;
  right: 15px;
  top: 28px;
  background-color: #333333;
}
@media screen and (min-width: 989px) {
  .page-nav-button {
    display: none;
  }
}
/* ===========================================
   Footer styling
   =========================================== */
.page-footer {
  background: #ffffff;
  position: relative;
  z-index: 5;
  margin-top: 80px;
}
@media screen and (min-width: 989px) {
  .page-footer {
    margin-top: 180px;
  }
}
.page-footer__wrapper {
  position: relative;
}
.page-footer__wrapper:before {
  content: "";
  display: block;
  width: 3500px;
  height: 200px;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  left: -10%;
  top: -70px;
  right: 0;
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 989px) {
  .page-footer__wrapper:before {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-logo-footer {
    margin-bottom: 25px;
  }
}
.page-footer-nav__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-top: 18px;
}
.page-footer-nav__list {
  padding: 25px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-footer-nav__list {
    padding-bottom: 0;
  }
}
.page-footer-nav__item {
  display: block;
  list-style-type: none;
  padding: 0;
}
.page-footer-nav__link {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #a4958c;
  padding: 10px 0;
}
.page-footer-nav__link:hover,
.page-footer-nav__link:focus {
  color: #716259;
}
.page-footer-nav__link--download {
  color: #f96315;
}
.page-footer-nav__link--download:hover,
.page-footer-nav__link--download:focus {
  color: #d64d05;
}
.imprint__copyrights {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ccc;
  display: block;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .imprint__copyrights {
    margin-top: 60px;
  }
}
/* ===========================================
   Page intro styling
   =========================================== */
.page-intro {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-intro__title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .page-intro__title {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 989px) {
  .page-intro__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.page-intro__title--emphasized {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #f96315;
}
@media screen and (min-width: 767px) {
  .page-intro__title--emphasized {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1169px) {
  .page-intro__title--emphasized {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.page-intro__title--blog {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.421052632;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .page-intro__title--blog {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1169px) {
  .page-intro__title--blog {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.page-intro__title--blog-category {
  display: block;
}
.page-intro__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #a4958c;
  margin-top: 30px;
}
.page-intro__figure--logo {
  margin-top: 40px;
}
.page-intro__footer {
  zoom: 1;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e1d9d4;
}
.page-intro__footer:before,
.page-intro__footer:after {
  content: "";
  display: table;
}
.page-intro__footer:after {
  clear: both;
}
.page-intro--homepage {
  position: relative;
  z-index: 5;
  min-height: 450px;
  margin-bottom: 0;
}
@media screen and (min-width: 989px) {
  .page-intro--homepage {
    min-height: 600px;
  }
}
.page-intro--homepage .page-intro__lead {
  text-align: left;
}
@media screen and (min-width: 1169px) {
  .page-intro--homepage .page-intro__lead {
    width: 80%;
  }
}
/* ===========================================
   Page content styling
   =========================================== */
.section-header {
  text-align: center;
}
@media screen and (min-width: 989px) {
  .section-header {
    margin-left: 200px;
    margin-right: 200px;
  }
}
.section-header__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  color: #a4958c;
  margin: 25px 0 60px;
}
@media screen and (max-width: 767px) {
  .section-header__lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
/* ===========================================
   Pagination styling
   =========================================== */
.paginator {
  position: relative;
  text-align: center;
}
.paginator__gray {
  color: #a4958c;
}
.paginator__gray:hover {
  color: #a4958c;
}
.paginator__left {
  position: absolute;
  left: 0px;
}
.paginator__right {
  position: absolute;
  right: 0px;
}
.paginator__pages {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.paginator__selected {
  background-color: #ffe8e1;
  border-radius: 100%;
  text-align: center;
}

/* Community CTA */
.community-cta-wrapper {
  position: fixed;
  bottom: -145px;
  right: 3%;
  transition: bottom 300ms ease-in;
}
.community-cta-wrapper.open {
  bottom: 0;
}
.community-cta-wrapper.open .community-cta {
  box-shadow: none;
}
.community-cta {
  padding: 10px 22px;
  font-size: 13px;
  background: #29b1ff;
  color: white;
  text-decoration: none;
  box-shadow: 0px 1px 10px 0.2px #888888;
  display: inline-block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.community-cta:hover {
  text-decoration: none;
  color: white;
  background: #10a8ff;
  box-shadow: 0px 1px 13px 0.2px #888888;
}
.community-cta:focus {
  color: white;
  text-decoration: none;
}
.community-cta-wrapper .community-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.community-cta-wrapper .community-list a {
  display: block;
  padding: 7px 12px;
  color: black;
  background: #f7f7f7;
  font-size: 14px;
}
.community-cta-wrapper ul li, .community-cta-wrapper ol li {
  margin-bottom: 0;
}
.community-cta-wrapper .community-list a:hover {
  background: #dbf2ff;
  text-decoration: none;
}
.community-cta-wrapper .community-list a .fa {
  margin-right: 5px;
}
.community-cta-wrapper .community-list a .name {
  font-size: 90%;
}

/* MC modal */
.mc-modal {
  width: 360px !important;
  bottom: 0 !important;
  right: 15px !important;
}

.modalContent {
  width: 360px !important;
}

.mc-banner {
  top: auto !important;
  bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mc-banner {
    border-top: 1px solid #ccc !important;
  }
}
