/* ==== Google font ==== */

@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic);

/* ==== General ==== */

body, html {
  height: 100vh;
  font-family: 'Helvetica Neue','helvetica neue',helvetica,arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica Neue','helvetica neue',helvetica,arial,sans-serif;
  font-weight: 100;
}
.starfish-bg {
  background-image: url(https://cdn1.gttwl.net/attachments/thetravelagentapp.gttwl2.com/ltmq6z/1395066090_original.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom right;
  background-size: 23%;
}
.wrap-content {
  padding: 3rem 0;
}
.hero-orbit {
  height: 100vh !important;
  max-height: 100% !important;
}
.hero-orbit > li {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: top center;
  background-size: cover;
  height: 100%;
}
.hero-orbit > li .transparent {
  display: block;
  width: 100%;
  min-height: 100%;
}
.orbit-content {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding-top: 7rem;
  color: #fff;
  top: 0;
  /*text-shadow: 1px 1px 0 rgba(0,0,0,.2);*/
}
.orbit-content p {
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 200;
  letter-spacing: .035rem;
}

.top-intro {padding-bottom: 2.5rem;}

.top-intro p {
  color: rgba(255,255,255,.56);
  font-size: .98rem;
  margin-bottom: 2rem;
  letter-spacing: .032rem;
}
.top-intro h1 {
  margin: 0;
  line-height: 1.1;
  font-size: 4rem;
  font-weight: 100;
  color: #fff;
}
.top-intro p:last-child {margin: 0;}

.bottom-intro form {
  background-color: rgba(255,255,255,.85);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .3rem;
  margin-bottom: 2rem;
}
.bottom-intro form input, .bottom-intro form input:focus {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  background: transparent;
}
.bottom-intro form .button {
  color: rgba(17,90,129,0.5);
  font-size: 1.65rem;
  line-height: 1.65rem;
  padding: 0;
  margin: 0;
  background: transparent;
}
.bottom-intro form .button:hover {
  color: rgba(17,90,129,0.9);
}
.signature-intro p {
  color: rgba(255,255,255,.56);
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.ps-intro p {
  color: rgba(255,255,255,.86);
  font-size: 1.30rem;
}
.ps-intro p strong {
  color: #fff;
}
.top-navigation {
  display: inline-block;
  width: 100%;
  position: absolute;
  z-index: 999;
}
.wrap-content .top-navigation {
  margin-top: -3rem;
}
.hero-home .top-navigation {
  top: 1rem;
}
.top-navigation .brand {
  float: left;
  padding-left: 2rem;
}
.hero-home .top-navigation .brand img {
  margin-top: -1rem;
}
.top-navigation .sub-nav {
  margin: 0 2rem 0 0;
  padding: 0;
  font-size: 1.55rem;
  font-weight: 100;
  letter-spacing: .035rem;
}
.top-navigation .sub-nav > a, .top-navigation .lyteShared {
  display: inline-block;
  vertical-align: middle;
}
.top-navigation .lyteShared {
  padding-left: 1rem;
}
.top-navigation .sub-nav > a, .lyteShared a {
  margin: 0 .4rem;
  color: #fff;
  filter: alpha(opacity=50);
	opacity: 0.5;
}
.top-navigation .sub-nav > a:hover, .lyteShared a:hover {
  filter: alpha(opacity=90);
	opacity: 0.9;
}

/*******************************
          Thanks
*******************************/

.thank-you .page-header {
  padding: 2rem 0;
}
.thank-you .page-header h1 {
  font-size: 3.5rem;
  letter-spacing: .023rem;
}
.thank-you .page-header h2 {
  font-weight: 200;
  font-size: 1.9rem;
}
.thank-you .page-content p {
  font-size: 1.3rem;
}
.step {
  background-color: #333; 
  color: #fff; 
  padding: .35rem .9rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; 
  margin: 0 .5rem; 
  font-size: 1.75rem;
}

.thank-you .page-bottom {
  background-color: rgba(19,90,127,.85);
  margin-top: 3rem;
  color: #fff;
  padding: .5rem;
  font-size: .88rem;
  font-weight:200;
  letter-spacing: .023rem;
}
.thank-you .page-bottom span {
  margin-right: 1rem;
}
.thank-you .page-bottom span, .thank-you .lyteShared {
  display: inline-block;
  vertical-align: middle;
}


/*******************************
          Responsive
*******************************/

/* Medium screens */
@media only screen and (max-width: 40.063em) {
  body, html {
    height: auto;
  }
  .hero-orbit, .orbit-container {
    height: 300px;
    overflow: visible;
  }
  .orbit-content {
    padding: 120px 1rem 1rem;
    color: #333;
    text-align: center;
  }
  .orbit-content h1 {
    font-size: 2.8rem;
  }
  .top-intro {
    height: 200px;
  }
  .top-intro p {
    color: #fff;
  }
  .bottom-intro p {
    font-size: 1.34rem;
    font-weight: 300;
  }
  .bottom-intro form {
    border: 1px solid #bfbfbf;
  }
  .bottom-intro form .button {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-right: .4rem;
  }
  .signature-intro p, .ps-intro p strong, .ps-intro p {
    color: #333;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 54em) {
  .orbit-content {
    top: 7rem;
  }
  .top-intro p {
    font-size: 1.13rem;
  }
  .top-intro h1 {
    font-size: 3.35rem;
  }
  .bottom-intro p {
    font-size: 1.35rem;
  }
  .signature-intro p {
    font-size: .89rem;
  }
}
@media only screen and (min-width: 54.063em) and (max-width: 64em) {
  .cell-app img {
    width: 84%;
  }
}
/* Large screens */
@media only screen and (min-width: 64.063em) { 
  .cell-app img {
    width: 60%;
  }
}