html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Sticky footer height settings/offsets
 * @param $height
 */
.v1-default-layout {
  background: #cccccc;
  width: 100%;
  height: 100%; }
  .v1-default-layout .button {
    background-color: #b2d947; }
  .v1-default-layout .header {
    height: 84px;
    background-color: #ececec;
    background-image: url(https://e56e1c9cfe905036b1bc-18ddab263895603932d74f683170c410.ssl.cf2.rackcdn.com/default_wl_header_bg.png);
    background-repeat: repeat-x;
    margin-bottom: 50px; }
    @media screen and (max-width: 720px) {
      .v1-default-layout .header {
        margin-bottom: 10px;
        height: 50px; } }
    .v1-default-layout .header_container {
      height: 100%; }
    .v1-default-layout .header_logo {
      position: relative;
      width: auto;
      min-width: 162px;
      height: 100%;
      margin-top: 0;
      max-width: 350px;
      display: inline-block; }
      @media screen and (max-width: 720px) {
        .v1-default-layout .header_logo {
          margin: 0 auto;
          display: block; } }
      .v1-default-layout .header_logo img {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 75%; }
        @media screen and (max-width: 720px) {
          .v1-default-layout .header_logo img {
            max-height: 35px !important; } }
  .v1-default-layout .main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .v1-default-layout .main::after {
      clear: both;
      content: "";
      display: block; }
    .v1-default-layout .main_container {
      margin-bottom: 50px; }
  .v1-default-layout .page-wrap {
    min-height: 100%;
    margin-bottom: -85px; }
    @media screen and (max-width: 720px) {
      .v1-default-layout .page-wrap {
        margin: 0;
        min-height: auto; } }
    .v1-default-layout .page-wrap:after {
      content: "";
      display: block;
      height: 85px; }
      @media screen and (max-width: 720px) {
        .v1-default-layout .page-wrap:after {
          display: none; } }
  .v1-default-layout .customFooter * {
    box-sizing: initial; }
  .v1-default-layout .customFooter a {
    text-decoration: none; }
  .v1-default-layout .footer {
    background: #ececec;
    width: 100%;
    min-height: 85px; }
    @media screen and (max-width: 720px) {
      .v1-default-layout .footer {
        height: 40px;
        background: transparent !important; } }
    .v1-default-layout .footer_emphasis {
      font-weight: bold;
      text-decoration: none; }
      @media screen and (max-width: 720px) {
        .v1-default-layout .footer_emphasis {
          display: none; } }
    @media screen and (max-width: 720px) {
      .v1-default-layout .footer_spacer {
        display: none; } }
    .v1-default-layout .footer_nav {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      color: #333;
      vertical-align: top;
      font-size: 12px;
      line-height: 25px;
      background: rgba(255, 255, 255, 0.7);
      margin: 20px auto;
      padding: 10px;
      border-radius: 4px; }
      .v1-default-layout .footer_nav:last-child {
        margin-right: 0; }
      @media screen and (max-width: 720px) {
        .v1-default-layout .footer_nav {
          margin: 0 auto;
          text-align: center;
          background: transparent; } }
  .v1-default-layout.full-screen {
    background-color: #FFF; }
    .v1-default-layout.full-screen .main_container {
      background-color: transparent;
      box-shadow: none;
      margin-bottom: 0;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-left: 0%; }
      .v1-default-layout.full-screen .main_container:last-child {
        margin-right: 0; }

html {
  background: none; }

.v1-main-layout {
  background-image: url(https://983a19dd0c368a4b1e57-0cb7d1946e41dc50c3f11b74195916fd.ssl.cf1.rackcdn.com/img/auth/bg-login-travis-manion.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .v1-main-layout.full-screen {
    background: transparent; }
    .v1-main-layout.full-screen .statusBanner {
      position: relative;
      margin-bottom: 20px; }
      .v1-main-layout.full-screen .statusBanner_error-label {
        padding: 0; }
    .v1-main-layout.full-screen .body.classy {
      min-width: 0; }
      .v1-main-layout.full-screen .body.classy,
      .v1-main-layout.full-screen .body.classy section.login,
      .v1-main-layout.full-screen .body.classy section.signup-step1,
      .v1-main-layout.full-screen .body.classy section.signup-step2 {
        padding: 0; }
      .v1-main-layout.full-screen .body.classy .steps {
        margin-top: 10px; }
      .v1-main-layout.full-screen .body.classy > section .content {
        padding: 10px;
        margin-bottom: 0; }
    .v1-main-layout.full-screen .alt-links {
      padding: 40px 0 10px 0; }
      .v1-main-layout.full-screen .alt-links,
      .v1-main-layout.full-screen .alt-links a {
        text-decoration: none;
        border-bottom: none;
        color: rgba(237, 241, 242, 0.6);
        font-size: 13px;
        font-weight: 400; }
  .v1-main-layout .create-account {
    color: #FFF;
    position: absolute;
    top: 40px;
    z-index: 1;
    right: 10px;
    font-size: 15px; }
  .v1-main-layout .alt-links.login {
    margin: -15px 0 25px 0; }
  .v1-main-layout .alt-links a {
    font-size: 13px;
    font-weight: 400;
    color: rgba(237, 241, 242, 0.6); }
  .v1-main-layout .alt-links .forgot-pass {
    float: right; }
  .v1-main-layout .alt-links .remember-me {
    float: left; }
    .v1-main-layout .alt-links .remember-me .form_checkbox {
      margin: 0 3px;
      width: auto;
      height: auto; }
  .v1-main-layout .steps span {
    line-height: 21px; }
  .v1-main-layout footer.classy .footer-right {
    line-height: 21px; }
  .v1-main-layout a, .v1-main-layout .divider {
    line-height: 24px; }
  .v1-main-layout section p.subtext {
    line-height: 24.71px; }
  .v1-main-layout section form a.btn {
    line-height: 26px; }
  .v1-main-layout .buttons a {
    margin: 0 10px;
    width: 40%; }
  .v1-main-layout .nowrap {
    white-space: nowrap; }
  .v1-main-layout header.classy {
    min-width: 0;
    padding: 0 20px;
    position: relative;
    height: auto; }
  .v1-main-layout header.classy .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-top: 20px; }
  .v1-main-layout header.classy .primary.col {
    margin-right: 20px;
    padding: 0;
    width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: none;
    height: auto;
    width: 75px; }
  .v1-main-layout .create-account {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    height: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: block; }
  .v1-main-layout header.classy .header-logo {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto; }
  .v1-main-layout .body.classy {
    padding-top: 0;
    min-width: 0px;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .v1-main-layout .body.classy section.login {
    padding-top: 40px; }
    .v1-main-layout .body.classy section.login.classy-ad-split {
      width: 100%;
      max-width: 1100px;
      display: -ms-flexbox;
      display: flex; }
      .v1-main-layout .body.classy section.login.classy-ad-split .content {
        width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 0; }
        .v1-main-layout .body.classy section.login.classy-ad-split .content.classy-ad-split__left {
          padding-right: 40px;
          padding-left: 40px; }
        .v1-main-layout .body.classy section.login.classy-ad-split .content.classy-ad-split__right {
          border-left: 1px solid rgba(237, 241, 242, 0.6);
          padding-left: 40px;
          padding-right: 40px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: distribute;
          justify-content: space-around; }
          @media (max-width: 768px) {
            .v1-main-layout .body.classy section.login.classy-ad-split .content.classy-ad-split__right {
              border-left: none; } }
  .v1-main-layout .classy-ad {
    max-width: 100%;
    display: block; }
  .v1-main-layout .classy-ad__link {
    display: block; }
  .v1-main-layout .body.classy > section .content {
    padding-left: 0;
    padding-right: 0; }
  .v1-main-layout section div.content .content-inner {
    width: 100%; }
  .v1-main-layout footer.classy {
    min-width: 0px;
    padding: 40px 20px 20px 20px; }
  .v1-main-layout footer.classy .footer-left {
    width: 60%; }
  .v1-main-layout footer.classy .footer-right {
    width: 40%; }
  @media (max-width: 640px) {
    .v1-main-layout footer.classy .footer-left {
      width: 100%; }
    .v1-main-layout header.classy .primary.col {
      width: 75px; }
    .v1-main-layout .body.classy section.login {
      padding-top: 0px; }
    .v1-main-layout .body.classy section.login.classy-ad-split .content:last-of-type {
      padding-top: 0px; }
    .v1-main-layout header.classy .header-logo i {
      color: white; } }
  @media (max-width: 768px) {
    .v1-main-layout .body.classy section.login.classy-ad-split .content {
      max-width: 400px; }
      .v1-main-layout .body.classy section.login.classy-ad-split .content:first-of-type {
        padding-left: 0px;
        padding-right: 0px;
        border-right: none;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      .v1-main-layout .body.classy section.login.classy-ad-split .content:last-of-type {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .v1-main-layout .body.classy section.login.classy-ad-split {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .v1-main-layout .forgot-password, .v1-main-layout .signup-step1, .v1-main-layout .signup-step2 {
    width: 100%;
    max-width: 400px; }

.v2-default-layout {
  background: #F5F5F5;
  width: 100%;
  height: 100%; }
  .v2-default-layout .header {
    height: 115px;
    margin-bottom: 50px;
    position: relative; }
    .v2-default-layout .header_container {
      height: 100%; }
    .v2-default-layout .header_logo {
      position: relative;
      width: auto;
      min-width: 162px;
      height: 100%;
      margin-top: 0;
      max-width: 350px;
      display: inline-block; }
      .v2-default-layout .header_logo-image {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 55px;
        vertical-align: middle; }
  .v2-default-layout .main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .v2-default-layout .main::after {
      clear: both;
      content: "";
      display: block; }
    .v2-default-layout .main_container {
      margin-bottom: 50px; }
      @media screen and (max-width: 475px) {
        .v2-default-layout .main_container {
          margin-bottom: 0;
          background-color: transparent;
          box-shadow: none; } }
  .v2-default-layout .page-wrap {
    min-height: 100%;
    margin-bottom: -213px; }
    .v2-default-layout .page-wrap:after {
      content: "";
      display: block;
      height: 213px; }
  .v2-default-layout .footer {
    height: 213px;
    position: relative; }
  @media screen and (max-width: 475px) {
    .v2-default-layout .page-wrap {
      margin-bottom: 0; } }
  @media screen and (max-width: 475px) {
    .v2-default-layout .page-wrap:after {
      display: none; } }
  .v2-default-layout .footer {
    width: 100%;
    line-height: 24px; }
    .v2-default-layout .footer .sc-block_bg-color {
      background-color: #43cdfd; }
    .v2-default-layout .footer-block_logo-image {
      max-height: 55px;
      margin-bottom: 30px; }
    .v2-default-layout .footer_link {
      color: inherit; }
    .v2-default-layout .footer_inner {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      .v2-default-layout .footer_inner::after {
        clear: both;
        content: "";
        display: block; }
    .v2-default-layout .footer_top {
      padding: 50px 50px 37px 50px;
      color: #FFF;
      position: relative;
      z-index: 1; }
      .v2-default-layout .footer_top::after {
        clear: both;
        content: "";
        display: block; }
      .v2-default-layout .footer_top-right, .v2-default-layout .footer_top-left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%; }
        .v2-default-layout .footer_top-right:last-child, .v2-default-layout .footer_top-left:last-child {
          margin-right: 0; }
      .v2-default-layout .footer_top-right {
        text-align: right; }
    .v2-default-layout .footer_charity-name {
      font-size: 16px;
      font-weight: 700; }
    .v2-default-layout .footer_info {
      display: block;
      clear: both;
      font-size: 14px; }
    .v2-default-layout .footer_scroll-to-top {
      float: right;
      clear: both;
      margin-bottom: 14px;
      cursor: pointer; }
      .v2-default-layout .footer_scroll-to-top_text {
        font-weight: 600;
        font-size: 12px;
        float: left; }
      .v2-default-layout .footer_scroll-to-top_icon {
        margin-left: 11px;
        text-align: center;
        float: left;
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        font-style: normal;
        background-color: rgba(0, 0, 0, 0.1); }
        .v2-default-layout .footer_scroll-to-top_icon:before {
          line-height: 25px; }
    .v2-default-layout .footer_bottom {
      padding: 15px 50px 15px 50px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative; }
      .v2-default-layout .footer_bottom::after {
        clear: both;
        content: "";
        display: block; }
      .v2-default-layout .footer_bottom-left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 57.3509783236%;
        float: left;
        text-align: left;
        color: rgba(255, 255, 255, 0.85); }
        .v2-default-layout .footer_bottom-left:last-child {
          margin-right: 0; }
      .v2-default-layout .footer_bottom-right {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 40.291369653%;
        float: right;
        text-align: right;
        text-transform: uppercase; }
        .v2-default-layout .footer_bottom-right:last-child {
          margin-right: 0; }
      .v2-default-layout .footer_bottom-logo {
        font-size: 25px;
        display: inline-block;
        float: right;
        padding-left: 10px; }
      .v2-default-layout .footer_bottom-powered {
        display: inline-block; }
      .v2-default-layout .footer_bottom-link {
        color: white; }
    @media screen and (max-width: 1024px) {
      .v2-default-layout .footer_charity-name {
        font-size: 15px;
        font-weight: 600; }
      .v2-default-layout .footer_info {
        font-size: 11px; } }
  .v2-default-layout .sc-block_bg, .v2-default-layout .sc-block_bg-color, .v2-default-layout .sc-block_bg-image, .v2-default-layout .sc-block_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .v2-default-layout.org-less .page-wrap {
    min-height: 100%;
    margin-bottom: -141px; }
    .v2-default-layout.org-less .page-wrap:after {
      content: "";
      display: block;
      height: 141px; }
  .v2-default-layout.org-less .footer {
    height: 141px;
    position: relative; }
  .v2-default-layout.org-less.footer-logo-less .footer_top {
    padding: 0; }
  .v2-default-layout.org-less.footer-logo-less .page-wrap {
    min-height: 100%;
    margin-bottom: -54px; }
    .v2-default-layout.org-less.footer-logo-less .page-wrap:after {
      content: "";
      display: block;
      height: 54px; }
  .v2-default-layout.org-less.footer-logo-less .footer {
    height: 54px;
    position: relative; }
  .v2-default-layout.full-screen .main_container {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    margin-left: 0%; }
    .v2-default-layout.full-screen .main_container:last-child {
      margin-right: 0; }

html, body {
  height: 100%; }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background: none transparent; }

a {
  color: #57687D; }

.header,
.footer {
  width: 100%; }
  .header_container,
  .footer_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%; }
    .header_container::after,
    .footer_container::after {
      clear: both;
      content: "";
      display: block; }

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 18px 0;
  display: inline-block; }

[type='submit']:disabled {
  cursor: not-allowed; }

.main_container {
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 36px;
  margin-left: 34.1192173411%;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .main_container:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1025px) {
    .main_container {
      margin-left: 25.5894130058%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .main_container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 625px) {
    .main_container {
      margin-left: 17.0596086706%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 65.8807826589%; }
      .main_container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 550px) {
    .main_container {
      margin-left: 8.5298043353%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 82.9403913294%; }
      .main_container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 475px) {
    .main_container {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .main_container:last-child {
        margin-right: 0; } }

.main_alert {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: #f77462;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #f77462;
  margin-bottom: 20px;
  margin-top: 15px; }
  .main_alert a {
    color: inherit; }

.main_heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  margin-bottom: 24px; }
  .main_heading + .main_heading-2, .main_heading + .main_heading-3, .main_heading + .main_heading-4 {
    /* When there is sub heading subtext under .main_heading, they should be separated by 9px. See SSO-395*/
    margin-top: -15px; }
  .main_heading-2 {
    font-size: 21px;
    line-height: 1.7;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 18px; }
  .main_heading-3 {
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
    color: #57687D;
    margin-bottom: 13px; }
    .main_heading-3.terms {
      margin-bottom: 10px; }
    .main_heading-3.or {
      margin-bottom: 18px; }
  .main_heading-4 {
    font-size: 15px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin-bottom: 18px; }
    .main_heading-4.light {
      color: rgba(0, 0, 0, 0.54); }

.menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin: 0 0 15px 0; }
  .menu::after {
    clear: both;
    content: "";
    display: block; }
  .menu_option {
    list-style: none;
    font-size: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    padding: 7px 8px 8px 8px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1.8;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-right: 0; }
    .menu_option:last-child {
      margin-right: 0; }
    .menu_option:first-child {
      margin-left: 17.9125891041%; }
    .menu_option a {
      width: 100%;
      height: 100%;
      display: inline-block;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.38); }
    .menu_option:hover {
      background-color: rgba(0, 0, 0, 0.06); }
    .menu_option.active {
      background-color: #9d9d9d;
      color: #FFF;
      position: relative;
      cursor: default; }

.form_field {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px; }
  .form_field::after {
    clear: both;
    content: "";
    display: block; }
  .form_field-options {
    margin-top: -6px; }

.form_label {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 6px; }
  .form_label:last-child {
    margin-right: 0; }
  .form_label.required:after {
    content: '*';
    font-size: 15px;
    color: #f77462;
    margin: 0 0 6px 3px; }

.form_input {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  padding: 9px 18px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  line-height: 1.8;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .form_input:last-child {
    margin-right: 0; }
  .form_input:focus {
    border: solid 1px rgba(0, 0, 0, 0.38); }
  .form_input.error {
    border-color: #f77462; }
  .form_input-float {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
    color: #57687D;
    position: absolute;
    right: 0;
    bottom: 1px;
    padding: 9px 13px 9px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.12); }
    .form_input-float-wrapper {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .form_input-float-wrapper::after {
        clear: both;
        content: "";
        display: block; }
      .form_input-float-wrapper.show-password .form_input {
        padding-right: 100px; }
      .form_input-float-wrapper.show-password .form_input-float {
        cursor: pointer; }

.form_checkbox {
  font-size: 16px; }
  .form_checkbox-label {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.54); }

.form_link {
  font-size: 12px;
  line-height: 1.7;
  color: #57687D;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.54); }

.form_error-input {
  color: #f77462;
  font-size: 13px;
  margin: 6px 0;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .form_error-input:last-child {
    margin-right: 0; }

.form_req-list {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #57687D;
  margin: -5px 0 10px 0;
  overflow: hidden; }

.form_req-item {
  position: relative; }
  .form_req-item:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.38);
    display: block;
    float: left;
    margin: 2px 10px 10px 20px; }
  .form_req-item .fa {
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 1px;
    background: #f5f5f5; }

i.fa-check-circle {
  color: #50d1bf; }

i.fa-times-circle {
  color: rgba(244, 67, 54, 0.54); }

.button {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  padding: 9px;
  margin: 12px 0;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%;
  border-radius: 3px;
  background-color: #36bff7;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .button:last-child {
    margin-right: 0; }
  .button:hover {
    text-decoration: none;
    color: #FFF; }
  .button_label {
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 16px;
    padding: 1px; }
  .button .fa {
    position: relative;
    right: 4px;
    margin: 5px 0 0 0;
    font-size: 16px; }
  .button.facebook {
    border-radius: 3px;
    background-color: #4267b2;
    text-transform: none;
    margin: 0 0 18px 0; }
  .button.email {
    text-transform: none; }
  .button.transparent {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    font-size: 14px;
    line-height: 1.4; }
  .button.back {
    position: absolute;
    top: 5px;
    left: 0px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 25px;
    margin: 0;
    text-align: left; }

.access {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; }
  .access_type {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.full {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .full:last-child {
    margin-right: 0; }

.half {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  word-break: break-word; }
  .half:last-child {
    margin-right: 0; }

.fourth {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .fourth:last-child {
    margin-right: 0; }

.last {
  margin-right: 0; }

.right {
  text-align: right; }

.progress {
  text-align: center;
  display: block;
  margin: -15px 0 20px 0; }
  .progress_marker {
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin: 0 1px; }
    .progress_marker.active {
      background: rgba(0, 0, 0, 0.87); }

.gallery {
  text-align: center;
  display: block;
  margin: 0 0 18px 0; }
  .gallery_image {
    border-radius: 72px;
    width: 72px;
    height: 72px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
    color: #ffffff; }
    .gallery_image.member {
      background-color: #36bff7; }
    .gallery_image.org {
      background-color: rgba(0, 0, 0, 0.38); }
    .gallery_image img {
      position: absolute;
      top: 0;
      height: 72px;
      display: block;
      min-width: 72px; }

.back-arrow {
  height: 20px;
  fill: rgba(0, 0, 0, 0.5);
  margin: 0 0 0 10px; }

.powered-by {
  margin: 0 auto -13px auto;
  padding: 26px 0 0 0;
  display: block;
  clear: both;
  fill: #57687D;
  height: 48px; }
  @media screen and (max-width: 208px) {
    .powered-by {
      height: 45px; } }

.lowest {
  height: 0;
  clear: both; }

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