body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 72px;
  margin-bottom: 54px;
  color: #8e8e9c;
  font-size: 34px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

h2 {
  margin-top: 60px;
  margin-bottom: 46px;
  color: #000;
  font-size: 27px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #676770;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #444;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.navigation-link:hover {
  padding-bottom: 16px;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  color: #fff;
}

.navigation-link.navlinkcolor.w--current {
  padding-bottom: 16px;
  border-style: solid;
  border-width: 0px 0px 4px;
  border-color: #000 #000 #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.navigation-bar {
  background-color: #404045;
}

.navigation-menu {
  color: #52979d;
}

.brand-text {
  position: absolute;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: transparent;
  text-align: center;
}

.section.text-section {
  background-color: #fff;
}

.section.app-section {
  overflow: hidden;
  min-height: 424px;
  padding: 0px;
  background-image: url('../images/thunderspaceAppBG.jpg');
  background-size: cover;
}

.section.app-section:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section.app-section.windy-app-section {
  background-image: url('../images/windyAppBG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section.app-section.rainlayer-app-section {
  background-image: url('../images/rainlayerAppBG.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section.app-section.sunny-app-section {
  background-image: url('../images/sunnyAppBG.jpg');
  background-size: cover;
}

.section.app-section.tsappsection {
  -webkit-transition: max-width 200ms ease;
  transition: max-width 200ms ease;
}

.section.app-section.hazeappsection {
  background-image: url('../images/hazeAppBG2x.jpg');
  background-position: 0px -131px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.app-section.awayappsection {
  background-image: url('../images/awayAppBG.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.section.app-section.awayappsection.flowappsection {
  background-image: url('../images/flowAppBG2.jpg');
  background-position: 50% 100%;
}

.section.app-section.awayappsection.rainyappsection {
  background-image: url('../images/rainyAppBG.jpg');
}

.section.windy2section {
  display: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 60px none #404045;
  background-image: url('../images/island_twitter_header.jpg'), -webkit-linear-gradient(270deg, #404045, #fff);
  background-image: url('../images/island_twitter_header.jpg'), linear-gradient(180deg, #404045, #fff);
  background-position: 50% 50%, left top;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-heading {
  display: none;
  margin-bottom: 30px;
  font-family: Philosopher, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading {
  display: none;
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.section-info {
  border-left: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.section-subheading.center.section-info.mediasubheading {
  margin-bottom: 30px;
  text-align: left;
}

.section-subheading.center.section-info.mediasubheadingbottom {
  margin-top: 30px;
  text-align: right;
}

.section-subheading.center.section-info.uglyimprintheading {
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.section-subheading.center.section-info.sectioninfosmallertext {
  margin-top: 30px;
  font-size: 18.54px;
  line-height: 25px;
  letter-spacing: 0px;
}

.section-subheading.center.app-subheading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 57px;
  z-index: 50;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-subheading.center.app-subheading:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.section-subheading.center.app-subheading.sunnysubheading {
  display: block;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  font-weight: 400;
  text-shadow: 0 2px 3px #403d1d;
}

.section-subheading.center.app-subheading.sunnysubheading.apptexttransparent {
  opacity: 0.2;
  color: transparent;
}

.section-subheading.center.app-subheading.sunnysubheading.apptexttransparent.flowapptextsubheading {
  opacity: 1;
}

.section-subheading.center.app-subheading.sunnysubheading.tmpup {
  margin-bottom: 56px;
}

.section-subheading.center.app-subheading.windyappsubheading {
  font-weight: 400;
  text-shadow: 0 2px 3px rgba(15, 50, 40, .4);
}

.section-subheading.center.app-subheading.windyappsubheading.apptexttransparent {
  opacity: 0.2;
  color: transparent;
  text-shadow: 0 2px 3px rgba(15, 50, 40, .4);
}

.section-subheading.center.app-subheading.thunderspaceappsubheading {
  font-weight: 400;
  text-shadow: 0 2px 3px #2f323a;
}

.section-subheading.center.headcomingsoontxt {
  display: none;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 18.54px;
  letter-spacing: 2.8px;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f0f0f5;
  color: #383838;
  text-transform: none;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.info-icon {
  position: relative;
  left: 0px;
  top: 0px;
  width: 45px;
  margin-right: 15px;
  padding-right: 0px;
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #d5d5e0;
  color: #668cad;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  display: inline;
  margin: 6px 0px 0px;
  padding: 0px;
  float: none;
  clear: none;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
}

.footer-link-wrapper {
  display: block;
  height: 45px;
  margin: 0px 0px 15px;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-link-wrapper:hover {
  -webkit-transform: scale(1.1) translate(12px, 0px);
  -ms-transform: scale(1.1) translate(12px, 0px);
  transform: scale(1.1) translate(12px, 0px);
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.signupheaderdiv {
  display: none;
}

.section-info-container {
  height: auto;
  min-height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-info-container.sectioninfoalertoutline {
  padding: 15px;
  border: 2px solid #eedc99;
  border-radius: 15px;
}

.hero-container {
  height: 313px;
}

.bottom-shadow-div {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 15px;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .38));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .38));
}

.windyappimage {
  border-radius: 60px;
}

.applink1 {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  height: 420px;
}

.applink1.tsapplink {
  height: 420px;
}

.connectlink {
  display: inline;
  text-decoration: none;
}

.footer-link-text {
  position: static;
  display: inline-block;
  margin-top: 6px;
  color: #383838;
  font-weight: 700;
}

.copyrightfooterlink {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #9e9e9e;
  text-decoration: none;
}

.copyrightfooterlink:hover {
  color: #fff;
}

.hoverscalebox {
  min-height: 0px;
  min-width: 0px;
  margin: 0px;
  padding: 0px;
}

.hoverscalebox:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.presslogo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fastcompanylogo {
  margin-top: 27px;
}

.mediarow {
  margin-top: 30px;
}

.thevergelogo {
  margin-top: 29px;
}

.gizmodologo {
  margin-top: 32px;
}

.lifehackerlogo {
  margin-top: 18px;
}

.appstormlogo {
  margin-top: 22px;
}

.uncratelogo {
  margin-top: 24px;
}

.macrumorslogo {
  margin-top: 25px;
}

.cultofmaclogo {
  margin-top: 26px;
}

.nameinput {
  width: 148px;
  margin-right: 30px;
  margin-bottom: 0px;
  float: left;
}

.emailinput {
  width: 232px;
  margin-right: 30px;
  margin-bottom: 0px;
  float: left;
}

.newslettersubmit {
  float: left;
}

.newslettersignup {
  display: block;
  width: 502px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.newslettersignupform {
  margin-bottom: 0px;
}

.bodytext {
  text-align: left;
}

.bodytextul {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #444;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.firstheading {
  margin-top: 0px;
  color: #000;
}

.footerparagraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}

.formsubnote {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.maemail {
  color: #000;
}

.rounded90 {
  border-radius: 45px;
}

.rounded90.sectionnotefranzphoto {
  margin-top: 15px;
  margin-bottom: 15px;
}

.externallinkarrow1 {
  position: static;
  bottom: 17px;
  font-style: normal;
}

.sectioninfolink {
  text-decoration: none;
}

.privacycheckbox {
  margin-top: 16px;
  float: left;
  clear: left;
}

.field-label {
  float: left;
}

.field-label.privacycheckboxlabel {
  margin-top: 13px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="scale-on-hover-opac-62-to-80"] {
  opacity: 0.62;
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section.app-section.windy-app-section {
    min-height: 370px;
  }
  .section.app-section.rainlayer-app-section {
    min-height: 370px;
  }
  .section.app-section.sunny-app-section {
    min-height: 370px;
  }
  .section.app-section.tsappsection {
    min-height: 370px;
  }
  .section.app-section.hazeappsection {
    min-height: 370px;
    background-position: 0px -62px;
  }
  .section.app-section.awayappsection {
    min-height: 370px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-subheading.center.app-subheading.sunnysubheading {
    color: #fff;
    text-shadow: 0 2px 15px #403d1d;
  }
  .footer-link-wrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .applink1 {
    height: 370px;
  }
  .applink1.tsapplink {
    height: 370px;
  }
  .footer-link-text {
    font-weight: 600;
  }
  .uncratelogo {
    margin-top: 26px;
  }
  .macrumorslogo {
    margin-top: 26px;
  }
  .cultofmaclogo {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .section.app-section {
    min-height: 258px;
  }
  .section.app-section.windy-app-section {
    min-height: 258px;
  }
  .section.app-section.rainlayer-app-section {
    min-height: 258px;
  }
  .section.app-section.sunny-app-section {
    min-height: 258px;
  }
  .section.app-section.tsappsection {
    min-height: 258px;
    background-position: 50% 50%;
    background-size: 120%;
    background-repeat: no-repeat;
  }
  .section.app-section.hazeappsection {
    min-height: 258px;
    background-position: 50% 49%;
    background-size: 120%;
  }
  .section.app-section.awayappsection {
    min-height: 258px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .section-subheading.center.app-subheading.sunnysubheading {
    bottom: 20px;
  }
  .section-subheading.center.app-subheading.windyappsubheading {
    bottom: 20px;
  }
  .section-subheading.center.app-subheading.thunderspaceappsubheading {
    bottom: 20px;
  }
  .form-field.text-area {
    display: block;
  }
  .spc {
    margin-bottom: 30px;
  }
  .hero-container {
    height: 154px;
  }
  .applink1 {
    display: block;
    height: 258px;
  }
  .applink1.tsapplink {
    height: 258px;
  }
  .uncratelogo {
    margin-top: 0px;
  }
  .macrumorslogo {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .cultofmaclogo {
    margin-top: 17px;
  }
  .appadvicelogo {
    margin-top: 0px;
  }
  .engadgetlogo {
    margin-bottom: 30px;
  }
  .tnwlogo {
    margin-bottom: 30px;
  }
  .techcrunchlogo {
    margin-bottom: 30px;
  }
  .nameinput {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .emailinput {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .newslettersubmit {
    display: block;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    float: none;
  }
  .newslettersignup {
    width: auto;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .section.app-section {
    background-position: 0px 0px;
  }
  .section.app-section.rainlayer-app-section {
    background-position: 10% 50%;
    background-attachment: scroll;
    background-size: cover;
  }
  .section.app-section.tsappsection {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .section.app-section.hazeappsection {
    background-position: 50% 50%;
    background-size: cover;
  }
  .section.app-section.awayappsection.rainyappsection {
    background-position: -128px 0px;
  }
  .section.windy2section {
    display: none;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center.section-info {
    font-size: 27px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 1px;
  }
  .section-subheading.center.app-subheading.sunnysubheading {
    bottom: 20px;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .section-subheading.center.app-subheading.windyappsubheading {
    bottom: 20px;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .section-subheading.center.app-subheading.windyappsubheading.apptexttransparent {
    letter-spacing: 1px;
  }
  .section-subheading.center.app-subheading.thunderspaceappsubheading {
    bottom: 20px;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  .info-icon {
    display: block;
  }
  .footer-link.with-icon {
    display: block;
    border: 0px solid transparent;
  }
  .footer-link-wrapper {
    display: block;
  }
  .hero-container {
    height: 61px;
  }
  .applink1 {
    display: block;
  }
  .fastcompanylogo {
    margin-top: 16px;
  }
  .uncratelogo {
    margin-top: 0px;
  }
  .macrumorslogo {
    margin-top: 0px;
  }
  .cultofmaclogo {
    margin-top: 36px;
  }
  .newslettersignupform {
    margin-bottom: 0px;
  }
}

