/* thimble-style.css */
/* thimble site overrides */
/* line 5, thimble-style.css.scss */
.nav-thimble-logo {
  /*@include filter( drop-shadow( -0px 5px 6px #8c8c8c ) );*/
  -webkit-filter: drop-shadow(-1px 1px 1px #666);
  -moz-filter: drop-shadow(-1px 1px 1px #666);
  filter: drop-shadow(-1px 1px 1px #666);
  max-height: 30px;
  padding-right: 0px;
  vertical-align: middle;
  display: inline; }

/* line 17, thimble-style.css.scss */
.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* line 22, thimble-style.css.scss */
video::-webkit-media-controls-start-playback-button {
  display: none !important; }

/* line 26, thimble-style.css.scss */
li {
  list-style-type: disc; }

/*_index-hero.scss*/
/* Hero
-------------------------------------------------------*/
/* line 7, _index-hero.scss */
.hero-wrap {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 21, _index-hero.scss */
.hero-holder {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

/* line 28, _index-hero.scss */
.hero-bgvideo {
  height: 500px;
  width: 100%; }

/* line 33, _index-hero.scss */
.hero-play-button {
  z-index: 100;
  position: relative;
  vertical-align: middle;
  padding-top: 175px;
  height: 75%;
  width: 100%;
  text-align: center;
  visibility: hidden; }

/* line 43, _index-hero.scss */
#hero-play-button-icon {
  height: 150px;
  cursor: pointer; }

/* line 48, _index-hero.scss */
.hero-message {
  display: table-row;
  vertical-align: bottom;
  padding-bottom: 5%;
  height: 25%;
  width: 100%;
  text-align: center; }

/* line 57, _index-hero.scss */
.hero-message h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 8px #666; }

/* line 65, _index-hero.scss */
.hero-message.text-typed h1 {
  font-size: 70px; }

/* line 69, _index-hero.scss */
.hero-message.text-rotator h1 {
  font-size: 120px; }

/* line 73, _index-hero.scss */
.hero-typed {
  display: inline; }

/* line 76, _index-hero.scss */
.hero-typed::before {
  content: ""; }

/* line 80, _index-hero.scss */
.buttons-holder > a {
  margin: 5px; }

/* line 84, _index-hero.scss */
.hero-subtitle {
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  max-width: 800px;
  margin: 24px auto 0;
  font-family: "Raleway", sans-serif; }

@media (max-width: 1199px) {
  /* hero */
  /* line 98, _index-hero.scss */
  .hero-message h1 {
    font-size: 60px; }

  /* line 102, _index-hero.scss */
  .hero-message.text-rotator h1 {
    font-size: 80px; }

  /* line 106, _index-hero.scss */
  .hero-bgvideo {
    height: 500px; } }
@media (max-width: 991px) {
  /* mobile-style navbar */
  /* line 113, _index-hero.scss */
  .hero-wrap {
    /* offset hero to so navbar doesn't overlay video */
    margin-top: 60px; }

  /* line 117, _index-hero.scss */
  .hero-bgvideo {
    height: 400px; }

  /* line 121, _index-hero.scss */
  .hero-play-button {
    z-index: 100;
    position: relative;
    vertical-align: middle;
    padding-top: 125px;
    height: 75%;
    width: 100%;
    text-align: center; }

  /* line 130, _index-hero.scss */
  .hero-play-button-icon {
    height: 150px; }

  /* line 134, _index-hero.scss */
  .hero-message {
    display: table-row;
    vertical-align: bottom;
    padding-bottom: 5%;
    height: 25%;
    width: 100%;
    text-align: center; }

  /* line 143, _index-hero.scss */
  .hero-message h1 {
    font-size: 50px; }

  /* line 147, _index-hero.scss */
  .hero-message.text-rotator h1 {
    font-size: 60px; } }
@media (max-width: 800px) {
  /*normally 767, but larger 'use my mac' title copy necessitated this */
  /* line 155, _index-hero.scss */
  .hero-bgvideo {
    height: 350px; }

  /* line 159, _index-hero.scss */
  .hero-play-button {
    z-index: 100;
    position: relative;
    vertical-align: middle;
    padding-top: 100px;
    height: 75%;
    width: 100%;
    text-align: center; }

  /* line 168, _index-hero.scss */
  .hero-play-button-icon {
    height: 150px; }

  /* line 172, _index-hero.scss */
  .hero-message {
    display: table-row;
    vertical-align: bottom;
    padding-bottom: 5%;
    height: 25%;
    width: 100%;
    text-align: center; }

  /* line 181, _index-hero.scss */
  .hero-message h1 {
    font-size: 40px; }

  /* line 185, _index-hero.scss */
  .hero-message.text-rotator h1 {
    font-size: 40px; } }
@media (max-width: 640px) {
  /* multiline hero text - see html */
  /* line 194, _index-hero.scss */
  .hero-message h1 {
    font-size: 30px; }

  /* line 198, _index-hero.scss */
  .hero-message.text-rotator h1 {
    font-size: 30px; }

  /* line 202, _index-hero.scss */
  .hero-typed {
    display: block; }

  /* line 205, _index-hero.scss */
  .hero-typed::before {
    content: "\200B";
    /* unicode for zero width space (&#8203;), needed to ensure linespace doesn't get removed during typed.js backspacing. */ }

  /* line 209, _index-hero.scss */
  .hero-bgvideo {
    height: 300px; }

  /* line 214, _index-hero.scss */
  .hero-play-button {
    z-index: 100;
    position: relative;
    vertical-align: middle;
    padding-top: 53px;
    height: 60%;
    width: 100%;
    text-align: center; }

  /* line 223, _index-hero.scss */
  .hero-play-button-icon {
    height: 125px; }

  /* line 227, _index-hero.scss */
  .hero-message {
    display: table-row;
    vertical-align: bottom;
    padding-bottom: 5%;
    height: 40%;
    width: 100%;
    text-align: center; } }
/* responsive-intro.css*/
/* responsively adjust the intro size based on aspect ratio */
/* Intro
-------------------------------------------------------*/
/* line 7, _index-intro.scss */
.intro {
  position: relative;
  background: #FFFDF7; }

/* line 12, _index-intro.scss */
.intro-container {
  /* normal */
  position: relative;
  top: 50%;
  margin: 90px 0px;
  width: 100%; }

/* line 19, _index-intro.scss */
.intro-heading {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: center; }

/* line 26, _index-intro.scss */
.intro-heading-linebr {
  display: inline; }

/* line 30, _index-intro.scss */
p.intro-text {
  font-size: 17px;
  line-height: 22px;
  text-align: center; }

/* line 36, _index-intro.scss */
input[type="email"].signup-email-input {
  height: 48px;
  vertical-align: middle; }

/* line 41, _index-intro.scss */
.signup-email-button {
  width: 100%;
  min-width: 155px;
  padding: 5px 5px;
  vertical-align: middle;
  min-height: 46px;
  /*-webkit-transition: none; transition: none; border-width: 2px; margin: 0px;  letter-spacing: 1px; font-size: 12px; vertical-align:middle;*/ }

@media (max-width: 1199px) {
  /* line 53, _index-intro.scss */
  .intro-heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px; }

  /* line 59, _index-intro.scss */
  p.intro-text {
    font-size: 17px; } }
@media (max-width: 767px) {
  /* mobile layout */
  /* line 68, _index-intro.scss */
  .intro-container {
    margin: 60px 0px; } }
@media (max-width: 640px) {
  /* mobile, multiline copy */
  /* line 75, _index-intro.scss */
  .intro-container {
    margin: 30px 0px; }

  /* line 79, _index-intro.scss */
  .intro-heading-linebr {
    display: block; } }
@media (max-width: 480px) {
  /* line 87, _index-intro.scss */
  .intro-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px; } }
/* How it works
-------------------------------------------------------*/
/* line 5, _index-how-it-works.scss */
#how-it-works {
  padding: 60px 0px 0px 0px;
  background: #31659C;
  color: #FFF; }

/* make background slightly different for safari */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 14, _index-how-it-works.scss */
  #how-it-works {
    background: #4173A4; } }
/* line 19, _index-how-it-works.scss */
.how-it-works-heading {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
  color: #FFF;
  text-align: center; }

/* line 27, _index-how-it-works.scss */
.how-it-works-vid-container {
  position: relative; }

/* line 31, _index-how-it-works.scss */
.how-it-works-vid {
  position: relative;
  top: 50%;
  height: 350px; }

/* line 37, _index-how-it-works.scss */
.how-it-works-text-container {
  position: relative;
  margin-left: 25px; }

/* line 42, _index-how-it-works.scss */
.how-it-works-text {
  position: relative;
  top: 50%;
  height: 350px;
  text-align: left;
  margin-top: 10%;
  font-size: 17px;
  line-height: 22px; }

/* line 54, _index-how-it-works.scss */
.how-it-works-text-linebr {
  display: block; }

/*how-it-works-vid-ele {
  max-width: 420px !important;
  //width: 100%    !important;
  height: auto   !important;
}
*/
@media (max-width: 991px) {
  /* mobile navbar */
  /* line 66, _index-how-it-works.scss */
  .how-it-works-vid {
    height: 250px; }

  /* line 69, _index-how-it-works.scss */
  .how-it-works-text {
    margin-top: 10%;
    height: 250px; }

  /* line 74, _index-how-it-works.scss */
  .how-it-works-text-linebr {
    display: inline; } }
@media (max-width: 767px) {
  /* mobile layout */
  /* line 80, _index-how-it-works.scss */
  #how-it-works {
    padding: 40px 0px 0px 0px; }

  /* line 83, _index-how-it-works.scss */
  .how-it-works-text {
    margin-top: 5%;
    top: 100%;
    height: 250px;
    text-align: center; }

  /* line 90, _index-how-it-works.scss */
  .how-it-works-text-linebr {
    display: block; }

  /* line 94, _index-how-it-works.scss */
  .how-it-works-text-container {
    margin-left: 0px; } }
@media (max-width: 700px) {
  /* linebr */ }
@media (max-width: 640px) {
  /* mobile, multiline copy */ }
/* line 2, _index-supported-apps-and-philosophy.scss */
#supported-apps-and-philosophy {
  padding: 0px 0px;
  color: #FFF; }

/* line 7, _index-supported-apps-and-philosophy.scss */
.supported-apps-and-philosophy-heading {
  font-size: 25px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #FFF; }

/* line 15, _index-supported-apps-and-philosophy.scss */
.supported-apps-text {
  font-size: 17px;
  line-height: 22px;
  text-align: center; }

/* line 22, _index-supported-apps-and-philosophy.scss */
.philosophy-text {
  font-size: 17px;
  line-height: 22px;
  text-align: left; }

/* line 29, _index-supported-apps-and-philosophy.scss */
.supported-apps-coming-soon-text {
  color: rgba(255, 255, 255, 0.85); }

/* line 34, _index-supported-apps-and-philosophy.scss */
.supported-apps-planning-text {
  color: rgba(255, 255, 255, 0.7); }

/* line 39, _index-supported-apps-and-philosophy.scss */
.supported-apps-container {
  background: #2e5f93;
  padding: 60px 0px;
  text-align: center; }

/* line 46, _index-supported-apps-and-philosophy.scss */
.supported-apps-subcontainer {
  margin: 0px 45px 0px 45px; }

/* line 51, _index-supported-apps-and-philosophy.scss */
.philosophy-container {
  padding: 60px 0px;
  height: 100%;
  text-align: center;
  background: #2e5f93; }

/* line 59, _index-supported-apps-and-philosophy.scss */
.philosophy-subcontainer {
  margin: 0px 45px 0px 45px; }

@media (max-width: 767px) {
  /* mobile layout */
  /* line 67, _index-supported-apps-and-philosophy.scss */
  .philosophy-container {
    background: #295684; } }
