@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative; }

a {
  color: #25aee2;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  transition: 0.5s ease-in; }
  a:hover, a:active, a:focus {
    color: #337ab7; }

p {
  margin-bottom: 1.5em; }

.special-panel {

}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
  font-weight: 400; }

.team,
.social-impact,
.what-is-tembo,
.take-action,
.pricing-page,
.contact {
  padding: 7em 0; }
  @media only screen and (max-width: 480px) {
    .team,
    .social-impact,
    .what-is-tembo,
    .take-action,
    .pricing-page,
    .contact {
      padding: 5em 0; } }

.main-wrapper {
  overflow: auto;
  min-height: calc(100vh - 300px);
  position: relative; }

.legal-page {
  padding: 20px 0; }

.header-nav {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .header-nav {
      margin-top: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1); }
      .header-nav .navbar-brand {
        color: #337ab7 !important; }
      .header-nav #navbar li a {
        color: rgba(0, 0, 0, 0.5) !important;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .header-nav #navbar li a:hover {
          color: #337ab7 !important; }
        .header-nav #navbar li a .nav-text:before {
          background: transparent !important; }
      .header-nav #navbar li.active a {
        background: transparent;
        background: none;
        color: #337ab7 !important; }
        .header-nav #navbar li.active a .nav-text:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); } }
  .header-nav .navbar {
    padding-bottom: 0;
    margin-bottom: 0; }
  .header-nav #navbar li a {
    font-family: "Source Sans Pro", "Open Sans", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    position: relative; }
    .header-nav #navbar li a .nav-text {
      position: relative;
      display: block;
      padding-bottom: 2px; }
      .header-nav #navbar li a .nav-text:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #337ab7;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .header-nav #navbar li a:hover {
      color: #fff; }
      .header-nav #navbar li a:hover .nav-text:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
  .header-nav #navbar li.active a {
    background: transparent;
    background: none;
    color: #9dd1fd; }
    .header-nav #navbar li.active a .nav-text:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .header-nav .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff; }
  .header-nav.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    top: 0; }
    .header-nav.navbar-fixed-top .navbar-brand {
      color: #337ab7; }
    .header-nav.navbar-fixed-top #navbar li a {
      color: rgba(157, 209, 253, 0.9);
      -moz-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      -webkit-transition: 0.3s ease-in;
      -ms-transition: 0.3s ease-in;
      transition: 0.3s ease-in; }
      .header-nav.navbar-fixed-top #navbar li a:hover {
        color: #337ab7; }
    .header-nav.navbar-fixed-top #navbar li.active a {
      background: transparent;
      background: none;
      color: #337ab7; }
      .header-nav.navbar-fixed-top #navbar li.active a .nav-text:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  .header-nav .navbar-default {
    border: transparent;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
    @media only screen and (max-width: 768px) {
      .header-nav .navbar-default {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px; } }
    .header-nav .navbar-default .brand-slogan {
      margin: 28px 0 0 15px;
      float: left;
      letter-spacing: 2px;
      color: #adadad; }
      .header-nav .navbar-default .brand-slogan em {
        color: #337ab7;
        font-style: normal; }
  .header-nav a {
    -moz-transition: 0s ease-in;
    -o-transition: 0s ease-in;
    -webkit-transition: 0s ease-in;
    -ms-transition: 0s ease-in;
    transition: 0s ease-in; }

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none; }
  .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #25aee2; }
  .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    border-bottom: none !important; }
  .fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #25aee2;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #25aee2;
    transition: all .2s ease-out; }
    .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 3px;
      background: #25aee2;
      position: absolute;
      left: 0;
      -moz-transition: 0.2s ease-in;
      -o-transition: 0.2s ease-in;
      -webkit-transition: 0.2s ease-in;
      -ms-transition: 0.2s ease-in;
      transition: 0.2s ease-in; }

.fh5co-nav-toggle i::before {
  top: -7px; }

.fh5co-nav-toggle i::after {
  bottom: -7px; }

.fh5co-nav-toggle:hover i::before {
  top: -10px; }

.fh5co-nav-toggle:hover i::after {
  bottom: -10px; }

.fh5co-nav-toggle.active i {
  background: transparent; }

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important; }
  /*change to 767px to avoid overlapping elements*/
  @media only screen and (max-width: 767px) {
    .fh5co-nav-toggle {
      display: block; } }

.header-nav {
  background: #444;
  opacity: 0.7;
  position: relative;
  margin-top: 0px; }

.footer {
  padding: 0px 0px;
  color: #777777; }
  .footer .copyright {
    margin-bottom: 0px;
    padding-bottom: 0;
    color: #fff; }
  .footer .container {
    background: #000;
    color: #fff;
    width: 100%;
    height: 300px;
    position: absolute; }
  .footer .social-row {
    margin-top: 20px;
    vertical-align: center; }
  .footer .social-ul {
    margin-top: 20px; }
  .footer .links-row-wrapper {
    margin-top: 0px; }

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .btn.btn-primary {
    background: #25aee2;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #25aee2; }
  .btn:hover, .btn:active, .btn:focus {
    background: #25aee2 !important;
    color: #fff; }
  .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent; }


.banner-motto-row {
  background: #fff; }
.banner-motto-wrapper {
  margin: 20px 0px; }

.potential {
  background: #f4f4f4; }
  .potential-title {
    margin-top: 80px; }

.tembo-press-header {
  margin: 20px 0px; }
.tembo-press-row {
  margin-bottom: 20px; }
.tembo-press-img {
  max-height: 150px;
  max-width: 175px; }
  .tembo-press-img.width-60 {
    width: 60%; }
  .tembo-press-img.width-70 {
    width: 70%; }
  .tembo-press-img.width-80 {
    width: 80%; }

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%; }
  .social li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .social li a {
      font-size: 16px;
      display: table;
      width: 40px;
      height: 40px;
      margin: 0 4px; }
      .social li a i {
        display: table-cell;
        vertical-align: middle; }
      .social li a:hover, .social li a:active, .social li a:focus {
        text-decoration: none;
        border-bottom: none; }
      .social li a.social-box {
        background: #337ab7;
        color: #fff; }
      .social li a.social-circle {
        background: #337ab7;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .social li a:hover {
        background: #393e46 !important; }
  .social.social-box a {
    background: #337ab7;
    color: #fff; }
  .social.social-circle a {
    background: #25aee2;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.locations-toggle {
  background: #ddd;
  height: 90px; }
.locations .flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
.locations .location-tab-header {
  background: #25aee2;
  height: auto; }
  .locations .location-tab-header-img {
    height: 60px; }
  .locations .location-tab-header-title {
    color: #fff;
    font-size: 40px; }
  .locations .location-tab-header-icon-row {
    margin-bottom: 0px; }
.locations .location-problems, .locations .location-how {
  background: #f4f4f4; }
.locations .location-section-header {
  margin-top: 80px;
  font-size: 25px; }
.locations .location-section-row {
  margin-top: 5%; }
.locations .location-section-img {
  width: 30%;
  display: block;
  margin: auto; }
.locations .location-section-text {
  margin: 10px 30px;
  font-size: 18px; }
.locations .location-section-subtext {
  margin: 10px 30px;
  font-size: 14px; }
.locations .usa-problems-row {
  margin-top: 5%;
  color: grey; }
.locations .with-subtext {
  height: 60px; }

.signup-cta-heading {
  margin: 20px 0px; }
  .signup-cta-heading h2 {
    margin-top: 80px; }
.signup-cta-btn {
  margin-top: 30px; }

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both; }
  .section-heading h2 {
    font-size: 50px;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5; }
    .section-heading h2:after {
      content: "";
      position: absolute;
      display: block;
      width: 80px;
      height: 2px;
      background: #337ab7;
      left: 50%;
      margin-left: -40px;
      bottom: 0; }
    @media only screen and (max-width: 768px) {
      .section-heading h2 {
        font-size: 30px; } }
  .section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292; }
    @media only screen and (max-width: 768px) {
      .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px; } }

.team {
  background: #f4f4f4; }

.team .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .team .box {
      min-height: inherit;
      margin-bottom: 60px; } }
  .team .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center; }
    .team .box .icon > span {
      display: table-cell;
      vertical-align: middle; }
      .team .box .icon > span i {
        font-size: 40px;
        color: #fff !important;
        margin: 0;
        padding: 0; }
    .team .box .icon.colored-1 {
      background: #2aaf67; }
    .team .box .icon.colored-2 {
      background: #00bff3; }
    .team .box .icon.colored-3 {
      background: #f26522; }
    .team .box .icon.colored-4 {
      background: #e52b50; }
    .team .box .icon.colored-5 {
      background: #2fc5cc; }
    .team .box .icon.colored-6 {
      background: #25aee2; }
  .team .box .step-number {
    font-size: 16px;
    display: block;
    color: #d1d1d1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .team .box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    color: #444; }

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media only screen and (max-width: 480px) {
    #fh5co-press .fh5co-press-item {
      display: block !important; } }
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      #fh5co-press .fh5co-press-item .fh5co-press-text,
      #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: inherit;
        float: none !important;
        width: 100%;
        display: block !important; } }
  #fh5co-press .fh5co-press-item .fh5co-press-text {
    float: left;
    padding: 20px; }
    #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
      margin: 0 0 20px 0;
      padding: 0 0 10px 0;
      font-weight: 400;
      font-size: 20px;
      color: #444;
      position: relative; }
      #fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 30px;
        background: #337ab7; }
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover; }
    @media only screen and (max-width: 480px) {
      #fh5co-press .fh5co-press-item .fh5co-press-img {
        height: 200px;
        left: 0;
        top: 0;
        position: relative;
        width: 100%; } }

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%; }
  .person img {
    display: block;
    margin: 0 auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .person .name {
    font-size: 24px; }
  .person .position {
    text-transform: uppercase;
    color: #c3c3c3;
    margin-bottom: 30px;
    letter-spacing: 2px; }

.testimonials {
  background: #eee;
  width: auto;
  overflow: hidden; }
  .testimonials .testimonial-collection {
    width: auto;
    height: 450px;
    padding: 20px; }
    .testimonials .testimonial-collection .container {
      position: relative; }

@media only screen and (min-width: 992px) {
  .testimonials .owl-carousel {
    max-height: 600px; } }
@media only screen and (min-width: 1200px) {
  .testimonials .owl-carousel {
    max-height: 540px; } }
.testimonials .section-heading {
  margin-bottom: 25px;
  padding-bottom: 25px; }
.testimonials .box-testimony {
  margin-bottom: 2em;
  float: left; }
  .testimonials .box-testimony a {
    color: rgba(255, 255, 255, 0.5); }
    .testimonials .box-testimony a:hover, .testimonials .box-testimony a:focus, .testimonials .box-testimony a:active {
      color: white;
      text-decoration: none; }
  .testimonials .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .testimonials .box-testimony .author {
    line-height: 20px;
    color: #818892;
    font-size: 20px;
    margin-left: 20px; }
    .testimonials .box-testimony .author .subtext {
      display: block;
      color: rgba(255, 255, 255, 0.5);
      font-size: 16px; }

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  transition: 0.5s ease-in; }
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1; }
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #fff !important; }

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none; } }

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }
  .owl-carousel .owl-controls .owl-nav .owl-next i:before,
  .owl-carousel .owl-controls .owl-nav .owl-prev i:before {
    color: rgba(255, 255, 255, 0.5); }

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%; }

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0; }
  .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    right: 10px; }
    .owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
      color: white; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0; }
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    left: 10px; }
    .owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
      color: white; }

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444; }
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000; }

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff; }
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff; }

@media only screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none; } }

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important; }
  .owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px; }
    .owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
      background: none !important; }
  .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important; }

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border: 2px solid transparent; }
  .owl-theme .owl-dots .owl-dot span:hover {
    background: white; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff; }

.owl-carousel-fullwidth .item,
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  height: 800px;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .owl-carousel-fullwidth .item,
    .owl-carousel-fullwidth .fh5co-owl-text-wrap {
      height: inherit;
      padding: 5em 0; } }
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative; }
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative; }
  .owl-carousel-fullwidth .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8; }
  .owl-carousel-fullwidth .item img {
    max-width: 100%; }
  .owl-carousel-fullwidth .item .iphone-image {
    position: relative;
    z-index: 99; }
    .owl-carousel-fullwidth .item .iphone-image .iphone {
      float: right;
      text-align: right;
      position: relative;
      bottom: -12em; }
      @media only screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .iphone-image .iphone {
          bottom: 0em;
          text-align: center;
          float: none !important;
          margin: 0 auto;
          display: block; } }
      .owl-carousel-fullwidth .item .iphone-image .iphone img {
        max-width: 100%; }
  .owl-carousel-fullwidth .item .fh5co-owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative; }
    .owl-carousel-fullwidth .item .fh5co-owl-text a {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
        text-decoration: none;
        color: white;
        border-bottom: 1px solid white; }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead,
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2,
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
      color: #fff;
      margin: 0;
      padding: 0; }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
      font-weight: 700;
      margin-bottom: 20px;
      margin-top: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #fff;
      font-size: 50px;
      line-height: 50px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
          margin-bottom: 20px;
          font-size: 30px;
          line-height: 30px; } }
    .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
      font-size: 30px;
      line-height: 30px;
      line-height: 42px;
      font-weight: 100;
      margin-bottom: 30px;
      color: white; }
      @media only screen and (max-width: 768px) {
        .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
          font-size: 24px;
          line-height: 34px; } }

.testimonials .owl-carousel .owl-dots .owl-dot span {
  background: rgba(111, 111, 111, 0.2); }
  .testimonials .owl-carousel .owl-dots .owl-dot span:hover, .testimonials .owl-carousel .owl-dots .owl-dot span:active {
    border-color: rgba(68, 68, 68, 0.6);
    background: transparent; }
.testimonials .owl-carousel .owl-dots .owl-dot:hover span, .testimonials .owl-carousel .owl-dots .owl-dot:active span {
  border-color: rgba(68, 68, 68, 0.6);
  background: transparent; }
.testimonials .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff; }
.testimonials .owl-carousel .owl-controls .owl-nav .owl-prev i:before,
.testimonials .owl-carousel .owl-controls .owl-nav .owl-next i:before {
  color: rgba(111, 111, 111, 0.6); }

.social-impact {
  padding: 0 0; }
  .social-impact h2.social-impact-title {
    color: #fff; }
  .social-impact-head-quote h3, .social-impact-head-quote p {
    color: #fff; }
  .social-impact-head-quote h3 {
    font-weight: 500; }
  .social-impact-progress-row {
    margin-top: 5%; }
  .social-impact-where {
    background: #eee; }
  .social-impact-img {
    height: 350px;
    display: block;
    margin: 50px auto; }
  .social-impact .social-section-heading {
    margin-top: 80px; }
  .social-impact .benefits-list-item {
    list-style: none;
    margin-bottom: 10px; }
    .social-impact .benefits-list-item-label {
      color: #25aee2; }

.contact {
  padding: 0px; }
  .contact-form-label-required {
    color: #CC0000; }
  .contact-form-img {
    width: 100%; }
  .contact .contact-form {
    background: #f4f4f4;
    padding-top: 5em; }
    .contact .contact-form-form {
      padding-top: 2em; }
  .contact .contact-info {
    background: #fff;
    padding-bottom: 7em; }
    @media only screen and (max-width: 767px) {
      .contact .contact-info {
        padding-bottom: 5em; } }
    .contact .contact-info-section-heading {
      margin: 20px 0; }
      .contact .contact-info-section-heading-row {
        margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .contact .contact-info-wrapper {
      margin-top: 50px; } }
  .contact .contact-info-text {
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .contact .contact-info-text {
        padding-top: 50px;
        padding-bottom: 0px; } }
  .contact .contact-info-phone,
  .contact .contact-info-phone-clickable {
    margin-top: 20px; }

.take-action {
  padding: 7em 0; }
  @media only screen and (max-width: 768px) {
    .take-action {
      padding: 4em 0; } }
  .take-action .fh5co-service {
    margin-bottom: 30px;
    float: left; }
    .take-action .fh5co-service .fh5co-icon {
      float: left;
      width: 20%; }
      .take-action .fh5co-service .fh5co-icon i {
        font-size: 40px;
        color: #337ab7; }
    .take-action .fh5co-service .fh5co-desc {
      width: 80%;
      float: right; }
      .take-action .fh5co-service .fh5co-desc h3 {
        margin-top: 0; }

.take-action {
  font-size: 120%; }
  .take-action .section-heading-sub {
    font-size: 150%; }
  .take-action-icon {
    height: 150%; }
  .take-action-section-title {
    font-size: 24px; }

.reg-form,
.settings-form,
.login-form {
  padding: 20px 0; }
  .reg-form .form-field-label,
  .settings-form .form-field-label,
  .login-form .form-field-label {
    font-weight: 400;
    max-width: 300px;
    display: block;
    color: #000000;
    /*text-transform: uppercase; */
    font-size: 14px;
    text-align: center;
    margin: auto auto 18px; }
    @media only screen and (min-width: 768px) {
      .reg-form .form-field-label,
      .settings-form .form-field-label,
      .login-form .form-field-label {
        display: inline-block;
        width: 100%;
        color: #000000;
        text-align: right; }
        .reg-form .form-field-label-active,
        .settings-form .form-field-label-active,
        .login-form .form-field-label-active {
          ; } }
  .reg-form .form-field-wrapper,
  .settings-form .form-field-wrapper,
  .login-form .form-field-wrapper {
    padding: 0px 0; }
    @media only screen and (max-width: 768px) {
      .reg-form .form-field-wrapper,
      .settings-form .form-field-wrapper,
      .login-form .form-field-wrapper {
        margin: 10px auto;
        width: 85%; } }
  .reg-form .form-field-field,
  .settings-form .form-field-field,
  .login-form .form-field-field {
    width: 100%;
    color: #000000;
    background-color: #FFFFFF !important;
    padding: 5px 5px 5px 5px;
    border-radius: 0px;
    -moz-transition: border-right-width 250ms ease-in;
    -o-transition: border-right-width 250ms ease-in;
    -webkit-transition: border-right-width 250ms ease-in;
    -ms-transition: border-right-width 250ms ease-in;
    transition: border-right-width 250ms ease-in; }
    @media only screen and (max-width: 768px) {
      .reg-form .form-field-field,
      .settings-form .form-field-field,
      .login-form .form-field-field {
        width: 100%;
        display: block; } }
    @media only screen and (min-width: 768px) {
      .reg-form .form-field-field,
      .settings-form .form-field-field,
      .login-form .form-field-field {
        width: 100%;
        transform: translateX(-15px); } }
  .reg-form .form-field-datepicker-toggle,
  .settings-form .form-field-datepicker-toggle,
  .login-form .form-field-datepicker-toggle {
    color: rgba(178, 178, 178, 0.8);
    border: 2px solid rgba(178, 178, 178, 0.8);
    background: #fff;
    position: absolute;
    height: 25px;
    width: 30px;
    top: 7px;
    left: 100%;
    opacity: 1;
    -moz-transition: background 250ms ease-in, color 250ms ease-in, opacity 250ms ease-in;
    -o-transition: background 250ms ease-in, color 250ms ease-in, opacity 250ms ease-in;
    -webkit-transition: background 250ms ease-in, color 250ms ease-in, opacity 250ms ease-in;
    -ms-transition: background 250ms ease-in, color 250ms ease-in, opacity 250ms ease-in;
    transition: background 250ms ease-in, color 250ms ease-in, opacity 250ms ease-in; }
    .reg-form .form-field-datepicker-toggle.hide,
    .settings-form .form-field-datepicker-toggle.hide,
    .login-form .form-field-datepicker-toggle.hide {
      opacity: 0; }
    .reg-form .form-field-datepicker-toggle:hover, .reg-form .form-field-datepicker-toggle:focus,
    .settings-form .form-field-datepicker-toggle:hover,
    .settings-form .form-field-datepicker-toggle:focus,
    .login-form .form-field-datepicker-toggle:hover,
    .login-form .form-field-datepicker-toggle:focus {
      border-color: #b2b2b2;
      background: #b2b2b2;
      color: white; }
    .reg-form .form-field-datepicker-toggle-active,
    .settings-form .form-field-datepicker-toggle-active,
    .login-form .form-field-datepicker-toggle-active {
      background: #999999;
      color: white;
      border-color: #999999; }
  .reg-form-err-msg,
  .settings-form-err-msg,
  .login-form-err-msg {
    color: red;
    padding: 10px;
    text-align: left;
    font-weight: 400;
    border: 2px solid; }

.reg-form,
.login-form {
  padding-top: 40px; }
  .reg-form-panel,
  .login-form-panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-width: 2px;
    border-color: rgba(68, 68, 68, 0.85); }
  .reg-form-title,
  .login-form-title {
    color: #0;
    font-size: 27px;
    font-weight: 300; }
  .reg-form-msg,
  .login-form-msg {
    color: #E91E63;}
  .reg-form-footer,
  .login-form-footer {
    padding: 20px;
    border-top: 2px solid #9E9E9E; }

.action-form-msg {
  padding: 10px; }

.has-success .form-field-label,
.has-success .form-field-field {
  color: #4cae4c; }
.has-success .form-field-field {
  border-right-width: 25px; }

.has-failure .form-field-label,
.has-failure .form-field-field {
  color: red; }
.has-failure .form-field-field {
  border-right-width: 25px; }

.reg-btn-btn,
.settings-btn-btn,
.login-btn-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #25aee2 !important;
  color: #fff !important;
  border: 2px solid #25aee2;
  font-size: 16px; }
  .reg-btn-btn:hover, .reg-btn-btn:focus,
  .settings-btn-btn:hover,
  .settings-btn-btn:focus,
  .login-btn-btn:hover,
  .login-btn-btn:focus {
    color: #fff !important;
    /*background: transparent !important;*/
    border-color: #25aee2 !important; }
  .reg-btn-btn:focus,
  .settings-btn-btn:focus,
  .login-btn-btn:focus {
    outline: 2px dotted #444 !important;
    outline-offset: 4px; }
  .reg-btn-btn:disabled, .reg-btn-btn:disabled:hover, .reg-btn-btn:disabled:focus,
  .settings-btn-btn:disabled,
  .settings-btn-btn:disabled:hover,
  .settings-btn-btn:disabled:focus,
  .login-btn-btn:disabled,
  .login-btn-btn:disabled:hover,
  .login-btn-btn:disabled:focus {
    color: #d0d0d0 !important;
    background: transparent !important;
    border-color: #d0d0d0 !important; }

.settings-form-name {
  display: block;
  margin: 10px auto;
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .settings-form-name {
      margin: auto 10px;
      display: inline-block;
      font-size: 70%;
      position: relative;
      padding-left: 10px; }
      .settings-form-name:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 100%;
        width: 2px;
        background: #78acd9;
        left: 0px; } }

.settings-form-panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.checkbox-fields-wrapper {
  margin-bottom: 50px; }
  .checkbox-fields-wrapper .checkbox-label {
    color: #000;
    position: relative; }

.btn-danger.settings-btn-btn,
.btn-cancel.settings-btn-btn {
  color: red !important;
  margin-right: 45px; }
  .btn-danger.settings-btn-btn:hover, .btn-danger.settings-btn-btn:focus,
  .btn-cancel.settings-btn-btn:hover,
  .btn-cancel.settings-btn-btn:focus {
    color: #fff !important; }
  .btn-danger.settings-btn-btn:only-child,
  .btn-cancel.settings-btn-btn:only-child {
    margin-right: auto; }

.btn-danger.settings-btn-btn {
  background: #e60000 !important;
  border-color: #e60000 !important;
  color: #fff !important; }
  .btn-danger.settings-btn-btn:hover, .btn-danger.settings-btn-btn:focus {
    background: transparent !important;
    border-color: #e60000 !important;
    color: #e60000 !important; }

.btn-cancel.settings-btn-btn {
  background: #e60000 !important;
  border-color: #e60000 !important;
  color: #fff !important; }
  .btn-cancel.settings-btn-btn:hover, .btn-cancel.settings-btn-btn:focus {
    background: transparent !important;
    border-color: #e60000 !important;
    color: #e60000 !important; }

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

.errorlist {
  list-style-type: none; }

.child-table {
  margin: 25px auto; }
  .child-table th {
    text-align: center; }

.child-warn-row {
  text-align: left; }
  .child-warn-row td {
    text-align: left; }
    .child-warn-row td h4 {
      padding: 15px; }

.account-cancel-text {
  color: #2d728c;
  padding: 10px 50px 0px; }

.account-cancel-section {
  margin-top: 50px; }

.cancel-form .checkbox {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .phone-form .radio-label {
    display: block; }
  .phone-form .radio-tag input {
    position: relative;
    margin-left: 0; }
  .phone-form .form-btn-wrapper {
    margin-top: 25px; } }
.phone-form .text-success {
  color: #53af55; }

.form-btn-wrapper {
    margin-top: 15px; }

.help-block {
  color: #E91E63 !important;
  font-size: 14px !important;
  margin-top: -15px;
  margin-bottom: 0px; }
  .help-block.text-danger {
    color: #a94442; }

.or-line {
  margin: 20px auto;
  text-align: center;
  position: relative; }
  .or-line-text {
    display: inline-block;
    font-size: 14px;
    color: #000000;}
    .or-line-text:before, .or-line-text:after {
      background: lightgray;
      display: block;
      height: 1px;
      content: " ";
      width: 40%;
      position: absolute;
      left: 20px;
      top: 1.2em; }
    .or-line-text:after {
      right: 20px;
      left: auto; }

.line {
  margin: auto;
  text-align: center;
  position: relative; }
  .line-text {
    display: inline-block;
    font-size: 14px;
    color: #000000;}
    .line-text:before, .line-text:after {
      background: lightgray;
      display: block;
      height: 1px;
      content: " ";
      width: 50%;
      position: absolute;
      left: 20px;
      top: 1.2em; }
    .line-text:after {
      right: 20px;
      left: auto; }

.fb-btn {
  background: #25aee2 !important;
  border-color: #25aee2 !important;
  color: #fff !important; }
  .fb-btn-wrapper {
    margin-top: 20px;
    margin-bot: 0px;}
  .fb-btn-icon, .fb-btn-text {
    vertical-align: middle; }
  .fb-btn-text {
    margin-left: 10px; }
  .fb-btn:hover, .fb-btn:focus {
    background: transparent !important;
    border-color: #25aee2 !important;
    color: #25aee2 !important; }

.signup-disclaimer {
  margin: 20px auto 0;
  opacity: 0.8; }

.account-settings-section-inner {
  padding: 1em;
  border-bottom: 1px solid #AAA; }
.account-settings-title {
  border-bottom: 1px solid #AAA;
  padding: 20px;
  color: #25aee2; }
  @media only screen and (max-width: 768px) {
    .account-settings-title {
      font-size: 24px;
      padding: 10px;
      margin-bottom: 20px; } }
.account-settings-label {
  color: #25aee2; }
.account-settings-edit-link {
  margin: 0 auto 20px; }
.account-settings-setting-label {
  color: #25aee2;
  font-weight: 600;
  text-transform: lowercase; }
.account-settings-setting-sublabel {
  color: #25aee2;
  margin: 20px;
  font-weight: 500; }
.account-settings-setting-link {
  font-size: 16px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .account-settings-setting-link {
      text-align: right; } }
.account-settings-shortcuts .account-settings-section-inner {
  border-bottom: none; }
.account-settings-success {
  margin: 25px auto 0; }
.label-empty {
  opacity: 0.4; }
.cust-label {
  color: gray; }
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-around;
  margin: 0 auto; }
  @media only screen and (max-width: 870px) and (min-width: 790px) {
    .col-sm-4 {
      padding-left: 1% !important;
      padding-right: 1% !important;
    }}
  @media only screen and (max-width: 789px) and (min-width: 768px) {
    .col-sm-4 {
      padding-left: .5% !important;
      padding-right: .5% !important;
    }}
.plan-title {
  margin-bottom: 30px;
  color: #000; }
.plan-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .plan-row {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }
/*this block seems to no longer be tied to anything*/
/*.plan-option {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -ms-flex-basis: 33.333%;
  -webkit-flex-basis: 33.333%;
  -moz-flex-basis: 33.333%;
  flex-basis: 33.333%;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 5px; }*/
.plan-panel {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid #25aee2;
  padding: 5px;
  padding: 5px 10px;
  width: 240px; }
  @media only screen and (max-width: 767px) {
    .plan-panel {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 25px auto; } }
      @media only screen and (max-width: 767px) {
        .btn-pricing {
          width: 100%; }}
  .plan-panel .plan-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #25aee2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    margin: 5px; }
    @media screen and (max-width: 840px) {
      .plan-panel .plan-heading {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column; } }
.plan-type, .plan-price {
  color: #fff; }
.plan-type {
  font-size: 20px !important;
  margin: auto;
  text-transform: uppercase;
  font-weight: normal; }
  @media only screen and (min-width: 768px) and (max-width: 840px) {
    .plan-type {
      font-weight: normal;
      font-size: 33px; } }
  @media only screen and (min-width: 840px) and (max-width: 1200px) {
    .plan-type {
      font-size: 25px; } }
.plan-price {
  margin: 0 auto;
  line-height: 1; }
  @media only screen and (max-width: 400px) {
    .plan-price {
      font-size: 30px; } }
  .plan-price-currency, .plan-price-monthly {
    color: rgba(255, 255, 255, 0.7); }
  .plan-price-currency {
    margin-right: 5px;
    display: inline-block;
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    transform: rotate(-13deg);
    font-size: 19px; }
  .plan-price-price {
    transition: 0.3 ease;
    font-weight: 700;
    font-size: 30px; }
    @media only screen and (min-width: 840px) and (max-width: 1400px) {
      .plan-price-price {
        font-size: 24px; } }
.plan-monthly {
  transition: 0.3 ease;
  display: block;
  font-size: 20px; }
  @media only screen and (min-width: 840px) and (max-width: 1400px) {
    .plan-monthly {
      font-size: 16px; } }
.plan-body {
  padding: 0;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%; }
  @media only screen and (min-width: 500px) and (max-width: 767px) {
    .plan-body {
      display: block; } }
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .plan-description, .plan-features {
    width: 50%; } }
.plan-description {
  color: #25aee2; }
  .plan-description-bold {
    color: #286090; }
  @media only screen and (min-width: 500px) and (max-width: 767px) {
    .plan-description {
      padding: 10px 15px;
      font-size: 17px; } }
  @media only screen and (min-width: 767px) {
    .plan-description {
      min-height: 130px; } }
@media only screen and (max-width: 500px) {
  .plan-features.mobile-hide {
    display: none; } }
.plan-feature-label {
  border: 2px solid #25aee2;
  padding: 10px;
  color: #25aee2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300; }
.plan-feature-list {
  display: block;
  margin-left: 30px;
  margin-bottom: -1000px
  padding: 0 10px;
  font-size: 17px;
  display: list-item;
  background: transparent;
  color: #25aee2;
  border: none; }
  .plan-feature-list-item {
    background: transparent;
    border: none;
    padding: 0 10px; }
    @media only screen and (min-width: 500px) and (max-width: 767px) {
      .plan-feature-list-item {
        font-size: 16px; } }
.plan-select-btn, .custom-modal .modal-select-btn, .plan-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 2px solid;
  background: transparent;
  width: 100%;
  margin: 6px auto; }
.plan-select-btn, .custom-modal .modal-select-btn {
  color: #25aee2;
  border-color: #25aee2; }
  .plan-select-btn:hover, .custom-modal .modal-select-btn:hover, .plan-select-btn:focus, .custom-modal .modal-select-btn:focus {
    background: #cdecf9 !important;
    border-color: #25aee2 !important;
    color: #25aee2 !important; }
.btn-pricing {
    background: #FFFFFF !important;
    color: #25aee2 !important;
    line-height: 15px;
    border: 2px solid !important;
    border-color: #25aee2 !important; }
.btn-pricing:hover {
    background: #cdecf9 !important;
    border-color: #25aee2 !important; }
.btn-pricing.active {
    background: #25aee2 !important;
    color: #FFF !important; }
.plan-pricing {
  padding: 10px 6px;
  text-align: center;
  /* border: 2px solid #25aee2;*/
  background: transparent; }
  .plan-pricing b {
    color: #25aee2; }
  @media only screen and (min-width: 768px) {
    .plan-pricing {
      margin-bottom: 10px; } }
.plan-asterisk {
  color: #ff9999; }
.plan-condition {
  font-size: 17px; }

.current-plan .plan-panel {
  border-color: #25aee2; }
.current-plan .plan-description {
  color: #25aee2; }
.current-plan .plan-heading {
  background: #25aee2; }
.current-plan .plan-feature-label {
  border-color: #25aee2;
  color: #25aee2; }
.current-plan .plan-feature-list-item {
  color: #25aee2; }

/*removed 12/2 as part of changing presentation of current plan*/
/*.current-plan .plan-footer {
  color: #25aee2 !important; }*/

/*already commented out prior to 12/2  */
/*.current-plan .plan-footer:hover, .current-plan .plan-footer:focus {
  color: #1d4568 !important;
  background: transparent !important; }*/

.selected-plan .plan-select-btn, .selected-plan .custom-modal .modal-select-btn, .custom-modal .selected-plan .modal-select-btn {
  background: #25aee2 !important;
  color: #fff !important;
  border-color: #25aee2!important; }

.confirm-email-title {
  font-size: 55px; }

.custom-modal .modal-content {
  border-radius: 0; }
.custom-modal .modal-header {
  border: 0; }
.custom-modal .modal-header,
.custom-modal .modal-footer {
  background: rgba(187, 187, 187, 0.12); }
.custom-modal .modal-body {
  margin: 0 auto;
  border: 0; }
.custom-modal .modal-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400; }
.custom-modal .modal-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  max-width: 450px;
  margin: 0 auto; }
  .custom-modal .modal-field-name {
    color: #444;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 19px; }
.custom-modal .modal-select-btn {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.24); }
.custom-modal .modal-footer {
  padding-top: 25px;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.dashboard {
  padding: 2em;
  color: #666; }
  .dashboard-title {
    font-size: 45px;
    font-weight: 300;
    margin: 30px auto; }
  .dashboard-name, .dashboard-metric-label {
    font-weight: 600; }
  .dashboard-child-name, .dashboard-school-parent-name, .dashboard-name {
    color: #337ab7;
    font-weight: 700;
    text-transform: capitalize; }
  .dashboard-name, .dashboard-child-name {
    font-size: 42px; }
  .dashboard-children-block, .dashboard-stats-block, .dashboard-school-parents-block {
    margin-top: 25px;
    border-top: 1px solid #444; }
  .dashboard .more-info-link {
    font-size: 16px;
    font-weight: 400; }
  .dashboard-metric-label {
    color: #25aee2; }
  .dashboard-metric-value {
    font-size: 35px;
    font-weight: 300;
    color: #666; }
  .dashboard-percentage {
    font-size: 20px;
    margin-left: 15px;
    text-transform: lowercase; }
  .dashboard-child-birthday, .dashboard-since-label {
    color: #25aee2; }
  .dashboard-section-label, .dashboard-since-date {
    color: #666; }
  .dashboard-school-parent-row:not(:last-child) {
    border-bottom: 1px solid #444; }
  .dashboard .invite-parent-btn {
    margin-left: 20px; }

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0; }

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media only screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media only screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 2em; } }

.row-bottom-padded-sm {
  padding-bottom: 2em; }
  @media only screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 2em; } }

.no-float {
  float: none; }

.header-blur {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 81px;
}

body.fixed-header .header-nav {
  position: fixed;
  opacity: 1;
  background: #565656;
}

body.fixed-header .header-blur {
  display: initial;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

body.fixed-header .main-wrapper {
  margin: 25px auto;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

button .spinner {
  display: none;
}

button .label {
  display: block;
  margin: 0;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
}

button.loading .spinner {
  display: block;
}

button.loading .label {
  display: none;
}

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