@import "libs/bootstrap.min.css";
/*
 * BRIDGE STYLES
 * Main styles for bridge.ai
 */
/*
	
	TO DO:
		- MQ items:
			- form fixes for minwidth
			- h1 size and image overlap
		- Image attachments/assets
		√	- header phone baked in?
		√	- pears/phone
		√	- features screenshot
		- vignetting on hero image
		- Scrollspy and fixed nav, opacity
		- Parallax: http://www.minimit.com/articles/lets-animate/parallax-backgrounds-with-centered-content
		- Footer content re: image use
		- Ingredients image foreground png hack for scale
		- Carousel for features of there's time


*/
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* Imports items from http://lesselements.com */
/* Imports mixins for retina background images from http://retinajs.com */
/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
* {
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
/*html,
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden; 
}*/
body {
  position: relative;
}
a {
  display: inline-block;
  margin: -4px -5px -3px -5px;
  padding: 4px  5px  3px  5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #808080;
}
a:hover {
  color: white;
  text-decoration: none;
  /* From http://dan.cx/blog/2012/05/rgba-in-ie */

  background-color: #ea861e;
  /* Fallback for older browsers */

  background-color: rgba(234, 136, 31, 0.9);
  /* IE hacks*/

  zoom: 1;
  /* hasLayout */

  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ea881f, endColorstr=#e6ea881f)";
  /* IE 8+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ea881f, endColorstr=#e6ea881f);
  /* IE 6 & 7 */

}
a:active {
  /* From http://dan.cx/blog/2012/05/rgba-in-ie */

  background-color: #000000;
  /* Fallback for older browsers */

  background-color: rgba(0, 0, 0, 0.4);
  /* IE hacks*/

  zoom: 1;
  /* hasLayout */

  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
  /* IE 8+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  /* IE 6 & 7 */

}
h1,
.overview h1 {
  font-size: 40px;
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
p {
  line-height: 170%;
  font-size: 18px;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  h1 {
    font-size: 31px;
  }
  p {
    font-size: 17px;
  }
}
.nav-pills {
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.nav-pills li a {
  background-color: transparent;
  padding: 0px;
  margin-left: 20px;
  color: white;
  border-bottom: 1px solid transparent;
}
.nav-pills li a:hover {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #EA861E;
}
.nav-pills li.active a {
  background-color: transparent !important;
  border-radius: 0;
  border-bottom: 1px solid #EA861E;
  font-family: "canada-type-gibson-n4", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bridgeblock {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bridgeblock.overview {
  background-color: #765743;
  background: url(../img/bridgehero.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../img/bridgehero.jpg');
  min-height: 800px;
  color: white;
  font-size: 19px;
  margin-bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .bridgeblock.overview {
    background-image: url("../img/bridgehero@2x.jpg");
    background-size: vw auto;
  }
}
.bridgeblock.overview .header {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 65px;
}
.bridgeblock.overview h3 {
  margin: 0;
  padding: 3px 0 3px 0;
  font-size: 20px;
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: white;
}
.bridgeblock.overview h3 strong {
  font-family: "canada-type-gibson-n6", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ea861e;
}
.bridgeblock.overview h1 {
  line-height: 110%;
  margin: 200px 0 40px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bridgeblock.overview p {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  .bridgeblock.overview h1 {
    font-size: 31px;
  }
  .bridgeblock.overview p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .bridgeblock.overview .header {
    padding-top: 20px;
  }
  .bridgeblock.overview h1 {
    margin-top: 400px;
    padding: 0px 40px;
  }
  .bridgeblock.overview p {
    padding: 20px 200px 20px 40px;
    margin: -40px 0 0 0;
  }
}
@media (max-width: 667px) {
  .bridgeblock.overview {
    margin-top: -200px;
  }
  .bridgeblock.overview nav,
  .bridgeblock.overview h3 {
    margin-top: 180px;
  }
  .bridgeblock.overview .nav-pills {
    font-size: 15px;
  }
  .bridgeblock.overview h3 {
    padding: 0;
    margin-top: -2px;
    font-size: 16px;
  }
  .bridgeblock.overview h1 {
    padding: 40px 20px 0 20px;
    margin: 300px 0 40px 0;
    /* From http://dan.cx/blog/2012/05/rgba-in-ie */
  
    background-color: #000000;
    /* Fallback for older browsers */
  
    background-color: rgba(0, 0, 0, 0.2);
    /* IE hacks*/
  
    zoom: 1;
    /* hasLayout */
  
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
    /* IE 8+ */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    /* IE 6 & 7 */
  
  }
  .bridgeblock.overview p {
    padding: 20px;
    /* From http://dan.cx/blog/2012/05/rgba-in-ie */
  
    background-color: #000000;
    /* Fallback for older browsers */
  
    background-color: rgba(0, 0, 0, 0.1);
    /* IE hacks*/
  
    zoom: 1;
    /* hasLayout */
  
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000)";
    /* IE 8+ */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a000000, endColorstr=#1a000000);
    /* IE 6 & 7 */
  
  }
}
.bridgeblock.betasignup {
  background-color: #b1bb2f;
  color: white;
}
.bridgeblock.betasignup .label {
  text-align: right;
}
.bridgeblock.betasignup .label p {
  line-height: 100%;
}
.bridgeblock.betasignup .form {
  padding-top: 30px;
}
.bridgeblock.betasignup form {
  margin: 30px auto 0 auto;
  padding: 0;
}
.bridgeblock.betasignup form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.bridgeblock.betasignup form :-moz-placeholder {
  /* Firefox 18- */

  color: rgba(255, 255, 255, 0.5);
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.bridgeblock.betasignup form ::-moz-placeholder {
  /* Firefox 19+ */

  color: rgba(255, 255, 255, 0.5);
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.bridgeblock.betasignup form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
.bridgeblock.betasignup form fieldset {
  margin: 0;
  padding: 0;
}
.bridgeblock.betasignup form input {
  font-size: 35px;
  width: 75%;
  margin: 0;
  border: none;
  padding: 0;
  outline: none;
  background-color: transparent;
  color: white;
}
.bridgeblock.betasignup form button,
.bridgeblock.betasignup form #mc-embedded-subscribe {
  background: transparent;
  text-shadow: none;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "canada-type-gibson-n4", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 78px;
  width: 78px;
  margin-top: -5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bridgeblock.betasignup form button.inactive,
.bridgeblock.betasignup form #mc-embedded-subscribe.inactive {
  opacity: 0.9;
}
.bridgeblock.betasignup form button:hover,
.bridgeblock.betasignup form #mc-embedded-subscribe:hover {
  background-color: white;
  color: #b1bb2f;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  border: 1px solid transparent;
  outline: none;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bridgeblock.betasignup form button:active,
.bridgeblock.betasignup form #mc-embedded-subscribe:active {
  outline: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .bridgeblock.betasignup form input {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .bridgeblock.betasignup .form {
    padding-top: 18px;
  }
  .bridgeblock.betasignup form button {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .bridgeblock.betasignup h1,
  .bridgeblock.betasignup .label,
  .bridgeblock.betasignup form {
    text-align: center;
  }
  .bridgeblock.betasignup form {
    margin: 0;
    padding: 0px 50px;
  }
  .bridgeblock.betasignup #message {
    text-align: center;
  }
}
@media (max-width: 667px) {
  .bridgeblock.betasignup form {
    padding: 0px 20px;
  }
  .bridgeblock.betasignup form input {
    font-size: 23px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
}
.bridgeblock.whatwhen {
  position: relative;
  background-color: white;
  color: #808080;
  padding: 130px 0 100px 0;
  background: url(../img/pear-single.jpg) no-repeat 77vw 0px, url(../img/pears-bunch.jpg) no-repeat -5vw bottom;
}
.bridgeblock.whatwhen h1 {
  margin-bottom: 80px;
}
.bridgeblock.whatwhen .floating {
  position: absolute;
}
.bridgeblock.whatwhen .phone {
  width: 302px;
  height: 412px;
  background: url(../img/schedule21.png) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../img/schedule21.png');
  margin: -150px 0px 0px 250px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .bridgeblock.whatwhen .phone {
    background-image: url("../img/schedule21@2x.png");
    background-size: 302px 412px;
  }
}
@media (max-width: 1200px) {
  .bridgeblock.whatwhen {
    background: url(../img/pear-single.jpg) no-repeat 77vw 0px, url(../img/pears-bunch.jpg) no-repeat -20vw bottom;
  }
  .bridgeblock.whatwhen .phone {
    margin-left: 150px;
  }
}
@media (max-width: 992px) {
  .bridgeblock.whatwhen .phone {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .bridgeblock.whatwhen {
    background: url(../img/pear-single.jpg) no-repeat 77vw 0px, url(../img/pears-bunch.jpg) no-repeat -80vw bottom;
  }
  .bridgeblock.whatwhen h1 {
    margin: 80px 0px 120px 350px;
  }
  .bridgeblock.whatwhen p {
    padding: 0 80px;
  }
}
@media (max-width: 667px) {
  .bridgeblock.whatwhen {
    background: url(../img/pear-single.jpg) no-repeat 77vw 0px;
    padding: 130px 0 40px 0;
  }
  .bridgeblock.whatwhen .phone {
    margin: -160px 0 0 -130px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .bridgeblock.whatwhen h1 {
    margin: 60px 0px 140px 180px;
  }
  .bridgeblock.whatwhen p {
    padding: 0 20px;
  }
}
.bridgeblock.nolaptop {
  background-color: #14171A;
  background: url(../img/foodonthetable.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  padding: 220px 0 120px 0;
}
.bridgeblock.nolaptop h1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bridgeblock.nolaptop h1 {
    padding: 0 80px 0 45vw;
  }
  .bridgeblock.nolaptop p {
    padding: 0 80px 0 45vw;
  }
}
@media (max-width: 667px) {
  .bridgeblock.nolaptop {
    padding: 380px 0 40px 0;
  }
  .bridgeblock.nolaptop h1 {
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
  }
  .bridgeblock.nolaptop p {
    padding: 0 20px 0 20px;
  }
}
.bridgeblock.features {
  background-color: white;
  color: #808080;
  padding: 60px 0 50px 0;
}
.bridgeblock.features h1 {
  text-align: center;
  opacity: 0.5;
  margin-bottom: 60px;
}
.bridgeblock.features .bullet {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 150px 0 0 0;
}
.bridgeblock.features .bullet span {
  font-family: "canada-type-gibson-n4", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e9ee5;
}
.bridgeblock.features .row {
  height: 800px;
  background: url(../img/screenshot@2x.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1200px) {
  .bridgeblock.features .bullet {
    margin: 80px 0 0 0;
  }
  .bridgeblock.features .row {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .bridgeblock.features .bullet {
    margin: 10px 0 0 0;
    font-size: 16px;
  }
  .bridgeblock.features .row {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bridgeblock.features {
    padding-bottom: 550px;
  }
  .bridgeblock.features .bullet {
    padding: 0 60px;
    margin-bottom: 40px;
  }
  .bridgeblock.features .row {
    padding-top: 500px;
  }
}
@media (max-width: 667px) {
  .bridgeblock.features {
    padding-bottom: 700px;
  }
  .bridgeblock.features .bullet {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .bridgeblock.features .row {
    padding-top: 500px;
  }
}
.bridgeblock.control {
  /*
	background: #E6E7E7;// Old Browsers
	background: -moz-linear-gradient(left, rgba(205,213,213,1) 0%, rgba(213,217,218,1) 41%, rgba(199,205,204,1) 100%) // FF3.6+
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(205,213,213,1)), color-stop(41%, rgba(213,217,218,1)), color-stop(100%, rgba(199,205,204,1)));// Chrome, Safari4+
	background: -webkit-linear-gradient(left, rgba(205,213,213,1) 0%, rgba(213,217,218,1) 41%, rgba(199,205,204,1) 100%); // Chrome10+,Safari5.1+
	background: -o-linear-gradient(left, rgba(205,213,213,1) 0%, rgba(213,217,218,1) 41%, rgba(199,205,204,1) 100%); // Opera 11.10+
	background: -ms-linear-gradient(left, rgba(205,213,213,1) 0%, rgba(213,217,218,1) 41%, rgba(199,205,204,1) 100%); // IE 10+
	background: linear-gradient(to right, rgba(205,213,213,1) 0%, rgba(213,217,218,1) 41%, rgba(199,205,204,1) 100%);// W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd5d5', endColorstr='#c7cdcc', GradientType=1 );// IE6-9
	*/
  background: url(../img/ingredients.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url('../img/ingredients.jpg');
  color: #808080;
  padding: 120px 0 80px 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .bridgeblock.control {
    background-image: url("../img/ingredients@2x.jpg");
    background-size: vw auto;
  }
}
.bridgeblock.control h1 {
  margin-bottom: 560px;
}
@media (max-width: 767px) {
  .bridgeblock.control {
    padding: 50px 0px 0px 0px;
  }
  .bridgeblock.control .row {
    /* From http://dan.cx/blog/2012/05/rgba-in-ie */
  
    background-color: #000000;
    /* Fallback for older browsers */
  
    background-color: rgba(0, 0, 0, 0.4);
    /* IE hacks*/
  
    zoom: 1;
    /* hasLayout */
  
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
    /* IE 8+ */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    /* IE 6 & 7 */
  
    padding: 60px;
  }
  .bridgeblock.control h1 {
    padding: 0 60px;
    margin-bottom: 400px;
  }
  .bridgeblock.control p {
    color: white;
  }
}
@media (max-width: 667px) {
  .bridgeblock.control {
    padding: 40px 0px 0px 0px;
  }
  .bridgeblock.control .row {
    /* From http://dan.cx/blog/2012/05/rgba-in-ie */
  
    background-color: #000000;
    /* Fallback for older browsers */
  
    background-color: rgba(0, 0, 0, 0.4);
    /* IE hacks*/
  
    zoom: 1;
    /* hasLayout */
  
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
    /* IE 8+ */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    /* IE 6 & 7 */
  
    padding: 40px 20px 20px 20px;
  }
  .bridgeblock.control h1 {
    padding: 0 20px;
    margin-bottom: 400px;
  }
}
.bridgeblock.comingsoon {
  background-color: #B1BB2F;
  color: white;
  padding: 60px 0 50px 0;
}
.bridgeblock.comingsoon p {
  margin-top: 15px;
}
.bridgeblock.comingsoon a {
  color: white;
  font-family: "canada-type-gibson-n4", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .bridgeblock.comingsoon h1,
  .bridgeblock.comingsoon p {
    padding: 0 60px;
  }
}
@media (max-width: 667px) {
  .bridgeblock.comingsoon h1,
  .bridgeblock.comingsoon p {
    padding: 0 20px;
  }
}
#contact {
  padding: 0;
}
footer {
  padding: 80px 0 100px 0;
}
footer strong {
  font-family: "canada-type-gibson-n4", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer h1 {
  margin: 0 0 20px 0;
  font-size: 30px;
  opacity: 0.5;
}
footer h1 small {
  display: block;
  opacity: 1;
  font-family: "canada-type-gibson-n3", "canada-type-gibson", "Gibson", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
}
footer div.contact a {
  font-size: 20px;
}
footer div.copyright {
  color: #808080;
  text-align: right;
}
footer div.copyright p {
  font-size: 13px;
}
@media (max-width: 767px) {
  footer {
    padding: 80px 60px;
  }
  footer address {
    margin-top: 100px;
  }
}
@media (max-width: 667px) {
  footer {
    padding: 80px 20px;
  }
  footer address {
    margin-top: 100px;
  }
}
body.demo .bridgeblock {
  background-color: transparent;
  background-image: none;
  color: #333;
}
body.demo .bridgeblock h3,
body.demo .bridgeblock ul.nav a {
  color: #999;
}
body.demo #main {
  margin-top: 50px;
}
body.demo #main div.video,
body.demo #main video {
  background-color: #fff !important;
}
body.demo #main div.signup {
  padding-top: 100px;
}
body.demo #main div.signup img {
  width: 48px;
  height: 48px;
}
body.demo #main h2 {
  font-weight: 100;
  color: #aaa;
  margin-bottom: 50px;
}
body.demo #main div.testflight img.icon {
  width: 48px;
  height: 48px;
}
body.demo #main div.testflight form h2 {
  font-size: 35px;
}
body.demo #main div.testflight form div.p {
  line-height: 110%;
  color: #666;
  font-size: 140%;
  margin-bottom: 20px;
}
body.demo #main div.testflight form div.p.caption {
  color: #999;
  font-size: 120%;
}
