@charset "UTF-8";
@import url("bootstrap.css");
@import url("slick.css");
.code-block pre.code {
  white-space: pre-wrap;
  margin-left: 0;
  background: #1e1e1e;
  color: #86cbea;
  font-family: 'FuturaND-Medium', helvetica;
  overflow-x: hidden; }

.code-block pre.code:before {
  counter-reset: listing; }

.code-block pre.code code {
  counter-increment: listing;
  text-align: left;
  float: left;
  clear: left; }

.code-block pre.code code::before {
  content: counter(listing) "  ";
  color: #9f9e9e;
  display: inline-block;
  float: left;
  padding-left: auto;
  margin-left: auto;
  text-align: right; }

body {
  font-size: 16px;
  background: #181615;
  color: #fcfdfd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.hidden {
  overflow: hidden; }

h1 {
  text-transform: uppercase; }
  h1 sup {
    font-size: 0.5625em;
    position: relative;
    left: -7px; }

p, li, a, button, label, input, h3 {
  font-family: "MrsEavesOT-Roman", serif; }

h1, h2, nav li a, footer li a {
  font-family: "MrsEavesOT-SmallCaps", serif; }

h1.large {
  font-family: "MrsEavesOT-Bold", serif;
  letter-spacing: 1px; }

.main-banner h1 {
  font-family: "FuturaNDCn-Medium", helvetica;
  letter-spacing: 1px; }

.main-banner h2 {
  font-family: "MrsEavesOT-Bold", serif;
  letter-spacing: 1px; }

.main-banner p {
  font-family: "MrsEavesOT-Bold", serif; }

.main-banner .cta {
  font-family: 'FuturaNDCn-Medium', helvetica; }

.content-section h2 {
  font-family: "Wavehaus-95SemiBold", helvetica; }

.content-section h2.smallcaps {
  font-family: "MrsEavesOT-SmallCaps", serif; }

.content-section .cta {
  font-family: 'FuturaNDCn-Medium', helvetica; }

.content-section .tutorials h1 {
  font-family: "MrsEavesOT-Bold", serif; }

.content-slider .copy h1, .content-slider .copy ul.paging p {
  font-family: "Wavehaus-95SemiBold", helvetica; }

.content-slider .copy ul.paging p span {
  font-family: "MrsEavesOT-Roman", serif; }

.lig {
  -webkit-font-variant-ligatures: discretionary-ligatures;
          font-variant-ligatures: discretionary-ligatures;
  letter-spacing: normal; }

#code code {
  font-family: "FuturaND-Medium", helvetica !important;
  font-weight: bold;
  letter-spacing: 2px; }

.meadow #code p {
  font-family: "Wavehaus-95SemiBold"; }

.meadow #join .cta {
  font-family: "MrsEavesOT-Roman"; }

.meadow .content-slider .copy h1 {
  font-family: "MrsEavesOT-Italic";
  color: #514740;
  font-size: 3.125em;
  letter-spacing: 1px; }

.meadow .content-slider .copy h2 {
  font-family: "MrsEavesOT-SmallCaps";
  color: #9A9999;
  font-size: 2em;
  letter-spacing: 1;
  line-height: 1em; }

.meadow .content-slider .copy p {
  font-size: 1.5em;
  color: #514740;
  line-height: 1.25em; }

.meadow #compare h1 {
  font-family: "Wavehaus-95SemiBold", helvetica; }

.meadow h1 {
  font-family: "Wavehaus-128Bold"; }

.meadow a {
  color: #fcfdfd; }
  .meadow a:hover {
    color: #fcfdfd;
    text-decoration: underline; }

p {
  font-size: 1.1875em; }

/* Utility Classes */
.green {
  color: #99a44c; }

.gold {
  color: #c4b09c; }

.fixed {
  position: fixed; }

.bordered {
  border-bottom: 1px solid #af967b; }

.cta {
  text-transform: uppercase;
  font-size: 1.375em; }
  .cta.arrow {
    background: url("../../assets/images/cta-arrow.png") left 7px no-repeat;
    background-size: 22px;
    letter-spacing: 1px;
    padding: 0 0 0 35px;
    font-weight: normal; }
    .cta.arrow.dark {
      background: url("../../assets/images/cta-arrow-dark.png") left 5px no-repeat;
      background-size: 24px; }
  .cta.round {
    color: #353535;
    border: 1px solid #353535;
    border-radius: 20px;
    padding: 4px 20px 2px 20px; }
    .cta.round:hover {
      color: #fcfdfd;
      background: #353535;
      text-decoration: none; }

header {
  z-index: 9999;
  background: #1a1817;
  opacity: 0.90; }
  header a {
    color: #fcfdfd; }
    header a:hover {
      color: #fcfdfd;
      text-decoration: underline; }
  header.container-fluid {
    margin: 0;
    padding: 0; }
  header .logo {
    position: relative;
    display: block;
    margin: 0 0 0 5%; }
  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    header nav ul li a {
      font-size: 1em;
      text-transform: uppercase;
      display: block;
      color: #fcfdfd; }

main {
  background: #fcfdfd; }
  main section:first-child {
    position: relative;
    padding-top: 115px; }
  main .main-banner::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../../assets/images/mainbanner.jpg") center center no-repeat;
    background-size: cover; }
  main .image-wrapper img {
    width: 100%; }
  main .banner-wrapper {
    position: relative; }
  main .main-banner {
    position: relative; }
    main .main-banner p {
      font-size: 1.5625em;
      line-height: 1.1875em; }
    main .main-banner h1 {
      margin-bottom: 2%; }
    main .main-banner h2 {
      line-height: 1.0625em; }
    main .main-banner .cta {
      display: inline-block;
      margin-top: 1%;
      font-size: 1.25em; }
    main .main-banner .scroll {
      position: absolute; }
  main .image-link a {
    display: block; }
  main .image-link img {
    width: 100%; }
  main .content-section {
    color: #514740;
    background: #fcfdfd; }
    main .content-section h1 {
      color: #9A9999;
      letter-spacing: 2px;
      text-transform: uppercase; }
      main .content-section h1.large {
        padding: 5% 0 5% 0;
        text-transform: capitalize;
        text-align: center;
        background: #fcfdfd;
        color: #514740;
        background: #fcfdfd;
        margin: 0; }
    main .content-section .image-wrapper {
      margin-bottom: 5%; }
    main .content-section .light {
      color: #fcfdfd; }
      main .content-section .light h1, main .content-section .light .cta {
        color: #fcfdfd;
        border-color: #fcfdfd; }
      main .content-section .light .dark {
        color: #514740; }
    main .content-section .dark {
      color: #514740; }
    main .content-section .cta.round {
      display: inline-block;
      margin-top: 2%; }
    main .content-section.foundation {
      background: url("../../assets/images/netduino-bg.jpg") bottom no-repeat; }
      main .content-section.foundation h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #cbe8f5;
        font-size: 1.875em;
        font-weight: bold; }
      main .content-section.foundation b {
        color: #181615;
        font-weight: normal; }
      main .content-section.foundation .cta {
        margin-top: 2%;
        display: inline-block;
        color: #0d3748; }
    main .content-section.full {
      padding: 0; }
    main .content-section.learning {
      padding: 0; }
      main .content-section.learning .content-image, main .content-section.learning .content-wrapper {
        position: relative;
        z-index: 5; }
      main .content-section.learning .guide::before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../../assets/images/guide-bg.jpg") center center no-repeat;
        background-size: cover; }
      main .content-section.learning .guide {
        position: relative;
        padding: 10%; }
        main .content-section.learning .guide .cta.round {
          margin-top: 10%; }
        main .content-section.learning .guide h1 {
          font-size: 1.625em;
          margin-bottom: 10px; }
        main .content-section.learning .guide .icon {
          margin: 0;
          width: auto; }
      main .content-section.learning .tutorials {
        padding: 0;
        background: #eee; }
        main .content-section.learning .tutorials h1 {
          color: #514740;
          text-transform: none;
          font-weight: bold; }
        main .content-section.learning .tutorials img {
          width: 100%;
          display: block;
          margin: 0; }
        main .content-section.learning .tutorials .content-wrapper {
          padding: 10%; }
  main .projects .links {
    padding: 5% 10% 5% 10%;
    text-align: center; }
  main .content-slider {
    -webkit-box-shadow: -1px 4px 38px -3px rgba(0, 0, 0, 0.5);
            box-shadow: -1px 4px 38px -3px rgba(0, 0, 0, 0.5); }
    main .content-slider .content {
      background: #eee;
      padding: 0; }
    main .content-slider p {
      font-size: 1.1875em; }
    main .content-slider ul.slick-dots {
      position: absolute;
      padding: 0px;
      bottom: 10px;
      list-style-type: none; }
      main .content-slider ul.slick-dots li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        border: 2px solid #fcfdfd;
        border-radius: 10px; }
        main .content-slider ul.slick-dots li button {
          border-color: #353535;
          font-size: 0px;
          padding: 8px;
          border: none;
          background: transparent;
          background-clip: padding-box;
          color: #fcfdfd; }
        main .content-slider ul.slick-dots li.slick-active {
          background: #fcfdfd; }
    main .content-slider .cta.arrow {
      text-align: center;
      display: block;
      background-color: #fcfdfd; }
    main .content-slider ul.paging {
      list-style: none;
      font-size: 2.625em;
      letter-spacing: -2px;
      padding: 0; }
      main .content-slider ul.paging li {
        display: none; }
        main .content-slider ul.paging li.slick-active {
          display: block; }
      main .content-slider ul.paging span {
        font-size: 0.4375em;
        color: #999999;
        position: relative;
        top: -12px;
        text-decoration: underline;
        font-style: italic; }
    main .content-slider .slick-slider.images {
      width: 100%; }
    main .content-slider .slick-slider.copy {
      background: #eee;
      overflow: hidden;
      padding: 5% 5% 5% 5%;
      text-align: center; }
      main .content-slider .slick-slider.copy h1 {
        color: #514740;
        text-transform: none;
        line-height: 1.375em;
        margin: 0 0 25px 0; }
      main .content-slider .slick-slider.copy .slick-list {
        width: 83%;
        margin: 0 auto;
        position: relative;
        z-index: 1; }
      main .content-slider .slick-slider.copy .slick-prev, main .content-slider .slick-slider.copy .slick-next {
        position: absolute;
        z-index: 2;
        background: url("../../assets/svg/slider-arrow.svg") left top no-repeat;
        height: 90px;
        width: 40px;
        border: 0px;
        display: block;
        font-size: 0;
        top: 48%; }
      main .content-slider .slick-slider.copy .slick-prev {
        left: 15px; }
      main .content-slider .slick-slider.copy .slick-next {
        right: 15px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        background-position: left 52px; }
      main .content-slider .slick-slider.copy .cta {
        margin: 25px 0 0 0;
        display: inline-block; }

footer {
  text-transform: uppercase;
  border-top: 1px solid #737473; }
  footer a {
    color: #fcfdfd; }
    footer a:hover {
      color: #fcfdfd;
      text-decoration: underline; }
  footer.container-fluid {
    padding-right: 0px; }
  footer h1 {
    font-size: 1.25em;
    margin-bottom: 15px; }
  footer a {
    color: #fcfdfd; }
  footer ul {
    list-style: none;
    margin: 0px; }
  footer section {
    text-align: center; }
    footer section ul {
      padding: 0px; }
  footer .footer-logo {
    display: inline-block;
    width: 250px; }
  footer .social-links {
    list-style: none;
    margin: 0; }
    footer .social-links li {
      display: inline-block;
      margin: 0 25px 0 0; }
      footer .social-links li a {
        cursor: pointer;
        background: #181615; }
    footer .social-links .icon {
      display: block;
      width: 35px;
      height: 35px; }
  footer .newsletter #newsletter-form {
    width: 325px;
    margin: 0 auto; }
    footer .newsletter #newsletter-form .fields {
      border-top: 1px solid #737473;
      border-bottom: 1px solid #737473; }
      footer .newsletter #newsletter-form .fields label {
        width: 55px;
        margin: 0px 0 0 0px;
        text-align: left;
        position: relative;
        left: -2px;
        top: 2px; }
      footer .newsletter #newsletter-form .fields input {
        width: 260px;
        color: #fcfdfd;
        border: none;
        padding: 0px 0 0px 10px;
        border-left: 1px solid #737473;
        background: transparent;
        padding: 5px 0 5px 10px; }
    footer .newsletter #newsletter-form .action {
      border-bottom: 1px solid #737473;
      padding: 4px 0 3px 0; }
      footer .newsletter #newsletter-form .action button {
        text-transform: uppercase;
        background: none;
        border: none;
        color: #fcfdfd; }
  footer .links {
    font-size: 1.25em; }
  footer .terms {
    padding: 25px;
    clear: both; }
    footer .terms p {
      margin: 0px; }
    footer .terms a {
      padding: 0 0 0 10px; }

.meadow {
  text-align: center; }
  .meadow h1 {
    text-transform: none;
    letter-spacing: 3px;
    font-size: 5em;
    margin-bottom: 2%;
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 0; }
    .meadow h1 sup {
      font-size: 0.3125em;
      top: -30px;
      right: -20px; }
    .meadow h1::after {
      content: "\2014";
      position: absolute;
      left: 40%;
      bottom: 0%; }
  .meadow .content-wrapper {
    position: relative;
    z-index: 10; }
  .meadow .container-fluid.banner {
    margin: 0px; }
    .meadow .container-fluid.banner .content-wrapper {
      padding: 10%; }
  .meadow .content-slider h1 {
    margin: 0;
    padding: 0 0 5% 0; }
    .meadow .content-slider h1::after {
      content: " ";
      margin-bottom: 0; }
  .meadow .content-slider .copy {
    padding: 10%; }
  .meadow .content-slider .slick-slide .copy {
    padding: 0; }
  .meadow #intro {
    position: relative;
    padding-top: 85px;
    padding-bottom: 10%;
    text-align: left;
    z-index: 1; }
    .meadow #intro::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-intro-bg.jpg") center center no-repeat;
      background-size: cover;
      z-index: 2; }
    .meadow #intro::after {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/svg/meadow-intro-overlay.svg") center center no-repeat;
      background-size: cover;
      z-index: 3;
      background-position: left -25%;
      opacity: 0.45; }
    .meadow #intro h1 {
      margin-bottom: 0; }
      .meadow #intro h1::after {
        content: " "; }
  .meadow .plug-wrapper {
    padding: 30% 0 0 0;
    background-image: url("../../assets/images/meadow-plug-header.jpg");
    background-size: 100%; }
  .meadow .plug-content-bg {
    position: relative; }
    .meadow .plug-content-bg::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-plug-new-bg.jpg") center center no-repeat;
      background-size: cover; }
  .meadow #plug {
    padding: 0 0 2% 0; }
    .meadow #plug h1 {
      color: #635443; }
    .meadow #plug p {
      color: #b09679; }
  .meadow #professional {
    position: relative; }
    .meadow #professional::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-professional-bg.jpg") center center no-repeat;
      background-size: cover; }
  .meadow #cloud {
    position: relative;
    z-index: 100; }
    .meadow #cloud::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-cloud-full-bg.png") center center no-repeat;
      background-size: cover; }
  .meadow .cloud-overlay {
    position: absolute;
    margin-top: -25px;
    text-align: center;
    width: 65%;
    margin-left: -32%;
    left: 50%; }
  .meadow .cloud-overlay img {
    width: 100%; }
  .meadow #production {
    position: relative; }
    .meadow #production::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-production-bg.jpg") center center no-repeat;
      background-size: cover; }
  .meadow #code {
    position: relative;
    color: #221f1d;
    text-align: left;
    background-size: 100% 60%; }
    .meadow #code h1 {
      font-size: 2em;
      padding-bottom: 1em; }
      .meadow #code h1::after {
        left: 0; }
    .meadow #code .code-wrapper, .meadow #code .image-wrapper {
      max-width: 1000px;
      margin: 0 auto; }
    .meadow #code .content-wrapper {
      background-color: rgba(197, 177, 155, 0.5);
      position: relative;
      bottom: 0;
      padding: 0px;
      width: 100%; }
      .meadow #code .content-wrapper.code-block {
        padding: 0; }
        .meadow #code .content-wrapper.code-block .code {
          padding: 10%;
          margin: 0px; }
        .meadow #code .content-wrapper.code-block code {
          padding: 0 0 10px 0; }
      .meadow #code .content-wrapper .code-wrapper {
        background-clip: padding-box;
        border: 1px solid #cdbcaa;
        border-top: none; }
    .meadow #code .image-wrapper {
      padding: 0px; }
      .meadow #code .image-wrapper img {
        width: 100%;
        border: 1px solid #514740;
        border-bottom: none; }
    .meadow #code .overlay {
      position: relative;
      bottom: 0; }
      .meadow #code .overlay img {
        display: block;
        width: 100%; }
  .meadow #join {
    position: relative;
    background: #4a4b4a; }
    .meadow #join::before {
      display: block;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("../../assets/images/meadow-join-bg.jpg") center center no-repeat;
      background-size: cover; }
    .meadow #join h1 {
      color: #eee;
      padding-bottom: 0px; }
      .meadow #join h1::after {
        content: " "; }
    .meadow #join p {
      color: #c5b19b; }
    .meadow #join .cta {
      border: 1px solid #c5b19b;
      border-radius: 8px;
      display: inline-block;
      padding: 7px 13px 5px 13px; }
  .meadow #code .overlay {
    padding: 0; }
  .meadow #kickstarter {
    z-index: 100;
    overflow: hidden;
    background: #fcfdfd;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: -1px 4px 38px -3px rgba(0, 0, 0, 0.5);
            box-shadow: -1px 4px 38px -3px rgba(0, 0, 0, 0.5); }
    .meadow #kickstarter .content-wrapper, .meadow #kickstarter .image-wrapper {
      padding: 30px; }
    .meadow #kickstarter .image-wrapper {
      margin: 0 auto; }
    .meadow #kickstarter .content-wrapper .green {
      font-family: "Wavehaus-95SemiBold", helvetica; }
    .meadow #kickstarter .row {
      padding: 30px;
      text-align: center; }
    .meadow #kickstarter h1 {
      color: #f28d53;
      padding: 0 0 50px 0; }
    .meadow #kickstarter h2 {
      padding-bottom: 10px;
      width: 75%;
      margin: 0 auto 15px; }
    .meadow #kickstarter p {
      color: #514740;
      padding: 0 20px 0 5px;
      margin: 0px; }
  .meadow #compare {
    background: #565656; }
    .meadow #compare #comparison-table {
      border-collapse: separate;
      margin: 0 auto;
      width: 80%; }
    .meadow #compare h1 {
      color: #fcfdfd; }
    .meadow #compare td, .meadow #compare th {
      font-family: "Wavehaus-95SemiBold", helvetica; }
    .meadow #compare th.list-col {
      font-family: 'FuturaNDCn-Medium', helvetica;
      font-weight: normal;
      letter-spacing: 2px;
      text-align: left;
      vertical-align: bottom; }
    .meadow #compare tr td {
      width: 150px; }
      .meadow #compare tr td:nth-child(even) {
        border-left: 2px solid #7bc18e;
        border-right: 2px solid #7bc18e; }
      .meadow #compare tr td:first-child {
        width: 275px;
        border: none; }
      .meadow #compare tr td:nth-child(3) {
        -webkit-box-shadow: 5px 10px 38px -1px rgba(0, 0, 0, 0.32);
                box-shadow: 5px 10px 38px -1px rgba(0, 0, 0, 0.32); }
    .meadow #compare tr:nth-child(odd) td.list-col {
      background: #8d8d8d; }
    .meadow #compare tr .list-col {
      color: #fcfdfd; }
    .meadow #compare tr th {
      border: 2px solid #7bc18e; }
      .meadow #compare tr th:nth-child(2) {
        border-top-left-radius: 5px;
        vertical-align: bottom; }
      .meadow #compare tr th:nth-child(3) {
        border-left: 0px;
        border-right: 0px;
        border-bottom: 2px solid #565656;
        background: #7bc18e;
        color: #fcfdfd;
        padding-top: 10px;
        -webkit-box-shadow: 5px 10px 38px -1px rgba(0, 0, 0, 0.32);
                box-shadow: 5px 10px 38px -1px rgba(0, 0, 0, 0.32);
        vertical-align: top;
        padding: 10px; }
      .meadow #compare tr th:nth-child(4) {
        border-top-right-radius: 5px;
        vertical-align: bottom; }
      .meadow #compare tr th.list-col {
        border: none; }
      .meadow #compare tr th img {
        width: 50%;
        padding: 10px; }
    .meadow #compare tbody td {
      padding: 6px 0;
      color: #7bc18e;
      border-bottom: 2px dotted #7bc18e; }
    .meadow #compare tbody td.color-col {
      background: #7bc18e;
      color: #fcfdfd;
      border-bottom: 1px dotted #565656; }
    .meadow #compare tbody .last-col td {
      padding-bottom: 20px;
      border-bottom: 2px solid #7bc18e; }
      .meadow #compare tbody .last-col td.list-col {
        border-bottom: 0px; }
      .meadow #compare tbody .last-col td:nth-child(2) {
        border-bottom-left-radius: 5px; }
      .meadow #compare tbody .last-col td:nth-child(3) {
        border-left: 0px;
        border-right: 0px;
        background: #7bc18e;
        color: #fcfdfd;
        padding-top: 10px; }
      .meadow #compare tbody .last-col td:nth-child(4) {
        border-bottom-right-radius: 5px; }
  .meadow #product {
    background: #f28d53; }
    .meadow #product h1 {
      font-family: "Wavehaus-95SemiBold", helvetica; }
      .meadow #product h1 span {
        font-family: "Wavehaus-128Bold"; }
    .meadow #product .content-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding-bottom: 5%; }
      .meadow #product .content-wrapper p, .meadow #product .content-wrapper .image-wrapper {
        margin: 0px 0px 5% 0; }

@media (min-width: 320px) {
  .nav-open {
    overflow: hidden; }
    .nav-open header {
      opacity: 1; }
    .nav-open nav {
      position: static;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .nav-open #mobile-nav-trigger {
      background: url("../../assets/svg/close-icon.svg"); }
  header {
    height: 80px; }
    header .logo {
      margin-top: 20px;
      width: 225px; }
    header nav {
      opacity: 0;
      z-index: -1;
      position: absolute;
      left: -9999px;
      background: #1a1817;
      height: 100vh;
      padding: 20px 0 0 0; }
      header nav ul li {
        border-top: 1px solid #666; }
        header nav ul li a {
          font-size: 1.3125em;
          display: block;
          padding: 15px 10px 7px 5%;
          -webkit-transition: background 0.5s ease-in-out;
          transition: background 0.5s ease-in-out; }
          header nav ul li a:hover {
            text-decoration: none;
            background: #333; }
    header #mobile-nav-trigger {
      position: absolute;
      right: 5%;
      top: 27px;
      width: 22px;
      height: 22px;
      background: url("../../assets/svg/hamburger-icon.svg"); }
      header #mobile-nav-trigger span {
        position: absolute;
        left: -9999px; }
  main .main-banner {
    padding: 150px 10% 10% 10%; }
    main .main-banner h1 {
      font-size: 2.1875em; }
    main .main-banner h2 {
      font-size: 3em; }
  main .content-section {
    padding: 10% 10% 10% 10%; }
    main .content-section h1 {
      font-size: 1.9375em; }
    main .content-section h1.large {
      font-size: 2.5em; }
    main .content-section h2 {
      font-size: 2.625em; }
    main .content-section .cta.arrow {
      font-size: 1.25em;
      letter-spacing: 1px; }
    main .content-section .cta.round {
      font-size: 1em; }
    main .content-section h2, main .content-section p {
      margin-bottom: 15px; }
    main .content-section img {
      width: 80%;
      min-width: 55px;
      display: block;
      margin: 0 auto; }
    main .content-section h1 img {
      width: 100%;
      margin: 0; }
    main .content-section.foundation {
      min-height: 550px; }
      main .content-section.foundation h1 {
        width: 100%; }
    main .content-section .slick-slider .copy .slick-next {
      top: 38%; }
  main .content-slider h1 {
    font-size: 1.4375em; }
  main .content-slider .paging {
    display: block; }
  main .content-slider ul.slick-dots {
    left: 48%; }
  footer .footer-logo {
    margin-bottom: 50px; }
  footer .social-links {
    text-align: center;
    margin: 0 auto; }
    footer .social-links li {
      margin-right: 15px; }
  footer section {
    float: none;
    border-bottom: 1px solid #737473;
    padding: 40px 0 40px 0; }
  footer section, footer .section-left, footer .section-right-wrapper {
    float: none; }
  .meadow h1 {
    font-size: 2.5em;
    margin-bottom: 1%;
    padding-bottom: 10%; }
    .meadow h1::after {
      left: 46%;
      bottom: 0%; }
  .meadow p {
    font-size: 1.625em;
    line-height: 1.3em; }
  .meadow .content-section img {
    width: 100%; }
  .meadow #intro::after {
    background-size: 80% 80%;
    background-position: center center; }
  .meadow #cloud {
    padding-bottom: 10%; }
  .meadow #production {
    padding-top: 15%; }
  .meadow #code .content-wrapper {
    padding: 5% 5% 5% 5%; }
  .meadow .code-block code {
    font-size: 1em; }
  .meadow #compare h1 {
    font-size: 2.1875em;
    padding-bottom: 50px;
    margin-bottom: 20px; }
  .meadow #compare th.list-col {
    font-family: 'FuturaNDCn-Medium', helvetica;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 5px;
    vertical-align: bottom;
    padding-bottom: 10px; }
  .meadow #compare tr td {
    font-size: 0.8125em;
    text-align: center;
    padding: 5px; }
    .meadow #compare tr td.list-col {
      padding: 5px 0 5px 0; }
  .meadow #kickstarter p {
    font-size: 2.25em; }
    .meadow #kickstarter p .green {
      font-size: 0.75em; } }

@media (min-width: 768px) {
  main .main-banner {
    padding: 15% 5% 5% 5%; }
    main .main-banner h1, main .main-banner h2, main .main-banner p {
      width: 570px; }
    main .main-banner h1 {
      font-size: 2.1875em; }
    main .main-banner h2 {
      font-size: 4.5em; }
  main .content-section {
    overflow: hidden;
    padding: 5% 5% 5% 5%; }
    main .content-section h1.large {
      font-size: 3em; }
    main .content-section img {
      width: 100%; }
    main .content-section.left .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse wrap;
              flex-flow: row-reverse wrap; }
    main .content-section.learning .guide {
      padding: 5%; }
      main .content-section.learning .guide .content-wrapper {
        padding-right: 25px;
        position: absolute;
        bottom: 4%; }
    main .content-section.learning .tutorials .content-wrapper {
      padding: 3% 5% 3% 5%; }
    main .content-section.foundation {
      background-size: cover; }
      main .content-section.foundation .content-wrapper {
        max-width: 65%; }
      main .content-section.foundation h1 {
        width: 550px; }
  main .projects .cta.arrow {
    font-size: 1.625em;
    letter-spacing: 1px;
    padding: 0 0 0 30px;
    background-size: 20px;
    background-position: 0 8px; }
  .meadow h1 {
    font-size: 3.125em;
    margin-bottom: 2%; }
  .meadow #intro::after {
    background-size: 60% 60%;
    background-position: 90% 60%; }
  .meadow #intro h1 {
    padding-top: 0; }
  .meadow #plug .content-wrapper {
    padding-bottom: 5%; }
  .meadow #cloud {
    padding-bottom: 25%; }
  .meadow #production {
    padding-top: 10%; }
  .meadow .code-block code {
    font-size: 1.25em; } }

@media (min-width: 992px) {
  header, footer {
    padding: 0 80px 0 80px; }
  header {
    height: 85px; }
    header.container-fluid {
      padding-right: 0px; }
    header #mobile-nav-trigger {
      display: none; }
    header .logo {
      margin-top: 20px;
      width: 304px;
      height: 48px;
      float: left; }
      header .logo img {
        cursor: pointer; }
    header nav {
      position: static;
      opacity: 1;
      float: right;
      margin: 0px;
      padding: 0px;
      background: none;
      height: auto; }
      header nav ul {
        list-style: none;
        margin: 0px;
        padding: 0px; }
        header nav ul li {
          float: left;
          border-left: 1px solid #000;
          border-top: none;
          margin: 0px;
          padding: 0px; }
          header nav ul li a {
            display: block;
            height: 85px;
            padding: 35px 16px 0 14px;
            font-size: 0.875em; }
          header nav ul li.util {
            padding: 0;
            border-right: 1px solid #181615;
            text-align: center; }
            header nav ul li.util a {
              display: block;
              padding: 13px 25px 0 25px;
              height: 42px; }
              header nav ul li.util a:first-child {
                border-bottom: 1px solid #181615; }
  main section.main-banner {
    padding-top: 165px; }
  main .main-banner {
    min-height: 605px; }
    main .main-banner .cta {
      font-family: 'FuturaNDCn-Medium', helvetica; }
  main .content-section h1.large {
    font-size: 3.4375em; }
  main .content-section.foundation {
    padding-bottom: 10%; }
    main .content-section.foundation .content-wrapper {
      max-width: 80%; }
  main .content-slider h1 {
    font-size: 1.6875em; }
  main .content-slider.copy {
    padding-top: 10%; }
  main .content-slider ul.paging {
    margin: 25px 0 25px 0; }
  main .content-slider ul.slick-dots {
    left: 48%; }
  main .content-slider .slick-slider .slick-next, main .content-slider .slick-slider .slick-prev {
    top: 50%; }
  footer .section-left, footer .section-right-wrapper {
    float: left; }
  footer section {
    padding-top: 105px; }
  footer .section-left {
    height: 650px;
    width: 33%;
    border-bottom: 1px solid #737473; }
  footer .section-right-wrapper {
    width: 66.8%; }
    footer .section-right-wrapper section {
      width: 50%;
      height: 325px;
      float: left;
      border-left: 1px solid #737473;
      border-bottom: 1px solid #737473; }
  footer .footer-logo {
    margin-bottom: 160px; }
  .meadow h1 {
    font-size: 5em;
    padding-bottom: 75px;
    margin-bottom: 0; }
    .meadow h1 sup {
      font-size: 0.3125em;
      top: -30px;
      right: -20px; }
    .meadow h1::after {
      left: 46%;
      bottom: 0%; }
  .meadow p {
    font-size: 2.1875em;
    line-height: 1.3em; }
  .meadow #intro h1 {
    padding-bottom: 15px; }
  .meadow #join p {
    padding: 15px 0 15px 0; }
  .meadow #code .overlay img {
    position: absolute;
    bottom: 0; }
  .meadow .code-block code {
    font-size: 1.625em; }
  .meadow #kickstarter {
    position: absolute;
    left: 10%;
    bottom: -9%;
    width: 80%;
    padding: 35px;
    text-align: left; }
    .meadow #kickstarter .image-wrapper, .meadow #kickstarter .content-wrapper {
      float: left;
      width: 49.9%;
      padding: 0px; }
    .meadow #kickstarter h1 {
      padding: 0 20px 15px 5px;
      text-align: left;
      display: inline-block;
      font-size: 2em; }
      .meadow #kickstarter h1:after {
        position: absolute;
        top: 0;
        left: 100%; }
    .meadow #kickstarter h2 {
      margin: 0 0 5px 0; }
    .meadow #kickstarter p {
      font-size: 1.875em; }
  .meadow #compare h1 {
    font-size: 3.75em;
    padding-bottom: 75px;
    text-transform: capitalize;
    max-width: 75%;
    margin: 0 auto 20px; }
  .meadow #compare th.list-col {
    font-size: 1.75em; }
  .meadow #compare tr td {
    font-size: 1em; }
  .meadow #compare tr td.list-col {
    text-align: right;
    padding-right: 25px; }
  .meadow .code-wrapper {
    padding-bottom: 7%; } }

@media (min-width: 1200px) {
  header nav ul li a {
    font-size: 1em; }
  main .main-banner {
    padding-top: 20%; }
  main .content-slider h1 {
    font-size: 1.875em; }
  main .content-slider ul.paging {
    margin: 40px 0 40px 0; }
  main .content-slider ul.slick-dots {
    left: 48%; }
  main .content-slider .slick-slider.copy h1 {
    margin-bottom: 0px; }
  main .content-slider .slick-slider .slick-next, main .content-slider .slick-slider .slick-prev {
    top: 52%; }
  .meadow #plug .content-wrapper {
    padding-bottom: 5%; }
  .meadow #kickstarter h1 {
    font-size: 2.25em; }
  .meadow #kickstarter p {
    font-size: 2.25em; } }
