@charset "UTF-8";
/*Gigmor Variables*/
/*Gigmor Helper Classes*/
.fleft, .content-main__container {
  float: left; }

.fright {
  float: right; }

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

.valign-middle {
  vertical-align: middle; }

.hide {
  display: none !important; }

.blue {
  color: #299BCF; }

.orange {
  color: #ff5a0f; }

.clickable {
  cursor: hand;
  cursor: pointer; }

.bump-top {
  margin-top: 10px; }

.clearfix, .processing-container .loading-list, .breadcrumbs .breadcrumb-list, .options-container .mod-box {
  width: 100%; }

.clearfix:after, .processing-container .loading-list:after, .breadcrumbs .breadcrumb-list:after, .options-container .mod-box:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.uppercase {
  text-transform: uppercase; }

.kill-margin {
  margin: 0; }

.kill-padding {
  padding: 0; }

.clear {
  clear: both; }

/*Gigmor Mixins*/
/****************************************************
    CSS / SASS / UTILS
****************************************************/
.login-block, .signup-block, .video-block {
  max-width: 35rem;
  margin: 0 auto;
  padding: 1rem;
  min-height: 1px;
  position: relative;
  color: #666;
  min-height: 45rem;
  text-align: center;
  background: #fff;
  padding-top: 1.5rem;
  font-family: "myriad-pro", Arial, sans-serif; }

.login-block__header, .content-main__header, .signup-block__header, .video-block__header {
  font-size: 2.8rem;
  font-weight: 300;
  color: #666;
  letter-spacing: 1px;
  text-align: center;
  margin: 1.2rem 0 2rem 0; }

.login-block__btn, .signup-block__btn {
  cursor: pointer; }

.content-main__block:after, .bg-slider:after, .hero-unit-search .hero-content:after, .main-content-block-container.partial:after, .explore-section .location-container:after, .signup-block__social:after {
  content: "";
  display: table;
  clear: both; }

.content-main__block {
  width: 100%;
  float: left;
  min-height: 1px; }

.login-form__input, .signup-form__input {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 1.7rem;
  padding: .6rem 1rem;
  display: block;
  color: #666; }

.login-form__input--label {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 3px 4px -2px 2px;
  padding: 0.6rem;
  position: relative;
  width: auto; }

.login-form__input--checkbox:checked + label:before {
  color: #666;
  content: "✓";
  font-size: 1.6rem;
  left: .2rem;
  position: absolute;
  top: -0.6rem; }

.login-form__submit, .signup-form__submit {
  background: #299BCF;
  bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  height: 7.5rem;
  left: 0;
  outline: none;
  border: none;
  position: absolute;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }
  .login-form__submit:after, .signup-form__submit:after {
    content: url("/public/images/landing/icons/caret-right.png");
    display: inline-block;
    margin-left: 1rem; }

.login-form label.error, .signup-form label.error {
  color: #f00;
  font-size: 1.4rem;
  max-width: 77%;
  display: block;
  text-align: left;
  margin: 0 auto; }
  .login-form label.error:last-of-type, .signup-form label.error:last-of-type {
    margin-bottom: -1rem; }
  @media only screen and (min-width: 480px) {
    .login-form label.error, .signup-form label.error {
      max-width: 68%; } }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1200px; }
  .content-main__block {
    width: 33.33333%; } }

/****************************************************
    CSS / SASS / BASE
****************************************************/
* {
  box-sizing: border-box; }

html, body {
  font-size: 9px;
  min-width: 330px; }
  @media only screen and (min-width: 480px) {
    html, body {
      font-size: 10px; } }
  @media (orientation: landscape) and (max-width: 570px) {
    html, body {
      font-size: 9px; } }

img {
  max-width: 100%; }

/****************************************************
    CSS / SASS / PAGES / LANDING / LOGIN
****************************************************/
.se-cta-header {
  display: inline-block;
  float: left;
  margin-top: 18px;
  font-weight: 300;
  font-size: 20px;
  margin-left: 70px; }
  .se-cta-header .copy-link {
    color: white; }
  .se-cta-header.to-big {
    display: none; }
  @media (max-width: 910px) {
    .se-cta-header {
      margin-left: 0; } }
  @media (max-width: 835px) {
    .se-cta-header {
      display: none; } }

.remodal {
  padding: 0; }

[data-remodal-id=modal] {
  background: #fff url("/public/images/icons/kickstarter.png") no-repeat center 44px;
  color: #333;
  max-width: 40rem;
  min-height: 45rem;
  text-align: center;
  border: 4px solid #999;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  min-width: 300px;
  margin-top: -80px; }
  @media (max-width: 350px) {
    [data-remodal-id=modal] {
      background-size: 80%; } }
  [data-remodal-id=modal] p {
    color: #333;
    font-size: 24px; }
  [data-remodal-id=modal] .click-here {
    color: #299BCF;
    display: inline-block;
    margin-right: 3px; }
  [data-remodal-id=modal] .click-here,
  [data-remodal-id=modal] .click-here + span {
    font-size: 20px; }
  [data-remodal-id=modal] .click-here + span {
    color: #666; }
  [data-remodal-id=modal] .close-btn {
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
    width: 10px; }
  [data-remodal-id=modal] .hashtag {
    font-size: 18px;
    color: #666; }
  @media only screen and (min-width: 480px) {
    [data-remodal-id=modal] p {
      font-size: 26px; } }
  [data-remodal-id=modal] .top-level {
    margin-top: 140px; }
  [data-remodal-id=modal] .btm-level {
    margin-bottom: 35px;
    font-size: 20px;
    color: #666;
    padding-top: 15px; }
  [data-remodal-id=modal] .learn-more-btn {
    padding: 7px 15px;
    font-size: 24px; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  opacity: .7;
  filter: alpha(opacity=70); }

.learn-more-btn {
  color: white;
  background: #ff5a01;
  padding: 5px 10px;
  font-size: 16px;
  margin-left: 10px; }

/****************************************************
    JUMBOTRON
****************************************************/
.hero-unit {
  background: url("/public/images/landing/heros/collage1024.jpg") no-repeat;
  background-size: cover;
  margin-top: 6.2rem;
  padding: 4rem 1.5rem; }
  .hero-unit.email-verify {
    margin-top: 0;
    height: 100%;
    padding: 85px 2.5rem 10rem 2.5rem  !important; }
    @media only screen and (max-width: 480px) {
      .hero-unit.email-verify {
        height: auto;
        padding-bottom: 250px !important; } }
  @media only screen and (min-width: 768px) {
    .hero-unit {
      background: url("/public/images/landing/heros/collage2k.jpg") no-repeat;
      background-size: cover;
      margin-top: 6.2rem; } }
  @media only screen and (min-width: 1500px) {
    .hero-unit {
      background: url("/public/images/landing/heros/collage3000.jpg") no-repeat;
      background-size: cover;
      margin-top: 6.2rem; } }
  @media (min-width: 1500px) {
    .hero-unit {
      padding: 6.5rem; } }
  @media (min-width: 1550px) {
    .hero-unit {
      padding: 7.5rem; } }
  @media (min-width: 1600px) {
    .hero-unit {
      padding: 8.5rem; } }
  @media (min-width: 1650px) {
    .hero-unit {
      padding: 9.5rem; } }
  @media (min-width: 1700px) {
    .hero-unit {
      padding: 10.5rem; } }
  @media (min-width: 1750px) {
    .hero-unit {
      padding: 11.5rem; } }
  @media (min-width: 1800px) {
    .hero-unit {
      padding: 12.5rem; } }
  @media (min-width: 1850px) {
    .hero-unit {
      padding: 13.5rem; } }
  @media (min-width: 1900px) {
    .hero-unit {
      padding: 14.5rem; } }
  @media (min-width: 1950px) {
    .hero-unit {
      padding: 15.5rem; } }
  @media (min-width: 2000px) {
    .hero-unit {
      padding: 16.5rem; } }
  @media (min-width: 2050px) {
    .hero-unit {
      padding: 17.5rem; } }
  @media (min-width: 2100px) {
    .hero-unit {
      padding: 18.5rem; } }
  @media (min-width: 2150px) {
    .hero-unit {
      padding: 19.5rem; } }
  @media (min-width: 2200px) {
    .hero-unit {
      padding: 20.5rem; } }
  @media (min-width: 2250px) {
    .hero-unit {
      padding: 21.5rem; } }
  @media (min-width: 2300px) {
    .hero-unit {
      padding: 22.5rem; } }
  @media (min-width: 2350px) {
    .hero-unit {
      padding: 23.5rem; } }
  @media (min-width: 2400px) {
    .hero-unit {
      padding: 24.5rem; } }
  @media (min-width: 2450px) {
    .hero-unit {
      padding: 25.5rem; } }
  @media (min-width: 2500px) {
    .hero-unit {
      padding: 26.5rem; } }
  @media (min-width: 2550px) {
    .hero-unit {
      padding: 27.5rem; } }
  @media (min-width: 2600px) {
    .hero-unit {
      padding: 28.5rem; } }
  @media (min-width: 2650px) {
    .hero-unit {
      padding: 29.5rem; } }
  @media (min-width: 2700px) {
    .hero-unit {
      padding: 30.5rem; } }
  @media (min-width: 2750px) {
    .hero-unit {
      padding: 31.5rem; } }
  @media (min-width: 2800px) {
    .hero-unit {
      padding: 32.5rem; } }
  @media (min-width: 2850px) {
    .hero-unit {
      padding: 33.5rem; } }
  @media (min-width: 2900px) {
    .hero-unit {
      padding: 34.5rem; } }
  @media (min-width: 2950px) {
    .hero-unit {
      padding: 35.5rem; } }

.page-contents {
  min-height: initial;
  margin-top: 0; }

/****************************************************
    MOBILE NAV
****************************************************/
#mobile-nav.landing-mobile-nav {
  top: 60px; }

.header-right #header-signup {
  display: inline-block; }

/****************************************************
    LOGIN BLOCK
****************************************************/
.login-block {
  padding: 1.5rem .5rem;
  min-height: 49rem; }
  .login-block .signin-error {
    color: #f00;
    font-size: 1.4rem;
    margin: 1rem 0; }
  @media only screen and (min-width: 480px) {
    .login-block {
      max-width: 40rem; } }
  @media only screen and (min-width: 768px) {
    .login-block__header {
      font-size: 3.4rem; } }
  .login-block__btn {
    display: block;
    margin-bottom: 10px; }
  .login-block .p {
    font-size: 2rem;
    font-weight: 300; }
  .login-block .forgot-password {
    text-decoration: none;
    color: #299BCF; }
    .login-block .forgot-password:hover {
      text-decoration: underline; }

/****************************************************
    LOGIN FORM
****************************************************/
.login-form__input {
  margin: 2rem auto;
  width: 25.7rem; }
  .login-form__input.error {
    margin: 0 auto;
    border-color: #f00; }
  .login-form__input--checkbox {
    display: none; }

.login-form__label {
  font-size: 1.4rem; }

.login-form__submit {
  margin-bottom: 0; }

/****************************************************
    MAIN CONTENT
****************************************************/
.content-main {
  color: #666; }
  .content-main__header {
    font-size: 3rem;
    margin-bottom: 3rem; }
  .content-main__block {
    text-align: center;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width: 768px) {
      .content-main__block {
        text-align: left; }
        .content-main__block--right {
          padding-left: 5rem; }
        .content-main__block--center {
          padding-left: 1.9rem; }
        .content-main__block:nth-of-type(2) img {
          margin-right: 2rem;
          margin-left: -1rem; }
        .content-main__block img {
          float: left; } }
    .content-main__block img {
      display: inline-block;
      min-width: 52px;
      margin-right: 2rem;
      margin-bottom: 1.5rem; }
  .content-main__container {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .content-main__container {
        width: 70%; } }
    .content-main__container h1 {
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 1rem;
      font-weight: 300; }
    .content-main__container p {
      font-size: 2rem;
      margin: 0;
      font-weight: 100; }

.unslider-nav {
  display: none; }

.unslider {
  margin-top: 60px; }
  .unslider .top-align {
    background-position: center top; }

.bg-slider {
  height: 700px;
  width: 100%;
  overflow: hidden; }
  .bg-slider ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .bg-slider li {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    margin: 0;
    padding: 0; }

.hero-unit-search {
  position: relative;
  margin-bottom: 50px; }
  .hero-unit-search h1 {
    margin: initial; }
  .hero-unit-search .hero-content {
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0; }
  .hero-unit-search .hero-text {
    width: 50%;
    position: absolute;
    right: 3%;
    text-align: center;
    padding-top: 150px; }
  .hero-unit-search .hero-headers hr {
    margin: 20px 40%;
    height: 2px;
    background: #ff5a01; }
  .hero-unit-search .hero-headers h1,
  .hero-unit-search .hero-headers h2 {
    color: white;
    font-size: 48px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100; }
  .hero-unit-search .hero-headers h2 {
    font-size: 24px;
    margin-top: 28px; }
  .hero-unit-search .hero-form {
    margin-top: 50px; }
    .hero-unit-search .hero-form input {
      width: 100%;
      max-width: 450px;
      height: 40px;
      padding: 5px 10px;
      border-radius: 5px;
      border: 0;
      font-family: "myriad-pro", Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      background: white url("/public/images/landing/icons/landing-search-icon.png") no-repeat;
      background-position: 98% center; }
    .hero-unit-search .hero-form .or-text {
      color: white;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 18px;
      margin: 0 15px; }
    .hero-unit-search .hero-form .hero-btn {
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 20px;
      background: #ff5a01;
      border-radius: 5px;
      padding: 0 10px;
      color: white;
      line-height: 40px;
      height: 40px;
      display: inline-block; }
  .hero-unit-search .btn-scroll-arrow {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0; }

.main-content-block-container.partial {
  margin: 60px auto 0;
  max-width: 1300px;
  padding-left: 110px; }
  .main-content-block-container.partial .content-main__block {
    margin-bottom: 0;
    width: 50%; }
    .main-content-block-container.partial .content-main__block--right {
      padding-left: 0;
      margin-right: 0; }
    .main-content-block-container.partial .content-main__block img {
      margin: 0 2rem 1.5rem 0; }

.explore-section {
  text-align: center;
  font-family: "museo-sans", Arial, sans-serif;
  margin: 50px 0; }
  .explore-section h1 {
    margin: 0;
    font-size: 45px;
    color: #ff5a01;
    font-weight: 100; }
  .explore-section p {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 24px;
    margin: 10px 0 40px; }
  .explore-section .location-container {
    max-width: 1200px; }
    .explore-section .location-container .search-location {
      float: left;
      width: 25%;
      padding: 10px; }
      .explore-section .location-container .search-location a {
        display: block;
        padding: 70px 0;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 300px;
        position: relative;
        overflow: hidden; }
        .explore-section .location-container .search-location a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          line-height: 150px;
          -webkit-transition: background-color .2s;
          transition: background-color .2s; }
        .explore-section .location-container .search-location a:hover:before {
          background: rgba(80, 148, 180, 0.7); }
      .explore-section .location-container .search-location.new-york a {
        background: url("/public/images/landing/backgrounds/new-york.png") no-repeat; }
        .explore-section .location-container .search-location.new-york a:before {
          content: 'New York'; }
      .explore-section .location-container .search-location.los-angeles a {
        background: url("/public/images/landing/backgrounds/los-angeles.png") no-repeat; }
        .explore-section .location-container .search-location.los-angeles a:before {
          content: 'Los Angeles'; }
      .explore-section .location-container .search-location.austin a {
        background: url("/public/images/landing/backgrounds/austin.png") no-repeat; }
        .explore-section .location-container .search-location.austin a:before {
          content: 'Austin'; }
      .explore-section .location-container .search-location.seattle a {
        background: url("/public/images/landing/backgrounds/seattle.png") no-repeat; }
        .explore-section .location-container .search-location.seattle a:before {
          content: 'Seattle'; }
      .explore-section .location-container .search-location.chicago a {
        background: url("/public/images/landing/backgrounds/chicago.png") no-repeat; }
        .explore-section .location-container .search-location.chicago a:before {
          content: 'Chicago'; }
      .explore-section .location-container .search-location.miami a {
        background: url("/public/images/landing/backgrounds/miami.png") no-repeat; }
        .explore-section .location-container .search-location.miami a:before {
          content: 'Miami'; }
      .explore-section .location-container .search-location.las-vegas a {
        background: url("/public/images/landing/backgrounds/las-vegas.png") no-repeat; }
        .explore-section .location-container .search-location.las-vegas a:before {
          content: 'Las Vegas'; }
      .explore-section .location-container .search-location.toronto a {
        background: url("/public/images/landing/backgrounds/toronto.png") no-repeat; }
        .explore-section .location-container .search-location.toronto a:before {
          content: 'Toronto'; }

@media (max-width: 1190px) {
  .hero-unit-search {
    background-position: 20% 5%; }
    .hero-unit-search .hero-headers,
    .hero-unit-search .hero-form {
      text-align: right; }
    .hero-unit-search .hero-form input {
      display: block; }
    .hero-unit-search .hero-text {
      width: 65%; }
      .hero-unit-search .hero-text hr {
        margin-right: 0;
        margin-left: 70%; }
    .hero-unit-search .hero-headers {
      padding-right: 45px; }
      .hero-unit-search .hero-headers .underline {
        float: right;
        margin-right: 80px; }
      .hero-unit-search .hero-headers h2 span {
        display: block; }
    .hero-unit-search .hero-form {
      padding-right: 48px; }
      .hero-unit-search .hero-form input {
        margin-bottom: 20px;
        max-width: 350px;
        float: left; } }

@media (max-width: 890px) {
  .hero-unit-search .hero-headers,
  .hero-unit-search .hero-form {
    margin-left: 30%;
    text-align: right; }
  .explore-section .location-container .search-location {
    width: 50%; }
    .explore-section .location-container .search-location a {
      background-position: center center !important;
      width: 278px;
      margin: 0 auto; }
  #module-press a {
    max-width: 100% !important; }
  .main-content-block-container.partial {
    padding-left: 75px; }
  #module-press.partial a {
    margin-bottom: 60px; } }

@media (max-width: 768px) {
  .main-content-block-container.partial {
    padding-left: 0; }
    .main-content-block-container.partial .content-main__block {
      width: 100%; }
      .main-content-block-container.partial .content-main__block:nth-of-type(1) {
        margin-bottom: 50px; }
  #module-press.partial a {
    margin-bottom: 30px; }
  .hero-unit-search .hero-text {
    padding-top: 100px; } }

@media (max-width: 680px) {
  .hero-unit-search {
    background: rgba(0, 0, 0, 0.8); }
    .hero-unit-search .hero-headers,
    .hero-unit-search .hero-form {
      margin: 50px auto 0;
      text-align: center; }
    .hero-unit-search .hero-headers {
      margin-bottom: 50px;
      padding-right: 0; }
      .hero-unit-search .hero-headers h1 {
        text-align: center; }
      .hero-unit-search .hero-headers h1:nth-of-type(2) {
        text-indent: 0; }
      .hero-unit-search .hero-headers .underline {
        margin: 17px auto 0;
        float: none; }
      .hero-unit-search .hero-headers h2 {
        margin: 30px auto; }
    .hero-unit-search .hero-form {
      margin: 0 0 100px 0;
      padding-right: 0; }
      .hero-unit-search .hero-form input {
        margin-bottom: 20px;
        font-size: 1.4rem; }
      .hero-unit-search .hero-form .or-text {
        display: block;
        margin-bottom: 20px; } }

@media (max-width: 635px) {
  .hero-unit-search .hero-headers,
  .hero-unit-search .hero-form {
    text-align: center; }
  .hero-unit-search .hero-text {
    width: 100%; }
    .hero-unit-search .hero-text hr {
      margin: 30px 30%; }
  .hero-unit-search .hero-form {
    max-width: 350px;
    margin: 0 auto; }
  .explore-section .location-container .search-location {
    width: 100%; }
  .video-frame {
    border: none; }
  #module-testimonials {
    font-size: 18px; } }

@media (max-width: 465px) {
  .explore-section .location-container .search-location {
    width: 100%; }
  #module-press {
    margin-bottom: 50px; }
  #module-press a.gibson {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

#module-press {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  text-align: center;
  padding: 70px 40px !important;
  margin: 0 auto 200px auto; }
  #module-press ul {
    max-width: 950px;
    text-align: center;
    padding-left: 0;
    margin: 0 auto; }
    #module-press ul li {
      display: inline-block; }
      #module-press ul li .logo {
        vertical-align: middle;
        padding: 0 30px;
        margin-bottom: 40px; }

/****************************************************
    CSS / SASS / PAGES / LANDING / SIGNUP
****************************************************/
/****************************************************
    MOBILE NAV
****************************************************/
#mobile-nav.landing-mobile-nav {
  top: 60px; }

/****************************************************
    SIGNUP BLOCK
****************************************************/
.signup-block {
  min-height: 47.5rem; }
  .signup-block .p {
    font-size: 2rem;
    font-weight: 300; }
  @media only screen and (min-width: 480px) {
    .signup-block {
      max-width: 40rem; } }
  @media (orientation: landscape) and (max-width: 570px) {
    .signup-block {
      max-width: 900rem; } }
  .signup-block__header {
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .signup-block__header {
        font-size: 3.6rem; } }
  .signup-block__tagline {
    margin: 0;
    font-size: 1.5rem;
    font-family: "museo-sans", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px; }
    @media only screen and (min-width: 480px) {
      .signup-block__tagline {
        font-size: 1.8rem; } }
  .signup-block__social {
    width: 70%;
    margin: 2.5rem auto 2rem auto;
    font-family: "myriad-pro", Arial, sans-serif;
    font-weight: 300; }
    .signup-block__social a, .signup-block__social .p {
      text-decoration: none;
      float: left;
      margin-right: 5px; }
    .signup-block__social .p {
      margin-top: 6px;
      margin-bottom: 5px; }
    @media only screen and (min-width: 480px) {
      .signup-block__social {
        width: 57%; }
        .signup-block__social a {
          margin-right: 0; }
        .signup-block__social .p, .signup-block__social img {
          float: left;
          display: inline-block; }
        .signup-block__social img:first-of-type {
          margin-right: .8rem; }
        .signup-block__social .p {
          margin: 5px 8px 0 0; } }
    @media (orientation: landscape) and (max-width: 570px) {
      .signup-block__social {
        width: 70%; } }

/****************************************************
    SIGNUP FORM
****************************************************/
.signup-form {
  padding: 0; }
  .signup-form__input {
    margin: 2rem auto;
    width: 25.7rem; }
    .signup-form__input.error {
      margin: 0 auto;
      border: 1px solid red; }
  .signup-form label.error {
    position: absolute;
    float: left;
    left: 100%;
    top: 17px;
    overflow: visible;
    white-space: nowrap;
    margin-left: -10px; }
    .signup-form label.error[for="isCaptchaSet"] {
      top: 28px; }
  .signup-form__submit {
    bottom: -.9rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 480px) {
      .signup-form__submit {
        bottom: 0; } }
  .signup-form__agreement, .step1 .signup-block__agreement {
    font-size: 1.3rem; }
    @media only screen and (min-width: 480px) {
      .signup-form__agreement, .step1 .signup-block__agreement {
        font-size: 1.4rem; } }
    .signup-form__agreement a, .step1 .signup-block__agreement a {
      color: #299BCF;
      text-decoration: none; }

.emailVerification .email-verify .modal-header h1 {
  margin: 20px 0 33px 0;
  font-weight: 300;
  font-size: 43px; }

.emailVerification .email-verify .modal-header .modal-title {
  font-size: 36px;
  text-align: center;
  width: 65%;
  margin: 25px auto;
  font-weight: 300;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }

.emailVerification .email-verify .modal-header .check {
  margin-top: 30px;
  font-weight: 300;
  font-size: 28px;
  font-family: 'museo-sans', sans-serif;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }

@media only screen and (max-width: 767px) {
  .emailVerification .email-verify .modal-header .modal-title {
    font-size: 28px; }
  .emailVerification .email-verify .modal-header .check {
    font-size: 23px; } }

#registration-step-5 label.error {
  top: -30px;
  left: -18px;
  background: none; }

/****************************************************
    CSS / SASS / PAGES / LANDING / SCROLL BEHAVIOR
****************************************************/
.content-main__header {
  font-weight: 500;
  margin-top: 0; }

.hero-unit {
  border-bottom: 90px solid #fff; }

.btn-scroll {
  border: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 158px;
  margin: 0 0 0 -79px;
  z-index: 1000;
  background: #ff5a01;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 2px 2px 0 0;
  text-align: center; }
  .btn-scroll .icon {
    padding: 3px 0 0 0; }

/*.content-main__block {
    margin-bottom: 2.5rem;
}*/
.video-frame {
  margin-bottom: 30px; }

#module-testimonials {
  background: url("../images/landing/jams-video/bg-full-testimonials.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: 24px; }
  #module-testimonials .module-title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 30px 0; }
  #module-testimonials .inner {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    padding-top: 55px;
    padding-bottom: 55px; }
  #module-testimonials .blockquote-wrap {
    padding: 45px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 1050px; }
    #module-testimonials .blockquote-wrap .quotemark {
      position: absolute; }
      #module-testimonials .blockquote-wrap .quotemark.quotemark-left {
        top: 0;
        left: 0; }
      #module-testimonials .blockquote-wrap .quotemark.quotemark-right {
        bottom: 30px;
        right: 0; }
  #module-testimonials blockquote {
    margin: 0; }
    #module-testimonials blockquote p {
      margin: 0; }
  #module-testimonials .cite {
    margin: 0 0 25px 0; }
    #module-testimonials .cite cite {
      font-style: normal;
      font-weight: 700; }
    #module-testimonials .cite:last-of-type {
      margin: 0; }

#module-press {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  text-align: center;
  padding: 40px 0; }
  #module-press .logo {
    vertical-align: middle;
    padding: 0 40px;
    margin-bottom: 20px; }

/****************************************************
    VIDEO BLOCK
****************************************************/
.video-block {
  padding: 20px;
  margin: 10px auto;
  min-height: 1rem;
  *zoom: 1; }
  .video-block:before, .video-block:after {
    content: " ";
    display: table; }
  .video-block:after {
    clear: both; }
  @media only screen and (min-width: 480px) {
    .video-block {
      max-width: 35rem; } }
  @media only screen and (min-width: 768px) {
    .video-block {
      top: 50%;
      max-width: 87rem;
      margin: 95px auto; } }
  .video-block__header {
    margin-bottom: 7px; }
    @media only screen and (min-width: 768px) {
      .video-block__header {
        font-size: 3.4rem; } }
  .video-block__tagline {
    margin: 0 0 30px 0;
    font-size: 1.5rem;
    font-family: "museo-sans", Arial, sans-serif;
    font-weight: 300; }
    @media only screen and (min-width: 480px) {
      .video-block__tagline {
        font-size: 1.8rem; } }
  .video-block .smallprint {
    font-size: 14px;
    margin: 0 0 30px 0; }
    .video-block .smallprint a {
      color: #299BCF; }
  .video-block .common-btn {
    font-size: 31px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
    .video-block .common-btn:hover {
      opacity: .8; }
  .video-block .module-share {
    margin: 0;
    font-size: 18px; }
    .video-block .module-share .icon,
    .video-block .module-share span {
      vertical-align: middle;
      margin: 0 5px 0 0; }
    .video-block .module-share .icon:hover {
      opacity: .8; }
  .video-block .video-frame {
    margin: 0;
    background: url("../images/landing/jams-video/bg-video-frame-502x303.jpg") no-repeat 0 0;
    background-size: 100%; }
    @media only screen and (min-width: 768px) {
      .video-block .video-frame {
        width: 58.5%;
        float: left;
        padding: 22px 23px; } }
    @media only screen and (max-width: 920px) {
      .video-block .video-frame {
        background: none;
        border: 10px solid #000; } }
  .video-block .video-content {
    padding: 4% 1% 1% 1%; }
    @media only screen and (min-width: 768px) {
      .video-block .video-content {
        width: 41%;
        float: left; } }
  .video-block .close {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    background: none;
    padding: 0;
    font-size: 20px;
    color: #666; }
    .video-block .close:hover {
      color: #299BCF; }

.processing-container {
  min-height: 400px;
  width: 80%;
  max-width: 1024px;
  margin: 90px auto;
  text-align: center; }
  .processing-container h1 {
    text-transform: uppercase;
    margin-bottom: 0; }
  .processing-container p {
    font-size: 20px;
    margin: 10px; }
  .processing-container .loading-list {
    list-style: none;
    padding-left: 35%;
    margin-top: 25px; }
    @media (max-width: 768px) {
      .processing-container .loading-list {
        padding-left: 20%; } }
    @media (max-width: 500px) {
      .processing-container .loading-list {
        padding-left: 6%; } }
    .processing-container .loading-list li {
      height: 20px;
      width: 20px;
      border: 1px solid grey;
      margin-left: 5px;
      float: left;
      -webkit-animation: fill .5s linear infinite;
      animation: fill .5s linear infinite; }
      .processing-container .loading-list li:nth-of-type(1) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
      .processing-container .loading-list li:nth-of-type(2) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .processing-container .loading-list li:nth-of-type(3) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
      .processing-container .loading-list li:nth-of-type(4) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s; }
      .processing-container .loading-list li:nth-of-type(5) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .processing-container .loading-list li:nth-of-type(6) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
      .processing-container .loading-list li:nth-of-type(7) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s; }
      .processing-container .loading-list li:nth-of-type(8) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s; }
      .processing-container .loading-list li:nth-of-type(9) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }
      .processing-container .loading-list li:nth-of-type(10) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .processing-container .loading-list li:nth-of-type(11) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      .processing-container .loading-list li:nth-of-type(12) {
        -webkit-animation: fill 3s linear infinite;
        animation: fill 3s linear infinite;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }

@-webkit-keyframes fill {
  0% {
    background: #ff5a01; }
  100% {
    background: #fff; } }

@keyframes fill {
  0% {
    background: #ff5a01; }
  100% {
    background: #fff; } }

.breadcrumbs {
  background: #299BCF;
  padding: 5px 0;
  margin-top: 60px; }
  .breadcrumbs .breadcrumb-list {
    list-style: none;
    width: 80%;
    max-width: 1024px;
    margin: 10px auto;
    padding-left: 65px; }
    @media (max-width: 768px) {
      .breadcrumbs .breadcrumb-list {
        padding-left: 0; } }
    .breadcrumbs .breadcrumb-list li {
      float: left;
      margin-left: 19px; }
      .breadcrumbs .breadcrumb-list li:after {
        content: "\003e";
        color: #fff;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
        margin-top: -5px; }
      .breadcrumbs .breadcrumb-list li a {
        color: #fff;
        font-family: "museo-sans", Arial, sans-serif;
        font-size: 20px;
        font-weight: 500; }
        .breadcrumbs .breadcrumb-list li a.active {
          font-weight: 700; }

@media (min-width: 1300px) {
  h.hero-unit {
    padding: 8.5rem; } }

@media (min-width: 1350px) {
  h.hero-unit {
    padding: 9.5rem; } }

@media (min-width: 1400px) {
  h.hero-unit {
    padding: 10.5rem; } }

@media (min-width: 1450px) {
  h.hero-unit {
    padding: 11.5rem; } }

@media (min-width: 1500px) {
  h.hero-unit {
    padding: 12.5rem; } }

@media (min-width: 1550px) {
  h.hero-unit {
    padding: 13.5rem; } }

@media (min-width: 1600px) {
  h.hero-unit {
    padding: 14.5rem; } }

@media (min-width: 1650px) {
  h.hero-unit {
    padding: 15.5rem; } }

@media (min-width: 1700px) {
  h.hero-unit {
    padding: 16.5rem; } }

@media (min-width: 1750px) {
  h.hero-unit {
    padding: 17.5rem; } }

@media (min-width: 1800px) {
  h.hero-unit {
    padding: 18.5rem; } }

@media (min-width: 1850px) {
  h.hero-unit {
    padding: 19.5rem; } }

@media (min-width: 1900px) {
  h.hero-unit {
    padding: 20.5rem; } }

@media (min-width: 1950px) {
  h.hero-unit {
    padding: 21.5rem; } }

@media (min-width: 2000px) {
  h.hero-unit {
    padding: 22.5rem; } }

@media (min-width: 2050px) {
  h.hero-unit {
    padding: 23.5rem; } }

@media (min-width: 2100px) {
  h.hero-unit {
    padding: 24.5rem; } }

@media (min-width: 2150px) {
  h.hero-unit {
    padding: 25.5rem; } }

@media (min-width: 2200px) {
  h.hero-unit {
    padding: 26.5rem; } }

@media (min-width: 2250px) {
  h.hero-unit {
    padding: 27.5rem; } }

@media (min-width: 2300px) {
  h.hero-unit {
    padding: 28.5rem; } }

@media (min-width: 2350px) {
  h.hero-unit {
    padding: 29.5rem; } }

@media (min-width: 2400px) {
  h.hero-unit {
    padding: 30.5rem; } }

@media (min-width: 2450px) {
  h.hero-unit {
    padding: 31.5rem; } }

@media (min-width: 2500px) {
  h.hero-unit {
    padding: 32.5rem; } }

@media (min-width: 2550px) {
  h.hero-unit {
    padding: 33.5rem; } }

@media (min-width: 2600px) {
  h.hero-unit {
    padding: 34.5rem; } }

@media (min-width: 2650px) {
  h.hero-unit {
    padding: 35.5rem; } }

@media (min-width: 2700px) {
  h.hero-unit {
    padding: 36.5rem; } }

@media (min-width: 2750px) {
  h.hero-unit {
    padding: 37.5rem; } }

.step1 {
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 170px; }
  .step1 .signup-block {
    min-height: 0;
    padding: 0; }
    .step1 .signup-block .p {
      margin: 0 0 10px 0; }
    .step1 .signup-block h1 {
      margin-top: 0; }
    .step1 .signup-block__agreement {
      border-top: 1px solid #d7d7d7;
      width: auto;
      display: block;
      text-align: center;
      padding-top: 15px; }
    .step1 .signup-block__social {
      width: auto;
      margin-bottom: 15px; }
      .step1 .signup-block__social img,
      .step1 .signup-block__social a {
        float: none;
        display: inline; }
    .step1 .signup-block__link {
      color: #299BCF;
      font-size: 20px; }

/****************************************************
    STEP 2
****************************************************/
.form-step .modal-title {
  color: #ff5a01; }

@media (min-width: 1300px) {
  .step2 {
    padding: 2.5rem; } }

@media (min-width: 1350px) {
  .step2 {
    padding: 3.5rem; } }

@media (min-width: 1400px) {
  .step2 {
    padding: 4.5rem; } }

@media (min-width: 1450px) {
  .step2 {
    padding: 5.5rem; } }

@media (min-width: 1500px) {
  .step2 {
    padding: 6.5rem; } }

@media (min-width: 1550px) {
  .step2 {
    padding: 7.5rem; } }

@media (min-width: 1600px) {
  .step2 {
    padding: 8.5rem; } }

@media (min-width: 1650px) {
  .step2 {
    padding: 9.5rem; } }

@media (min-width: 1700px) {
  .step2 {
    padding: 10.5rem; } }

@media (min-width: 1750px) {
  .step2 {
    padding: 11.5rem; } }

@media (min-width: 1800px) {
  .step2 {
    padding: 12.5rem; } }

@media (min-width: 1850px) {
  .step2 {
    padding: 13.5rem; } }

@media (min-width: 1900px) {
  .step2 {
    padding: 14.5rem; } }

@media (min-width: 1950px) {
  .step2 {
    padding: 15.5rem; } }

@media (min-width: 2000px) {
  .step2 {
    padding: 16.5rem; } }

@media (min-width: 2050px) {
  .step2 {
    padding: 17.5rem; } }

@media (min-width: 2100px) {
  .step2 {
    padding: 18.5rem; } }

@media (min-width: 2150px) {
  .step2 {
    padding: 19.5rem; } }

@media (min-width: 2200px) {
  .step2 {
    padding: 20.5rem; } }

@media (min-width: 2250px) {
  .step2 {
    padding: 21.5rem; } }

@media (min-width: 2300px) {
  .step2 {
    padding: 22.5rem; } }

@media (min-width: 2350px) {
  .step2 {
    padding: 23.5rem; } }

@media (min-width: 2400px) {
  .step2 {
    padding: 24.5rem; } }

@media (min-width: 2450px) {
  .step2 {
    padding: 25.5rem; } }

@media (min-width: 2500px) {
  .step2 {
    padding: 26.5rem; } }

@media (min-width: 2550px) {
  .step2 {
    padding: 27.5rem; } }

@media (min-width: 2600px) {
  .step2 {
    padding: 28.5rem; } }

@media (min-width: 2650px) {
  .step2 {
    padding: 29.5rem; } }

@media (min-width: 2700px) {
  .step2 {
    padding: 30.5rem; } }

@media (min-width: 2750px) {
  .step2 {
    padding: 31.5rem; } }

.step2 .signup-block {
  padding: 0; }
  .step2 .signup-block__agreement {
    border-top: none;
    padding-top: 0; }

.step2 .field-wrap input {
  border: solid 1px #999; }

.step2 .signup-form__submit {
  position: initial; }

.step2 .content-container {
  padding: 1.5rem 2rem; }

.step2 .g-recaptcha {
  display: inline-block;
  text-align: center; }

#step2 {
  margin-top: 60px; }
  #step2 .frm-wrap {
    position: relative;
    width: 40rem;
    padding: 0 2.5rem;
    margin: 0 auto; }
    #step2 .frm-wrap .field-wrap label.error {
      position: absolute;
      left: 100%;
      top: 7px; }
    #step2 .frm-wrap .field-wrap.profile-type {
      position: absolute;
      top: 0px;
      margin-bottom: 0;
      width: 100%; }
      #step2 .frm-wrap .field-wrap.profile-type .error {
        left: auto;
        right: -21px; }
  #step2 .modal-header {
    margin: 0 auto; }
    #step2 .modal-header .modal-title {
      margin: 0 auto;
      padding-top: 50px; }

#step3 {
  margin-top: 60px; }
  #step3 .modal-header {
    margin: 0 auto; }
    #step3 .modal-header .modal-title {
      margin: 0 auto;
      padding-top: 50px;
      text-align: center; }
    #step3 .modal-header .tell-us {
      color: #4f5356;
      font-size: 30px;
      margin-top: 1rem;
      text-align: center;
      margin-bottom: 1rem; }
  #step3 .frm-wrap {
    text-align: center; }
    #step3 .frm-wrap .link {
      font-size: 15px;
      color: #299BCF; }
  #step3 #registration-bio {
    width: 35rem; }
  #step3 #registration-step1-submit {
    margin-top: 20px; }
  #step3 .common-frm-alt .field-wrap {
    margin: 7px auto;
    width: 35rem; }
    #step3 .common-frm-alt .field-wrap .fileupload-wrapper.link {
      width: 120px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      #step3 .common-frm-alt .field-wrap .fileupload-wrapper.link input {
        width: 100%; }
  #step3 #av-progress {
    width: 35rem;
    margin: 10px auto 0 auto; }
  #step3 .error[for="registration-bio"] {
    position: absolute;
    padding: 5px;
    border: 1px solid;
    border-radius: 4px; }
    #step3 .error[for="registration-bio"]:after {
      top: 10px;
      bottom: auto;
      left: -7px;
      border-width: 6px 10px 6px 0;
      border-color: transparent #fff;
      content: "";
      position: absolute;
      border-style: solid;
      display: block;
      width: 0; }
    #step3 .error[for="registration-bio"]:before {
      top: 10px;
      bottom: auto;
      left: -8px;
      border-width: 6px 8px 6px 0;
      border-color: transparent #ff5a01;
      content: "";
      position: absolute;
      border-style: solid;
      width: 0; }

#step4 {
  margin-top: 60px; }
  #step4 .modal-title {
    margin: 0 auto;
    padding-top: 50px;
    text-align: center; }
  #step4 .show-yourself {
    color: #4f5356;
    font-size: 30px;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem; }
  #step4 .frm-wrap {
    margin: 0 auto;
    width: 35rem; }
    #step4 .frm-wrap .smallprint {
      margin-left: 5px; }
    #step4 .frm-wrap .songs-added {
      font-size: 17px;
      margin-left: 5px; }
    #step4 .frm-wrap .upload {
      margin-bottom: 12px; }
      #step4 .frm-wrap .upload .common-input {
        float: left;
        width: 89%; }
      #step4 .frm-wrap .upload .field-wrap-btn {
        float: right;
        position: static;
        padding: 0;
        width: 10%;
        text-align: center;
        height: 35px;
        line-height: 32px; }
        #step4 .frm-wrap .upload .field-wrap-btn input[type="file"] {
          right: 0;
          left: auto;
          width: 19%;
          height: 35px; }
      #step4 .frm-wrap .upload.song .common-input {
        width: 80%; }
      #step4 .frm-wrap .upload.song .fileupload-wrapper {
        float: right;
        width: 19%;
        position: static;
        padding: 0;
        text-align: center;
        height: 35px;
        line-height: 35px; }
    #step4 .frm-wrap .icon-remove:before {
      content: "\00d7";
      font-size: 21px;
      position: absolute;
      right: 5px; }
    #step4 .frm-wrap .list {
      margin-left: 5px;
      font-size: 16px; }
    #step4 .frm-wrap #registration-step1-submit {
      position: static; }
  #step4 .hidden {
    display: none; }

#step5 {
  margin-top: 60px;
  text-align: center; }
  #step5 .modal-title {
    margin: 0 auto;
    padding-top: 50px; }
  #step5 .call-to-action {
    color: #4f5356;
    font-size: 30px;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'museo-sans', sans-serif; }
  #step5 .frm-wrap {
    margin: 0 auto;
    width: 35rem; }
    #step5 .frm-wrap .facebook {
      margin-top: 30px;
      margin-bottom: 0; }
    #step5 .frm-wrap .invite-friends {
      margin-bottom: 20px;
      font-family: 'museo-sans', sans-serif;
      font-weight: 300;
      font-size: 24px; }
    #step5 .frm-wrap .or-wrap {
      font-family: 'museo-sans', sans-serif;
      font-weight: 300;
      font-size: 24px;
      margin-bottom: 7px; }
    #step5 .frm-wrap .facebook-login-btn img {
      margin-bottom: 15px; }
    #step5 .frm-wrap .btn-invite {
      margin-top: 10px;
      font-weight: 500; }
    #step5 .frm-wrap .btn-invite:hover {
      text-decoration: none; }
    #step5 .frm-wrap label.error {
      display: none; }
    #step5 .frm-wrap .common-ta {
      height: 80px; }
      #step5 .frm-wrap .common-ta.error {
        border: 1px solid #ff5a01; }
    #step5 .frm-wrap .skip {
      display: block;
      margin: 15px auto 30px auto;
      color: #299BCF;
      font-size: 16px; }

#registration-step1-submit {
  padding: 0 35px;
  width: auto; }

.confirmation-popup.no-picture #cancel-popup-link, .confirmation-popup.no-music #cancel-popup-link, .confirmation-popup.no-invite #cancel-popup-link {
  font-size: 16px;
  text-transform: none;
  margin-top: 15px; }

.confirmation-popup.no-picture input, .confirmation-popup.no-music input, .confirmation-popup.no-invite input {
  margin-top: 2px;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #299BCF; }

/****************************************************
   SUBS
 ****************************************************/
.signup-btn {
  color: #fff;
  background: #ff5a01;
  padding: 6px 10px 8px 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 100;
  margin-left: 20px; }

#pricing * {
  -webkit-font-smoothing: antialiased; }

#pricing .page-contents {
  margin-top: 60px;
  padding: 0;
  min-width: 100%; }

#pricing .se-cta-header {
  display: none; }

#pricing #nav-contents {
  height: 59px; }

.options-container {
  margin-top: 60px;
  color: #fff; }
  .options-container .jumbotron {
    background: url("/gigmor/public/images/landing/heros/sub-promo-hero.jpg") no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    margin-bottom: 50px;
    background-position: center 45%; }
  .options-container h1, .options-container h2 {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    text-shadow: 0 0 8px #145677;
    line-height: 1;
    margin-top: 0; }
  .options-container h1 {
    font-size: 43px;
    margin-bottom: 20px; }
  .options-container .mod-box {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box; }
    @media (max-width: 560px) {
      .options-container .mod-box {
        display: block; } }
    .options-container .mod-box .option {
      background: #0b0b0b;
      text-align: center;
      padding-bottom: 5px;
      width: 33%;
      box-sizing: border-box;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .options-container .mod-box .option.basic {
        background: #45819d; }
      .options-container .mod-box .option.premium {
        background: #236685; }
      .options-container .mod-box .option.pro {
        background: #0c5070; }
      @media (max-width: 560px) {
        .options-container .mod-box .option {
          max-width: 80%;
          margin: 20px auto;
          padding-top: 10px; } }
      .options-container .mod-box .option .option-body {
        padding: 20px 40px; }
      .options-container .mod-box .option h3 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "museo-sans", Arial, sans-serif;
        margin: 25px 0; }
      .options-container .mod-box .option .price {
        font-size: 30px;
        font-family: "museo-sans", Arial, sans-serif;
        padding: 20px 0;
        background: rgba(255, 255, 255, 0.2); }
        .options-container .mod-box .option .price span {
          display: inline-block;
          width: 100%; }
          .options-container .mod-box .option .price span.big {
            font-size: 48px;
            font-weight: 100; }
          .options-container .mod-box .option .price span.smaller {
            font-weight: 100;
            font-size: 30px; }
      .options-container .mod-box .option .options-list {
        list-style: none;
        padding: 0;
        margin: 20px 0 40px 0;
        font-family: "museo-sans", Arial, sans-serif; }
        .options-container .mod-box .option .options-list li {
          text-align: left;
          font-size: 22px;
          color: #fff;
          line-height: 1.5;
          font-weight: 300;
          padding-left: 5px; }
          @media (max-width: 560px) {
            .options-container .mod-box .option .options-list li {
              text-align: center;
              padding-left: 0; } }
      .options-container .mod-box .option .option-btn {
        color: #fff;
        box-sizing: border-box;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 20px;
        background: #ff5a01;
        font-weight: 600;
        display: inline-block;
        border-radius: 3px;
        font-family: "museo-sans", Arial, sans-serif;
        width: 100%; }
        .options-container .mod-box .option .option-btn.current {
          background: none;
          cursor: default; }
  .options-container ~ .page-contents,
  .options-container ~ #module-testimonials,
  .options-container ~ #module-press {
    display: none; }
  .options-container ~ #footer a {
    color: #fff; }

.signup-form__submit {
  background: #299bcf none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  height: 4rem;
  left: 0;
  outline: medium none;
  position: absolute;
  text-transform: uppercase;
  width: 28%; }

/*# sourceMappingURL=landing.css.map */
