.header {
  position: fixed;
  z-index: 1;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 5px solid #f05a2a;
  background-color: #fff;
}

.header.signin {
  position: static;
}

.header.article-header {
  padding-bottom: 26px;
}

.webapp {
  background-color: #edeef1;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
}

.webapp.signin-bg {
  background-color: #fec042;
}

.logo {
  display: inline-block;
  width: 96px;
  height: 40px;
  float: left;
  background-image: url('../images/radi8-logo-1@2x.png');
  background-position: 0px 0px;
  background-size: 94px;
  background-repeat: no-repeat;
}

.title {
  display: block;
  margin-top: 19px;
  margin-left: 143px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.title.article {
  display: none;
}

.company {
  display: inline-block;
}

.page {
  display: inline-block;
  margin-left: 8px;
  color: #6b6f7d;
  font-weight: 300;
}

.btn-header {
  width: 134px;
  height: 42px;
  float: right;
  background-image: url('../images/btn-add-post@2x.png');
  background-position: 0px 50%;
  background-size: 133px;
  background-repeat: no-repeat;
}

.btn-header.article-header {
  display: none;
}

.btn-header.invite {
  width: 192px;
  background-image: url('../images/btn-invite.png');
  background-size: 192px;
}

.page-body {
  padding-top: 120px;
}

.page-body.radi8 {
  padding-top: 220px;
  background-image: url('../images/radi8-symbol-grp-1b2-xl.png');
  background-position: 50% -200px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.page-body.article-content {
  padding-top: 147px;
  background-color: #f9f9f9;
  text-align: center;
}

.nav {
  position: static;
  left: 0px;
  width: 220px;
  padding-bottom: 10px;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 55px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 18px;
}

.nav-link:hover {
  color: #f63;
}

.nav-link.news {
  background-image: url('../images/icon-news.png');
  background-position: 20px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.nav-link.news:hover {
  background-image: url('../images/icon-news-on_1.png');
  background-size: 24px;
}

.nav-link.news.active {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/icon-news-on_1.png');
  background-size: 24px;
  color: #f63;
}

.nav-link.points {
  background-image: url('../images/icon-points.png');
  background-position: 20px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.nav-link.points:hover {
  background-image: url('../images/icon-points-on.png');
  background-size: 24px;
}

.nav-link.points.active {
  background-image: url('../images/icon-points-on.png');
  background-size: 24px;
  color: #f63;
}

.nav-link.account {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url('../images/icon-account.png');
  background-position: 20px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.nav-link.account:hover {
  background-image: url('../images/icon-account-on.png');
  background-size: 24px;
}

.nav-link.account.active {
  background-image: url('../images/icon-account-on.png');
  background-size: 24px;
  color: #f63;
}

.menu {
  float: none;
}

.downloads {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.hdg-downloads {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #b5b7bd;
  font-size: 11px;
  font-weight: 400;
}

.link-downloads {
  display: block;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  text-decoration: none;
}

.link-downloads:hover {
  color: #f63;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 0;
}

.wrapper {
  margin-bottom: 25px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.wrapper.account {
  padding-bottom: 550px;
}

.post-content {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.post-headline {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

.post-headline.comments {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.post-blurb {
  color: #73767e;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.post-blurb.comments {
  font-size: 14px;
  line-height: 20px;
}

.post-context {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d6d8de;
}

.inner {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.inner.context {
  text-align: left;
}

.inner.left-align {
  text-align: left;
}

.post-user {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.post-attribution {
  text-align: left;
}

.dot {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  color: #878b96;
  font-size: 16px;
  font-weight: 600;
}

.post-time {
  display: inline-block;
  color: #878b96;
}

.context-comment {
  padding-bottom: 10px;
  color: #adb0b8;
  font-weight: 400;
}

.post-stats {
  padding-bottom: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d6d8de;
  color: #adb0b8;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.number-comments {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}

.number-reads {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}

.number-shares {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}

.post-actions {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d6d8de;
}

.post-actions.article {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: none;
  border-top-width: 0px;
  text-align: center;
}

.action {
  display: block;
  color: #f63;
  line-height: 24px;
  text-decoration: none;
}

.action.comment {
  padding-left: 35px;
  float: left;
  background-image: url('../images/icon-comment.png');
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  line-height: 24px;
}

.action.share {
  position: static;
  left: 306px;
  display: inline-block;
  width: 84px;
  height: 26px;
  background-image: url('../images/btn-share.png');
  background-position: 0px 0px;
  background-size: 84px;
}

.action.favorite {
  padding-left: 30px;
  float: right;
  background-image: url('../images/icon-favorite.png');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.post-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.link {
  color: #f63;
  text-decoration: none;
}

.link.read-full-article {
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
}

.center {
  text-align: center;
}

.tagline {
  display: inline-block;
  margin-top: 20px;
  float: right;
  color: #6b6f7d;
  font-size: 22px;
}

.orange {
  color: #f63;
}

.input-field {
  width: 300px;
  border-radius: 5px;
}

.r88-signin {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.btn-signin {
  margin-top: 10px;
  padding: 15px 37px;
  border: 2px solid #f05a2a;
  border-radius: 7px;
  background-color: transparent;
  color: #f05a2a;
  font-size: 28px;
  line-height: 34px;
}

.actions-subheader {
  position: fixed;
  left: 0px;
  top: 101px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 48px;
  background-color: #edeef1;
  box-shadow: 0 2px 3px 0 rgba(89, 92, 102, .35);
}

.points-top {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.table-head {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid #edeef1;
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.table-row {
  padding: 20px 15px;
  background-color: #fff;
}

.table-row.gray {
  background-color: #f7f9fc;
}

.avatar {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 20px;
  background-color: #b5b7bd;
  text-align: center;
}

.avatar.leader {
  background-color: #fec042;
}

.avatar-txt {
  position: static;
  color: #fff;
  line-height: 40px;
}

.employee-name {
  display: block;
  margin-left: 20px;
  float: left;
  font-size: 24px;
  line-height: 40px;
}

.employee-name.top-3 {
  font-weight: 600;
}

.number-points {
  float: right;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.number-points.top-3 {
  font-weight: 600;
}

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100vh;
}

.modal-container._1 {
  z-index: 1;
  display: none;
}

.modal-container._2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.modal-container._3 {
  z-index: 1;
  display: none;
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: hsla(227, 8%, 45%, .8);
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  padding-bottom: 14px;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.modal {
  position: absolute;
  left: 0px;
  top: 14%;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  overflow: scroll;
  width: 95%;
  height: 84%;
  max-height: 600px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 7px;
  background-color: #fff;
}

.modal._3 {
  display: block;
  max-height: 640px;
}

.modal._1 {
  top: 14%;
  max-width: 600px;
}

.modal-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d8de;
  color: #878b96;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.modal-label {
  margin-bottom: 5px;
  padding-top: 40px;
  color: #9b9b9b;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.modal-inner {
  padding-top: 0px;
  padding-right: 12%;
  padding-left: 12%;
}

.modal-inner.comments {
  padding-right: 3%;
  padding-left: 3%;
}

.message {
  height: 150px;
  margin-bottom: 15px;
}

.message.margin-bottom {
  height: 150px;
  margin-bottom: 15px;
}

.post-type-wrapper {
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #878b96;
  border-radius: 3px;
  text-align: left;
}

.btn-post-type {
  display: inline-block;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #878b96;
  font-size: 15px;
  text-align: center;
}

.btn-post-type.active {
  background-color: #878b96;
  color: #fff;
}

.combo-button {
  float: right;
  text-decoration: none;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #f05a2a;
  color: #edeef1;
}

.icon {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}

.label {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

.modal-img-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.separator {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d6d8de;
}

.comment-txt {
  color: #878b96;
  text-align: left;
}

.comment-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d8de;
}

.comment-bottom-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px 3% 0px;
  background-color: #edeef1;
}

.comment-field {
  margin-bottom: 15px;
  border-radius: 5px;
}

.modal-container-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal-container-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100vh;
}

@media (max-width: 991px) {
  .title {
    margin-left: 65px;
  }
  .company {
    font-size: 18px;
  }
  .page {
    font-size: 18px;
    font-weight: 300;
  }
  .nav {
    width: 175px;
  }
  .nav-link {
    background-color: #fff;
  }
  .menu {
    position: fixed;
    width: 175px;
    background-color: transparent;
  }
  .downloads {
    background-color: #fff;
  }
  .sidebar-wrapper {
    position: static;
    top: 9px;
    right: -5px;
    color: #6b6f7d;
  }
  .post-headline {
    margin-top: 10px;
  }
  .icon-hamburger {
    font-size: 52px;
  }
  .menu-btn.w--open {
    background-color: transparent;
    color: #adb0b8;
  }
}

@media (max-width: 767px) {
  .header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title.points-header {
    margin-left: 30px;
  }
  .btn-header {
    width: 100px;
    height: 30px;
    margin-top: 10px;
    background-size: 100px;
  }
  .btn-header.invite {
    width: 70px;
    height: 30px;
    background-image: url('../images/btn-invite-xsmall.png');
    background-size: 70px;
  }
  .page-body {
    padding-top: 110px;
  }
  .nav {
    width: auto;
    padding-bottom: 0px;
  }
  .nav-link {
    padding-left: 45px;
    background-color: transparent;
    color: #fff;
  }
  .nav-link.news {
    background-image: url('../images/icon-news-white.png');
    background-position: 10px 50%;
    background-size: 24px;
  }
  .nav-link.news.active {
    background-image: url('../images/icon-news-on.png');
    background-position: 10px 50%;
    background-size: 24px;
  }
  .nav-link.points {
    background-image: url('../images/icon-points-white.png');
    background-position: 10px 50%;
    background-size: 24px;
  }
  .nav-link.points:hover {
    background-image: url('../images/icon-points-on_1.png');
    background-size: 24px;
  }
  .nav-link.account {
    background-image: url('../images/icon-account-white.png');
    background-position: 10px 50%;
    background-size: 24px;
  }
  .nav-link.account:hover {
    background-image: url('../images/icon-account-on_1.png');
    background-size: 24px;
  }
  .menu {
    overflow: scroll;
    width: auto;
    margin-top: 99px;
    background-color: #595c66;
  }
  .downloads {
    padding-left: 10px;
    border-top: 1px solid #73767e;
    border-radius: 0px;
    background-color: transparent;
    text-align: left;
  }
  .link-downloads {
    color: #d6d8de;
  }
  .sidebar-wrapper {
    position: fixed;
    left: 0px;
    top: 99px;
    right: auto;
    overflow: visible;
    border-bottom-right-radius: 5px;
    background-color: #edeef1;
  }
  .post-headline {
    margin-top: 5px;
  }
  .post-headline.comments {
    font-size: 20px;
  }
  .icon-hamburger {
    font-size: 37px;
  }
  .menu-btn {
    padding: 5px 7px;
  }
  .modal-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 80px;
    height: 32px;
    background-size: 75px;
  }
  .title {
    display: none;
    width: 200px;
    margin-top: 11px;
    margin-left: 15px;
  }
  .btn-header {
    margin-top: 2px;
  }
  .page-body {
    padding-top: 100px;
  }
  .menu {
    margin-top: 91px;
  }
  .sidebar-wrapper {
    top: 91px;
  }
  .wrapper {
    margin-bottom: 15px;
  }
  .post-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .post-headline {
    font-size: 22px;
  }
  .inner {
    padding-right: 4px;
    padding-left: 4px;
  }
  .inner.context {
    padding-right: 10px;
    padding-left: 10px;
  }
  .context-comment {
    color: #878b96;
    font-size: 15px;
    font-weight: 400;
  }
  .number-comments {
    color: #878b96;
    font-weight: 400;
  }
  .number-reads {
    color: #878b96;
    font-weight: 400;
  }
  .number-shares {
    color: #878b96;
    font-weight: 400;
  }
  .action.comment {
    padding-left: 30px;
    background-position: 0px 50%;
    background-size: 26px;
  }
  .action.share.article {
    width: 70px;
    height: 23px;
    background-image: url('../images/btn-share-small.png');
    background-size: 70px;
  }
  .action.favorite {
    padding-left: 25px;
  }
  .tagline {
    margin-top: 10px;
  }
  .actions-subheader {
    top: 90px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-head {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .table-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .employee-name {
    font-size: 18px;
  }
  .number-points {
    font-size: 18px;
  }
  .modal-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 27px;
  }
  .btn-post-type {
    font-size: 14px;
  }
  .combo-button {
    float: none;
    text-align: left;
  }
}