/* Color palette */
/* Text styles */
.tal {
  text-align: left; }

.tar {
  text-align: right; }

body {
  font-family: 'Karla', sans-serif;
  background-color: #f4f4f4;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always; }
  body .container {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box; }
    body .container:before, body .container:after {
      content: "";
      display: table; }
    body .container:after {
      clear: both; }
    @media only screen and (max-width: 767px) {
      body .container {
        padding: 0 15px; } }

select,
table {
  width: 100%; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/material-icons/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/material-icons/MaterialIcons-Regular.woff) format("woff"), url(../fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons, .raf-form--content__errors ul li:before, .raf-left__half--count .raf-list-select {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.ignore-material {
  font-family: 'Karla', sans-serif;
  margin-top:-16px;
}
.col-6 {
  float: right;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .col-6 {
      width: 100%;
      margin: 0 auto;
      padding: 10px 0;
      display: block;
      text-align: center; }
      .col-6 .raf-navbar-separator {
        display: none; }
      .col-6:not(:last-child) {
        border-bottom: 1px solid #ebebeb; } }

.row-fluid:before, .row-fluid:after {
  content: "";
  display: table; }

.row-fluid:after {
  clear: both; }

.row-fluid .span5 {
  float: left;
  width: 45%;
  margin-left: 2.5%; }

.row-fluid .span7 {
  float: left;
  width: 52.5%; }

@media only screen and (max-width: 767px) {
  .row-fluid .span5,
  .row-fluid .span7 {
    float: none;
    width: 100%;
    margin: 0 auto; } }

.raf-navbar {
  background-color: #2f3b4d;
  line-height: 72px;
  max-height: 72px;
  margin-bottom: 30px;
  padding: 0 6px;
  height: 72px;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .raf-navbar {
      line-height: normal;
      max-height: none; } }

.raf-logo {
  width: 110px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-top:16px;
  margin-left: -55px;
  vertical-align: middle;
  color: #ffffff;
  font-family: Arial;
}
.raf-logo .raf-logo-bold{
	font-weight: 900;
}

.raf-logo .raf-logo-thin{
    font-weight: 100;
}

  .raf-logo img {
    height: 40px;
     }

.raf-navbar--wrapper:before, .raf-navbar--wrapper:after {
  content: "";
  display: table; }

.raf-navbar--wrapper:after {
  clear: both; }

.raf-navbar--menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .raf-navbar--menu:before, .raf-navbar--menu:after {
    content: "";
    display: table; }
  .raf-navbar--menu:after {
    clear: both; }
  .raf-navbar--menu .material-icons a, .raf-navbar--menu .raf-form--content__errors ul li:before a, .raf-form--content__errors ul .raf-navbar--menu li:before a, .raf-navbar--menu .raf-left__half--count .raf-list-select a, .raf-left__half--count .raf-navbar--menu .raf-list-select a {
    font-size: 16px; }
  .raf-navbar--menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
    .raf-navbar--menu li:first-child {
      margin-left: 24px; }
      @media only screen and (max-width: 767px) {
        .raf-navbar--menu li:first-child {
          margin-left: 12px; } }
    .raf-navbar--menu li.active a {
      background-color: #ef6a40; }
    .raf-navbar--menu li a {
      font-family: Karla;
      text-transform: uppercase;
      background-color: transparent;
      display: block;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 0.8px;
      color: #ffffff;
      line-height: 36px;
      text-decoration: none;
      padding: 0 25px;
      transition: all .25s ease;
      border-radius: 100px; }
    .raf-navbar--menu li.raf-back a {
      font-size: 22px;
      font-weight: 100;
      font-family: 'Material Icons';
      text-transform: none;
    }
      .raf-navbar--menu li a:hover {
        background-color: #ef6a40; }

.raf-navbar--dropdown {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 43px;
  right: -6px;
  border-radius: 4px;
  background-color: #282b34;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 25px 15px 25px;
  box-sizing: border-box;
  line-height: normal;
  transition: all .25s ease; }
  .raf-navbar--dropdown a {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #70767d;
    display: block;
    text-transform: capitalize;
    transition: all .25s ease; }
    .raf-navbar--dropdown a:hover {
      color: #ebebeb;
      text-decoration: none; }
  .raf-navbar--dropdown:before {
    content: '';
    border-radius: 12px;
    background-color: #282b34;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 0; }

.raf-navbar--text {
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
  color: #ffffff;
  display: inline-block;
  line-height: 45px;
  transition: all .25s ease;
  text-transform: uppercase;
  margin: 0 25px; }
  .raf-navbar--text:hover {
    opacity: 1; }
  .raf-navbar--text.dropdown {
    cursor: pointer;
    position: relative; }
    .raf-navbar--text.dropdown:hover .raf-navbar--dropdown {
      opacity: 1;
      pointer-events: auto; }
    .raf-navbar--text.dropdown:after {
      content: '';
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAF9JREFUCB1ljNEJgDAMRBtwpP47glNIp+gg4kruVO+VJEgNXHO9e6QUzRhjlwz/HTK6mclU6ZG6lDDeM7oacNMn4QVqQBuPmV0qsSePz6F900WQW3Bc5vq8lOVqHP5BLww8XU1YviZVAAAAAElFTkSuQmCC");
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 6px;
      margin-left: 5px;
      position: relative;
      top: -2px; }

.raf-navbar-separator {
  display: inline-block;
  margin: 0 20px;
  height: 27px;
  width: 1px;
  position: relative;
  top: 8px;
  background-color: #ffffff; }



.raf-form {
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.23);
  padding: 24px;
  max-width: 640px;
  margin: 24px auto;
  box-sizing: border-box; 
  position:relative;
}
  .brand-logo {
      position: absolute;
      top: 8px;
      right: 8px;
  }

    .brand-logo img {
      width:100px;
      height:100px;
    }
  .raf-form--title {
    font-size: 27px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #282b34;
    border-bottom: 1px solid rgba(153, 153, 160, 0.35);
    padding: 21px 0 38px 0;
    margin-bottom: 24px;
    line-height: normal; }
  .raf-form--content {
    max-width: 350px;
    margin: 0 auto;
    padding: 24px 0; }
    .raf-form--content__errors {
      border-radius: 4px;
      box-sizing: border-box;
      padding: 35px;
      max-width: 640px;
      margin: 0 auto;
      background-color: #ebebeb;
      border: solid 1px rgba(150, 150, 150, 0.2);
      will-change: transform;
      transition: all .25s ease; }
      @media only screen and (max-width: 767px) {
        .raf-form--content__errors {
          padding: 12px; } }
      .raf-form--content__errors ul {
        margin: 0;
        list-style: none; }
      .raf-form--content__errors ul li {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #70767d;
        color: #70767d !important;
        margin-bottom: 7px; }
        .raf-form--content__errors ul li:last-child {
          margin-bottom: 0; }
        .raf-form--content__errors ul li:before {
          content: '\E002';
          color: #e55c5c;
          vertical-align: middle;
          margin-right: 35px;
          position: relative;
          top: -2px; }
          @media only screen and (max-width: 767px) {
            .raf-form--content__errors ul li:before {
              margin-right: 12px; } }
  .raf-form--footer {
    max-width: 640px;
    margin: 0 auto;
    text-align: center; }
    .raf-form--footer a.raf-form--footer--link {
      display: block; }
  .raf-form.error {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #70767d;
    color: #70767d !important; }
  .raf-form input.raf-form--input, .raf-form--input {
    margin-bottom: 12px;
    width: 100%;
    border-radius: 30px;
    background-color: #f4f4f4;
    line-height: 48px;
    min-height: 48px;
    height: auto;
    padding: 0 24px;
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #282b34; }
    .raf-form input.raf-form--input::-webkit-input-placeholder, .raf-form--input::-webkit-input-placeholder {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #70767d; }
    .raf-form input.raf-form--input:-moz-placeholder, .raf-form--input:-moz-placeholder {
      /* Firefox 18- */
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #70767d; }
    .raf-form input.raf-form--input::-moz-placeholder, .raf-form--input::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #70767d; }
    .raf-form input.raf-form--input:-ms-input-placeholder, .raf-form--input:-ms-input-placeholder {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #70767d; }
    .raf-form input.raf-form--input.error, .raf-form--input.error {
      background-color: rgba(255, 206, 206, 0.85); }
    .raf-form input.raf-form--input.inviteCode, .raf-form--input.inviteCode {
      padding-right: 100px; }
  .raf-form .inviteCode-label {
    line-height: normal;
    margin: 0;
    position: relative; }
    .raf-form .inviteCode-label:after {
      content: 'Invite Code';
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 24px;
      bottom: 0;
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #70767d; }
  .raf-form input.raf-form--btn, .raf-form--btn {
    width: 100%;
    box-sizing: border-box; }

.raf-btn {
  line-height: 48px;
  border-radius: 4px;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  transition: all .25s ease; }
  .raf-btn__blue {
    background-color: #4ba7d7; }
    .raf-btn__blue:hover {
      background-color: #60b1dc; }

.raf-refresh-bnt {
  width: 40px;
  line-height: normal;
  padding: 8px; }
  .raf-refresh-bnt .material-icons, .raf-refresh-bnt .raf-form--content__errors ul li:before, .raf-form--content__errors ul .raf-refresh-bnt li:before, .raf-refresh-bnt .raf-left__half--count .raf-list-select, .raf-left__half--count .raf-refresh-bnt .raf-list-select {
    vertical-align: middle; }
  .raf-refresh-bnt:hover {
    color: white; }

.raf-tableBlock--title {
  border-radius: 100px;
  background-color: #4ba7d7;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #ffffff;
  line-height: 36px;
  padding: 0 24px;
  display: inline-block; }

.raf-table {
  width: 100%;
  box-sizing: border-box; }
  .raf-table--companyDif {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #4ba7d7;
    margin-right: 12px; }
  .raf-table--wrapper {
    padding: 12px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.23);
    margin: 12px 0 28px 0;
    background-color: #ffffff;
    overflow: auto;
    width: 100%;
    box-sizing: border-box; }
  .raf-table--heading {
    border-bottom: 1px solid #ebebeb;
    text-align: left; }
    .raf-table--heading th {
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 24px;
      color: #70767d;
      padding: 6px 12px; }
    .raf-table--heading__vesting {
      border-bottom: 1px solid #ebebeb;
      text-align: left; }
      .raf-table--heading__vesting th {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 24px;
        color: #282b34;
        padding: 6px 12px 9px 12px; }
  .raf-table--body tr:nth-child(odd) {
    background-color: #f4f4f4; }
  .raf-table--body td {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #282b34; }
    .raf-table--body td a {
      text-decoration: underline; }
      .raf-table--body td a:hover {
        text-decoration: none; }
  .raf-table--body__vesting {
    border-bottom: 1px solid #ebebeb;
    text-align: left; }
    .raf-table--body__vesting tr {
      border-bottom: 1px solid #ebebeb; }
    .raf-table--body__vesting tr td {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      color: #282b34;
      padding: 12px 12px; }
  .raf-table--footer {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
    .raf-table--footer td {
      font-size: 15px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      color: #282b34;
      padding: 6px 12px; }

.raf-table--headBlock {
  padding: 0 24px; }

.raf-table--title {
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  color: #282b34; }

.raf-table--count {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #70767d; }

.raf-table--head-wrapper:before, .raf-table--head-wrapper:after {
  content: "";
  display: table; }

.raf-table--head-wrapper:after {
  clear: both; }

.raf-table--head-wrapper .raf-table--title,
.raf-table--head-wrapper .raf-table--count {
  padding: 0 24px; }

.raf-table--head-wrapper .raf-table--title {
  line-height: normal; }

.raf-table--head-wrapper .raf-table--count {
  margin-top: 5px; }

.raf-tableDetail--title {
  font-size: 27px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 48px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #4ba7d7;
  display: inline-block;
  padding: 0 24px;
  line-height: 48px; }

.raf-tableDetail--body {
  margin: 12px 0 12px 0; }

.raf-tableDetail--rightLeft__title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #70767d;
  line-height: 48px;
  padding-left: 18px; }

.raf-table-wrapper {
  width: 100%;
  overflow: auto; }

.raf-tableDetail--left__table {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
  padding: 14px 24px;
  margin: 12px 0; }
  @media only screen and (max-width: 767px) {
    .raf-tableDetail--left__table {
      padding: 7px 12px; } }
  .raf-tableDetail--left__table .table {
    margin: 0; }
    .raf-tableDetail--left__table .table:before, .raf-tableDetail--left__table .table:after {
      content: "";
      display: table; }
    .raf-tableDetail--left__table .table:after {
      clear: both; }

.raf-tableDetail--left__half {
  float: left;
  width: calc(50% - 24px);
  vertical-align: top;
  border-bottom: 1px solid #ebebeb;
  padding: 13px 0; }
  .raf-tableDetail--left__half:nth-child(odd) {
    margin-right: 12px; }
    @media only screen and (max-width: 767px) {
      .raf-tableDetail--left__half:nth-child(odd) {
        margin-right: 0; } }
  .raf-tableDetail--left__half:nth-child(even) {
    margin-left: 12px; }
    @media only screen and (max-width: 767px) {
      .raf-tableDetail--left__half:nth-child(even) {
        margin-left: 0; } }
  .raf-tableDetail--left__half:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 767px) {
    .raf-tableDetail--left__half {
      float: none;
      width: 100%;
      margin: 0 auto 10px auto; } }

.raf-tableDetail--right__table {
  border-radius: 4px;
  background-color: #ebebeb;
  border: solid 1px rgba(150, 150, 150, 0.2);
  margin: 12px 0; }
  .raf-tableDetail--right__table td {
    padding: 16px 0 0 18px;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #282b34;
    border-top: 0; }
    @media only screen and (max-width: 767px) {
      .raf-tableDetail--right__table td {
        padding: 7px 9px; } }

.raf-tableDetail--right__heading {
  vertical-align: top; }
  .raf-tableDetail--right__heading th {
    padding: 14px 0 14px 18px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #70767d; }
    @media only screen and (max-width: 767px) {
      .raf-tableDetail--right__heading th {
        padding: 7px 9px; } }

.raf-left__half--title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #70767d;
  margin-bottom: 8px; }

.raf-left__half--count {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #282b34;
  position: relative;
  line-height: 24px; }
  .raf-left__half--count .raf-list-select {
    position: absolute;
    top: -2px;
    right: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .25s ease; }
    .raf-left__half--count .raf-list-select:after {
      content: '';
      position: absolute;
      height: 10px;
      width: 45px;
      bottom: 0;
      right: 0; }
    .raf-left__half--count .raf-list-select:hover {
      color: #4ba7d7; }
      .raf-left__half--count .raf-list-select:hover .raf-select-active {
        display: block; }
  .raf-left__half--count .raf-select-active {
    background: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 24px;
    right: 6px;
    transition: all .25s ease;
    display: none;
    z-index: 1;
    width: 190px;
    border-radius: 4px;
    font-size: 14px; }
    .raf-left__half--count .raf-select-active form {
      margin: 0; }
    .raf-left__half--count .raf-select-active .btn {
      margin: 10px auto;
      display: block; }
    .raf-left__half--count .raf-select-active:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 120%;
      height: 250%;
      z-index: -1; }

/**
 * MUI Select Component
 */
.mui-select {
  display: block;
  padding-top: 15px;
  margin-bottom: 20px;
  position: relative; }

.mui-select:focus {
  outline: 0; }

.mui-select:focus > select {
  height: 33px;
  margin-bottom: -1px;
  border-color: #2196F3;
  border-width: 2px; }

.mui-select > select {
  animation-duration: 0.0001s;
  animation-name: mui-node-inserted;
  display: block;
  height: 32px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNiIgd2lkdGg9IjEwIj48cG9seWdvbiBwb2ludHM9IjAsMCAxMCwwIDUsNiIgc3R5bGU9ImZpbGw6cmdiYSgwLDAsMCwuMjQpOyIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  padding: 0 25px 0 0; }

.mui-select > select::-ms-expand {
  display: none; }

.mui-select > select:focus {
  outline: 0;
  height: 33px;
  margin-bottom: -1px;
  border-color: #2196F3;
  border-width: 2px; }

.mui-select > select:disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1; }

.mui-select > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mui-select:focus > label,
.mui-select > select:focus ~ label {
  color: #2196F3; }

.mui-select__menu {
  position: absolute;
  z-index: 2;
  min-width: 100%;
  overflow-y: auto;
  padding: 8px 0;
  background-color: #FFF;
  font-size: 16px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mui-select__menu {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12); } }

.mui-select__menu > div {
  padding: 0 22px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  white-space: nowrap; }

.mui-select__menu > div.mui--is-selected {
  background-color: #EEEEEE; }

.mui-select__menu > div.mui--is-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed; }

.mui-select__menu > div:not(.mui-optgroup__label):not(.mui--is-disabled):hover {
  background-color: #E0E0E0; }

.mui-optgroup__option {
  text-indent: 1em; }

.mui-optgroup__label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.9em; }