@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
body, html, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.app {
  width: 100%;
  height: 100%; }

body {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #fff; }

h1 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center; }

h2 {
  /* Track: */
  font-size: 1.25em;
  font-weight: 700; }

h3 {
  font-size: 1em;
  font-weight: 400; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 600; }

@media screen and (min-width: 600px) {
  body {
    font-size: 18px; } }

@media screen and (min-width: 1024px) {
  body {
    font-size: 20px; }
  h1 {
    font-size: 2.1em; }
  h2 {
    /* Track: */
    font-size: 1.4em; }
  h3 {
    font-size: 1em; }
  h4 {
    font-size: 1em; }
  h5 {
    font-size: 1em; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.colored_button {
  display: inline-block;
  padding: 9px 13px 11px;
  cursor: pointer;
  text-decoration: none;
  background: #47D8DE;
  border-radius: 2px;
  font-size: 15px;
  color: #FCFCFC;
  letter-spacing: 0px;
  font-weight: lighter; }
  .colored_button svg {
    margin-right: 12px; }
  .colored_button.blue {
    background: #47D8DE; }
  .colored_button.yellow {
    background: #F6B95E; }

.flex_container {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 15px; }

@media screen and (min-width: 1054px) {
  .flex_container {
    width: 1024px;
    margin: auto;
    padding: 0; } }

.app_header_wrapper {
  padding: 18px 0px 17px;
  /* header_color: */ }
  .app_header_wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .app_header_wrapper:not(.backgroundless) {
    background-image: linear-gradient(-127deg, #FE5959 0%, #FFA472 100%); }

@media screen and (max-width: 1064px) {
  .app_header {
    padding: 0px 20px; } }

@media screen and (min-width: 1024px) {
  .app_header {
    width: 1024px;
    margin: auto; } }

.splash_header {
  padding: 22px 0px;
  text-align: center; }
  .splash_header:after {
    content: "";
    display: table;
    clear: both; }
  .splash_header.shaded {
    background-color: rgba(0, 0, 0, 0.3); }
  .splash_header img {
    height: 41px; }
  .splash_header .menu {
    vertical-align: middle;
    display: none;
    margin: 15px 0 0 0;
    padding: 0; }
    .splash_header .menu li {
      display: inline-block;
      margin: 0px 0px 0px 30px;
      padding: 0;
      font-weight: 600;
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0px; }
      .splash_header .menu li a {
        text-decoration: none;
        color: #fff; }

@media screen and (min-width: 600px) {
  .splash_header {
    text-align: left; }
    .splash_header .menu {
      display: inline-block;
      float: right; } }

@media screen and (min-width: 1024px) {
  .splash_header {
    padding: 32px 0px;
    text-align: left; }
    .splash_header img {
      height: auto; } }

.dynamic_placeholder_input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 40px;
  height: 60px;
  width: 342px;
  background: transparent;
  border-bottom: 1px solid #FFFFFF; }
  .dynamic_placeholder_input input, .dynamic_placeholder_input .label {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    position: absolute;
    background: transparent;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    border: none;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0px; }
  .dynamic_placeholder_input .label {
    line-height: 40px;
    /* Organization Name: */
    font-weight: normal;
    font-size: 17px;
    color: #FFDFD1;
    letter-spacing: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .dynamic_placeholder_input .label.slid {
      left: 1px;
      bottom: 22px;
      font-size: 12px; }
  .dynamic_placeholder_input.dark {
    border-bottom: 1px solid #b7b7b7; }
    .dynamic_placeholder_input.dark input {
      color: #4d4d4d; }
    .dynamic_placeholder_input.dark .label {
      color: #aba8a7; }

.wrap_splash {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, #FF8B4C 0%, #FF4C4C 100%); }
  .wrap_splash .inner_wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll; }

@media screen and (min-width: 1024px) {
  .scroller {
    width: 1024px;
    margin: auto;
    padding: 0; } }

.home_container .hero_section {
  background-image: url("/img/header_bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; }

.home_container .gradient_section {
  background-image: linear-gradient(-180deg, #FF8B4C 0%, #FF4C4C 100%);
  padding: 40px 0px 0px; }

.home_container .tagline {
  margin: 25px 10% 25px; }

.home_container .subheading {
  text-align: center;
  margin: 0px 15%; }

.home_container .app_links {
  padding: 35px 0px 32px;
  text-align: center; }
  .home_container .app_links a {
    margin: 0px 7px; }
    .home_container .app_links a img {
      width: 105px; }

.home_container .questions_prompt {
  text-align: center;
  padding: 0px 0px 28px; }
  .home_container .questions_prompt a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600; }

.home_container .features {
  padding: 40px 0px 0px; }

.home_container .feature {
  padding-bottom: 75px; }
  .home_container .feature .illustration {
    text-align: center; }
    .home_container .feature .illustration img {
      max-width: 100%; }
  .home_container .feature .details h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
  .home_container .feature .details h3 {
    text-align: center;
    margin: 0px 10%; }

.home_container .apps_section {
  position: relative;
  background-image: url("/img/header_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .home_container .apps_section .flex_container {
    overflow: hidden; }
  .home_container .apps_section .apps_header {
    display: flex;
    align-items: center;
    margin-top: 8%; }
    .home_container .apps_section .apps_header img {
      height: 5%;
      margin: 0px 55px; }
    .home_container .apps_section .apps_header .divider {
      display: block;
      height: 1px;
      width: 100%;
      background: #fff; }
  .home_container .apps_section .apps_footer {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 24px 0px 8%; }
    .home_container .apps_section .apps_footer a {
      display: inline-block;
      vertical-align: middle; }
    .home_container .apps_section .apps_footer a > img {
      vertical-align: middle;
      margin: 0px 9px;
      width: 105px; }
    .home_container .apps_section .apps_footer .questions {
      display: block;
      height: 100%;
      margin-top: 28px;
      text-align: center;
      font-weight: 600;
      font-size: 15px;
      color: #FFFFFF;
      letter-spacing: 0px;
      text-decoration: none; }
  .home_container .apps_section .fan {
    display: inline-block;
    position: relative;
    width: 25%;
    max-width: 264px;
    margin: 14% 0px 20%; }
    .home_container .apps_section .fan .fan_fin {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.3), 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 11px 11px 0 rgba(0, 0, 0, 0.2); }
      .home_container .apps_section .fan .fan_fin.static {
        position: static; }
    .home_container .apps_section .fan.mobile .fan_fin {
      -webkit-transition: -webkit-transform 0.4s ease-in;
      transition: transform 0.4s ease-in; }

.home_container .labs_section {
  background-image: url("/img/labs_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .home_container .labs_section img {
    margin-top: 11%;
    width: 32%;
    max-width: 461px; }
  .home_container .labs_section h5 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 18%;
    font-size: 18px; }
  .home_container .labs_section .co_name {
    font-size: 32px;
    color: #fff;
    font-weight: 700; }
  .home_container .labs_section .actions {
    margin: 0 auto 0;
    padding: 18% 0 16%; }
    .home_container .labs_section .actions a {
      color: #fff;
      text-decoration: none;
      border: 2px solid #fff;
      border-radius: 2px;
      font-weight: 600;
      font-size: 16px;
      padding: 8px 15px; }

@media screen and (min-width: 600px) {
  .home_container .tagline {
    margin: 96px 0px 33px; }
  .home_container .app_links {
    padding: 90px 0px 165px; }
    .home_container .app_links a {
      margin: 0px 9px; }
      .home_container .app_links a img {
        width: auto; }
  .home_container .questions_prompt {
    display: none; }
  .home_container .features {
    padding: 40px 10% 0px; }
  .home_container .apps_section .apps_footer {
    display: flex;
    text-align: left;
    align-items: center; }
    .home_container .apps_section .apps_footer a > img {
      margin: 0px 18px 0px 0px;
      width: auto; }
    .home_container .apps_section .apps_footer .questions {
      flex-grow: 1;
      margin-top: 0px;
      text-align: right; }
  .home_container .labs_section .co_name {
    font-size: 50px; } }

@media screen and (min-width: 1024px) {
  .home_container .gradient_section {
    padding: 90px 0px 0px; }
  .home_container .features {
    display: table;
    border-spacing: 0px 80px;
    padding: 0px 80px 30px; }
  .home_container .feature {
    display: table-row; }
    .home_container .feature .illustration {
      vertical-align: middle;
      vertical-align: top;
      display: table-cell; }
      .home_container .feature .illustration img {
        max-width: inherit; }
    .home_container .feature .details {
      vertical-align: middle;
      display: table-cell;
      padding: 0px 0px 0px 110px; }
      .home_container .feature .details h2 {
        margin-top: 0px;
        text-align: left; }
      .home_container .feature .details h3 {
        text-align: left;
        margin: 0; }
  .home_container .labs_section h5 {
    font-size: 25px; }
  .home_container .labs_section .co_name {
    font-size: 100px; }
  .home_container .labs_section .actions a {
    font-size: 24px;
    padding: 14px 30px; } }

.card {
  clear: both;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(111, 111, 111, 0.5);
  border-radius: 3px;
  margin: 20px 35px; }

.card .header {
  padding: 18px 25px 18px;
  font-family: "San Francisco";
  font-size: 12px;
  color: #F28BEB;
  letter-spacing: 0px;
  text-transform: uppercase; }

.card_container {
  position: relative;
  margin: 20px 35px;
  clear: both;
  box-sizing: border-box; }

.vs {
  display: block;
  z-index: 999;
  position: absolute;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  top: 95px;
  left: 50%;
  margin-left: -26px;
  text-align: center;
  line-height: 52px;
  /* VS: */
  font-family: "San Francisco";
  font-size: 12px;
  color: #F28BEB;
  letter-spacing: 0px;
  box-shadow: 0px 2px 4px 0px rgba(111, 111, 111, 0.5); }

.card.split {
  clear: none;
  margin: 0;
  width: 48%;
  float: left;
  margin-right: 4%; }

.card.split.last {
  margin-right: 0; }

.team .top {
  position: relative;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-family: 'San Francisco';
  font-weight: medium;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0px; }

.team .top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.33); }

.team .subtitle {
  /* Rocky Road: */
  font-family: "San Francisco";
  font-size: 15px;
  color: #455874;
  letter-spacing: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px; }

.card.steps .value {
  font-family: "San Francisco";
  font-size: 60px;
  color: #568CED;
  letter-spacing: 0px;
  margin: -5px;
  padding: 0px 24px 27px; }

.members {
  box-sizing: border-box;
  padding-bottom: 28px; }

.member {
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 22px;
  box-sizing: border-box; }

.member .avatar {
  width: 40px;
  display: table-cell;
  vertical-align: middle; }

.member .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-right: 10px; }

.member .name {
  display: table-cell;
  vertical-align: middle;
  font-family: "San Francisco";
  font-size: 15px;
  color: #3A3A3A;
  letter-spacing: 0px; }

.member .steps {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-family: "San Francisco";
  letter-spacing: 0px;
  font-size: 18px;
  color: #FE5A59;
  letter-spacing: 0px; }

@media screen and (min-width: 480px) {
  .card {
    width: 480px;
    margin: 10px auto; }
  .card_container {
    width: 480px;
    margin: 0px auto 10px; } }

.signup_container .tagline, .signin_container .tagline {
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin: 0px 0px 30px;
  padding: 25px 0px 0px; }

.signup_container form, .signin_container form {
  width: 342px;
  margin: auto; }
  .signup_container form .full_button, .signin_container form .full_button {
    margin-top: 30px;
    text-align: center;
    padding: 0;
    display: inline-block;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #3FDDDA;
    border: 1px solid #2D91E4;
    border-radius: 2px;
    /* All Done: */
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px; }
    .signup_container form .full_button:disabled, .signin_container form .full_button:disabled {
      opacity: 0.6; }
  .signup_container form .error, .signin_container form .error {
    text-align: center;
    color: #e3e6f1;
    font-size: 13px;
    margin-top: 10px; }

.success_container .header {
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin: 0px 0px 30px;
  padding: 25px 0px 0px; }

.success_container .message {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin: 30px 0px 30px;
  padding: 25px 0px 0px; }

.redeem_token_container .alert {
  padding: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 66px auto;
  width: 464px;
  /* Container: */
  background: #FFFFFF;
  border-radius: 2px;
  text-align: center; }
  .redeem_token_container .alert .title {
    margin-top: 22px;
    font-size: 24px;
    color: #4D4D4D;
    letter-spacing: 0px; }
  .redeem_token_container .alert .message {
    margin-top: 22px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #4D4D4D;
    letter-spacing: 0px; }
  .redeem_token_container .alert a, .redeem_token_container .alert input[type=submit] {
    text-decoration: none;
    display: block;
    margin: 0px auto;
    width: 284px;
    height: 50px;
    border: none;
    overflow: hidden;
    background: #2C8CE5;
    border-radius: 2px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0px; }
  .redeem_token_container .alert a {
    line-height: 50px; }

@media screen and (max-width: 463px) {
  .redeem_token_container .alert {
    margin: 66px auto;
    width: 100%; }
    .redeem_token_container .alert a, .redeem_token_container .alert input[type=submit] {
      width: 100%; } }

.admin_members .members .member_row {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  padding: 17px 0px;
  border-bottom: 1px solid #F0F0F0; }
  .admin_members .members .member_row .icon {
    vertical-align: middle;
    width: 68px;
    display: table-cell; }
    .admin_members .members .member_row .icon img {
      border-radius: 48px;
      width: 48px;
      position: relative;
      top: 2px; }
  .admin_members .members .member_row .info {
    vertical-align: middle;
    display: table-cell; }
    .admin_members .members .member_row .info .name {
      font-size: 18px;
      color: #404040;
      letter-spacing: 0px; }
    .admin_members .members .member_row .info .email {
      font-size: 18px;
      color: #959595;
      letter-spacing: 0px; }

.admin_members .actions {
  border-bottom: 1px solid #F0F0F0;
  margin-top: 3px;
  padding: 0px 0px 38px; }
  .admin_members .actions:after {
    content: "";
    display: table;
    clear: both; }
  .admin_members .actions .filter {
    padding: 10px 16px;
    background: #FFA472;
    border-radius: 2px;
    /* Current Members: */
    font-weight: normal;
    font-size: 15px;
    color: #FCFCFC;
    letter-spacing: 0px; }

.admin_container .admin_wrapper {
  background-color: #fff; }
  .admin_container .admin_wrapper .admin_header_wrapper {
    /* grey_bckgrnd: */
    background: #F8F8F8;
    border-bottom: 1px solid #DFDFDF;
    padding: 26px 26px 24px;
    height: 89px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
    .admin_container .admin_wrapper .admin_header_wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .admin_container .admin_wrapper .admin_header_wrapper .admin_header:after {
      content: "";
      display: table;
      clear: both; }
    .admin_container .admin_wrapper .admin_header_wrapper .menu_items {
      float: left;
      position: relative;
      top: 3px; }
    .admin_container .admin_wrapper .admin_header_wrapper .menu_item {
      display: inline-block;
      text-decoration: none;
      padding: 6px 0px;
      font-size: 18px;
      letter-spacing: 0px;
      border-bottom: 2px solid transparent;
      margin-right: 50px;
      color: #959595; }
      .admin_container .admin_wrapper .admin_header_wrapper .menu_item:hover {
        text-decoration: none;
        cursor: pointer;
        border-color: #959595; }
      .admin_container .admin_wrapper .admin_header_wrapper .menu_item.active {
        font-weight: bold;
        color: #4D4D4D;
        border-color: #4D4D4D; }
        .admin_container .admin_wrapper .admin_header_wrapper .menu_item.active:hover {
          border-color: #4D4D4D; }
    .admin_container .admin_wrapper .admin_header_wrapper .action_item {
      float: right;
      position: relative; }
  .admin_container .admin_wrapper .admin_content {
    padding: 35px; }
  @media screen and (min-width: 1024px) {
    .admin_container .admin_wrapper .admin_header {
      width: 1024px;
      margin: auto; }
    .admin_container .admin_wrapper .admin_content {
      width: 1024px;
      margin: auto; } }
