/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

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

td, th {
  padding: 0
}

html, body {
  height: 100%
}

.page-content {
  position: relative;
  box-sizing: border-box
}

html, body {
  margin: 0;
  padding: 0
}

body {
  color: #2f2f2f;
  background: white;
  position: relative
}

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

input, textarea, select, .settings {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important
}

a {
  text-decoration: none;
  color: #494b4a;
  outline: 0
}

form {
  margin: 0;
  padding: 0
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.hidden {
  display: none !important
}

.transparent {
  opacity: 0 !important
}

.fade-out {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-name: fadeOut !important;
  animation-name: fadeOut !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important
}

.no-border {
  border: none
}

.no-border * {
  border: none
}

.float-right {
  float: right
}

.float-left {
  float: left
}

::-webkit-input-placeholder {
  color: #999 !important
}

:-moz-placeholder {
  color: #999 !important;
  opacity: 1
}

::-moz-placeholder {
  color: #999 !important;
  opacity: 1
}

:-ms-input-placeholder {
  color: #999 !important
}

.size-large {
  width: 900px
}

.text-dark {
  color: #222
}

.text-medium {
  color: #666
}

.text-light {
  color: #999
}

.pointer {
  cursor: pointer
}

body {
  font-family: 'Avenir Next W02', sans-serif;
  font-size: 15px;
  line-height: 1.2
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0
}

h1 {
  font-size: 36px;
  font-weight: bold
}

h2 {
  font-size: 18px;
  font-weight: bold
}

h3 {
  font-size: 16px;
  font-weight: bold
}

h4 {
  font-size: 15px;
  font-weight: normal;
  color: #acacac
}

h5 {
  font-size: 12px;
  font-weight: normal
}

.font-superhuge {
  font-size: 50px
}

.font-huge {
  font-size: 24px
}

.font-large {
  font-size: 18px
}

.font-big {
  font-size: 16px
}

.font-normal {
  font-size: 15px
}

.font-small {
  font-size: 13px
}

.font-tiny {
  font-size: 12px
}

.text-size-huge {
  font-size: 20px
}

.text-size-large {
  font-size: 18px
}

.text-size-normal {
  font-size: 16px
}

.text-size-small {
  font-size: 14px
}

.text-muted {
  color: #d2d2d2
}

.text-note {
  color: rgba(0, 0, 0, 0.3)
}

.text-success {
  color: #8dc63f
}

.text-danger {
  color: #ed3921
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.text-right {
  text-align: right
}

.bold {
  font-weight: bold !important
}

.line-through {
  text-decoration: line-through !important
}

p.compact {
  margin: 0;
  padding: 0.5em 0
}

.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.single-line > span, .single-line > a {
  text-overflow: ellipsis;
  white-space: nowrap
}

.button, input[type=submit] {
  white-space: nowrap;
  display: inline-block;
  padding: 3px 10px;
  outline: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.85;
  border: none
}

.button:hover, .button:active, input[type=submit]:hover, input[type=submit]:active {
  color: rgba(0, 0, 0, 0.8)
}

.button.large, input[type=submit].large {
  min-width: 75px;
  height: 42px;
  line-height: 42px;
  padding: 0px 25px
}

.button.large.wide, input[type=submit].large.wide {
  padding-left: 40px;
  padding-right: 40px
}

.button.wide, input[type=submit].wide {
  padding-left: 25px;
  padding-right: 25px
}

.button.text, input[type=submit].text {
  min-width: 0;
  padding: 3px 0;
  border: none;
  background: transparent;
  text-align: left
}

.button.text.link, input[type=submit].text.link {
  text-decoration: none;
  color: rgba(0, 104, 192, 0.8)
}

.button.text.link:hover, input[type=submit].text.link:hover {
  color: #0068c0
}

.button.text:hover, .button.text:active, input[type=submit].text:hover,
input[type=submit].text:active {
  color: rgba(0, 0, 0, 0.8)
}

.button.success, input[type=submit].success {
  background: #8dc63f;
  color: #ffffff
}

.button.success.text, input[type=submit].success.text {
  background: transparent;
  color: #8dc63f
}

.button.success-inverted, input[type=submit].success-inverted {
  background: transparent;
  color: #8dc63f
}

.button.neutral, input[type=submit].neutral {
  background: #999999;
  color: #fff
}

.button.neutral.text, input[type=submit].neutral.text {
  background: transparent;
  color: #999999
}

.button.small, input[type=submit].small {
  font-size: 13px
}

.button.danger, input[type=submit].danger {
  background: #ed3921;
  color: #ffffff
}

.button.danger.text, input[type=submit].danger.text {
  background: transparent;
  color: #ed3921
}

.button.disabled, input[type=submit].disabled {
  background: #d2d2d2;
  color: #ffffff
}

.button.disabled.text, input[type=submit].disabled.text {
  background: transparent;
  color: #d2d2d2
}

.button.action, input[type=submit].action {
  background: transparent;
  color: #1486e6
}

.button.inverted, input[type=submit].inverted {
  color: #2f2f2f;
  opacity: 1
}

.button:hover, input[type=submit]:hover {
  opacity: 1
}

.link {
  text-decoration: none
}

.link.action {
  color: rgba(0, 104, 192, 0.8)
}

.link.action:hover {
  color: #0068c0
}

.link.underlined {
  text-decoration: underline
}

.link.success {
  color: #8dc63f
}

input, textarea, select {
  font-size: 15px;
  color: #696969;
  box-sizing: border-box
}

input:focus, textarea:focus, select:focus {
  outline: none
}

input[type="text"] {
  height: 36px;
  padding: 0 6px
}

input.muted, textarea.muted {
  color: #666;
  background: #e6e6e6;
  border: none;
  border-radius: 3px
}

input.copy {
  background-color: #ffffff;
  border-radius: 5px;
  color: #999;
  border: none
}

select {
  padding: 12px 18px;
  min-width: 90px;
  height: 42px;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: 0.01px
}

select.icon-arrow-down-light {
  background-position: 100% 50%;
  background-size: 30px;
  padding-right: 42px
}

body:not([data-current-page="timeline"]) .announcements {
  display: none
}

.notification {
  border: 1px solid #ffecb2;
  position: fixed;
  z-index: 200000;
  padding: 13px 30px;
  border-radius: 1px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  line-height: 40px
}

.notification.scope-error, .notification.scope-info {
  top: 18px;
  cursor: pointer
}

.notification.undo {
  top: auto;
  left: auto;
  right: 15px;
  bottom: 60px
}

.announcements {
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 0
}

.announcements:before {
  content: attr(data-count);
  width: 19px;
  height: 19px;
  background: red;
  color: white;
  border-radius: 19px;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  bottom: -20px;
  position: absolute;
  right: 7px
}

.announcements .upgrade {
  margin-bottom: 10px;
  white-space: nowrap;
  padding-right: 75px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.announcements .upgrade:last-child:after, .announcements .upgrade:last-child:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.announcements .upgrade:last-child:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fffbcc;
  border-width: 7px;
  margin-left: -7px;
  right: 30px
}

.announcements .upgrade:last-child:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ffecb2;
  border-width: 8px;
  margin-left: -8px;
  right: 29px
}

@media (max-width: 500px) {
  .announcements {
    display: none
  }
}

.announcements--empty {
  display: none
}

.notification, .upgrade {
  color: #2f2f2f;
  font-size: 15px;
  background: #fffbcc;
  padding: 0 15px 0 15px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.25)
}

.notification a, .upgrade a {
  color: rgba(0, 104, 192, 0.8);
  line-height: 0;
  text-decoration: underline;
  padding: 16px 0
}

.notification a:hover, .upgrade a:hover {
  color: #0068c0
}

.flash-notification {
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  text-align: center
}

.flash-notification.success {
  background: #8dc63f
}

.flash-notification.alert {
  background: #ed3921
}

.flash-notification.info {
  background: #d2d2d2
}

.flash-notification.warning {
  background: #ff7e00
}

.flash-notification .icon {
  opacity: 1;
  padding: 0
}

.flash-notification span {
  margin: 0 5px 0 5px;
  vertical-align: middle
}

.authentication {
  min-height: 100vh;
  background: #343635 url("main_bg.jpg") left center fixed;
  background-size: cover
}

.authentication__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navbar {
  height: 56px;
  width: 100%;
  max-width: 1136px;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #292b2a
}

.navbar__logo a, .navbar__logo span {
  display: block;
  width: 42px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("logo_mobile.png");
  background-size: 42px 20px
}

.navbar__navs {
  margin: 0 -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.navbar__nav {
  margin: 0 16px
}

.navbar__nav ul {
  list-style: none;
  margin: 0 -16px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.navbar__nav li {
  margin: 0 16px;
  line-height: 30px
}

.navbar__nav a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Nexa W01', sans-serif;
  font-weight: bold;
  vertical-align: middle;
  color: #858585
}

.navbar__nav .sign-in a {
  color: #8cc63f
}

.navbar__nav .menu-btn a {
  display: inline-block;
  width: 24px
}

.navbar__nav .menu-btn a .line {
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0
}

.navbar__collapse {
  display: none
}

.mobile-nav {
  position: absolute;
  z-index: 200;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 45px 0 25px;
  background: #1d1d1d;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s
}

.mobile-nav.visible {
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.mobile-nav__primary ul, .mobile-nav__close ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.mobile-nav__primary a, .mobile-nav__close a {
  display: block;
  line-height: 35px;
  text-align: center;
  font-family: 'Nexa W01', sans-serif
}

.mobile-nav__primary {
  margin-bottom: 25px
}

.mobile-nav__primary a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold
}

.mobile-nav__close a {
  color: #858585;
  font-size: 40px
}

.auth__form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto
}

.auth__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-family: 'Nexa W01', sans-serif;
  color: #fff
}

.auth__group {
  margin: 18px 0
}

.auth__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.auth__field {
  margin: 12px 0;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.auth__field input {
  width: 100%;
  height: 52px;
  padding: 15px;
  border: none
}

.auth__flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.auth__flex-noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.auth__link {
  color: #8dc63f
}

input[type=submit].auth__button {
  display: inline-block;
  padding: 20px 60px 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  background: -webkit-linear-gradient(top, #78af1e 0%, #5a9516 100%);
  background: linear-gradient(to bottom, #78af1e 0%, #5a9516 100%)
}

.auth__primary-action {
  margin: 23px 0
}

.auth__secondary-action {
  color: #fff;
  font-size: 16px;
  font-family: 'Proxima Nova Soft W03', sans-serif
}

.auth__secondary-action a {
  color: inherit
}

.auth__secondary-action a > img {
  width: 30px;
  height: 30px;
  vertical-align: middle
}

.auth__footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px 0;
  text-align: center;
  background: #292b2a;
  color: white
}

.auth__footer a {
  color: #8dc63f;
  text-decoration: underline
}

.auth__warning {
  color: #fff;
  font-weight: bold;
  margin: 20px 0
}

.authentication__container {
  padding: 30px 12px 60px
}

@media (min-width: 600px) {
  .navbar {
    height: 150px;
    margin: 0;
    background: transparent
  }

  .navbar__logo a, .navbar__logo span {
    width: 200px;
    height: 50px;
    background-position: left center;
    background-image: url("logo_desktop.png");
    background-size: 193px 34px
  }

  .navbar__nav .menu-btn {
    display: none
  }

  .navbar__collapse {
    display: block
  }

  .authentication__container {
    padding: 60px 0
  }

  .authentication__content {
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px
  }

  .auth__title {
    font-size: 40px
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .navbar__logo a {
    background-image: url("logo_mobile@2x.png")
  }
}

@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3), (min-resolution: 288dpi), (min-resolution: 3dppx) {
  .navbar__logo a {
    background-image: url("logo_mobile@3x.png")
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 600px), (min-device-pixel-ratio: 2) and (min-width: 600px), (min-resolution: 192dpi) and (min-width: 600px), (min-resolution: 2dppx) and (min-width: 600px) {
  .navbar__logo a {
    background-image: url("logo_desktop@2x.png")
  }
}

@media (-webkit-min-device-pixel-ratio: 3) and (min-width: 600px), (min-device-pixel-ratio: 3) and (min-width: 600px), (min-resolution: 288dpi) and (min-width: 600px), (min-resolution: 3dppx) and (min-width: 600px) {
  .navbar__logo a {
    background-image: url("logo_desktop@3x.png")
  }
}

input[type=submit].auth__button {
  margin: 0 10px 10px 10px
}

input[type=submit].auth__button--muted {
  display: inline-block;
  padding: 20px 60px 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  background: none
}

.auth__row {
  justify-content: center
}

.notification {
  text-align: center;
  left: 50%;
  transform: translateX(-50%)
}

