@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,900|Roboto+Mono:400,700);

body {
  color: #313D3E;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 768px) {

  body{
    text-align: left;
  }
}

.page {
  flex-grow: 1;
}

h1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 -10px 0;
}

@media screen and (min-width: 768px) {

  h1{
    font-size: 36px;
    line-height: 48px;
  }
}

h2 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

h2.subhead {
  font-weight: 400;
}

h3 {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

p, ul {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 768px) {

  p, ul{
    font-size: 18px;
    line-height: 32px;
  }
}

a {
  color: #313D3E;
  text-decoration: none;
  font-weight: 700;
}

ul {
  margin: 16px 0 16px 24px;
  padding: 0;
}

.contained {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
}

@media screen and (min-width: 768px) {

  .contained{
    padding: 0 40px;
  }
}

*[class^="btn-"] {
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
}

*[class^="btn-"]:after {
  content: "";
  position: absolute;
  top: -40%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255,255,255,0.2);
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 77%,
      rgba(255, 255, 255, 0.6) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
}

*[class^="btn-"]:hover:after {
  opacity: 1;
  left: 110%;
  transition-property: left, opacity;
  transition-duration: 0.6s, 0.1s;
  transition-timing-function: ease;
}

*[class^="btn-"]:active:after {
  opacity: 0;
}

*[class^="btn-"].small {
  padding: 8px 16px;
}

.btn-primary {
  background-image: linear-gradient(0deg, #97bf2f 14%, #C9FA4B 94%);
  color: #1C1E1E;
}

.btn-secondary {
  border: 1px solid white;
  color: white;
}

pre {
  border-radius: 4px;
}

.code,
code {
  font-family: 'Roboto Mono', monospace !important;
  font-size: 14px;
  text-transform: none;
}

@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translateY(10px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.centered-text {
	text-align: center;
}

.container {
	max-width: 64em;
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
}

.container:before, .container:after{
  content: " ";
  display: table;
}

.container:after{
  clear: both;
}

.half,
.third,
.quarter {
	padding-bottom: 24px;
	display: block;
	float: left;
	margin-right: 2.35765160%;
	width: 100.00000000%;
}

@media screen and (min-width: 768px) {

  .half,
.third,
.quarter{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 48.82117420%;
    padding-bottom: 0;
  }

  .half:last-child,.third:last-child,.quarter:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

  .half:nth-child(even), .third:nth-child(even), .quarter:nth-child(even){
    margin-right: 0;
  }
}

.half:last-child,.third:last-child,.quarter:last-child{
  margin-right: 0;
}

@media screen and (min-width: 768px) {

  .third{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 31.76156560%;
  }

  .third:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {

  .quarter{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 23.23176130%;
  }

  .quarter:last-child{
    margin-right: 0;
  }
}

.clearfix:after {
  content: ' ';
  width: 100%;
  display: table;
}

.section-label {
	color: #313D3E;
	font-size: 12px;
	font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-label:after {
  background: #7CA511;
  content: ' ';
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 24px;
}

.section-label.inverse {
  color: white;
}

.section-label.inverse.mono:after {
  background: #313D3E;
}

.section-label.extended {
  display: inline-block;
  line-height: 1.15;
}

.section-label.extended:after {
  position: relative;
  height: 1px;
  left: -10000%;
  width: calc(10100%);
  z-index: -1;
}

img.responsive {
	width: 100%;
	height: auto;
}

.img-bg-hero {
	color: white;
	background-size: 100% auto;
	background-size: cover !important;
}

.img-bg-hero h1,
	.img-bg-hero h2 {
  color: white;
  font-weight: 300;
}

@media screen and (min-width: 768px) {

  .img-bg-hero h1,
	.img-bg-hero h2{
    font-weight: 100;
  }
}

.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media screen and (min-width: 768px) {

  .pagination{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 65.88078280%;
    margin-left: 17.05960860%;
  }

  .pagination:last-child{
    margin-right: 0;
  }
}

.pagination li {
  margin: 0;
  padding: 0;
  display: inline;
}

@media screen and (min-width: 768px) {

  .pagination li{
    display: inline-block;
  }
}

.pagination li.active a,
		.pagination li a[aria-label] {
  display: inline-block;
}

.pagination a {
  text-decoration: none;
  font-weight: 300;
  color: #313D3E;
  width: 18px;
  font-size: 16px;
  padding: 8px;
  border-radius: 99px;
  display: none;
}

@media screen and (min-width: 768px) {

  .pagination a{
    display: inline-block;
  }
}

.pagination .active a {
  color: white;
  background: #C9FA4B;
}

.pagination .disabled a {
  color: #F7F8F8;
}

.unordered-list ul {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
  list-style-position: inside;
}

.unordered-list ul:last-child {
  margin-bottom: 0;
}

.unordered-list ul li span {
  position: relative;
  padding-left: 24px;
  display: list-item;
}

.unordered-list ul li span:before {
  content: '\2192';
  color: #C9FA4B;
  position: absolute;
  left: 0;
}

.numbered-list ol {
  list-style-type: decimal-leading-zero;
  margin: 32px 0 0 0;
  padding: 0 0 0 78px;
}

.numbered-list ol li {
  margin-bottom: 33px;
  font-size: 34px;
  font-weight: 700;
  color: #313D3E;
  position: relative;
}

.numbered-list ol li:before,
    .numbered-list ol li:after {
  position: absolute;
  font-size: 12px;
}

.numbered-list ol li:before {
  content: 'N';
  top: 6px;
  left: -78px;
  padding-bottom: 2px;
  border-bottom: 1px solid #C9FA4B;
  padding-right: 25px;
}

.numbered-list ol li:after {
  content: 'ọ';
  left: -69px;
  top: 4px;
}

.numbered-list ol li:last-child {
  margin-bottom: 0;
}

.numbered-list ol h2 {
  font-size: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {

  .numbered-list ol h2{
    margin-bottom: 12px;
  }
}

.numbered-list ol h2:before {
  content: ' ';
  position: absolute;
  background: white;
  left: -19px;
  height: 10px;
  width: 10px;
  top: 24px;
}

.numbered-list ol p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #F6F6F6;
}

.notification {
  background: #414344;
  box-sizing: border-box;
  color: white;
  display: block;
  padding: 16px 24px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 101;
}

@media screen and (min-width: 480px) {

  .notification{
    position: fixed;
  }
}

.notification em {
  font-style: normal;
  color: #8B8B8B;
  padding: 0 8px;
}

.notification sup,
  .notification sub {
  font-size: initial;
  vertical-align: initial;
}

.notification .text-link {
  text-decoration: underline;
  color: #C9FA4B;
}

.notification.notification-loud {
  background-color: #C9FA4B;
  color: #1C1E1E;
}

.notification + header {
  margin-top: 100px;
}

@media screen and (min-width: 360px) {

  .notification + header{
    margin-top: 74px;
  }
}

@media screen and (min-width: 712px) {

  .notification + header{
    margin-top: 50px;
  }
}

.notification + header + div:before,
    .notification + header + .hero:before {
  content: '';
  display: block;
  height: 100px;
  width: 100%;
}

@media screen and (min-width: 360px) {

  .notification + header + div:before,
    .notification + header + .hero:before{
    height: 74px;
  }
}

@media screen and (min-width: 712px) {

  .notification + header + div:before,
    .notification + header + .hero:before{
    height: 50px;
  }
}

header {
  background: transparent;
  box-shadow: none;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 40px 0;
  text-align: center;
  transition: background .2s ease, padding .2s ease, box-shadow .2s ease;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 480px) {

  header{
    text-align: right;
    position: fixed;
  }
}

@media screen and (min-width: 480px) {

  header.scrolled{
    background: #2F3132;
    padding: 24px 0;
  }
}

header.docs {
  background: #2F3132;
  padding: 24px 0;
}

@media screen and (max-width: 480px) {

  header.docs{
    position: static;
  }
}

@media screen and (min-width: 487px) and (max-width: 767px) {

  header.docs .nav-link{
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {

  header.docs .github-btn{
    display: none;
  }
}

@media screen and (max-width: 767px) {

  header.docs .utility-input{
    display: block;
    height: 24px;
    margin: 16px 0 0 0;
  }
}

@media screen and (min-width: 487px) and (max-width: 767px) {

  header.docs .utility-input{
    margin-top: 32px;
  }
}

header a {
  color: white;
  display: inline-block;
  vertical-align: middle;
  -webkit-vertical-align: middle !important;
  margin-left: 8px;
}

@media screen and (min-width: 480px) {

  header a{
    margin-left: 4px;
  }
}

@media screen and (min-width: 768px) {

  header a{
    margin-left: 8px;
  }
}

header a.nav-link:not(:nth-child(2)):before {
  content: '•';
  padding-right: 16px;
  color: #C9FA4B;
}

@media screen and (min-width: 480px) {

  header a.nav-link:not(:nth-child(2)):before{
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px) {

  header a.nav-link:not(:nth-child(2)):before{
    padding-right: 16px;
  }
}

header a:hover {
  color: #C9FA4B;
}

header a.github-btn {
  margin-top: 16px;
  margin-left: 8px;
}

@media screen and (min-width: 688px) {

  header a.github-btn{
    margin-top: 0;
  }
}

header img {
  margin: 0;
  padding: 0;
}

header .algolia-search {
  margin-top: 1px;
  -webkit-margin-top: 0;
  -webkit-display: inline-block;
  vertical-align: baseline !important;
}

header input.closed {
  display: none;
}

header input {
  padding-left: 0;
  border: none;
  border-radius: 0;
  appearance: none;
  background: none;
  color: #F6F6F6;
  padding: 2px 8px 8px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  max-width: 160px;
  -webkit-appearance: none;
  visibility: visible;
}

header input:focus {
  outline: none;
  display: inline-block;
}

header input:focus ~ .bar::before,
        header input:focus ~ .bar::after {
  width: 50%;
}

header input:focus ~ .button-submit {
  margin-top: -35px;
}

header .utility-input {
  display: none;
  padding: 8px;
  width: auto;
  border: 1px solid white;
  border-radius: 4px;
  background: none;
  color: white;
  margin: 0 8px 0 10px;
  padding-bottom: 9px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

@media screen and (min-width: 968px) {

  header .utility-input{
    display: inline;
  }
}

header .utility-input:focus,
    header .utility-input:active {
  outline-style: none;
}

header .utility-input::-webkit-input-placeholder,
    header .utility-input:-moz-placeholder,
    header .utility-input::-moz-placeholder,
    header .utility-input:-ms-input-placeholder  {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  line-height: 24px;
}

header .logo {
  margin: 0 auto 16px auto;
  width: 100%;
}

@media screen and (min-width: 480px) {

  header .logo{
    float: left;
    margin: -8px 0 -6px 0;
    width: initial;
  }
}

.hero {
  display: block;
  *zoom: 1;
  background: #1C1E1E;
  background-image: linear-gradient(-17deg, #1C1E1E 17%, #2F3132 94%);
  color: white;
  overflow: hidden;
  padding: calc(104px * 2.25) 0 64px 0;
  position: relative;
}

@media screen and (min-width: 480px) {

  .hero{
    padding-top: calc(104px * 1.5);
  }
}

@media screen and (min-width: 768px) {

  .hero{
    padding-top: calc(64px * 1.5);
  }
}

.hero:before {
  background: url('/img/bow.svg') no-repeat bottom center;
  background-size: contain;
  bottom: -1px;
  content: '';
  height: 104px;
  left: -104px;
  position: absolute;
  right: -104px;
  width: calc(100% + (104px * 2));
}

@media screen and (min-width: 768px) {

  .hero{
    background-position: center;
    padding: calc(104px * 1.5) 0 104px 0;
  }
}

@media screen and (min-width: 768px) {

  .hero .hero-copy{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 48.82117420%;
  }

  .hero .hero-copy:last-child{
    margin-right: 0;
  }
}

.hero .headline {
  margin-top: -12px;
  max-width: 400px;
}

@media screen and (min-width: 480px) {

  .hero .headline{
    text-align: left;
  }
}

.hero .headline span {
  display: none;
}

@media screen and (min-width: 768px) {

  .hero .headline span{
    display: initial;
  }
}

.hero .subhead {
  display: inline-block;
  margin: 8px auto;
  text-align: left;
}

@media screen and (min-width: 480px) {

  .hero .subhead{
    display: block;
    margin: 40px 0 24px 0;
  }
}

.hero .ctas {
  margin-bottom: 24px;
}

@media screen and (min-width: 480px) {

  .hero .ctas{
    text-align: left;
  }
}

.hero .ctas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hero .ctas a {
  color: #C9FA4B;
  font-weight: 500;
}

.hero .btn-secondary {
  display: none;
  padding-top: 14px;
  max-height: 53px;
  margin: 0 0 0 calc(8px / 2);
}

@media screen and (min-width: 768px) {

  .hero .btn-secondary{
    display: inline-block;
  }
}

.hero strong {
  display: block;
}

.hero .mooseheads {
  margin: 8px 0 0 0;
}

@media screen and (min-width: 480px) {

  .hero .mooseheads{
    text-align: left;
  }
}

.hero .mooseheads strong {
  font-size: 12px;
  opacity: .5;
}

.hero .hero-graphic {
  display: block;
  float: left;
  margin-right: 2.35765160%;
  width: 48.82117420%;
  display: none;
}

@media screen and (min-width: 768px) {

  .hero .hero-graphic{
    display: initial;
  }
}

.hero .hero-graphic:before {
  border: 1px solid white;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  content: '•••';
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 22px;
  padding-left: 6px;
  text-align: left;
  width: 100%;
}

.hero .hero-graphic img {
  border: 1px solid white;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.hero .hero-graphic:last-child{
  margin-right: 0;
}

.hero .calendar-cta {
  text-align: center;
  background: #1C1E1E;
  background-image: linear-gradient(-17deg, #1C1E1E 17%, #2F3132 94%);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  padding: 40px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {

  .hero .calendar-cta{
    max-width: 446px;
  }
}

@media screen and (min-width: 768px) {

  .hero .calendar-cta{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 40.29136990%;
    margin-left: 8.52980430%;
    display: inline-block;
    position: fixed;
    right: 40px;
  }

  .hero .calendar-cta:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 1280px) {

  .hero .calendar-cta{
    right: initial;
    left: calc(50% - 64px);
  }
}

.hero .calendar-cta .calendar {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  margin: 24px auto;
  max-width: 250px;
}

.hero .calendar-cta .calendar .month {
  background: #C9FA4B;
  color: #313D3E;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  padding: 16px;
}

.hero .calendar-cta .calendar .day {
  font-size: 104px;
  font-weight: 900;
  color: white;
  border: 1px solid #313D3E;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hero .calendar-cta strong {
  display: inline-block;
}

.hero .calendar-cta h2:not(:first-child) {
  font-weight: 300;
}

.hero .calendar-cta .cal-cta {
  margin-top: 8px;
}

.hero .calendar-cta .cal-cta a {
  color: #C9FA4B;
}

.hero .thanks-devs {
  line-height: 18px;
  margin: 8px 0 0 0;
  opacity: 0.5;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .hero .thanks-devs{
    font-size: 16px;
    line-height: 21px;
  }
}

.hero:before, .hero:after{
  content: " ";
  display: table;
}

.hero:after{
  clear: both;
}

.collab,
.how-it-works {
  margin: 40px 16px;
}

@media screen and (min-width: 480px) {

  .collab,
.how-it-works{
    margin: 64px auto;
  }
}

.collab h1 {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 480px) {

  .collab h1{
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 480px) {

  .collab .collab-graphic{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 31.76156560%;
    margin-left: 8.52980430%;
  }

  .collab .collab-graphic:last-child{
    margin-right: 0;
  }
}

.collab p {
  margin-top: 40px;
}

@media screen and (min-width: 480px) {

  .collab p{
    margin-top: 0;
    text-align: left;
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 40.29136990%;
    margin-left: 8.52980430%;
  }

  .collab p:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {

  .collab p{
    margin-top: 40px;
  }
}

.how-it-works {
  padding-bottom: 104px;
  text-align: left;
}

.how-it-works .section-label:not(:first-child) {
  margin-top: 64px;
}

.how-it-works a {
  color: #7CA511;
}

.features {
  display: block;
  *zoom: 1;
  overflow: hidden;
  padding-top: 64px;
  position: relative;
  margin: 0 auto 40px auto;
}

@media screen and (min-width: 480px) {

  .features{
    margin: 0 auto 64px auto;
    padding-top: calc(104px * 1.2);
  }
}

@media screen and (min-width: 768px) {

  .features{
    margin-bottom: 40px;
  }
}

.features:before {
  background: url('/img/wavy-divider.svg') no-repeat top center;
  background-size: contain;
  top: 0;
  content: '';
  height: 104px;
  left: -104px;
  position: absolute;
  right: -104px;
  width: calc(100% + (104px * 2));
}

.features h1 {
  text-align: center;
  margin-bottom: calc(64px * .9);
  padding: 0 24px;
}

@media screen and (min-width: 768px) {

  .features h1{
    padding: 0;
  }
}

@media screen and (min-width: 960px) {

  .features h1 + .features-column .feature{
    text-align: right;
  }
}

@media screen and (min-width: 480px) {

  .features .features-column{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 48.82117420%;
  }

  .features .features-column:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) {

  .features .features-column{
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 31.76156560%;
  }

  .features .features-column:last-child{
    margin-right: 0;
  }
}

.features .feature {
  margin-bottom: 24px;
  padding: 0 24px;
  text-align: left;
}

@media screen and (min-width: 960px) {

  .features .feature{
    margin-bottom: calc(64px * 1.37);
    padding: 0;
  }
}

.features .feature p {
  font-size: 14px;
  line-height: 26px;
}

.features .features-graphic {
  display: none;
  padding-top: 16px;
}

@media screen and (min-width: 960px) {

  .features .features-graphic{
    display: inline-block;
    display: block;
    float: left;
    margin-right: 2.35765160%;
    width: 31.76156560%;
  }

  .features .features-graphic:last-child{
    margin-right: 0;
  }
}

.features:before, .features:after{
  content: " ";
  display: table;
}

.features:after{
  clear: both;
}

.inspiration {
  margin: 24px 24px 64px 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .inspiration{
    margin: 104px 24px;
  }
}

.inspiration h1 {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {

  .inspiration h1{
    margin-bottom: 44px;
  }
}

.inspiration p {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 0 auto 24px auto;
  max-width: 700px;
  text-align: left;
  width: 100%;
}

.inspiration p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {

  .inspiration p:nth-child(2){
    font-size: 24px;
    line-height: 40px;
  }
}

.inspiration a {
  color: #7CA511;
}

.docs.page {
  padding: 69px 16px 104px;
  text-align: left;
}

@media screen and (min-width: 480px) {

  .docs.page{
    padding: 157px 40px 104px;
  }
}

@media screen and (min-width: 768px) {

  .docs.page .sidebar{
    display: block;
    float: left;
    margin-right: 1.16509140%;
    width: 24.12618145%;
  }

  .docs.page .sidebar:last-child{
    margin-right: 0;
  }
}

.docs.page .docs-nav {
  display: none;
}

@media screen and (min-width: 768px) {

  .docs.page .docs-nav{
    display: block;
  }
}

@media screen and (min-width: 960px) {

  .docs.page .docs-nav{
    position: fixed;
  }
}

.docs.page .docs-nav.mobile {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {

  .docs.page .docs-nav.mobile{
    display: none;
  }
}

.docs.page .docs-nav.mobile:after {
  content: " ";
  position: absolute;
  top: 7px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #313D3E;
  z-index: 3;
}

.docs.page .docs-nav.mobile select {
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
  margin: -40px auto 40px auto;
  width: 100%;
  position: relative;
  padding: 14px 20px;
  z-index: 2;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 100px;
}

.docs.page .docs-nav .nav-link,
    .docs.page .docs-nav .subnav-link {
  display: block;
  font-weight: 400;
  color: #313D3E;
  line-height: 32px;
  text-decoration: none;
  text-transform: capitalize;
  transition: color .2s ease;
}

.docs.page .docs-nav .nav-link.active, .docs.page .docs-nav .subnav-link.active {
  color: #7CA511;
  font-weight: 700;
}

.docs.page .docs-nav .nav-link:hover, .docs.page .docs-nav .subnav-link:hover {
  color: #7CA511;
}

.docs.page .nav-subsections {
  margin: 16px 0;
  padding: 0 0 0 16px;
  border-left: 2px solid #E6E6E6;
  list-style-type: none;
}

.docs.page .nav-subsections li {
  margin: 0;
  padding: 0;
}

.docs.page .nav-subsections .subnav-link {
  font-size: 14px;
}

.docs.page .docs-content {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.docs.page .docs-content .edit-this-page {
  float: right;
}

.docs.page .docs-content #pencil {
  fill: #7CA511;
}

@media screen and (min-width: 768px) {

  .docs.page .docs-content{
    display: block;
    float: left;
    margin-right: 1.16509140%;
    width: 70.49351501%;
    margin-left: 4.21521214%;
  }

  .docs.page .docs-content:last-child{
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) {

  .docs.page .docs-content{
    margin-left: 29.50648499%;
  }
}

.docs.page .docs-content h2:not(:first-child) {
  margin-top: 86px;
}

.docs.page .docs-content a {
  text-decoration: none;
  color: #7CA511;
}

.docs.page .docs-content iframe {
  width: 100%;
}

.docs.page .docs-content img {
  max-width: 100%;
  height: auto;
}

.docs.page .docs-content table {
  background: #f7f7f7;
  border-radius: 4px;
}

.docs.page .docs-content code {
  background: #E6E6E6;
  border-radius: 2px;
  padding: 2px 6px;
  white-space: nowrap;
}

.docs.page .docs-content pre > code {
  background: initial;
  padding: initial;
  white-space: inherit;
}

.docs.page h1,
	.docs.page h2 {
  font-size: 36px;
  line-height: 48px;
}

.docs.page h1.intro-headline, .docs.page h2.intro-headline {
  padding: 0 24px;
  margin-bottom: 86px;
}

.docs.page h2 {
  font-size: 24px;
}

.docs.page h3 {
  color: #313D3E;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 40px;
}

.docs.page h3:after {
  content: ' ';
  width: 24px;
  height: 2px;
  background: #7CA511;
  display: block;
  margin-top: 5px;
}

.docs.page h3.inverse {
  color: white;
}

.docs.page table {
  width: 100%;
  text-align: left;
  margin: 34px 0 40px 0;
}

.docs.page table th,
		.docs.page table td {
  padding: 8px;
}

.docs.page table th {
  font-size: 18px;
  font-weight: 700;
}

.docs.page table tbody tr:nth-child(odd) {
  background: #fdfdfd;
}

.docs.page table td {
  font-size: 14px;
}

footer {
  background: #F7F8F8;
  padding: 24px 0;
}

footer p {
  color: #313D3E;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  font-size: 12px;
  opacity: .5;
  text-align: center;
}

