.tick-list li {
  list-style-type: none;
  margin-bottom: 5px; }
  .tick-list li:last-child {
    margin-bottom: 0; }

.tick-list li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url(acc3c0c4028b22bbd60d2d6fe99b1d0e.svg) no-repeat; }

.tick-list.green-ticks li:before {
  background: url(4bf6543e887a9ef583e517d271fc452b.svg) no-repeat; }

.loading-spinner {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px; }
  .loading-spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 3px solid #4697e4;
    border-radius: 50%;
    animation: loading-spinner 1.3s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #4697e4 transparent transparent transparent; }
    .loading-spinner div:nth-child(1) {
      animation-delay: -0.45s; }
    .loading-spinner div:nth-child(2) {
      animation-delay: -0.3s; }
    .loading-spinner div:nth-child(3) {
      animation-delay: -0.15s; }

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* GENERAL
---------------------------------------------------------- */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

* {
  font-family: 'Bariol', 'Open Sans', 'Arial', sans-serif; }

h1 {
  color: #333B3F;
  font-size: 58px;
  line-height: 68px;
  font-weight: 600; }

h2 {
  color: #333B3F;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600; }

h3 {
  color: #333B3F;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }

p {
  color: #555F64;
  opacity: 0.85;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600; }

ul {
  margin: 0;
  padding: 0; }

::selection {
  background: #FF8C92; }

::-moz-selection {
  background: #FF8C92; }

a:link, a:active, a:visited {
  color: #008CE1;
  text-decoration: none; }

a:hover {
  color: #1B3859;
  text-decoration: none; }

.btn1 {
  text-align: center;
  background-color: #1B3859;
  padding: 12px 28px;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 25px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.btn1:hover {
  background-color: #375976; }

.btn1-white {
  text-align: center;
  background-color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  color: #1B3859;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 25px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.btn1-white:hover {
  background-color: #D6EEFF; }

.btn1-form {
  text-align: center;
  background-color: #1B3859;
  padding: 16px 50px;
  height: 60px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 25px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.btn1-form:hover {
  background-color: #375976; }

.featured-in {
  padding: 20px 0 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2; }

.featured-in-tab {
  padding: 8px 14px 4px 14px;
  width: auto;
  border-radius: 4px 4px 0px 0px;
  display: inline;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2; }

.featured-in ul {
  list-style: none;
  text-align: center; }

.featured-in li {
  display: inline-block;
  height: 40px;
  padding: 0 3% 20px 3%; }

.featured-in-logo {
  max-height: 40px; }

.featured-in a, .featured-in a:hover {
  text-decoration: none; }

input {
  padding: 8px 20px 8px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 0px;
  font-size: 19px;
  font-weight: 600;
  height: 48px; }

.call-to-action {
  background: #1E5DA5;
  background: linear-gradient(-45deg, #C66EEB, #1E5DA5);
  padding: 50px 0 75px 0; }

.call-to-action h2 {
  color: #FFFFFF; }

.call-to-action p {
  font-size: 24px;
  line-height: 30px;
  margin: 15px 0 30px 0;
  color: #FFFFFF;
  opacity: 0.8; }

.call-to-action img {
  max-height: 480px; }

.cat-margin-1 {
  margin-top: 110px; }

.cat-margin-2 {
  margin-top: 20px; }

.grey-bg {
  background-color: #f3f5f7; }

blockquote {
  margin: 1.5em 1.5em 1.5em 1.5em;
  font-style: italic; }

blockquote p {
  font-size: 23px;
  line-height: 30px; }

/* GENERIC TEXT HERO
---------------------------------------------------------- */
.generic-text-hero {
  background: #F95B69;
  background: linear-gradient(-45deg, #0C2E48, #3D68A4);
  padding: 50px 0 40px 0;
  text-align: center; }

.generic-text-hero p {
  margin-top: 20px;
  color: #FFFFFF;
  opacity: 0.8; }

.generic-text-hero h1, .generic-text-hero h2 {
  color: #FFFFFF; }

/* NAVBAR
---------------------------------------------------------- */
.navbar {
  background: linear-gradient(#0EA2D0, #0C90BA);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

.navbar li a {
  color: #CDECF5;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  color: #ffffff; }

.nav .active {
  background-color: rgba(0, 0, 0, 0.15); }

.nav .active a {
  color: #ffffff; }

.navbar-fixed-top {
  border-width: 0 0 0px; }

.navbar-brand {
  padding: 12px 0 12px 15px; }

.navbar-toggle {
  border-color: none; }

.navbar-toggle .icon-bar {
  background-color: #ffffff; }

.signupbtn {
  border: 1px solid #CDECF5;
  display: inline-block;
  border-radius: 6px;
  padding: 5px 10px;
  margin: -10px 0;
  color: #CDECF5;
  transition: background 0.2s, color 0.2s; }

.signupbtn:hover, .activebtn {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #0ea2d0; }

.signupbtnmobile {
  display: none; }

@media (max-width: 767px) {
  .signupbtnmobile {
    display: inline-block;
    float: right;
    margin: 5px -5px 0 0; } }

/* HOMEPAGE
---------------------------------------------------------- */
.home-hero {
  background-image: url(247fc62c5093f58b6c50975859845f75.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }

.home-hero-2 {
  background: #1FA2B3;
  background: linear-gradient(-45deg, #1371C5, #37EF98);
  color: #ffffff; }

.home-hero-2 h1 {
  color: #ffffff; }

.home-hero-2 p {
  margin-top: 20px;
  font-size: 28px;
  color: #ffffff; }

.home-hero-content {
  padding: 195px 0 175px 0; }

.home-hero-content-2 {
  padding: 90px 0 50px 0; }

.home-hero p {
  font-size: 24px;
  margin: 15px 0 30px 0; }

.hero-2-video {
  display: block;
  margin: 40px auto 40px auto;
  width: 640px; }

.home-section-1 {
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
  padding: 40px 0 90px 0; }

.home-section-1 img {
  margin-top: 40px;
  max-height: 300px; }

.home-section-1 p {
  margin-top: 20px;
  color: #FFFFFF;
  opacity: 0.8; }

.home-section-1 h2 {
  color: #FFFFFF; }

.home-section-2 {
  background: #F95B69;
  background: linear-gradient(-45deg, #0C2E48, #3D68A4);
  padding: 70px 0 60px 0; }

.home-section-2 h2 {
  color: #FFFFFF;
  margin: 0 0 25px 0; }

.home-section-3 {
  padding: 60px 0 85px 0; }

.home-section-3 h3 {
  font-size: 24px; }

.home-section-2 img {
  max-height: 440px; }

.herosubbtn2 {
  margin-top: 20px;
  color: #FFFFFF;
  height: 54px;
  padding: 16px 25px;
  border-radius: 0 8px 8px 0;
  background-color: #1B3859;
  border: 0px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.herosubbtn2:hover {
  background-color: #375976; }

.herosubfield {
  margin-top: 20px;
  padding: 4px 12px 4px 12px;
  width: 300px;
  height: 54px;
  border-radius: 8px 0 0 8px;
  background-color: #FFF;
  border: 0px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left; }

.fcontainer {
  padding: 20px 0 20px 0;
  clear: both; }

.ficon {
  width: 10%;
  text-align: center;
  float: left; }

.ftext p {
  margin: -2px;
  color: #AEBCC7;
  opacity: 1;
  width: 90%;
  float: left;
  text-align: left; }

.ftext span {
  font-weight: 800;
  font-size: 20px;
  color: #ffffff; }

.home-margin-1 {
  margin-top: 40px; }

.home-margin-2 {
  margin-top: 0px; }

.home-testimonials {
  padding: 50px 0 60px 0;
  background: #E7EAEE; }

.testimonial {
  border-radius: 18px;
  padding: 20px 10px 5px 10px;
  margin-bottom: 20px;
  border: 10px solid #E7EAEE;
  background-color: #ffffff; }

.testimonial p {
  font-size: 17px;
  line-height: 24px; }

.testimonial-parent-img {
  display: inline-block;
  margin-top: -30px;
  border-radius: 50%;
  width: 58px;
  height: 58px; }

.testimonial-child-img {
  border-radius: 4%;
  width: 100%;
  height: 100%; }

.testimonial-separator {
  border-bottom: 1px #EAEAEA solid;
  margin: 10px 0 20px 0; }

.testimonial-rating {
  width: 100px;
  height: 18px; }

/* PRICING
---------------------------------------------------------- */
.pricing-hero {
  background-image: url(dbadab7ab063d88f936c8b0491d608d7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 40px; }

.pricing-hero p {
  margin-top: 25px; }

.pricing-hero ul {
  list-style: none;
  margin-top: 60px;
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: -10px; }

.pricing-hero li {
  margin-top: -20px; }

.pricing-hero li img {
  margin-right: 7px;
  margin-top: -5px; }

.pricing-hero-container {
  border-radius: 10px;
  padding: 10px 20px 30px 10px;
  margin-bottom: 20px;
  background-color: #ffffff; }

.pricing-hero-container h2 {
  margin-bottom: -40px; }

.pricing-lockup {
  width: 90%;
  margin: 75px 5% 0 5%; }

.pricing-section-1 {
  padding: 30px 0 60px 0;
  background: #F95B69;
  background: linear-gradient(-45deg, #0C2E48, #3D68A4); }

.pricing-section-1-right {
  margin-top: 15px; }

.pricing-section-1-img {
  width: 70%;
  margin-left: 15%;
  margin-top: -20px; }

.pricing-section-1 h2, .pricing-section-1 p {
  color: #FFFFFF; }

.pricing-section-2, .pricing-section-3 {
  padding: 30px 0 70px 0; }

.pricing-section-1 h2, .pricing-section-2 h2, .pricing-section-3 h2 {
  padding: 0 0 30px 0; }

.pricing-section-3 {
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A); }

.pricing-table {
  width: 60%;
  margin: 0 auto;
  border: 3px solid #F5F7F9; }

.pricing-table td, th {
  border: none;
  padding: 10px 10px 0 10px; }

.pricing-table tr:nth-child(even) {
  background-color: #F5F7F9; }

.pricing-table tr:nth-child(odd) {
  background-color: #FFFFFF; }

.pricing-table-header {
  background-color: #dfe6eb; }

.pricing-table td:nth-child(2) {
  text-align: center; }

.pricing-q-field {
  width: 100%;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  margin-bottom: 10px; }

.pricing-q-btn {
  width: 100%;
  color: #FFFFFF;
  height: 54px;
  padding: 16px 25px;
  border-radius: 6px;
  background-color: #1B3859;
  border: 0px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.pricing-q-btn:hover {
  background-color: #375976; }

.pricing-q-left {
  margin-top: 20px; }

.pricing-q-right {
  margin-top: 60px; }

.pricing-stats-clearfix {
  display: none;
  visibility: hidden;
  clear: both; }

.pricing-stat {
  margin-bottom: 10px; }

/* REFERRAL LANDING
---------------------------------------------------------- */
.referral-landing-hero {
  background-image: url(5a161ef7de7a9edad741fea267419914.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 0 0; }

.referral-landing-hero-gradient {
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
  padding: 80px 0 0 0; }

.referral-landing-form {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0 15px 0;
  margin-top: 80px; }

.referral-landing-form-gradient {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0 15px 0; }

.referral-landing-form input, .referral-landing-form-gradient input {
  width: 18%;
  margin: 0 1% 10px 0;
  float: left; }

.referral-landing-form .referral-landing-form-btn, .referral-landing-form-gradient .referral-landing-form-btn {
  width: 23%; }

.referral-landing-form-btn {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f14762;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.referral-landing-form-btn:hover {
  background-color: #f97769; }

.referral-landing-btn {
  text-align: center;
  background-color: #f14762;
  padding: 6px 10px 5px 10px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 7px 0 0 10px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.referral-landing-btn:hover {
  background-color: #f97769; }

.referral-landing-hero-gradient-text {
  margin-top: 60px; }

.referral-landing-hero-gradient-img {
  width: 50%; }

.referral-landing-how-it-works {
  background: #F95B69;
  background: linear-gradient(-45deg, #363fc0, #db4ae6);
  padding: 40px 0 60px 0; }

.referral-landing-how-it-works h1, .referral-landing-how-it-works h3, .referral-landing-how-it-works p, .referral-landing-hero-gradient h1, .referral-landing-hero-gradient h2, .referral-landing-hero-gradient h3, .referral-landing-hero-gradient p {
  color: #ffffff; }

.referral-landing-how-it-works-parents {
  width: 65%;
  float: left; }

.referral-landing-how-it-works-kids {
  width: 65%;
  float: right;
  text-align: right; }

.referral-landing-how-it-works-footer {
  background-color: #ffffff;
  padding: 40px 0 35px 0; }

.referral-landing-how-it-works-footer p {
  font-size: 14px;
  line-height: 20px; }

.referral-landing-how-it-works a:link, .referral-landing-how-it-works a:visited, .referral-landing-how-it-works a:hover, .referral-landing-how-it-works a:active {
  color: #ffffff;
  text-decoration: none; }

.referral-landing-how-it-works-footer-container {
  width: 90%;
  margin: 0 auto; }

.referral-landing-how-it-works-image-1 {
  width: 68%;
  float: right; }

.referral-landing-how-it-works-image-2 {
  width: 100%;
  float: left; }

.referral-landing-how-it-works-image-3 {
  display: none;
  visibility: hidden; }

.referral-landing-how-it-works-btn {
  font-size: 16px;
  border: 1px #ffffff solid;
  padding: 0 12px 0 12px;
  border-radius: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.referral-landing-how-it-works-btn:hover {
  background: #FFFFFF;
  color: #9045D5; }

.referral-landing-family {
  background-image: url(d8ea2e4851765d2b82084e14afc54905.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0 0; }

.referral-landing-family-footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 0 15px 0;
  margin-top: 80px; }

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

.referral-stat-container {
  width: 70%;
  margin: 0 auto; }

.referral-stat p {
  color: #ffffff;
  padding-top: 10px; }

.referral-landing-card {
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
  padding: 60px 0 80px 0; }

.referral-landing-card h2, .referral-landing-card p {
  color: #ffffff; }

.referral-landing-card ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: -10px; }

.referral-landing-card li img {
  margin-right: 7px;
  margin-top: -5px; }

.referral-landing-card-img {
  margin-top: 45px;
  width: 70%; }

.referral-landing-pricing {
  padding: 80px 0px;
  background: #F95B69;
  background: linear-gradient(-45deg, #0C2E48, #3D68A4); }

.referral-landing-pricing h2, .referral-landing-pricing p {
  color: #ffffff; }

.referral-landing-pricing-img {
  width: 65%; }

#referral-footer {
  position: fixed;
  z-index: 10000;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(27, 31, 35, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 16px 0 8px 0; }

#referral-footer p {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff; }

.referral_url_truncated {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ABOUT US
---------------------------------------------------------- */
.about-us-hero {
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A); }

.about-us-hero-content {
  padding: 80px 0; }

.about-us-hero-img {
  width: 50%;
  padding-top: 50px; }

.about-us-hero-text {
  margin-top: 50px; }

.about-us-press-logo {
  width: 60%;
  padding: 15px 0; }

.about-us-features {
  padding: 0 20px; }

.about-us-bios {
  padding: 0 20px; }

.about-us-feature-no-bank-img {
  width: 28%; }

.about-us-feature-family-img {
  padding: 25px 0 6px 0;
  width: 50%; }

.about-us-bio {
  padding-bottom: 40px; }

/* FAQ
---------------------------------------------------------- */
.faq {
  padding: 30px 0; }

.faq:nth-child(odd) {
  background-color: #F5F7F9; }

.faq ul {
  color: #555F64;
  margin: 0 0 20px 40px; }

.faq h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 50px; }

.faq-nav {
  padding: 0 0 50px 0; }

.faq-nav h2 {
  font-size: 38px;
  margin: 40px 0 25px 0; }

.faq-nav ul {
  list-style-type: none;
  width: 100%; }

.faq-nav li a {
  display: block;
  padding: 12px 18px;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: #e6e6e6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #333B3F; }

.faq-nav li a:hover {
  border-color: #D3D3D3;
  background-color: #F5F7F9; }

.faqbtn {
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 8px 10px 8px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 600;
  margin: 60px 0 0 0; }

.faqbtn:hover {
  background-color: #000000;
  color: #ffffff; }

.backtotopbtn {
  display: inline-block;
  padding: 2px 6px 2px 6px;
  margin-top: 15px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600; }

a .backtotopbtn {
  color: #555F64;
  text-decoration: none;
  font-size: 14px; }

.backtotopbtn:hover {
  border-color: #D3D3D3;
  background-color: #F5F7F9; }

/* SIGN UP
---------------------------------------------------------- */
#signup, #refer, #contact {
  padding: 40px 0 40px 0;
  width: 750px;
  margin: 0 auto; }

/* CONTACT US
---------------------------------------------------------- */
#contact {
  padding: 40px 0 40px 0;
  width: 750px;
  margin: 0 auto; }

#contactmethods {
  width: 560px;
  margin: 0 auto; }

#contactmethods ul {
  list-style-type: none; }

#contactmethods li {
  float: left;
  padding-right: 35px;
  display: inline-block; }

#contactmethods p {
  float: left;
  padding-top: 5px; }

#contactmethods img {
  float: left;
  padding-right: 12px; }

#contactmethods a:link, #contactmethods a:active, #contactmethods a:visited, #contactmethods a:hover {
  color: #ffffff; }

#contactaddress {
  height: 600px; }

#contactaddress p {
  text-align: center; }

#contactaddressleft {
  float: left;
  width: 50%;
  padding: 220px 0 0 0;
  height: 100%; }

#map {
  float: right;
  width: 50%;
  height: 100%; }

/* HOW IT WORKS
---------------------------------------------------------- */
.how-it-works-hero {
  background: #00b2bf;
  background: linear-gradient(-45deg, #28ff8f, #0063cc); }

.how-it-works-hero-img {
  width: 60%;
  margin-top: 30px; }

.how-it-works-hero-content {
  padding: 70px 0 50px 0; }

.the-basics {
  padding: 20px 0 40px 0; }

.the-basics-stat {
  width: 80%;
  margin-top: 30px; }

.the-basics-review {
  margin: 20px 10% 0 10%; }

.the-basics-review p {
  font-size: 17px;
  line-height: 23px; }

.how-it-works-hero-text {
  margin-bottom: 10px 0 20px 0; }

.how-it-works-set-up-step {
  padding: 20px 20px 0 20px; }

.how-it-works-set-up {
  padding: 40px 40px; }

/* LANDING A
---------------------------------------------------------- */
.landing-a-hero {
  background-image: url(2fb3b0a7e7b9c39a27d7c57aa96947b5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }

.landing-a-hero .hero-content {
  text-align: center;
  padding: 120px 0 90px 0; }

.landing-a-hero .hero-content p {
  margin-top: 25px; }

.la-hero-img {
  margin: 0 0 -300px 0;
  max-height: 800px; }

.la-hero-input {
  display: inline-block;
  width: 220px;
  float: left;
  margin: 10px 10px 0 0; }

.la-hero-form {
  width: 460px;
  margin: 30px auto 0 auto; }

.landing-a-section-1 {
  text-align: center;
  background: #F95B69;
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
  padding: 50px 0 75px 0; }

.landing-a-section-2 {
  text-align: center;
  background-color: #375976;
  background-image: url(ee647be6033d6b9d05599939bc4b68d1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 95px 0; }

.landing-a-section-3 {
  text-align: center;
  background-color: #EBE5D2;
  background-image: url(a996a4f3cccd147fbc7e4789ffd14862.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 95px 0; }

.landing-a-section-4 {
  text-align: center;
  background: #1E5DA5;
  background: linear-gradient(-45deg, #C66EEB, #1E5DA5);
  padding: 50px 0 75px 0; }

.la-margin1 {
  margin-top: 60px; }

.la-margin2 {
  margin-top: 30px; }

.la-margin3 {
  margin-bottom: 0; }

.landing-a-section-1 .img, .landing-a-section-2 .img, .landing-a-section-3 .img, .landing-a-section-4 .img {
  max-height: 480px; }

.landing-a-section-3 p {
  margin-top: 20px; }

.landing-a-section-1 p, .landing-a-section-2 p, .landing-a-section-4 p {
  margin-top: 20px;
  color: #FFFFFF;
  opacity: 0.8; }

.landing-a-section-1 h2, .landing-a-section-2 h2, .landing-a-section-4 h2 {
  color: #FFFFFF; }

.landing-a-section-1 .icon, .landing-a-section-2 .icon, .landing-a-section-3 .icon, .landing-a-section-4 .icon {
  max-height: 70px;
  margin: 0 auto;
  display: block; }

.landing-a-section-1 .feature-text, .landing-a-section-2 .feature-text, .landing-a-section-3 .feature-text, .landing-a-section-4 .feature-text {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 15px; }

.landing-a-testimonial {
  padding: 70px 0 70px 0; }

.landing-a-testimonial p {
  font-size: 22px;
  line-height: 30px; }

.landing-a-testimonial img {
  max-height: 140px; }

.la-form-btn {
  text-align: center;
  float: left;
  background-color: #1B3859;
  padding: 16px 50px;
  border-radius: 8px;
  width: 450px;
  height: 54px;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 15px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.la-form-btn:hover {
  background-color: #375976; }

/* REFERRAL
---------------------------------------------------------- */
#refer2 {
  padding: 0 0 60px 0; }

.refer-img {
  margin-top: 0px;
  background-image: url(29d537dde21ddb6a78b8f698645d22dc.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 161px; }

.refer-img2 {
  margin-top: 20px;
  background-image: url(6e657bd36ffb1250d12301b188829a77.svg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 171px; }

.refer-h1 {
  font-size: 48px;
  line-height: 58px; }

.refer-unique-link {
  margin-top: 50px;
  text-align: center; }

.refer-url {
  display: inline-block;
  padding: 10px 20px 0px 20px;
  border: 1px solid #CCC;
  border-radius: 8px; }

.refer-social-links {
  margin-top: 40px; }

.refer-social-links div {
  margin-top: 10px; }

/* FOOTER
---------------------------------------------------------- */
#footer {
  background-color: #333B3F;
  padding: 40px 0; }

#footer-confirmation {
  background-color: #F5F7F9;
  padding: 40px 0; }

.footer-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #8A939A; }

#footer-confirmation h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600; }

.footer-nav a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600; }

#footer a {
  color: #ffffff; }

#footer a:hover, .footer-nav a:hover {
  color: #A4ABBB;
  text-decoration: none; }

.footer-nav ul {
  list-style: none; }

.footer-nav li {
  margin-bottom: 5px; }

#footer h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600; }

.footer-icons {
  margin-left: 10px;
  display: inline-block; }

@media (max-width: 767px) {
  .footer-icons {
    margin-left: 0px;
    margin-top: 5px;
    display: block; }
  .footer-nav {
    margin-top: 40px; } }

/* TERMS
---------------------------------------------------------- */
#terms {
  padding: 40px 0 50px 0; }

#terms ul {
  list-style: none;
  margin-top: 30px; }

#terms li {
  border-color: #e6e6e6;
  border-width: 2px 2px 5px 2px;
  border-style: solid;
  border-radius: 6px;
  padding: 18px 60px 18px 30px;
  margin: 0 0 15px 0;
  background-image: url(c28cbec63017314a183efe3498249f87.png);
  background-repeat: no-repeat;
  background-position: right;
  font-size: 22px;
  font-weight: 600; }

#terms li:hover {
  border-color: #D3D3D3;
  background-image: url(ca8905a2c4651196992c603d26626d5d.png); }

#terms a {
  color: #4E4E4E;
  text-decoration: none; }

#terms a:hover {
  color: #000;
  text-decoration: none; }

#terms p {
  padding-top: 12px; }

/* CONFIRMATION
---------------------------------------------------------- */
.confirmation {
  padding: 100px 0;
  background-color: #FFFFFF; }

.confirmation .img {
  max-height: 280px; }

/* CO BRANDING
---------------------------------------------------------- */
.sponsorship-banner {
  text-align: center;
  padding: 30px 0; }

.cua {
  background: #F95B69;
  background: linear-gradient(-45deg, #0094AF, #56B0C5); }

.tmb {
  background: #F95B69;
  background: linear-gradient(-45deg, #0094AF, #56B0C5); }

.bba {
  background: #F95B69;
  background: linear-gradient(-45deg, #49144E, #724976); }

.tmb-logo {
  width: 443px;
  height: auto; }

.bba-logo {
  width: 316px;
  height: auto; }

.cua-logo {
  width: 200px;
  height: autopx; }

/* REVIEWS
---------------------------------------------------------- */
.reviews-hero {
  background-image: url(66e364d5bc98c6425e36b57b4af97815.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 180px 0; }

.reviews-hero2 {
  background: #00b2bf;
  background: linear-gradient(-45deg, #28ff8f, #0063cc);
  padding: 20px 0 30px 0;
  text-align: center; }

.reviews-hero2 a, .reviews-hero2 a:hover {
  text-decoration: none;
  color: #ffffff; }

.reviews-rating-overall {
  margin: 0 10px 0 0;
  display: inline; }

.review-rating {
  width: 180px; }

.reviews {
  background: #E7EAEE;
  padding: 40px 0 60px 0; }

.review {
  background: #E7EAEE;
  padding: 80px 0 40px 0; }

.review-preview {
  border-radius: 16px;
  margin-bottom: 20px;
  border: 10px solid #E7EAEE;
  background-color: #ffffff;
  padding: 0px;
  text-align: center; }

.review-preview-img {
  border-radius: 7px 7px 0 0;
  width: 100%; }

.review-preview-content {
  padding: 30px 20px 15px 20px; }

.review-preview-stars-img {
  width: 120px; }

.review-preview a:hover {
  text-decoration: none; }

.review-single {
  border-radius: 16px;
  border: 10px solid #E7EAEE;
  background-color: #ffffff;
  padding: 0px;
  margin-bottom: 40px; }

.review-single h3 {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px; }

.review-single p {
  margin-bottom: 10px; }

.review-single-img {
  border-radius: 7px 7px 0 0;
  width: 100%; }

.review-single-content {
  padding: 40px 20px 20px 20px; }

/* CHOOSE YOUR CARD
---------------------------------------------------------- */
.choose-your-card {
  background-color: #E7EAEE;
  padding: 40px 0 70px 0; }

.choose-your-card p {
  font-size: 18px;
  line-height: 24px;
  opacity: 0.8; }

.choose-your-card-hero {
  width: 80%;
  height: 140px;
  margin: 30px 10% 0 10%;
  background-image: url(accce44189ca120eea33580e6b2c197d.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center; }

.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 0em auto; }

.cd-image-container img {
  display: block;
  max-width: 100%; }

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }

.cd-image-label.is-hidden {
  visibility: hidden; }

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none; }

.cd-resize-img .cd-image-label {
  right: auto;
  left: 0; }

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }

.cd-handle {
  position: absolute;
  height: 50px;
  width: 50px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #f14762 url(4017c872cbff19047ba78cf96f9e57ba.svg) no-repeat center center;
  cursor: move;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #333b44; }

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

/* APP FEATURE PANEL - JOBS */
.app-feature-jobs {
  background: #1FA2B3;
  background: linear-gradient(-45deg, #1371C5, #37EF98); }

.app-feature-jobs .container {
  padding: 50px 0; }

.app-feature-jobs p,
.app-feature-jobs h1,
.app-feature-jobs h2,
.app-feature-jobs h3 {
  color: #ffffff;
  text-align: center; }

.app-feature-jobs-hero-img {
  width: 100%; }

.app-feature-jobs-icon {
  width: 36px; }

.app-feature-jobs-btn-desktop {
  display: block; }

.app-feature-jobs-btn-mobile {
  display: none; }

/* APP FEATURE PANEL - NOTIFICATIONS */
.app-feature-notifications {
  background: #1FA2B3;
  background: linear-gradient(-45deg, #FF2979, #2751CB);
  overflow: hidden; }

.app-feature-notifications .container {
  padding: 30px 0 0 0; }

.app-feature-notifications p,
.app-feature-notifications h1,
.app-feature-notifications h2,
.app-feature-notifications h3 {
  color: #ffffff;
  text-align: center; }

.app-feature-notficiations-hero-img {
  width: 80%;
  margin-top: 30px;
  margin-bottom: -180px; }

.quote-opaque {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 40px 15px 40px;
  border-radius: 6px;
  margin-top: 20px; }

/* APP FEATURE PANEL - FAMILY GROUPS */
.app-feature-family-groups {
  background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
  color: #ffffff;
  text-align: center; }

.app-feature-family-groups .container {
  padding: 50px 0 65px 0; }

.app-feature-family-groups ul {
  list-style: none;
  margin-top: 10px; }

.app-feature-family-groups ul img {
  margin-right: 6px; }

.app-feature-family-groups ul p {
  line-height: 16px; }

.app-feature-family-groups-img {
  width: 90%; }

.app-feature-family-groups p,
.app-feature-family-groups h1,
.app-feature-family-groups h2,
.app-feature-family-groups h3 {
  color: #ffffff; }

.family-group-list {
  display: block;
  text-align: left;
  margin-top: 20px; }

.app-feature-family-groups-text {
  margin-top: 10px; }

/* MD
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 1199px) {
  /* GENERAL
---------------------------------------------------------- */
  .featured-in li {
    display: inline-block;
    padding: 0 2% 20px 2%;
    height: 35px; }
  .featured-in-logo {
    max-height: 35px; }
  .cat-margin-1 {
    margin-top: 90px; }
  /* HOME
---------------------------------------------------------- */
  .home-hero-content {
    padding: 180px 0 160px 0; }
  .hero-2-video {
    width: 65%; }
  .herosubfield {
    width: 100%;
    border-radius: 6px 6px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px; }
  .home-section-1 img {
    margin-top: 60px;
    max-height: 240px; }
  .herosubbtn2 {
    margin-top: 0;
    width: 100%;
    border-radius: 0 0 6px 6px; }
  .home-margin-1 {
    margin-top: 25px; }
  .home-margin-2 {
    margin-top: 70px; }
  /* PRICING
---------------------------------------------------------- */
  .pricing-hero-container h2 {
    font-size: 32px;
    line-height: 36px; }
  .pricing-hero-container .btn1 {
    font-size: 15px;
    padding: 16px 25px; }
  .pricing-hero li {
    margin-top: -22px; }
  .pricing-lockup {
    width: 90%;
    margin: 70px 5% 0 5%; }
  .pricing-section-1-img {
    width: 80%;
    margin-top: 0;
    margin-left: 0; }
  .pricing-table {
    width: 80%;
    margin: 0 auto;
    border: 3px solid #F5F7F9; }
  /* REFERRAL LANDING
---------------------------------------------------------- */
  .referral-landing-how-it-works-image-1 {
    margin-top: -70px; }
  .referral-landing-how-it-works-image-2 {
    margin-top: 160px; }
  .referral-landing-card-img {
    margin-top: 80px;
    width: 80%; }
  .referral-landing-pricing-img {
    width: 80%; }
  .referral-landing-hero-gradient-text {
    margin-top: 40px; }
  .referral-landing-hero-gradient-img {
    width: 50%; }
  /* HOW IT WORKS
---------------------------------------------------------- */
  .how-it-works-hero {
    background: #00b2bf;
    background: linear-gradient(-45deg, #28ff8f, #0063cc);
    padding: 20px 0; }
  .the-basics-stat {
    width: 100%;
    margin-top: 30px; }
  .how-it-works-hero-text {
    margin-top: 30px; }
  .how-it-works-hero-img {
    width: 80%;
    margin-top: 50px; }
  .how-it-works-hero-content {
    padding: 50px 0 30px 0; }
  /* ABOUT US
---------------------------------------------------------- */
  .about-us-hero-img {
    padding-top: 50px;
    width: 60%; }
  .about-us-hero-text {
    margin-top: 20px; }
  /* APP FEATURE PANEL - JOBS */
  .app-feature-jobs .container {
    padding: 20px 0; }
  .app-feature-jobs-hero-img {
    margin-top: 30px;
    width: 65%; }
  .app-feature-jobs-btn-desktop {
    display: none; }
  .app-feature-jobs-btn-mobile {
    display: block; }
  /* APP FEATURE PANEL - NOTIFICATIONS */
  .app-feature-notficiations-hero-img {
    width: 100%;
    margin-bottom: -170px; }
  /* APP FEATURE PANEL - FAMILY GROUPS */
  .app-feature-family-groups-img {
    margin-top: 90px;
    width: 100%; }
  .app-feature-family-groups .container {
    padding: 40px 0 50px 0; }
  .family-group-list {
    text-align: center; }
  .app-feature-family-groups-text {
    margin-top: 00px; } }

/* SM
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 991px) {
  /* GENERAL
---------------------------------------------------------- */
  .hidden-sm {
    display: none !important; }
  input {
    padding: 8px 20px 8px 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 0px;
    font-size: 19px;
    font-weight: 600;
    height: 48px; }
  .featured-in {
    padding: 20px 0 10px 0; }
  .featured-in li {
    height: 26px;
    padding: 0 1% 0 1%;
    margin-bottom: 20px; }
  .featured-in-logo {
    max-height: 32px;
    max-width: 120px; }
  .call-to-action img {
    max-height: 400px; }
  .cat-margin-1 {
    margin-top: 85px; }
  .cat-margin-2 {
    margin-top: 60px; }
  /* GENERIC TEXT HERO
---------------------------------------------------------- */
  .generic-text-hero {
    background-color: #1B3859;
    padding: 50px 0 40px 0;
    text-align: center; }
  .generic-text-hero p {
    margin-top: 20px;
    color: #FFFFFF;
    opacity: 0.8; }
  .generic-text-hero h1, .generic-text-hero h2 {
    color: #FFFFFF; }
  /* HOME
---------------------------------------------------------- */
  .home-hero-content {
    padding: 160px 0 140px 0; }
  .hero-2-video {
    width: 80%; }
  .home-hero-content h1 {
    font-size: 54px;
    line-height: 62px; }
  .home-section-1 img {
    margin-top: 85px;
    max-height: 190px; }
  .home-section-2 img {
    max-height: 400px; }
  .home-margin-2 {
    margin-top: 130px; }
  .ficon {
    width: 15%; }
  .ftext p {
    width: 85%; }
  /* SIGN UP
---------------------------------------------------------- */
  #signup, #refer, #contact {
    width: 75%; }
  /* LANDING A
---------------------------------------------------------- */
  .landing-a-hero .hero-content {
    text-align: center;
    padding: 90px 0 60px 0; }
  .la-hero-img {
    margin: 60px 0 -240px 0;
    max-height: 800px; }
  .landing-a-section-1 .icon, .landing-a-section-2 .icon, .landing-a-section-3 .icon, .landing-a-section-4 .icon {
    max-height: 60px; }
  .landing-a-section-1 .feature-text, .landing-a-section-2 .feature-text, .landing-a-section-3 .feature-text, .landing-a-section-4 .feature-text {
    font-size: 18px;
    line-height: 22px; }
  .landing-a-section-1 .img, .landing-a-section-2 .img, .landing-a-section-3 .img, .landing-a-section-4 .img {
    max-height: 400px; }
  .la-margin2 {
    margin-top: 15px; }
  .la-margin1 {
    margin-top: 25px; }
  .la-hero-form {
    width: 360px;
    margin: 30px 0 0 0; }
  .la-hero-input {
    display: inline-block;
    width: 165px;
    float: left;
    margin: 10px 10px 0 0; }
  .la-form-btn {
    width: 340px; }
  /* REFERRAL LANDING
---------------------------------------------------------- */
  .referral-landing-how-it-works-image-1 {
    margin-top: 0px; }
  .referral-landing-how-it-works-image-2 {
    margin-top: 230px; }
  .referral-landing-card-img {
    margin-top: 100px;
    width: 100%; }
  .referral-landing-pricing-img {
    margin-top: 30px;
    width: 90%; }
  .referral-landing-hero-gradient-text {
    margin-top: 60px; }
  .referral-landing-hero-gradient-img {
    width: 70%; }
  #referral-footer p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff; }
  #referral-footer {
    padding: 12px 0 7px 0; }
  .referral-landing-hero-gradient-text h2 {
    font-size: 32px;
    line-height: 40px; }
  /* REFERRAL
---------------------------------------------------------- */
  .refer-h1 {
    font-size: 38px;
    line-height: 46px; }
  /* ABOUT US
---------------------------------------------------------- */
  .about-us-press-logo {
    width: 100%;
    padding: 30px 0; }
  .about-us-feature-no-bank-img {
    padding-top: 30px;
    width: 60%; }
  .about-us-hero-img {
    padding-top: 40px;
    width: 70%; }
  .about-us-feature-family-img {
    padding-top: 50px;
    width: 65%; }
  .about-us-hero-text {
    margin-top: 0px; }
  /* APP FEATURE PANEL - JOBS */
  .app-feature-jobs .container {
    padding: 20px 0 40px 0; }
  .app-feature-jobs-hero-img {
    width: 50%;
    margin: 30px 0 -20px -11%; }
  /* APP FEATURE PANEL - NOTIFICATIONS */
  .app-feature-notficiations-hero-img {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 0px; }
  /* APP FEATURE PANEL - FAMILY GROUPS */
  .app-feature-family-groups-img {
    margin: 0 0 20px 0;
    width: 70%; } }

/*
----------------------------------------------------------
---------------------------------------------------------- */
@media (min-width: 767px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/* XS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 767px) {
  /* GENERAL
---------------------------------------------------------- */
  h1 {
    font-size: 48px;
    line-height: 56px; }
  h2 {
    font-size: 32px;
    line-height: 42px; }
  h3 {
    font-size: 26px;
    line-height: 38px; }
  .la-form-btn {
    width: 100%; }
  .featured-in-tab {
    padding: 8px 14px 3px 14px;
    margin-bottom: -1px; }
  .featured-in li {
    height: 28px; }
  .call-to-action {
    text-align: center;
    padding: 20px 0 40px 0; }
  .call-to-action img {
    max-height: 400px; }
  .cat-margin-1 {
    margin-top: 0px; }
  .cat-margin-2 {
    margin-top: 40px; }
  /* GENERIC TEXT HERO
---------------------------------------------------------- */
  .generic-text-hero {
    padding: 50px 0 40px 0; }
  /* HEADER
---------------------------------------------------------- */
  #header {
    position: fixed;
    height: 46px; }
  #logo {
    height: 26px;
    margin-top: 8px; }
  #nav li {
    margin-left: 5px;
    margin-top: 8px;
    font-size: 14px; }
  /* HOMEPAGE
---------------------------------------------------------- */
  .home-hero {
    background-image: url(d8b542e53c30c203ef7157e6d688d5e2.jpg); }
  .hero-2-video {
    width: 100%; }
  .home-hero-content {
    width: 100%;
    padding: 50px 0 370px 0;
    text-align: center; }
  .home-hero-content-2 {
    padding: 70px 0 50px 0; }
  .home-hero h1 {
    font-size: 46px;
    line-height: 58px; }
  .home-section-1 {
    text-align: center;
    padding: 0px 0 40px 0; }
  .home-section-1 img {
    max-height: 220px; }
  .home-margin-1 {
    margin-top: 40px; }
  .home-section-2 {
    padding: 40px 0 60px 0; }
  .home-margin-2 {
    margin-top: 40px; }
  .home-section-2 img {
    max-height: 400px; }
  .home-section-3 {
    padding: 30px 0 60px 0; }
  .herosubfield {
    width: 70%;
    margin: 0 15%; }
  .herosubbtn2 {
    width: 70%;
    margin: 0 15%; }
  .home-testimonials {
    padding: 30px 0 50px 0; }
  .testimonial-child-img {
    border-radius: 4%;
    width: 30%;
    height: 30%; }
  .testimonial {
    margin-bottom: 0px; }
  /* PRICING
---------------------------------------------------------- */
  .pricing-table {
    width: 100%; }
  .pricing-hero {
    background-image: url(1e30aba1449062e4728e673ff57cd25f.jpg);
    padding: 60px 0 300px; }
  .pricing-hero-container {
    padding: 30px;
    text-align: center; }
  .pricing-lockup {
    width: 50%;
    margin: 0px 25% 0 25%; }
  .pricing-q-field {
    width: 76%;
    margin-left: 12%;
    margin-right: 12%; }
  .pricing-q-btn {
    width: 76%;
    margin-left: 12%;
    margin-right: 12%; }
  .pricing-q-right {
    margin-top: 30px; }
  .pricing-stats-clearfix {
    display: block;
    visibility: inherit; }
  /* REFERRAL LANDING
---------------------------------------------------------- */
  .referral-landing-hero {
    background-image: url(0c1303eb53c0018d05030c37495410db.jpg);
    padding: 60px 0 0 0;
    text-align: center; }
  .referral-landing-hero-gradient {
    background: #F95B69;
    background: linear-gradient(-45deg, #D32776, #F95B69, #F9B16A);
    padding: 60px 0 0 0; }
  .referral-landing-hero-gradient-text {
    margin-top: 0px; }
  .referral-landing-hero-gradient-img {
    width: 40%; }
  .referral-landing-form {
    margin-top: 250px; }
  .referral-landing-how-it-works-image-1 {
    display: none;
    visibility: hidden; }
  .referral-landing-how-it-works {
    padding: 20px 0 50px 0; }
  .referral-landing-how-it-works-image-2 {
    display: none;
    visibility: hidden; }
  .referral-landing-how-it-works-image-3 {
    display: block;
    visibility: inherit;
    padding-top: 25px;
    width: 90%; }
  .referral-landing-how-it-works-parents {
    width: 100%;
    float: left; }
  .referral-landing-how-it-works-kids {
    width: 100%;
    float: left;
    text-align: left; }
  .referral-landing-card {
    padding: 20px 0 40px 0; }
  .referral-landing-card-img {
    width: 50%;
    margin-top: 40px; }
  .referral-landing-family-text {
    margin-bottom: 200px; }
  .referral-landing-family {
    background-image: url(b90728946c16de0609d7b1ffe1ee301d.jpg);
    padding-top: 25px; }
  .referral-landing-pricing {
    padding: 40px 0px 50px 0;
    background: #F95B69;
    background: linear-gradient(-45deg, #0C2E48, #3D68A4); }
  .referral-landing-pricing-img {
    margin-top: 20px;
    width: 40%; }
  /* REFERRAL LANDING
---------------------------------------------------------- */
  .referral-landing-form input, .referral-landing-form-gradient input {
    width: 100%;
    margin-right: 0%; }
  .referral-landing-form .referral-landing-form-btn, .referral-landing-form-gradient .referral-landing-form-btn {
    width: 100%; }
  /* HOW IT WORKS
---------------------------------------------------------- */
  .how-it-works-hero-content {
    padding: 40px 0 40px 0; }
  .how-it-works-hero-img {
    width: 50%;
    margin-top: 20px; }
  .how-it-works-hero-text {
    margin-top: 0px; }
  .the-basics-stat {
    width: 50%;
    margin-top: 30px; }
  /* SIGN UP
---------------------------------------------------------- */
  #signup, #refer, #contact {
    width: 90%; }
  /* CONTACT US
---------------------------------------------------------- */
  #contactmethods {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding-top: 25px; }
  #contactmethods li {
    width: 100%;
    float: left;
    padding-right: 35px;
    display: inline-block;
    margin: -16px 0; }
  #contactmethods p {
    float: left;
    padding-top: 10px;
    font-size: 18px; }
  #contactaddressleft {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0; }
  #map {
    float: left;
    width: 100%;
    height: 400px; }
  /* LANDING A
---------------------------------------------------------- */
  .landing-a-hero .hero-content {
    padding: 60px 0 90px 0; }
  .la-hero-img {
    margin: 40px 0 -250px 0;
    max-height: 500px; }
  .la-margin1 {
    margin-top: 0; }
  .la-margin2 {
    margin-top: 0; }
  .la-margin3 {
    margin-top: 40px; }
  .landing-a-section-1 {
    background-color: #F95B69;
    padding: 30px 0 40px 0; }
  .landing-a-section-2 {
    background-color: #375976;
    background-image: none;
    padding: 30px 0 40px 0; }
  .landing-a-section-3 {
    background-color: #EBE5D2;
    background-image: none;
    padding: 30px 0 40px 0; }
  .landing-a-section-4 {
    background-color: #0EA2D0;
    padding: 30px 0 40px 0; }
  .landing-a-section-1 .icon, .landing-a-section-2 .icon, .landing-a-section-3 .icon, .landing-a-section-4 .icon {
    max-height: 40px; }
  .landing-a-section-1 .feature-text, .landing-a-section-2 .feature-text, .landing-a-section-3 .feature-text, .landing-a-section-4 .feature-text {
    text-align: left;
    font-size: 20px; }
  .landing-a-section-1 .img, .landing-a-section-2 .img, .landing-a-section-3 .img, .landing-a-section-4 .img {
    max-height: 350px; }
  .la-hero-input {
    width: 100%; }
  .la-hero-form {
    width: 100%; }
  .landing-a-testimonial img {
    margin-top: 20px;
    max-height: 160px; }
  /* CONFIRMATION
---------------------------------------------------------- */
  .confirmation {
    padding: 50px 0;
    background-color: #FFFFFF;
    text-align: center; }
  .confirmation .img {
    max-height: 200px; }
  .confirm-margin-1 {
    margin-top: 40px; }
  /* REFERRAL
---------------------------------------------------------- */
  .refer-social-links {
    width: 360px;
    margin: 0 auto; }
  .refer-img {
    margin: -10px 0 10px 0; }
  /* CO BRANDING
---------------------------------------------------------- */
  .tmb-logo {
    width: 400px;
    height: auto; }
  /* ABOUT US
---------------------------------------------------------- */
  .about-us-press-logo {
    width: 50%;
    padding: 10px 0; }
  .about-us-feature-no-bank-img {
    width: 25%;
    margin-top: 30px; }
  .about-us-feature-family-img {
    padding-top: 30px;
    width: 50%; }
  .about-us-hero-text {
    text-align: center;
    margin-top: 0px; }
  .about-us-hero-img {
    padding-top: 30px;
    width: 50%; }
  /* REVIEWS
---------------------------------------------------------- */
  .reviews-hero {
    text-align: center;
    background-image: url(2d7ff9142ed9f6de00a6fb7fe3df5a20.jpg);
    padding: 60px 0 300px; }
  .reviews-rating-overall {
    margin: 0px auto 10px auto;
    display: block; }
  .review-rating {
    width: 140px; }
  .review-preview-stars-img {
    width: 100px; }
  .review-preview-content {
    padding: 30px 20px 15px 20px;
    height: 150px; }
  /* CHOOSE YOUR CARD
---------------------------------------------------------- */
  .choose-your-card {
    padding: 20px 0 50px 0; }
  .choose-your-card-hero {
    width: 70%;
    height: 250px;
    margin: 30px 15% 0 15%;
    background-image: url(4862003fb18825204e0eebb88bc86ab0.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center; }
  /* APP FEATURE PANEL - JOBS */
  .app-feature-jobs-hero-img {
    width: 60%;
    margin-left: -20%; }
  /* APP FEATURE PANEL - NOTIFICATIONS */
  .app-feature-notficiations-hero-img {
    width: 50%; } }

/* XXS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 480px) {
  /* GENERAL
---------------------------------------------------------- */
  .call-to-action img {
    max-height: 300px; }
  .btn1-form {
    width: 100%; }
  /* HOME
---------------------------------------------------------- */
  .herosubfield {
    width: 100%;
    margin: 0; }
  .herosubbtn2 {
    width: 100%;
    margin: 0; }
  .home-section-1 img {
    margin-top: 50px;
    max-height: 150px; }
  .home-section-2 img {
    max-height: 300px; }
  .testimonial-parent-img {
    border-radius: 50%;
    margin-top: -32px;
    width: 46px;
    height: 46px; }
  .testimonial-rating {
    width: 80px;
    height: 14px; }
  /* PRICING
---------------------------------------------------------- */
  .tmb-logo, .bba-logo {
    width: 100%;
    height: auto; }
  .pricing-lockup {
    width: 80%;
    margin: 0px 10% 0 10%; }
  .pricing-q-field {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  .pricing-q-btn {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }
  /* REFERRAL LANDING
---------------------------------------------------------- */
  .referral-landing-card-img {
    width: 85%; }
  .referral-landing-pricing-img {
    margin-top: 10px;
    width: 80%; }
  .referral-landing-hero-gradient-img {
    width: 70%; }
  /* REFERRAL
---------------------------------------------------------- */
  .refer-img {
    background-image: url(440f103148e3e34b63f061a8fdd811d0.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 629px; }
  .refer-img2 {
    margin-top: 20px;
    background-image: url(9f19829ef3a994ba8d57c27880183231.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 629px; }
  .refer-social-links {
    width: 100%; }
  .refer-img, .refer-img2 {
    margin: 15px 0 35px 0; }
  /* HOW IT WORKS
---------------------------------------------------------- */
  .how-it-works-hero-img {
    width: 80%;
    margin-top: 20px; }
  .the-basics-stat {
    width: 80%;
    margin-top: 30px; }
  /* ABOUT US
---------------------------------------------------------- */
  .about-us-press-logo {
    width: 90%;
    padding: 10px 0; }
  .about-us-feature-no-bank-img {
    width: 40%;
    margin-top: 30px; }
  .about-us-feature-family-img {
    padding-top: 30px;
    width: 65%; }
  .about-us-hero-img {
    padding-top: 20px;
    width: 60%; }
  /* CHOOSE YOUR CARD
---------------------------------------------------------- */
  .choose-your-card-hero {
    width: 80%;
    height: 150px;
    margin: 30px 10% 0 10%;
    background-image: url(4862003fb18825204e0eebb88bc86ab0.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center; }
  /* APP FEATURE PANEL - JOBS */
  .app-feature-jobs-hero-img {
    width: 100%;
    margin-left: -25%; }
  /* APP FEATURE PANEL - NOTIFICATIONS */
  .app-feature-notficiations-hero-img {
    width: 80%; }
  /* APP FEATURE PANEL - FAMILY GROUPS */
  .app-feature-family-groups-img {
    margin-top: 0px;
    width: 100%; } }

.download-hero {
  padding: 120px 0 60px 0; }

.app-icon {
  width: 120px; }

.app-link {
  height: 50px; }

.download-hero-title {
  margin: 20px 0 20px 0; }

/* XS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 767px) {
  .download-hero {
    padding: 90px 0 40px 0; }
  .app-icon {
    width: 90px; }
  .app-link {
    height: 40px; }
  .download-hero-title {
    margin: 20px 0 20px 0;
    line-height: 34px; } }

.next-steps-hero {
  background: #FF4B65;
  background: linear-gradient(-45deg, #F7931E, #FF229B);
  padding: 90px 0 0 0; }
  .next-steps-hero h1 {
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600; }
    @media (max-width: 991px) {
      .next-steps-hero h1 {
        font-size: 38px;
        line-height: 46px;
        color: #ffffff;
        font-weight: 600; } }
    @media (max-width: 767px) {
      .next-steps-hero h1 {
        font-size: 32px;
        line-height: 38px;
        color: #ffffff;
        font-weight: 600; } }
  .next-steps-hero h2 {
    font-size: 30px;
    line-height: 42px; }
    @media (max-width: 767px) {
      .next-steps-hero h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 991px) {
    .next-steps-hero {
      padding: 75px 0 0 0; } }
  @media (max-width: 767px) {
    .next-steps-hero {
      padding: 60px 0 0 0; } }

.next-steps-1 {
  padding: 30px 10px; }
  .next-steps-1 h2 {
    font-size: 30px;
    line-height: 42px; }
    @media (max-width: 767px) {
      .next-steps-1 h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 767px) {
    .next-steps-1 p {
      font-size: 18px; } }

.next-steps-referral {
  padding: 40px 20px; }
  .next-steps-referral a:link, .next-steps-referral a:hover, .next-steps-referral a:visited, .next-steps-referral a:active {
    text-decoration: none; }
  .next-steps-referral h2 {
    font-size: 30px;
    line-height: 42px; }
    @media (max-width: 767px) {
      .next-steps-referral h2 {
        font-size: 24px;
        line-height: 30px; } }

.next-steps-2 {
  padding: 20px 0 20px 0; }
  .next-steps-2 h2 {
    font-size: 30px;
    line-height: 42px; }
    @media (max-width: 767px) {
      .next-steps-2 h2 {
        font-size: 24px;
        line-height: 30px; } }

.next-step {
  height: 560px;
  padding: 10px;
  margin-bottom: 20px; }
  .next-step h3 {
    border-radius: 6px;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px; }
    @media (max-width: 991px) {
      .next-step h3 {
        border-radius: 6px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .next-step h3 {
        border-radius: 6px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px; } }
  @media (max-width: 1199px) {
    .next-step {
      height: 500px; } }
  @media (max-width: 991px) {
    .next-step {
      height: 400px; } }
  @media (max-width: 767px) {
    .next-step {
      border-radius: 28px;
      margin-bottom: 0px;
      border: 20px solid #ffffff;
      height: auto; } }

.next-step-content {
  border-radius: 8px;
  padding: 30px 20px 0 20px;
  height: 100%;
  position: relative; }

.next-step-number {
  display: inline-block;
  background-color: #1EA3CE;
  width: 46px;
  height: 46px;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 600;
  padding: 4px;
  text-align: center;
  color: #ffffff; }

.next-steps-responsive-img {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 14.5%;
  right: 14.5%;
  width: 71%; }
  @media (max-width: 767px) {
    .next-steps-responsive-img {
      width: 50%;
      position: static; } }

.next-step-1-padding {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .next-step-1-padding {
      padding-bottom: 0; } }

.unknown-address {
  float: right;
  margin-top: 10px; }
  .unknown-address p {
    margin: 0; }

.autocomplete-suggestions {
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-top: none;
  background: #FFF;
  overflow: auto;
  font-size: 16px;
  font-weight: 600; }
  .autocomplete-suggestions strong {
    font-weight: 600; }

.autocomplete-suggestion {
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 0.1px solid #CCCCCC; }
  .autocomplete-suggestion:last-child {
    border: none; }

.autocomplete-selected {
  background: #E6F8FF; }

.input-group {
  width: 100%; }

.loading-group .input-group-addon {
  display: none; }

.loading-group.loading input:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.loading-group.loading .input-group-addon {
  display: table-cell;
  background: transparent;
  border-left: none;
  padding-right: 16px;
  padding-top: 4px; }

.loading-group.loading input:focus ~ .input-group-addon {
  background: #E6F8FF;
  border-color: #4697e4; }

span.helpful {
  display: inline-block; }
  span.helpful p {
    padding: 15px 0 0 0; }

span.errortext {
  display: inline-block; }

.errortext:not([style*="display: none"]) ~ .errortext p, .helpful:not([style*="display: none"]) ~ .errortext p {
  padding-top: 0; }

.signup-page-of-contents {
  background: #e4e7ec;
  padding: 0px 0 0px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }
  .signup-page-of-contents .signup-page-of-contents-container {
    padding: 60px 0 40px 0;
    margin: 50px 0px 0px 0px; }
    .signup-page-of-contents .signup-page-of-contents-container .signup-page-of-contents-line.signup-page-of-contents-here {
      height: 40px;
      line-height: 40px; }
      .signup-page-of-contents .signup-page-of-contents-container .signup-page-of-contents-line.signup-page-of-contents-here span {
        background: #1A3A65;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        color: white;
        text-align: center;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1); }
    .signup-page-of-contents .signup-page-of-contents-container .signup-page-of-contents-line {
      margin: 0px 10px 20px 10px;
      display: inline-block;
      font-weight: 550;
      height: 40px;
      line-height: 40px; }
      .signup-page-of-contents .signup-page-of-contents-container .signup-page-of-contents-line span {
        font-size: 22px;
        text-align: center;
        background: white;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-weight: bold;
        display: inline-block;
        margin-right: 3px;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1); }

/* XS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 767px) {
  .signup-page-of-contents .signup-page-of-contents-container {
    padding: 40px 0 20px 0; } }

.wb-promo *, #refer *, #contact * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600; }

.super-hero-party-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF1230;
  font-size: 34px;
  font-weight: bold;
  text-shadow: -4px 4px black; }

.fifty-off-container {
  margin-top: 40px;
  width: 370px; }

.fifty-off-img {
  width: 110px;
  float: left;
  display: inline-block; }

.fifty-off-text {
  width: 260px;
  float: left;
  padding-top: 10px;
  text-align: left;
  display: inline-block; }

.wb-promo #hero {
  margin: 10px 0; }
  .wb-promo #hero .hero-text {
    margin: 70px 0 0 0; }
  .wb-promo #hero h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px; }

.wb-promo .member-text {
  letter-spacing: 5px;
  color: #b3b3b3;
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px; }

.wb-promo .card-selection-container {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 15px 10px 20px 10px;
  text-align: center; }
  .wb-promo .card-selection-container .errortext {
    float: left;
    padding-left: 20px; }
  .wb-promo .card-selection-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .wb-promo .card-selection-container .card {
    position: relative;
    float: none;
    margin: 5px;
    width: 22%;
    padding: 0; }
    .wb-promo .card-selection-container .card img {
      width: 100%;
      opacity: 0.5; }
  .wb-promo .card-selection-container.active {
    background-color: #262B42; }
    .wb-promo .card-selection-container.active .card {
      cursor: pointer; }
    .wb-promo .card-selection-container.active input[type="radio"]:checked + .card:after {
      content: '';
      width: 52px;
      height: 52px;
      background: url(6a9117eadb44b5b193757b4664c7452c.png);
      background-size: 100% 100%;
      position: absolute;
      display: inline-block;
      right: -12px;
      bottom: -12px; }
    .wb-promo .card-selection-container.active img {
      opacity: 1; }

.wb-promo .child-selection-container {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 20px; }

.wb-promo [type="checkbox"] {
  vertical-align: middle; }

.wb-promo #toggle-additional-children input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.wb-promo #toggle-additional-children .btn {
  background: none;
  color: #00BA6B;
  border-color: #00BA6B;
  width: auto;
  float: right;
  padding: 6px 12px;
  font-size: 16px; }

.wb-promo #toggle-additional-children input[type="checkbox"]:checked + .btn {
  color: #FF0000;
  border-color: #FF0000; }

.wb-promo .wb-promo strong, .wb-promo .wb-promo .btn1-form, .wb-promo #refer strong, .wb-promo #refer .btn1-form, .wb-promo #contact strong, .wb-promo #contact .btn1-form {
  font-weight: 800; }

.wb-promo .superhero-hero {
  width: 480px;
  margin: 30px 0 0 -160px; }

.wb-promo .superhero-hero-small {
  width: 300px;
  margin: 60px 0 0 -50px; }

.wb-promo h2 {
  color: #b3b3b3;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  padding-top: 20px; }

.wb-promo h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px; }

.wb-promo .subhead {
  margin-top: 8px;
  line-height: 24px;
  font-size: 20px;
  color: #b3b3b3;
  display: inline-block; }

.wb-promo hr {
  margin-top: 10px;
  height: 1px;
  background: #626262;
  border: 0; }

.wb-promo .confirm_children_age {
  display: block;
  margin-top: 30px; }

.wb-promo .get_spriggy_black_for_child input {
  transform: scale(1.4);
  margin-top: 40px; }

.wb-promo .get_spriggy_black_for_child label {
  margin-top: -20px; }

.wb-promo .confirm_children_age_text {
  display: inline-block;
  float: left;
  margin-left: 35px;
  margin-top: -40px; }

.wb-promo #confirm_children_age {
  float: left;
  height: 18px;
  margin-top: 10px; }

.wb-promo input[type=checkbox] {
  margin-top: -5px;
  margin-right: 18px;
  width: 18px; }

.wb-promo #child_details_form-0 input[type=text],
.wb-promo #child_details_form-1 input[type=text],
.wb-promo #child_details_form-2 input[type=text],
.wb-promo #child_details_form-3 input[type=text] {
  width: 49%;
  float: left; }

.wb-promo #friend_details_form-0 input[type=text],
.wb-promo #friend_details_form-1 input[type=text],
.wb-promo #friend_details_form-2 input[type=text],
.wb-promo #friend_details_form-3 input[type=text],
.wb-promo #friend_details_form-4 input[type=text],
.wb-promo #friend_details_form-5 input[type=text],
.wb-promo #friend_details_form-6 input[type=text],
.wb-promo #friend_details_form-7 input[type=text],
.wb-promo #friend_details_form-8 input[type=text],
.wb-promo #friend_details_form-9 input[type=text] {
  font-size: 20px; }

.wb-promo #refer input[type=text] {
  width: 49%;
  float: left; }

.wb-promo .childspacing {
  margin-right: 2%; }

.wb-promo #postcode {
  margin-right: 5px;
  width: 100px; }

.wb-promo .wb-promo .container, .wb-promo #refer .container, .wb-promo #contact .container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.wb-promo form header {
  margin: 0 0 20px 0; }

.wb-promo form header div {
  font-size: 90%;
  color: #999; }

.wb-promo form header h2 {
  margin: 0 0 5px 0; }

.wb-promo form > div,
.wb-promo form > span > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 22px 0; }

.wb-promo form > div > label,
.wb-promo form > span > div > label,
.wb-promo legend {
  width: 40%;
  float: left;
  padding: 8px 30px 12px 0;
  text-align: right;
  font-weight: 600;
  font-size: 20px; }

.wb-promo form > div > div,
.wb-promo form > span > div > div,
.wb-promo form > div > fieldset > div {
  width: 60%;
  float: right; }

.wb-promo form > div > fieldset label {
  font-size: 90%; }

.wb-promo fieldset {
  border: 0;
  padding: 0; }

.wb-promo input[type=text],
.wb-promo input[type=email],
.wb-promo input[type=url],
.wb-promo input[type=password],
.wb-promo textarea {
  color: #FFFFFF;
  width: 100%;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 12px;
  font-size: 20px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent; }

.wb-promo input[type=text]:focus,
.wb-promo input[type=email]:focus,
.wb-promo input[type=url]:focus,
.wb-promo input[type=password]:focus,
.wb-promo textarea {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: none; }

.wb-promo input[type=text],
.wb-promo input[type=email],
.wb-promo input[type=url],
.wb-promo input[type=password],
.wb-promo input[type=button] {
  width: 100%; }

.wb-promo input[type=text]:focus,
.wb-promo input[type=email]:focus,
.wb-promo input[type=url]:focus,
.wb-promo input[type=password]:focus,
.wb-promo textarea:focus {
  outline: none;
  border-color: #4697e4; }

.wb-promo select {
  font-weight: 600;
  padding: 10px 40px 10px 10px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  font-size: 20px;
  background-color: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent url(db47e02e85f48c194a40bd346434f002.png) no-repeat right center; }

.wb-promo select:focus {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-color: none; }

.wb-promo #addchildid {
  color: #ffffff;
  background-color: #00BA6B;
  font-weight: 800;
  width: 49%;
  float: left;
  border: none;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 2px;
  padding: 8px 0;
  height: 48px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: none; }

.wb-promo #addchildid:hover {
  color: #FFFFFF;
  background-color: #049E54; }

.wb-promo #removechildid, .wb-promo #removechildidleft {
  color: #F51D21;
  font-weight: 600;
  width: 49%;
  float: left;
  border: 1px solid #F51D21;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 2px;
  padding: 8px 0;
  height: 48px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: none; }

.wb-promo #removechildid:hover, .wb-promo #removechildidleft:hover {
  color: #FFFFFF;
  background-color: none; }

.wb-promo #addfriendid {
  color: #20C501;
  font-weight: 600;
  width: 49%;
  float: right;
  border: 1px solid #22C501;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 2px;
  padding: 8px 0;
  height: 48px;
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: none; }

.wb-promo .cardholderagetext p {
  float: right;
  padding: 15px 0 0 0; }

.wb-promo .headererrortext p {
  padding: 0 0 15px 0; }

.wb-promo .errortext p {
  padding: 15px 0 0 0; }

.wb-promo .invitetext p {
  padding: 15px 0 0 0; }

.wb-promo .removespacing {
  margin-top: -45px; }

.wb-promo .removespacing2 {
  margin-top: -20px; }

.wb-promo .carousel-control.right, .wb-promo .carousel-control.left {
  background: none; }

.wb-promo .carousel-inner img {
  width: 60%;
  margin: 0 auto 30px auto; }

.wb-promo .carousel {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 17px 0 20px 0;
  margin: 15px 0 20px 0; }

.wb-promo .carousel-indicators .active {
  border: 1px solid #fff;
  background-color: none; }

.wb-promo .carousel-indicators li {
  border: 1px solid #fff;
  background: none; }

.wb-promo .carousel-indicators {
  bottom: 5px; }

.wb-promo .carousel-control {
  text-shadow: none;
  color: #fff !important; }

.wb-promo .btn1-form {
  text-align: center;
  background-color: #00BA6B;
  padding: 16px 50px;
  height: 60px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.wb-promo .btn1-form:hover {
  background-color: #049E54; }

@media (max-width: 1200px) {
  .wb-promo #addchildid {
    width: 100%; }
  .wb-promo #removechildid {
    width: 100%;
    margin-top: 5px; }
  .wb-promo .removespacing {
    margin-top: -45px; }
  .wb-promo .removespacing2 {
    margin-top: -22px; }
  .wb-promo .superhero-hero {
    width: 400px;
    margin: 30px 0 0 -120px; } }

@media (max-width: 767px) {
  .wb-promo #hero {
    text-align: center; }
  .wb-promo #hero .hero-text {
    margin: 0 0 30px 0; }
  .wb-promo #hero h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px; }
  .wb-promo .fifty-off-container {
    margin: 40px auto 0 auto;
    width: 370px; }
  .wb-promo .super-hero-party-text {
    font-size: 24px; }
  .wb-promo .superhero-hero, .wb-promo .superhero-hero-small {
    width: 70%;
    margin: 0 auto; } }

@media (max-width: 600px) {
  .wb-promo .fifty-off-container {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
  .wb-promo .fifty-off-img {
    width: 100%;
    text-align: center; }
  .wb-promo .fifty-off-text {
    width: 100%;
    text-align: center; }
  .wb-promo h2 {
    color: #b3b3b3;
    font-weight: 600;
    font-size: 26px; }
  .wb-promo .btn1 {
    margin-top: 25px;
    width: 100%; }
  .wb-promo hr {
    width: 100%; }
  .wb-promo form > div > label,
  .wb-promo form > span > div > label,
  .wb-promo legend {
    padding: 8px 0 6px 0;
    width: 100%;
    display: block;
    float: none;
    text-align: left; }
  .wb-promo form > div > div,
  .wb-promo form > span > div > div,
  .wb-promo form > div > fieldset > div {
    width: 100%;
    float: none; }
  .wb-promo input[type=text],
  .wb-promo input[type=email],
  .wb-promo input[type=url],
  .wb-promo input[type=password]
input[type=button],
  .wb-promo textarea,
  .wb-promo select {
    width: 100%; }
  .wb-promo form > div,
  .wb-promo form > span > div {
    margin: 0 0 8px 0; }
  .wb-promo select {
    margin-bottom: 6px; }
  .wb-promo #postcode {
    margin-right: 2%;
    width: 48%; }
  .wb-promo #state {
    width: 48%; }
  .wb-promo #addchildid {
    width: 100%; }
  .wb-promo #removechildid, .wb-promo #removechildidleft {
    width: 100%; }
  .wb-promo .removespacing {
    margin-top: -20px; }
  .wb-promo .removespacing2 {
    margin-top: -12px; }
  .wb-promo #addfriendid {
    width: 100%; }
  .wb-promo #refer input[type=text] {
    width: 100%;
    float: left;
    margin-bottom: 6px; }
  .wb-promo #contact input[type=text] {
    width: 100%;
    float: left;
    margin-bottom: 6px; }
  .wb-promo .carousel {
    margin: 65px 0 20px 0; }
  .wb-promo .card {
    display: inline-block;
    margin: 5px;
    width: 44% !important;
    padding: 0;
    margin: 0; }
  .wb-promo .superhero-hero, .wb-promo .superhero-hero-small {
    width: 90%; } }

.birthday-promotion {
  background: linear-gradient(-45deg, #0F142B, #001B54);
  color: #ffffff;
  padding: 70px 0; }

.birthday-promotion p, .birthday-promotion h2 {
  color: #ffffff; }

.birthday-promotion a {
  text-decoration: underline;
  color: #ffffff; }

.birthday-promotion-hero {
  margin-top: 0px;
  width: 60%; }

.superheros-footer-graphic {
  margin: -30px 12px 0 0;
  width: 120px; }

.birthday-promotion-emoji {
  width: 38px;
  margin-left: 8px; }

#birthday-footer {
  position: fixed;
  z-index: 10000;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(-45deg, #0F142B, #001B54);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 7px 0 8px 0; }

#birthday-footer p {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  opacity: 1; }

.birthday-footer-btn {
  text-align: center;
  background-color: #FF1230;
  padding: 2px 10px 2px 10px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  margin: 7px 0 0 10px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.birthday-footer-btn:hover {
  background-color: #A20025; }

.btn1-red {
  text-align: center;
  background-color: #FF1230;
  padding: 12px 28px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 25px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s; }

.btn1-red:hover {
  background-color: #A20025; }

@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg); } }

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg); } }

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg); } }

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%; }

.confetti--animation-slow {
  animation: confetti-slow 3.25s linear 1 forwards; }

.confetti--animation-medium {
  animation: confetti-medium 2.75s linear 1 forwards; }

.confetti--animation-fast {
  animation: confetti-fast 2.25s linear 1 forwards; }

/* MD
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 1199px) {
  .birthday-promotion {
    background: #F95B69;
    background: linear-gradient(-45deg, #0F142B, #001B54);
    color: #ffffff;
    padding: 50px 0; }
  .birthday-promotion-hero {
    margin-top: 0px;
    width: 70%; } }

/* SM
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 991px) {
  #birthday-footer p {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff; }
  #birthday-footer {
    padding: 10px 0 7px 0; }
  .birthday-promotion {
    background: #F95B69;
    background: linear-gradient(-45deg, #0F142B, #001B54);
    color: #ffffff;
    padding: 30px 0 40px 0; }
  .birthday-footer-btn {
    font-size: 16px; }
  .superheros-footer-graphic {
    margin: -25px 15px 0 0;
    width: 90px; }
  .birthday-promotion-hero {
    margin-top: 40px;
    width: 80%; } }

/* XS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 767px) {
  .birthday-promotion-text {
    text-align: center;
    padding-top: 10px; }
  .birthday-promotion-hero {
    margin: 30px 0;
    width: 35%; } }

/* XXS
----------------------------------------------------------
---------------------------------------------------------- */
@media (max-width: 480px) {
  .birthday-promotion-hero {
    margin: 30px 0;
    width: 70%; } }

.jam-jars__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px; }

.jam-jars__header--first {
  color: #00ba6b; }

.jam-jars__header--second {
  color: #7f3db3; }

.jam-jars__header--third {
  color: #ff9e00; }

.jam-jars__header--fourth {
  color: #1ea3ce; }

.jam-jars__text--first {
  color: #00ba6b; }

.jam-jars__text--second {
  color: #7f3db3; }

.jam-jars__text--third {
  color: #ff9e00; }

.jam-jars__text--fourth {
  color: #1ea3ce; }

p.jam-jars__header {
  font-size: 26px;
  line-height: 32px; }

