html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: #F4F5F7;
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

div.container-fluid {
    padding: 0;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.mr-os-2 {
    margin-right: 16px;
}

/* TYPOGRAPHY */

h1 {
    font-size: 1.7em;
}

@media (min-width: 576px) {
    h1 {
        font-size: 2.5em;
    }
}

h2 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: .5em;
}

h3 {
    line-height: 1.3em;
}

@media (min-width: 576px) {
    h2 {
        line-height: 1.5em;
        font-size: 2em;
    }

    h3 {
        line-height: 1.5em;
    }
}

h5 {
    margin-bottom: .8em;
}

p {
    line-height: 1.6em;
    font-size: 1.2em;
}

p.highlight {
    font-weight: 700;
}

a {
    color: #3A8BBB;
    text-decoration: none;
}

.danger {
    color: #dc3545;
}

a:visited {
    color: #3A8BBB;
    text-decoration: none;
}

a:hover {
    color: #5D5D5D;
    text-decoration: none;
}

main a.btn, main button.btn {
    font-weight: 700;
    margin-top: .6em;
    padding: .5em 1em;
    border-radius: 100px;
}

a.btn-primary {
    color: #fff;
    text-decoration: none;
}

a.btn-primary:visited {
    color: #fff;
    text-decoration: none;
}

a.btn-primary:hover {
    color: #fff;
    text-decoration: none;
}

a.btn-outline-primary {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.alt a.btn-outline-primary {
    color: #fff;
    text-decoration: none;
    border-color: #007BFF;
}

a.btn-outline-primary:visited {
    color: #fff;
    text-decoration: none;
}

a.btn-outline-primary:hover {
    color: #fff;
    text-decoration: none;
}

section.alt a.btn-outline-primary {
    color: #007BFF;
    text-decoration: none;
}

section.alt a.btn-outline-primary:visited {
    color: #007BFF;
    text-decoration: none;
}

section.alt a.btn-outline-primary:hover {
    color: #fff;
    text-decoration: none;
}

a.white, a.white:hover, a.white:active {
    color: #fff;
    text-decoration: underline;
}

h2 span {
    background-color: rgba(85,91,151,.1);
    padding: 0 .2em;
    border-radius: .2em;
}

/* BUTTONS */

a.btn, button.btn {
    text-decoration: none;
    margin: 0 .2em;
}

a.btn-outline-orbit, a.btn-outline-orbit:visited {
  color: #3A8BBB;
  background-color: none;
  border-color: #3A8BBB;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 5px;
}

a.btn-outline-orbit:hover,
a.btn-outline-orbit:active,
a.btn-outline-orbit:focus {
  background: #3A8BBB;
  color: #ffffff;
  border-color: #3A8BBB;

}

#intro a.btn-outline-orbit, #intro a.btn-outline-orbit:visited {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

#intro a.btn-outline-orbit:hover,
#intro a.btn-outline-orbit:active,
#intro a.btn-outline-orbit:focus {
  background: #3A8BBB;
  color: #ffffff;
  border-color: #3A8BBB;
}


a.btn-orbit, button.btn-orbit {
  color: #fff;
  background-color: #3A8BBB;
  border-color: #3A8BBB;
  font-weight: bold;
  letter-spacing: 0em;
  border-radius: 5px;
}

a.btn-orbit:hover, button.btn-orbit:hover,
a.btn-orbit:active, button.btn-orbit:active,
a.btn-orbit:focus, button.btn-orbit:focus {
  background: #2E73AD;
  color: #ffffff;
  border-color: #2E73AD;
}

a.btn-launch, button.btn-launch {
    color: #fff;
    background: #f12711;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #f12711, #f56219);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f12711, #f56219); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-weight: bold;
    border: 1px solid #f56219;
    letter-spacing: 0em;
    border-radius: 5px;
}

@media (min-width: 992px) {
    a.btn-launch, button.btn-launch {
        color: #fff;
        background-color: #3A8BBB;
        border: 1px solid #3A8BBB;
        background: -webkit-linear-gradient(to top, #3A8BBB, #3A8BBB);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #3A8BBB, #3A8BBB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        font-weight: bold;
    }
}

a.btn-launch:hover, button.btn-launch:hover,
a.btn-launch:active, button.btn-launch:active,
a.btn-launch:focus, button.btn-launch:focus {
    background: #f12711;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #f12711, #f56219);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #f12711, #f56219); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #ffffff;
	box-shadow:0px 0px 90px #f12711;
    border: 1px solid #f56219;
    animation:.1s flame infinite;
    position: relative;
}

@keyframes flame{
  0% {top:-1px; left:-1px;}
  50% {top:0; left:0px;}
  100% {top:1px; left:1px;}
}

/*  HEADER */

.navbar {
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #000;
}

.navbar-collapse {
    background-color: #202020;
    border-radius: 8px;
    padding: 2em;
    margin-top: 1em;
}

.navbar .nav-item {
    margin-left: 0em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}

.navbar .nav-item.dropdown a {
    color: #E1E0E0;
    width: 100%;
}

.navbar .nav-item.dropdown a.nav-item {
    color: #E1E0E0;
    width: 100%;
    display: block;
}

.navbar li.nav-item.dropdown a:hover {
    color: #fff;
}

.navbar .dropdown-menu {
    color: #fff;
}

.navbar li.nav-item.dropdown a.dropdown-item {
    color: rgb(94,94,94);
}

.navbar li.nav-item.dropdown a.dropdown-item:active {
    background-color: #f8f9fa;
}

.navbar li.nav-item.dropdown a.dropdown-item.active {
    color: #3A8BBB;
    background-color: #fcfcfc;
}

.navbar li.nav-item.dropdown a.dropdown-item:hover {
    color: #000;
}

.navbar span.nav-item {
    color: #E1E0E0;
}

.navbar a.nav-item.active, .navbar a.nav-link.active {
    color: #fff;
}

.navbar a.nav-item.btn-primary {
    color: #FFFFFF;
}

.navbar .nav-item:last-of-type {
    margin-bottom: 0em;
}

.navbar .nav-item.dropdown:last-of-type {
    margin-bottom: 1em;
}

.navbar .btn {
    border-radius: 100px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: black;
        padding: 0;
        margin-top: 0;
        border-radius: 0;
    }
    .navbar .nav-item {
        margin-left: 1.5em;
        margin-bottom: 0;
        width: auto;
    }
    .navbar .nav-item.dropdown:last-of-type {
        margin-left: 0;
        margin-bottom: 0;
    }
    .navbar .nav-item.dropdown a.nav-item {
        color: #E1E0E0;
        display: inline;
    }
    .navbar a.nav-item.active, .navbar a.nav-link.active {
        border-bottom: 1px solid #fff;
    }
}

#orbit-logo {
    width: 110px;
    margin: .3em 0;
}

.navbar a {
    color: #E1E0E0;
    text-decoration: none;
    margin-top: 0;
    font-weight: 700;
}

.navbar a:hover {
    color: #fff;
}

.navbar a.btn-outline-light {
    color: #fff;
}

.navbar a.btn-outline-light:hover {
    color: #000;
}

/*  INTRO SECTION */

#intro {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding-top: 4em;
    padding-bottom: 5em;
    overflow: hidden;
}

#intro.big-space {
    position: relative;
}

@media (min-width: 576px) {
    #intro.big-space {
        padding-top: 10em;
        padding-bottom: 10em;
    }
}

#intro .image-shadow {
    -webkit-box-shadow: 0px 0px 100px 100px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 100px 100px rgba(0,0,0,1);
    box-shadow: 0px 0px 100px 100px rgba(0,0,0,1);
    background: #000;
}

#intro .overview-image {
    text-align: center;
    padding-top: 4em;
}

@media (min-width: 992px) {

    #intro {
        text-align: left;
    }
    #intro .overview-image {
        padding-top:0em;
        text-align: right;
    }
}

#intro .overview-image img {
    max-width: 474px;
    width: 100%;
}

#intro p.subheading {
    font-size: 1.2  em;
    color: #E1E0E0;
}

@media (min-width: 992px) {
    #intro p.subheading {
        font-size: 1.3em;
        color: #E1E0E0;
    }
}

#intro p {
    color: #fff;
}

.dark-sky #intro, .dark-sky section {
    background-color: transparent;
}

.dark-sky {
    background-color: #04192B;
    background: -webkit-linear-gradient(to top, #04192B, #000000 99%);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #04192B, #000000 99%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.dark-sky.connect {
    border-bottom: 1px solid #E1E0E0;
}

p.small {
    font-size: .9em;
}

span.subtitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1em;
    letter-spacing: .2em;
    color: #5D5D5D !important;
}

#intro span.subtitle {
    color: #BBB !important;
}

div.subtitle {
    margin-bottom: .5em;
}

div.subtitle .badge {
    position: relative;
    top: -.2em;
    margin-left: .25em;
}

#intro.big-space div.subtitle {
    margin-bottom: 1em;
    font-size: 1em;
}

#intro.big-space h1 {
    margin-bottom: .4em;
    font-weight: 600;
}

/* PRODUCT */

.screenshot-image {
    margin-bottom: 0px;
    margin-top: -7em;
    z-index: -2;
}

#product-screenshot {
    background-color: none;
    padding-top: 0;
    padding-bottom: 0;
    /* border-bottom: 1px solid #E1E0E0; */
    position: relative;
    height: 700px;
}

#product-screenshot.overlap {
    border: none;
    background: linear-gradient(transparent 80%, #FFFFFF 20%);
}

#product-screenshot.overlap .window {
    box-shadow: 1px 1px 30px 1px rgba(0,0,0,.1), 1px 1px 10px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 30px 1px rgba(0,0,0,.1), px 1px 10px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 30px 1px rgba(0,0,0,.1), 1px 1px 10px 1px rgba(0,0,0,.1);
    border-radius: 10px 10px 10px 10px;
}

#product-screenshot .wrapper {
    margin: 0 auto;
}

#product-screenshot .window {
    width:1200px;
    transform-origin: top;
    min-width: 1200px;
    top:0;
    left:50%;
    margin-left: -600px;
    position: absolute;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    height: 700px;
    z-index: 0;
    border: 1px solid #222;
    border-bottom: 0;
}

#product-screenshot .window-navbar {
    background-color: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #E1E0E0;
}

#product-screenshot.pro {
    height: 800px;
}

#product-screenshot.connect .window-navbar {
    background-color: #1A1A1A;
    padding: 10px 16px;
    border-bottom: 1px solid #282828;
    border-top: 1px solid #434343;
}

#product-screenshot.connect .window-button {
    width: 12px;
    height: 12px;
    background-color: #363637;
    border-radius: 12px;
    margin-right: 8px;
}

#product-screenshot .window-button.close {
    background-color: #FE5E56;
}
#product-screenshot .window-button.minimise {
    background-color: #FDBC2E;
}
#product-screenshot .window-button.maximise {
    background-color: #27C840;
}

#product-screenshot.connect .window-location-input {
    border-radius: 30px;
    height: 30px;
    background-color: #363637;
    padding: 0 1em;
    margin-left: .5em;
}

#product-screenshot.connect .url {
    font-size: .9em;
    color: #909192;
}

#product-screenshot.connect .url i {
    font-size: .8em;
    color: #909192;
    margin-right: .8em;
}

#product-screenshot.connect .url span {
    color: #fff;
}

#product-screenshot.connect .window-nav-controls {
    color: #858586;
    margin-left: .5em;
}

#product-screenshot.connect .window-nav-controls i {
    margin: 0 .4em;
}

#product-screenshot.connect .badge-match {
    font-size: .75em;
    color: #fff;
    background-color: #3A8BBB;
}

#product-screenshot.connect .badge-new {
    font-size: .75em;
    color: #fff;
    background-color: #F15829;
}

#product-screenshot .window-button {
    width: 12px;
    height: 12px;
    background-color: #DDE1E5;
    border-radius: 12px;
    margin-right: 6px;
}

#product-screenshot .screen-sidebar {
    width: 240px;
    min-width: 240px;
    text-align: left;
    padding: 16px;
    border-right: 1px solid #E1E0E0;
}

#product-screenshot .screen-dock {
    background: #000000;
    width: 70px;
    min-width: 70px;
}

#product-screenshot .screen-dock .community-nav-item {
    display: block;
    border: 2px solid rgba(255,255,255,.4);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

#product-screenshot .screen-dock .community-nav-item.active {
    border: 2px solid #FFFFFF;
}

#product-screenshot .screen-dock .community-nav-icon {
    background-color: #000000;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#product-screenshot .screen-dock .community-nav-title {
    font-size: .7em;
    text-align: center;
    color: #A0A0A0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

#product-screenshot .dock-footer {
    text-align: center;
    padding-bottom: 1em;
    background-color: none;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.5);
}

#product-screenshot .screen-sidebar .list-group {
    margin: 0;
    display: block;
    padding-top: 12px;
}

#product-screenshot .screen-sidebar .list-group-item {
    border-width: 0px;
    margin: 0 0 0.25em;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    display: block;
    border: none;
    color: #5D5D5D;
    font-weight: 600;
}

#product-screenshot .screen-sidebar .list-group-item.active {
    /* background-color: #3AB64B; */
    background-color: #002736;
    color: #ffffff;
}

#product-screenshot .screen-sidebar i {
    background-color: #5D5D5D;
    width: 1em;
    height: 16px;
    margin-right: 0.5em;
    display: inline-block;
    position: relative;
    top: 0.15em;
}

#product-screenshot .screen-sidebar .list-group-item.active i {
    background-color: #ffffff;
}

#product-screenshot .screen-sidebar-heading {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px;
}

#product-screenshot .screen-content {
    background-color: #F4F5F7;
}

#product-screenshot .screen-banner {
    height: 140px;
    background-image:url(/static/img/communities/demo_community_banner.png);
    background-size: cover;
    background-position: center;
}

#product-screenshot .screen-head {
    padding: 16px 16px;
    background-color: white;
    border-bottom: 1px solid #E1E0E0;
}

#product-screenshot .screen-logo-wrapper {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: white;
    margin-top: -37px;
    margin-right: 16px;
}

#product-screenshot .screen-community-details {
    text-align: left;
}

#product-screenshot .screen-community-name {
    font-size: 1.2em;
}

#product-screenshot .screen-header .screen-community-name {
    font-size: 1.4em;
}

#product-screenshot .screen-community-meta {
    color: #5D5D5D;
    font-size: .9em;
}

#product-screenshot .screen-community-meta span {
    color: #3A8BBB;
}

#product-screenshot .screen-community-meta span i {
    font-size: .8em;
}

#product-screenshot .screen-logo {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-image:url(/static/img/communities/demo_community_logo.png);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

#product-screenshot .event-logo {
    width: 70px;
    height: 70px;
    border-radius: 10%;
    background-image:url(/static/img/communities/demo_community_logo.png);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

#product-screenshot .screen-main-container {
    padding: 24px;
    text-align: left;
}

#product-screenshot .screen-main-container h5 {
    color: #5D5D5D;
    font-size: .8em;
    text-transform: uppercase;
}

#product-screenshot .screen-col-left {

        width: 60%;
    margin-right: 24px;
}

@media (min-width:992px) {
   #product-screenshot .screen-col-left {
       width: 60%;
       margin-right: 24px;
   }
}

#product-screenshot .screen-col-right {
}

#product-screenshot .screen-block {
    background-color: #ffffff;
    padding: 24px;
    padding-top: 18px;
    text-align: left;
    margin-bottom: 24px;
    border: 1px solid #E1E0E0;
    border-radius: 8px;
}

#product-screenshot .screen-block h2 {
    font-size: 1.1em;
    border-bottom: 1px solid #F1F1EF;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

#product-screenshot .screen-block h2 span.heading-icon-background {
    min-width: 26px;
    min-height: 26px;
    max-width: 26px;
    max-height: 26px;
    border-radius: 50%;
    background-color: rgba(58, 139, 187, 0.1);
    margin-right: 0.3em;
    text-align: center;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

#product-screenshot .screen-block h2 .heading-icon-background i {
    background-color: #3A8BBB;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 1em;
}

#product-screenshot .identity-wrapper {
    border: 1px solid #E1E0E0;
    border-radius: 50%;
    background-color: #ffffff;
    width: 36px;
    max-width: 36px;
    min-width: 36px;
    height: 36px;
    max-height: 36px;
    min-height: 36px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#product-screenshot .identity-image {
    width: 32px;
    max-width: 32px;
    min-width: 32px;
    height: 32px;
    max-height: 32px;
    min-height: 32px;
    background-color: #E1E0E0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

#product-screenshot .user-avatar-component.large .identity-wrapper {
    width: 104px;
    max-width: 104px;
    min-width: 104px;
    height: 104px;
    max-height: 104px;
    min-height: 104px;
}

#product-screenshot .user-avatar-component.large .identity-wrapper .identity-image {
    width: 96px;
    max-width: 96px;
    min-width: 96px;
    height: 96px;
    max-height: 96px;
    min-height: 96px;
}

#product-screenshot .user-avatar-component.large .identity-wrapper .identity-image span {
    font-size: 47px;
}

#product-screenshot .screen-block .form-control {
    color: #262626;
    background-color: #fafafb;
}

#product-screenshot .screen-block .author {
    font-size: 0.8em;
    color: #5D5D5D;
}

#product-screenshot .screen-block .author span {
    color: #262626;
}

#product-screenshot .screen-block .post-content {
    color: #5D5D5D;
}

#product-screenshot .screen-block h3 {
    font-size: 1.1em;
    color: #262626;
    font-weight: 600;
    margin-bottom: 4px;
}

#product-screenshot .screen-block .badge-discreet {
    border: 1px solid #E1E0E0;
    font-size: .9em;
    padding: .25em .4em;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #A0A0A0;
}

#product-screenshot .screen-block .badge-discreet span {
    color: #5D5D5D;
}

#product-screenshot .screen-block .badges {
    margin-top: 4px;
    margin-bottom: -4px;
}

#product-screenshot .screen-block .user-badge {
    margin-right: 4px;
    margin-bottom: 4px;
}

#product-screenshot .screen-block .light {
    color: #5D5D5D;
}

#product-screenshot .screen-block .user {
    margin-bottom: 16px;
}

/* SPACES */

#product-screenshot .screen-header .screen-space-name {
    font-size: 1.3em;
    margin-top: -.1em;
}

#product-screenshot .screen-community-subtitle  {
    color: #5D5D5D;
    font-size: .8em;
    margin-top:.2em;
    font-weight: 600;
}

#product-screenshot .screen-dock .community-nav-item.space {
    display: block;
    border: 2px solid rgba(255,255,255,.4);
    width: 44px;
    height: 44px;
    border-radius: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

#product-screenshot .screen-dock .community-nav-item.space.active {
    border: 2px solid rgba(255,255,255,1);
}

#product-screenshot .screen-dock .community-nav-item.space .community-nav-icon {
    background-color: #000;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 16%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#product-screenshot .screen-dock .community-nav-item.space .community-nav-icon-text {
    text-align: center;
    color: #ffffff;
    display: flex;
    background-color: #262626;
}

#product-screenshot .screen-dock .community-nav-item.space .community-nav-icon-text div {
    text-align: center;
    align-self: center;
    width: 100%;
    font-weight: 800;
    font-size: 1.8em;
    font-family: 'Nunito Sans', sans-serif;
}

#product-screenshot .screen-dock .community-nav-live {
    display: block;
    min-width: 1.25em;
    min-height: 1.25em;
    border-radius: 50%;
    background-color: #3AB64B;
    float: right;
    border: 2px solid #000000;
    position:relative;
    top: -4px;
    right: -4px;
    margin-bottom: -16px;
}

#product-screenshot .screen-dock .community-nav-live span {
    color: #fff;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1px;
}

#product-screenshot .new-badge {
    background-color: #3A8BBB;
}

.orbit-icon {
    background-color: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    font-size: 1em;
}

.user-cell {
    width: 100%;
    padding: 32px 0 0;
}

.user-cell:nth-of-type(1) {
    margin-top: -1.25em;
}

.user-cell-content {
    padding: 16px;
    border: 1px solid #F1F1EF;
    color: #5D5D5D;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(89,105,129,.05);
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
}

.user-cell.profile-link .user-cell-content:hover {
    background: rgba(122,122,122,.01);
    border: 1px solid rgba(31,139,190,.2);
}

@media (min-width:1200px) {
    .user-cell {
        width: 50%;
        padding: 32px 0 0;
    }

    .user-cell:nth-of-type(2) {
        margin-top: -1.25em;
    }

    .user-cell:nth-of-type(odd) .user-cell-content {
        margin: 0 16px 0 0;
    }

    .user-cell:nth-of-type(even) .user-cell-content {
        margin: 0 0 0 16px;
    }
}

.user-cell-content .avatar {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #E1E0E0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    border: solid 2px #fff;
    margin-right: 16px;
    box-shadow: 0 0 0 1px #E1E0E0;
}

@media (min-width:500px) {
    .user-cell-content .avatar {
        background-color: #E1E0E0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        border: solid 4px #fff;
    }
}

.user-cell-content .name {
    font-size: 1.1em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
}

.user-cell-content .organisation-name {
    font-weight: 600;
    margin-bottom: 0;
    font-size:1em;
}

.user-cell-content .role {
    font-size:0.9em;
    margin-top: 0em;
    margin-bottom: .2em;
}

.user-cell-content .user-cell-right .action-buttons {
    text-align: right;
}

.user-cell-footer {
    border-top: 1px dashed #E1E0E0;
    background-color: #FAFAFB;
    margin-top: 1em;
    margin-left: -1em;
    margin-right: -1em;
    margin-bottom: -1em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    border-radius: 0 0 5px 5px;
}

.user-cell-footer p {
    font-size: .8em;
}

.checkin-block.user-cell {
    width: 50%;
    padding: 32px 0 0;
}

.checkin-block.user-cell:nth-of-type(1) {
    margin-top: -24px;
}

.checkin-block.user-cell:nth-of-type(2) {
    margin-top: -24px;
}

.checkin-block.user-cell:nth-of-type(odd) .user-cell-content {
    margin: 0 16px 0 16px;
}

.checkin-block.user-cell:nth-of-type(even) .user-cell-content {
    margin: 0 16px 0 16px;
}

.checkin-block .user-cell-content {
    background: #ffffff;
    border: 1px solid #E1E0E0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(89,105,129,.05),0 1px 1px 0 rgba(0,0,0,.025);
    -moz-box-shadow: 0 1px 3px 0 rgba(89,105,129,.05),0 1px 1px 0 rgba(0,0,0,.025);
    box-shadow: 0 1px 3px 0 rgba(89,105,129,.05),0 1px 1px 0 rgba(0,0,0,.025);
}

.user-cell.checkin-block.profile-link .user-cell-content:hover {
    background: rgba(255,255,255,1);
    border: 1px solid #E1E0E0;
}


.live-pulse {
	background: #3AB64B;
	border-radius: 50%;
	margin-right: 8px;
	height: 6px;
	width: 6px;
    position: relative;
    top: -1px;

	box-shadow: 0 0 0 0 rgba(57, 183, 74, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

.live-pulse.large {
    margin-left: 10px;
    margin-right: 8px;
    height: 8px;
    width: 8px;
    top:0;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(57, 183, 74, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 8px rgba(57, 183, 74, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(57, 183, 74, 0);
	}
}

/*  SECTIONS */

section.alt.last {
    margin-bottom: 4em;
}

section {
    background-color: #FFF;
    padding: 6em 0em;
    text-align: center;
}

section.alt {
    background-color: #F4F5F7;
}

section h3 {
    font-size: 1.5em;
}

section p {
    color: #5D5D5D;
}

section p.subtitle {
    font-size: 1.3em;
    color: #3E3E3E;
}

section.use-cases {
    border-top: 1px solid #E1E0E0;
    z-index: 1000;
    position: relative;
}

section.join-orbit {
    padding-bottom: 3em;
}

#home section.overview {
    padding-bottom: 0em;
}

.highlight-block {
    padding: 2em;
    border: 2px solid rgba(85,91,151,.1);
    border-radius: .5em;
    margin-top: 2em;
    font-size: 1em;
    width: 100%;
}

.highlight-block p {
    margin-bottom: 0;
}

.highlight-block p span {
    color: rgb(85,91,151);
    font-weight: 700;
    padding: 0 .2em;
}

.block-header {
    color: #262626;
    font-weight: 400;
    font-size: 1.2em;
}

.block-header a {
    color: #262626;
    text-decoration: none;
}

.block-header a:hover, .block-header a:visited, .block-header a:active, {
    color: #262626;
    text-decoration: none;
}

/* FORM */

.form-check-label {
    font-size: 0.8em;
    padding-top: .3em;
    color: rgb(93, 93, 93);
}

.form-check-label a {
    color: black;
}

.form-check-label a:visited {
    color: black;
}

form button .spinner-grow {
    position: relative;
    left: -5px;
    top:-3px;
}

/*  BOOTSTRAP CARD */

.orbit-border {
    border-radius: 8px;
}

/* @media all and (max-width:480px) {
   #visitor-interest .btn { width: 100%; display:block; }
} */

#visitor-interest {
    padding-bottom: 2em;
}

/*  FEATURE BOX */

.feature-box {
    padding: 2em 0 0 0;
}

.feature-box .icon-area {
    width: 90px;
    height: 90px;
    margin: 0em auto;
    margin-bottom: 1em;
}

.feature-box img {
    max-width: 90px;
    max-height: 90px;
}

/* LEGAL */

#legal-list, #legal {
    counter-reset: section;
}

#legal-list {
    color: 000;
}

#legal a, #legal-list a  {
    color: 000;
    text-decoration: underline;
}

#legal li {
    margin-bottom: 1em;
}

#legal li ul {
    margin-top: 1em;
}

#legal-list p, #legal p {
    color: #000;
    font-size: 1rem;
}

#legal-list ol ul {
    padding-top: 1em;
    padding-left: 0;
}

#legal-list ol ul li {
    padding-left: 1em;
    padding-bottom: 0;
    text-transform: capitalize;
    margin-bottom: .5em;
}

#legal-list ol ul li:before {
    content:"»";
}

#legal ul.navigate {
    padding-left: 0;
    list-style: none;
}

#legal ul.navigate li:before {
    content:"»";
    padding-right: .5em;
}

#legal ul.navigate li {
    padding-bottom: 0;
    text-transform: capitalize;
}

#legal-list h2, #legal h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: .8em;
    text-transform: capitalize;
}

#legal-list h2:before {
    counter-increment: section;
    content: counter(section) ". ";
    margin: 0 0 0 0;
}

#legal h2:before {
    counter-increment: section;
    content: counter(section) ". ";
    margin: 0 0 0 0;
}

#legal-list h3, #legal h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: .8em;
    text-transform: capitalize;
}

#legal-list ol {
    counter-reset: clause;
    list-style: none outside none;
    padding-left: 0;
}

#legal-list ol li {
    counter-increment: clause;
    margin: 0 0 0 0;
    padding-bottom: 1em;
    display: block;
    position: relative;
    padding-left: 3em;
}

#legal-list ol li:before {
    content: counter(section) "." counters(clause, ".") ". ";
    margin: 0 .5em 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

#legal-list ol li ol {
    padding-top: 1em;
}

#legal-list ol li ol li {
    padding-left: 3.5em;
}

#legal-list ol li ol li:last-of-type {
    padding-bottom: 0;
}

#legal-list ol li ol li ol li {
    padding-left: 4.2em;
}

/*  FOOTER */

footer {
    background-color: #F4F5F7;
    padding: 4em 0;
    color: #5D5D5D;
    border-top: 1px solid #E1E0E0;
}

footer h6 {
    color: #000;
}

footer .links {
    border-top: 1px solid #E1E0E0;
    border-bottom: 1px solid #E1E0E0;
    padding: 2em 0;
    margin-bottom: 1em;
}

footer #orbit-logo {
    margin-bottom: 2em;
}

footer a {
    color: #5D5D5D;
    text-decoration: none;
}

footer a:visited {
    color: #5D5D5D;
}

footer a:hover {
    color: #333333;
    text-decoration: underline;
}

footer a:active {
    color: #5D5D5D;
}

footer a:focus {
    color: #333333;
    text-decoration: underline;
}



footer ul {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 1em;
}

footer .disclaimer {
    font-size: .8em;
}

/* NEW */

#hero {
    background: linear-gradient(#000000 50%, #FFFFFF 50%);
    padding: 0em 0em;
}

#hero img {
    width: 100%;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
    border-radius: .25em;
}

#hero .shot {
}

#hero .m-center {
    display: block;
    margin: 0 auto;
}

.top-layer {
    margin-top: -43.5%;
}

@media (min-width: 576px) {
    .top-layer {
        margin-top: -40.5%;
    }
}

.orbit-dust-block {
    background-color: #F4F5F7;
    border-radius: 8px;
    padding: 2em;
    border: 1px solid #E1E0E0;
}

.orbit-dust-block h2 {
    font-size: 1.8em;
}

.alt .orbit-dust-block {
    background-color: #FFFFFF;
}

@media (min-width: 576px) {
    .orbit-dust-block h2 {
    }
}

.overview-windows {
    margin: 2em 0 0;
}

.overview-window {
    /* border: 1px solid #E1E0E0; */
    border-radius: 8px;
    margin-bottom: 2em;
    padding: 1em;
    font-size: 1.1em;
    color: #5E5E5E;
}

.overview-window img {
    margin-bottom: .5em;
}
.overview-window .badge {
    font-size: .6em;
}

.badge-orbit {
    background-color: #3A8BBB;
    color: #fff;
}

.badge-pro {
    background-color: #FF7600;
    color: #fff;
}

h2 .badge {
    font-size: 1rem;
    position: relative;
    top: -.35rem;
}

.image-spacer {
    display: block;
    background-color: lightgrey;
    max-width: 445px;
    height: 310px;
    margin: 0 auto;
}

/* PRICING TOGGLE */

#toggle {
    margin-bottom: 3em;
}

#switch {
    padding: 1em;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3A8BBB;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #3A8BBB;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3A8BBB;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pricing-tier {
    background-color: #F4F5F7;
    border-radius: 8px;
    padding: 2em;
}

.pricing-tier.highlight {
    border: 2px solid #3A8BBB;
}

#pricing span.popular {
    font-size: 1.2em;
    margin: -2.6em; auto;
    padding: .5em 1em;
}

#pricing .name {
    font-size: 1.8em;
}

#pricing .price {
    font-size: 2.5em;
    font-weight: 700;
}

#pricing .price span {
    font-size: .5em;
}

#pricing .pricing-unit {
    color: #5D5D5D;
    font-weight: 700;
}

#pricing .description {
    color: #5D5D5D;
    border-top: 1px solid #E1E0E0;
    border-bottom: 1px solid #E1E0E0;
    padding: 1em 0;
    margin: 1em 0;
}

#pricing .features {
    color: #5D5D5D;
    border-bottom: 1px solid #E1E0E0;
    padding: 0 0 1em;
    margin: 1em 0;
}

#pricing .features .highlight {
    font-weight: 700;
}

ul.tick-fa {
    margin-bottom: 0;
    margin-top: .7em;
    list-style: none;
    padding: 0;
    font-size: .9rem;
}

ul.tick, ul.emoji-list {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ul.tick li {
    background: url(/static/img/tick.svg) no-repeat 0 .2em;
    margin-bottom: .5em;
    padding-left: 2em;
}

ul.tick.line li {
    display: inline;
    margin-right: 2em;
}

ul.tick li.highlight {
    font-weight: 700;
}

ul.tick p {
    font-size: 1rem;
}
ul.tick p.small {
    font-size: .9rem;
}

ul.tick h5 {
    margin-bottom: .5rem;
}

ul.tick h5 span.badge {
    font-size: .6em;
    position: relative;
    top: -.25em;
}

#pricing .notes {
    margin-top: 2em;
    font-size: .9em;
}

.team-profile {
    background-color: #fff;
    padding: 2em;
    border-radius: 8px;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 1px solid #E1E0E0;
}

.team-profile h3 {
    font-size: 1.4em;
    color: #000;
}

.team-profile .role-title {
    font-size: 1.1em;
    margin-bottom: .7em;
}

.team-profile .organisation-title {
    font-size: 1.1em;
    margin-bottom: .2em;
}

.profile-image {
    display: block;
    width: 100px;
    height: 100px;
    background-color: lightgrey;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-avatar {
    border: 1px solid #E1E0E0;
    padding: 4px;
    border-radius: 50%;
    height: 110px;
}

p.note {
    font-size: .8em;
    margin: 1em 0 0;
}

#intro.network {
    background-image: url('/static/img/orbit_network_bg.jpg');
}

section.highlights img {
    width: 100%;
    max-width: 445px;
    max-height: 311px;
}

/* Welcome Bar */

.welcome-bar {
    padding: 1em;
    background-color: #da552f;
    color: #fff;
    text-align: center;
}

.welcome-bar a {
    color: #fff;
    text-decoration: underline;
}

#product-hunt {
    padding: 3em 0em;
}

.statement {
    font-size: 1.4em;
}

.universe-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.universe-underlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/hero/universe-underlay.png");
    background-size: 1800px 686px;
    background-repeat: no-repeat;
    background-position: center;
}

.topnav {
    border-bottom: 1px solid #E1E0E0;
    background-color: #fff;
}
#sub_nav {
    display: block;
    white-space : nowrap;
    text-align: left;
    padding-left: 2.5em;
    padding-right: 2.5em;
}
#sub_nav .nav-item {
    display: inline-block;
}
.topnav .nav-link {
    color: #5D5D5D;
    font-weight: 600;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    font-size: .9em;
}

.topnav .nav-link:active i {
    background-color: #3A8BBB;
}

.topnav .nav-link i {
    background-color: #5D5D5D;
    width: 1.2em;
    height: 16px;
    margin-right: 0.5em;
    display: inline-block;
    position: relative;
    top: 0.2em;
}

.topnav .nav-link.discreet {
    color: #E1E0E0;
}

.topnav .nav-link.active i {
    background-color: #3A8BBB;
}

.topnav .nav-link.active {
    border-bottom: 3px solid #3A8BBB;
    color: #3A8BBB;
}

.topnav .nav-link.switchedon {
    color: #28a745;
    max-height: 57px;
}

.topnav .nav-link.switchedon i {
    background-color: #28a745;
}

.topnav .nav-link .badge {
    border-radius: 50%;
    vertical-align: middle;
    min-width: 10px;
    min-height: 10px;
    margin-top: -.3em;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.link {
    color: #3A8BBB;
}

.highlight-banner {
    background-color: #3A8BBB;
}

.highlight-banner h2 {
    color: #fff;
}

.highlight-banner p.subtitle {
    color: #f0f0f0;
}

.highlight-banner p {
    color: #f0f0f0;
}

p.section-icon {
    font-size: 3em;
}

/* Co Working Unlock */

.spaces-unlock img {
    width:100%;
    max-width:490px;
    margin-bottom: 0em;
}

.spaces-unlock img:nth-of-type(2n+0) {
    margin: 0 0 0 0;
}

.spaces-unlock img:last-of-type {
    display: none;
}

@media (min-width: 576px) {
    .spaces-unlock img {
        width:100%;
        max-width:390px;
        margin-bottom: 0em;
    }

    .spaces-unlock img:nth-of-type(2n+0) {
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    .spaces-unlock img {
        max-width:340px;
    }
    .spaces-unlock img:nth-of-type(2n-1) {
        margin: -1em 0 0 0;
    }
    .spaces-unlock img:nth-of-type(2n+0) {
        margin: 2em 0 0 -1.5em;
    }
    .spaces-unlock img:last-of-type {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .spaces-unlock img {
        max-width:390px;
    }
    .spaces-unlock img:nth-of-type(2n-1) {
        margin: -1em 0 0 0;
    }
    .spaces-unlock img:nth-of-type(2n+0) {
        margin: 2em 0 0 -1.5em;
    }
}

@media (min-width: 1200px) {
    .spaces-unlock img {
        max-width:490px;
    }
    .spaces-unlock img:nth-of-type(2n-1) {
        margin: -1em 0 0 0;
    }
    .spaces-unlock img:nth-of-type(2n+0) {
        margin: 2em 0 0 -1.5em;
    }
}

/* Co Working Spark */

.spaces-spark img {
    width: 100%;
    max-width: 380px;
}

.spaces-spark img:nth-of-type(1) {
    margin-bottom: 0em;
}

.spaces-spark img:nth-of-type(2) {
    display: none;
}

@media (min-width: 576px) {
    .spaces-spark img {
        width:100%;
        max-width:250px;
    }
}

@media (min-width: 768px) {
    .spaces-spark img {
        width:100%;
        max-width:340px;
    }
}

@media (min-width: 992px) {
    .spaces-spark {
        width: 100%;
    }

    .spaces-spark img {
        max-width:350px;
    }
    .spaces-spark img:nth-of-type(1) {
        margin-right: 90px;
        margin-top: 12px;
    }

    .spaces-spark img:nth-of-type(2) {
        display: inline-block;
        max-width: 230px;
        position: absolute;
        z-index: 100;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }

    .spaces-spark img:nth-of-type(3) {
        margin-left: 100px;
        margin-top: 12px;
    }
}

@media (min-width: 1200px) {
    .spaces-spark {
        width: 100%;
    }

    .spaces-spark img {
        max-width:380px;
    }
    .spaces-spark img:nth-of-type(1) {
        margin-right: 110px;
        margin-top: 24px;
    }

    .spaces-spark img:nth-of-type(2) {
        display: inline-block;
        max-width: 260px;
        position: absolute;
        z-index: 100;
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }

    .spaces-spark img:nth-of-type(3) {
        margin-left: 110px;
        margin-top: 24px;
    }
}

/* Co Working Insights */

.spaces-insights img {
    width:100%;
    max-width:464px;
    margin-bottom: 0em;
}

.spaces-insights img:nth-of-type(2) {
    margin: 24px 0 0 0;
}

.spaces-insights img:nth-of-type(3) {
    display: none;
}

.spaces-insights img:last-of-type {
    display: none;
}

@media (min-width: 576px) {
    .spaces-insights img {
        width:100%;
        max-width:249px;
        margin-bottom: 0em;
    }

    .spaces-insights img:nth-of-type(2) {
        margin: 0 0 0 7px;
    }

    .spaces-insights img:nth-of-type(3) {
        display: inline-block;
        margin: 10px 0 0 0;
    }

    .spaces-insights img:last-of-type {
        display: inline-block;
        margin: 10px 0 0 7px;
    }
}

@media (min-width: 768px) {
    .spaces-insights img {
        width:100%;
        max-width:330px;
        margin-bottom: 0em;
    }

    .spaces-insights img:nth-of-type(2) {
        margin: 0 0 0 10px;
    }

    .spaces-insights img:nth-of-type(3) {
        display: inline-block;
        margin: 15px 0 0 0;
    }

    .spaces-insights img:last-of-type {
        display: inline-block;
        margin: 15px 0 0 10px;
    }
}

@media (min-width: 992px) {
    .spaces-insights img {
        width:100%;
        max-width:430px;
        margin-bottom: 0em;
    }

    .spaces-insights img:nth-of-type(2) {
        margin: 0 0 0 16px;
    }

    .spaces-insights img:nth-of-type(3) {
        display: inline-block;
        margin: 22px 0 0 0;
    }

    .spaces-insights img:last-of-type {
        display: inline-block;
        margin: 22px 0 0 16px;
    }
}

@media (min-width: 1200px) {
    .spaces-insights img {
        width:100%;
        max-width:464px;
        margin-bottom: 0em;
    }

    .spaces-insights img:nth-of-type(2) {
        margin: 0 0 0 16px;
    }

    .spaces-insights img:nth-of-type(3) {
        display: inline-block;
        margin: 22px 0 0 0;
    }

    .spaces-insights img:last-of-type {
        display: inline-block;
        margin: 22px 0 0 16px;
    }
}

/* Co Working Integrations */

.spaces-integrations img {
    width: 100%;
    max-width: 150px;
}

.spaces-integrations img:nth-of-type(1) {
    margin-bottom: 0em;
    order: 1;
}

.spaces-integrations img:nth-of-type(2) {
    max-width: 480px;
    order: 3;
}

.spaces-integrations img:nth-of-type(3) {
    margin-bottom: 0em;
    order: 2;
}


@media (min-width: 576px) {
    .spaces-integrations img {
        width:100%;
        max-width:200px;
    }
}

@media (min-width: 768px) {
    .spaces-integrations img {
        width:100%;
        max-width:200px;
    }
}

@media (min-width: 992px) {
    .spaces-integrations {
        width: 100%;
    }

    .spaces-integrations img {
        width:200px;
        align-self: center;
    }

    .spaces-integrations img:nth-of-type(2) {
        max-width: 480px;
        min-width: 480px;
        width: 480px;
        order: 2;
    }
}

@media (min-width: 1200px) {
    .spaces-integrations {
        width: 100%;
    }

    .spaces-integrations img {
        width:200px;
        align-self: center;
    }

    .spaces-integrations img:nth-of-type(2) {
        max-width: 480px;
        min-width: 480px;
        width: 480px;
        order: 2;
    }
}
