body {
    margin: 0;
    min-width: 990px;
    background-color: #f9f9f9;
}

@media (max-width: 600px) {
  body {
    min-width: inherit;
  }
}

body, ul {
  font-family: 'aktiv-grotesk', 'Helvetica Neue', Helvetica, sans-serif;
}

a {
  color: #00aaff;
}

* {
    box-sizing: border-box;
}

input {
  outline: none;
}

h3 {
   font-weight: 500;
   margin-bottom: 0;
}

.wf-loading .content-area, .wf-loading h2, .wf-loading #nav-bar {
  opacity: 0;
}

.wf-active .content-area, .wf-active h2, .wf-active #nav-bar {
  opacity: 1;
}

footer {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-left a {
  color: #666;
}

.footer-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.footer-social {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 24px;
}

.footer-social a {
  margin-left: 10px;
}

#dim {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3999;
  background-color: rgba(0,0,0,0.8);
}

#eventbrite, #eventbrite2 {
  position: fixed;
  display: none;
  left: 50vw;
  top: 50vh;
  /*margin-left: -180px;*/
  margin-left: -456px;
  /*margin-top: -100px;*/
  margin-top: -320px;
  z-index: 4999;
  /*width: 360px;*/
  width: 913px;
  /*height: 200px;*/
  height: 640px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  font-size: 14px;
}

#video {
  position: fixed;
  display: none;
  left: 50vw;
  top: 50vh;
  /*margin-left: -180px;*/
  margin-left: -456px;
  /*margin-top: -100px;*/
  margin-top: -280px;
  z-index: 4999;
  /*width: 360px;*/
  width: 913px;
  /*height: 200px;*/
  height: 560px;
  background-color: #000;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  font-size: 14px;
}

#request {
  position: fixed;
  display: none;
  left: 50vw;
  top: 50vh;
  /*margin-left: -180px;*/
  margin-left: -250px;
  /*margin-top: -100px;*/
  margin-top: -170px;
  z-index: 4999;
  /*width: 360px;*/
  width: 500px;
  /*height: 200px;*/
  height: 340px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  font-size: 14px;
}

#request input {
  margin-right: 10px;
}

#request h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: #43A9D8;
}

#top-bar {
    height: 105px;
    z-index: 999;
    width: auto;
    max-width: 980px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack:;
    -webkit-justify-content:;
        -ms-flex-pack:;
            justify-content:;
}

#top-bar-spacer {
    width: 100%;
    height: 105px;
    background-color: #008AD0;
}

#top-bar-logo {
    display: inline-block;
    width: 214px;
    height: 45px;
    background-image: url(/images/site/top-bar-logo.png);
    background-image: -webkit-image-set(url(/images/site/top-bar-logo.png) 1x, url(/images/site/top-bar-logo@2x.png) 2x);
    background-size: 100%;
    background-repeat: no-repeat;
}


#top-bar-navigation {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#top-bar-navigation a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-right: 20px;
}

#top-bar-navigation a.active {
  font-weight: 500;
}

#top-bar-navigation .button {
  display: inline-block;
  background: #43A9D8;
  border-radius: 3px;
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin: 0 0 0 5px;
  font-weight: 400;
}

#top-bar-navigation .button:hover {
  opacity: 0.9
}

#top-bar-navigation .button:active {
  opacity: 0.8
}

a.anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

.content-area {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow: auto;
}



section {
    height: 540px;
    position: relative;
}

section h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    color: #00aaff;
}

section p {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 300;
  margin: 5px 0 10px 0;
}

.content-inset {
  width: 480px;
  margin-right: 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cols {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-inset-cols {
  padding: 60px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col {
  margin: 0 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col:first-child {
  margin-left: 0;
}

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

.abs-right {
  position: absolute;
  right: 0;
}

.abs-bottom {
  position: absolute;
  bottom: 0;
}

.s-rnsplash {
    background-color: #333;
    text-align: center;
    padding-top: 70px;
}

.s-rnsplash h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.s-top-bar, .s-top-bar-with-nav, .s-splash, .s-course-splash {
    background-color: #3D4A99;
    background-image: url(/images/site/splash-bg.png);
    background-image: -webkit-image-set(url(/images/site/splash-bg.png) 1x, url(/images/site/splash-bg@2x.png) 2x);
    /*background-size: contain;*/
    background-position: top center;

    background-repeat: no-repeat;
    text-align: center;
    /*padding-top: 70px;*/
}

.s-course-splash {
  background-image: url(/images/site/course-splash-bg.jpg);
  background-size: cover;
}

.s-course-cta {
  background-color: #f9f9f9;
  height: 200px;
  text-align: center;
  padding-top: 70px;
}

.s-course-cta a.button {
  padding-left: 50px;
  padding-right: 50px;
}

.s-top-bar {
  height: 105px;
}

.s-top-bar-with-nav {
  height: 155px;
}

.s-splash h2, .s-course-splash h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-top: 90px;
  margin-bottom: 50px;
}

.s-splash p {
  color: #fff;
  font-size: 13px;
}

.s-splash a {
  color: #fff;
}

.s-course-splash h2 {
  font-size: 50px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-top: 120px;
}

.s-course-splash h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  margin-bottom: 50px;
}

.s-body .button, .s-splash .button, .s-splash .button-alternate, .s-course-cta .button, .s-course-cta .button-alternate {
  display: inline-block;
  background: #00AAFF;
  height: 60px;
  padding: 0 20px;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  margin: 0 5px;
  font-weight: 300;
}

@media (max-width: 600px) {
  .s-splash .button {
    display: inline;
    height: auto;
  }
}

.s-splash .button-alternate, .s-course-cta .button-alternate {
  background: #fff;
  color: #00aaff;
}

.s-body .button:hover, .s-splash .button:hover, .s-splash .button-alternate:hover, .s-course-cta .button:hover, .s-course-cta .button-alternate:hover {
  opacity: 0.9
}

.s-body .button:active, .s-splash .button:active, .s-splash .button-alternate:active, .s-course-cta .button:active, .s-course-cta .button-alternate:active {
  opacity: 0.8
}

#splash-screenshot {
  display: inline-block;
  width: 756px;
  height: 304px;
  background-image: url(/images/site/app-screenshot.png);
  background-image: -webkit-image-set(url(/images/site/app-screenshot.png) 1x, url(/images/site/app-screenshot@2x.png) 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -378px;
}

.s-live-preview {
  background-color: #fff;
}

.s-course-schedule {
  background-color: #3D4A99;
}

.s-course-schedule p {
    color: #fff;
}

.s-course-schedule h2 {
  color: #fff;
}

.s-course-schedule .button {
  min-width: 216px;
  float: left;
  display: inline-block;
  background: #00AAFF;
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  margin: 8px 5px;
  font-weight: 400;
  cursor: pointer;
}

.s-course-instructors {
  background-color: #fff;
  padding-top: 40px
}

.s-course-projects {
  text-align: center;
  background-color: #f9f9f9;
}

.s-course-projects h2 {
  margin-top: 70px;
}

.s-course-projects .cols {
  margin-top: 40px;
}

.s-course-projects .col {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  border: 1px solid #eee;
}

.s-course-projects .col p {
  font-size: 14px;
  margin-top: 20px
}

.s-course-advisors {
  background-color: #3D4A99;
  text-align: center;
  color: #fff
}

.s-course-advisors p {
  color: #fff
}

.s-course-advisors h2 {
  margin-top: 70px;
  color: #fff;
}

.s-course-advisors .cols {
  margin-top: 60px;
}

.s-course-advisors .col {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.s-course-advisors .col h3 {
  color: #333;
}

.s-course-advisors .col p {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}

.s-course-topics h2 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.s-course-topics .topic-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-bottom: 40px;
}

.s-course-topics .topic-text {
  width: 160px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  float: left;
  clear: right;
  margin-bottom: 40px;
}

.s-course-footer {
  background-color: #fff;
  height: 100px;
}

.gray-bg {
  background-color: #ccc !important;
}

.s-walkthrough {
  background-color: #28272B;
  height: auto;
  min-height: 600px;
  padding: 40px 0;
  text-align: center;
}

.s-walkthrough h2 {
  color: #fff;
}

.demo-tweak {
  width: 520px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.demo-tweak-code {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #252821;
  padding: 20px 15px;
  color: #fff;
  font-family: monospace;
  margin: 0;
}

.demo-tweak-inspector {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #E6E6E6;
  padding: 20px 30px;
}

.tweak-row {
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tweak-row select {
  margin-top: 5px;
}

.demo-tweak-inspector .label {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.tweak-control {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.code-magenta {
  color: #F6286E;
}

.code-orange {
  color: #FF9900;
}

.code-green {
  color: #A8EA05;
}

.code-yellow {
  color: #E9DF6E;
}

.code-purple {
  color: #B380FF;
}

.iphone-hand-demo {
  width: 295px;
  height: 446px;
  background-image: url(/images/site/iphone-hand-demo.png);
  background-image: -webkit-image-set(url(/images/site/iphone-hand-demo.png) 1x, url(/images/site/iphone-hand-demo@2x.png) 2x);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 50px;
}

.s-components {
  background-color: #3D4A99;
  background-repeat: repeat-x;
  background-position: bottom;
}

.s-course-about {
  height: 460px;
  background-color: #fff;
}

.s-course-about h2 {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}

.s-course-about p {
  width: 90%;
  margin-bottom: 20px;
}

.s-course-points {
  background-color: #fff;
  text-align: center;
}

.s-course-points h2 {
  margin-top: 70px;
  margin-bottom: 20px;
}

.s-course-points .cols {
  height: 200px;
  text-align: center;
}

.s-course-points p {
  width: 90%;
  margin: 30px auto;
  font-size: 22px;
}

.s-course-topics {

}


.s-components h2 {
  color: #fff;
}

.s-components p {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.demo-components {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  background-color: #FAFAFA;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
  font-family: HelveticaNeue;
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -160px;
}

.demo-components input {
  background-color: #fff;
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0 20px;
  width: 100%;
  outline: none;
  font-size: 14px;
  height: 44px;
  border-bottom: 1px solid #EAEAEA;
}

#demo-lc {
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

#demo-lc li {
    padding: 0 20px;
    height: 80px;
    position: relative;
}

.demo-lc-selected {
  color: #fff;

  background-color: #00aaff;
}

.lc-title {
  padding-top: 5px;
  width: 200px;
  font-weight: 500;
}

.lc-desc {
  width: 200px;
  clear: left;
  line-height: 18px;
}

.lc-thumbnail {
  background-color: #eee;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-size: contain;
  border: 1px solid #eee;
}

.s-features .col {
  text-align: left;
}

.s-features h2 {
  font-size: 22px;
}

.s-features p {
  font-size: 16px;
}

.feature-circle {
  background-color: #43A9D8;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  display: block;
  margin: 10px auto 30px auto;

}

.feature-native-apps {
  background-image: url(/images/site/illus-native-apps.png);
  background-image: -webkit-image-set(url(/images/site/illus-native-apps.png) 1x, url(/images/site/illus-native-apps@2x.png) 2x);
  background-size: 121px 66px;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-zero-compile {
  background-image: url(/images/site/illus-zero-compile.png);
  background-image: -webkit-image-set(url(/images/site/illus-zero-compile.png) 1x, url(/images/site/illus-zero-compile@2x.png) 2x);
  background-size: 126px 54px;
  background-repeat: no-repeat;
  background-position: center;
}


.feature-live-device-testing {
  background-image: url(/images/site/illus-live-device-testing.png);
  background-image: -webkit-image-set(url(/images/site/illus-live-device-testing.png) 1x, url(/images/site/illus-live-device-testing@2x.png) 2x);
  background-size: 128px 88px;
  background-repeat: no-repeat;
  background-position:  70% center;
}


.s-about {
    background-color: #f2f2f2;
}

.featured-event {
  font-size: 16px;
}

.s-body {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}

.getting-started-step {
  margin-top: 30px;
  clear: left;
  float: left;
  width: 50%;
  padding-right: 40px;
  min-height: 100px;
}

.getting-started-screenshot {
  margin-top: 30px;
  float: left;
  width: 50%;
  min-height: 120px;
  background-color: #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.4) inset;
}

.getting-started-step h2 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}


.s-meetup {
  background-color: #fff;
  background-image: url(/images/site/meetup-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.meetup-icon, .course-icon {
  width: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 2px;
  float: left;
  clear: left;
  margin-bottom: 20px;
}

.course-schedule {
  width: 700px;
  margin: 40px auto;
}

.course-icon {
  margin-bottom: 25px;
}

.meetup-icon-month, .course-icon-month {
  height: 20px;
  background-color: #EC3636;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.meetup-icon-day, .course-icon-day {
  height: 32px;
  background-color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
}

.meetup-link, .course-link {
  text-decoration: none;
  display: block;
  width: 370px;
  margin-left: 20px;
  float: left;
  margin-top: 4px;
  cursor: pointer;
}

.course-link {
  margin-left: 40px;
}

.meetup-link-title, .course-link-title {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.meetup-link-subtitle, .course-link-subtitle {
  color: #999;
  text-decoration: none;
}

.course-link-title, .course-link-subtitle {
  color: #fff;
}

.prefinery-iframe {
  height: 400px !important;
}

.showcase-content {
  margin-top: 40px;
}

.showcase-item {
  width: 160px;
  height: 140px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.showcase-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.showcase-item .name {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  margin: auto;
}

.showcase-item .store-links {
  font-size: 12px;
}

.showcase-more {
  line-height: 90px;
  font-weight: 700;
}

.showcase-feature {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  margin-top: 30px;
}

.showcase-feature:last-child {
  margin-right: 0;
}

.showcase-feature-title {
  background-color: #3d4a99;
  color: #fff;
  padding: 10px;
}

.showcase-feature-content {
  background-color: #fff;
  padding: 10px;
}

/*--- Announcement page start ---*/

.splash-card {
  width: 400px;
  color: #fff;
}

.splash-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.splash-subtitle {
  font-size: 26px;
  font-weight: 300;
  line-height: 60px;
}

.splash-card-divider {
  width: 1px;
  background-color: white;
  margin: 0 85px;
}

@media (max-width: 600px) {
  .splash-card-divider {
    width: auto;
    height: 1px;
    margin: 85px 0;
    opacity: 0.3;
  }
}

.announcement-content {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 200px;
}

.announcement-title {
  padding-top: 100px;
  margin-bottom: 64px;
}

.announcement-text {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 34px;
}

.no-link-decoration {
  text-decoration: none;
}

.s-announcement {
  height: 700px;
  background-size: contain;
}

@media (max-width: 600px) {
  .splash-card {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .s-announcement {
    height: auto;
    padding: 100px 0;
  }

  .announcement-content {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .announcement-title {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .announcement-text {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 34px;
  }
}

/*--- Announcement page end ---*/

/*--- Flex helper start ---*/

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-center {
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
}

.flex-align-center {
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
}

.flex-responsive {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 600px) {
  .flex-responsive {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: stretch;
         -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/*--- Flex helper end ---*/
