/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.form__input {
  border: solid 1px #ABBEC0;
  width: 100%;
  margin: 0px 0 10px 0;
  line-height: 30px;
  padding: 4px 10px;
  font-size: 16px; }

.form__container {
  padding: 5%; }
  .form__container .form__header {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2px; }
  .form__container .form__header-secondary {
    font-size: 16px; }

.form__input {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .form__input::placeholder {
    color: #ABBEC0;
    font-weight: 300; }

input:focus {
  border-color: #869799;
  outline: none; }

label {
  font-size: 16px;
  margin-bottom: 2px; }
  label .secondary-label {
    font-weight: 300;
    font-size: 14px; }

input[type='submit'] {
  width: 100%;
  border: none;
  font-weight: 600;
  line-height: 60px;
  cursor: pointer; }
  input[type='submit'].sign-up {
    position: inherit;
    line-height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-top: 1rem; }

.disabled {
  background-color: #ABBEC0;
  color: #D9E4E6; }

.active {
  background-color: #0BBDD1;
  color: #fff; }

#sign-up form {
  margin-top: 4rem; }

.form-control {
  border-radius: 20px; }

.form-control::-webkit-input-placeholder {
  color: #ABBEC0; }

.form-control::-moz-placeholder {
  color: #ABBEC0; }

.form-control:-ms-input-placeholder {
  color: #ABBEC0; }

.form-control:-moz-placeholder {
  color: #ABBEC0; }

.input-characters-remaining {
  color: #555;
  position: relative;
  top: -10px;
  left: 1px; }

#topic-search-text-input {
  margin-bottom: 4px; }

.multi-line-text-creation-field {
  background: #FFF; }

.single-line-text-field {
  background: #FFF; }

.url-creation-field {
  background: #FFF; }

#evidenceAnimationContainer {
  left: 0px; }

.creation-animation {
  position: fixed;
  left: 500px !important;
  transition: left 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 406ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 270ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important; }

.numeric-text-field {
  display: block !important; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.primary, .secondary, .follow, .sign-up-btn {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.35rem 1rem 0.35rem 1rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  transition: all .3s ease; }
  .primary:hover, .secondary:hover, .follow:hover, .sign-up-btn:hover {
    cursor: pointer;
    transition: all .2s ease; }
  .primary:focus, .secondary:focus, .follow:focus, .sign-up-btn:focus {
    outline: none; }
  .cta.primary, .cta.secondary, .cta.follow, .cta.sign-up-btn {
    line-height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    border-radius: 3rem; }

.primary {
  background-color: #0BBDD1; }
  .primary:hover {
    background-color: #0aa7b9;
    border: none; }

.secondary {
  background-color: #4357CF; }
  .secondary:hover {
    background-color: #3348c6; }

.follow {
  color: #0BBDD1;
  border: #0ab4c7 solid 2px;
  padding: .5rem 0; }
  .follow:hover {
    background-color: #e4eef0; }

.sign-up-btn {
  background-color: transparent;
  border: 2px solid #869799;
  color: #869799; }
  .sign-up-btn:hover {
    background-color: #0BBDD1;
    border: 2px solid #0BBDD1; }

.review-question .review-btn, .conjecture-review-question .review-btn, .review-question .review-btn.yes, .conjecture-review-question .review-btn.yes, .review-question .review-btn.no, .conjecture-review-question .review-btn.no {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  height: 45px;
  text-align: center;
  line-height: 40px;
  color: #000; }

.review-question .review-btn, .conjecture-review-question .review-btn {
  background-color: #F4F8F9;
  border: #869799 2px solid;
  color: #869799;
  width: 15em;
  height: 4em !important;
  line-height: 23px !important;
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-top: auto;
  padding-bottom: auto;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.3s ease; }
  .review-question .review-btn:hover, .conjecture-review-question .review-btn:hover {
    cursor: pointer;
    background-color: #D9E4E6;
    color: #3d4849;
    border-color: #3d4849;
    transition: all 0.1s ease; }
  .review-question .review-btn.yes, .conjecture-review-question .review-btn.yes {
    background-color: #defdf2;
    border: #0BD18A 2px solid; }
  .review-question .review-btn.no, .conjecture-review-question .review-btn.no {
    background-color: #fef0f0;
    border: #F34848 2px solid; }

.cta-btn {
  background-color: #fff;
  line-height: 60px;
  width: 200px;
  border-radius: 30px;
  border: 1px solid #0BBDD1;
  color: #0BBDD1;
  box-shadow: 0 2px 4px 2px #D9E4E6;
  transition: all .4s ease-out; }
  .cta-btn.cta-btn-small {
    line-height: 35px;
    width: 130px; }

.side-panel .cta-btn {
  width: 240px; }

.cta-btn:hover {
  background-color: #0BBDD1;
  color: #fff;
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 4px 18px 3px #D9E4E6;
  transition: all .1s ease-in; }

.cta-btn:focus {
  outline: none; }

.btn-primary {
  background-color: #0BBDD1;
  border-color: #0BBDD1; }
  .btn-primary:hover {
    background-color: #0891a1;
    border-color: #0891a1;
    cursor: pointer; }
  .btn-primary:focus, .btn-primary:active {
    background-color: #4357CF !important; }
  .btn-primary.tag {
    background-color: #ABBEC0;
    border-color: #ABBEC0;
    margin: 0 .5rem .5rem 0; }
    .btn-primary.tag:hover {
      background-color: #8ea7aa;
      border-color: #8ea7aa; }

.btn-outline-primary {
  border-color: #0BBDD1;
  color: #0BBDD1; }
  .btn-outline-primary:hover {
    background-color: #0BBDD1;
    border-color: #0BBDD1; }

.btn-outline-secondary {
  border-color: #4357CF;
  color: #4357CF; }
  .btn-outline-secondary:hover {
    background-color: #4357CF;
    border-color: #4357CF; }

.btn-outline-neutral {
  border-color: #ABBEC0;
  color: #ABBEC0; }
  .btn-outline-neutral:hover {
    background-color: #ABBEC0;
    border-color: #ABBEC0;
    color: white; }

/*
background-color: #0BBDD1;
border-radius: 20px;
width: 120px;
border: none;
}

*/
.btn-favorite {
  color: #0BBDD1;
  cursor: pointer;
  transition: all .1s ease-in; }

.btn-favorite:hover {
  color: #0aa7b9;
  transition: all .1s ease-in; }

.btn-top-bar-icon {
  font-size: 1em !important; }

#btnCancelCreation {
  cursor: pointer;
  color: #555; }

.btn-conjecture-link {
  margin-top: 5px;
  margin-bottom: 5px; }

.favorite-btn-container {
  display: inline; }

.container-create-sponsor-portfolio {
  margin-top: 2em;
  margin-left: 8em; }

.avatar {
  margin-right: 1rem; }

.author {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9E4E6; }

.nav-link.user {
  color: #869799; }

.light {
  color: #ABBEC0; }

.username {
  color: #000;
  display: inline-block; }

.timestamp {
  font-size: 10px;
  color: #869799;
  letter-spacing: .3px; }

.user-panel-top {
  background-color: #0BBDD1; }
  .user-panel-top i {
    color: #F4F8F9; }
    .user-panel-top i:hover {
      cursor: pointer;
      color: #D9E4E6; }
  .user-panel-top h5 {
    color: #F4F8F9;
    letter-spacing: 1px; }

.user-info-body .avatar {
  width: 100px;
  height: 100px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.navbar {
  background-color: #282561;
  color: #FFF;
  position: absolute;
  width: 100vw;
  height: 60px;
  z-index: 50;
  box-shadow: 0 4px 7px rgba(100, 100, 100, 0.1);
  padding: 0px; }

.bottom-nav-bar {
  height: 2.5em;
  justify-content: flex-start;
  padding-left: 5em;
  position: fixed;
  overflow: hidden; }

.bottom-nav-bar-icon {
  background-color: #4AC1E1 !important;
  color: #282561 !important;
  margin-left: 1em;
  width: 30px !important;
  height: 30px !important;
  font-size: 18px !important;
  cursor: pointer; }

.top-bar-logo {
  height: 100%; }

.top-bar-logo-link {
  height: 100%; }

.navbar i {
  margin-left: 15px;
  margin-right: 10px;
  font-size: 26px;
  padding-top: 6px; }

a.navbar-brand {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 50px; }

.nav-link, .nav-link:hover, .nav-link:focus, .nav-link.active {
  border: none;
  color: #455051; }

.nav-link.menu-icon {
  cursor: pointer; }

.menu-icon:hover {
  opacity: .6; }

.nav-link.user {
  color: #4AC1E1;
  cursor: pointer;
  user-select: none; }

#topMenuIcon .badge {
  font-size: x-small;
  position: relative;
  left: -31px;
  top: -13px; }

.top-menu-icon-image {
  color: #c2bed1; }

.top-bar-sizzle-link {
  margin-left: 2em;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer; }

.top-bar-sizzle-link:hover {
  color: #DDD;
  text-decoration: none; }

.list-group-item {
  background-color: transparent;
  border: none; }

.activity-list {
  display: flex;
  flex-direction: column;
  padding: 3em 5em 3em 5em; }

.conjecture-group .evidence-item {
  margin-left: 2rem; }

.activity-list-item {
  padding: 0.75em;
  margin-bottom: 1.0rem;
  padding-bottom: 0em;
  display: flex; }
  .activity-list-item.evidence-item {
    border-left: #0BBDD1 10px solid; }
  .activity-list-item.conjecture-item {
    border-left: #4357CF 10px solid; }
  .activity-list-item.stimulus-item {
    border-left: #F0BE10 10px solid; }
  .activity-list-item.note-item {
    border: 1px solid #D9E4E6;
    border-radius: 4px;
    margin: 2em 0; }
    .activity-list-item.note-item:hover {
      cursor: pointer;
      background-color: #fffefb;
      border: 1px solid #F0BE10;
      box-shadow: 1px 3px 5px #D9E4E6;
      transition: all .3s ease; }
    .activity-list-item.note-item .post-main {
      border-bottom-style: none; }
  .activity-list-item.synthesis-item {
    border: 1px solid #D9E4E6;
    border-radius: 4px;
    margin: 2em 0;
    background-color: #f9fff9; }
    .activity-list-item.synthesis-item:hover {
      cursor: pointer;
      background-color: #e0ffe0;
      border: 1px solid #95FF93;
      box-shadow: 1px 3px 5px #D9E4E6;
      transition: all .3s ease; }
    .activity-list-item.synthesis-item .post-main {
      border-bottom-style: none; }
  .activity-list-item .avatar {
    display: inline-block;
    text-align: center; }
  .activity-list-item .post-main {
    width: 85%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #D9E4E6;
    padding-bottom: 1.0rem; }
    .activity-list-item .post-main .post-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 1rem; }
      .activity-list-item .post-main .post-header .post-header-text {
        display: flex; }
        .activity-list-item .post-main .post-header .post-header-text .post-author {
          font-weight: bold; }
        .activity-list-item .post-main .post-header .post-header-text .post-time {
          color: #869799; }
        .activity-list-item .post-main .post-header .post-header-text div:nth-child(1) {
          margin-right: 2em; }
      .activity-list-item .post-main .post-header .post-action i:hover {
        cursor: pointer;
        color: #4357CF; }
  .activity-list-item .card-row-button-container {
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5em;
    padding-top: 0.5em; }
    .activity-list-item .card-row-button-container .fas {
      cursor: pointer; }
    .activity-list-item .card-row-button-container .far {
      cursor: pointer; }

.conjecture-row-evidence-container .avatar {
  width: 25px;
  height: 25px;
  line-height: 25px; }

.btn-expanded-toggle {
  cursor: pointer; }

.vote-button-container {
  display: inline-block; }

.additional-functions-button {
  cursor: pointer;
  margin-right: 1em; }

.card-row-number {
  margin-top: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: large;
  font-weight: 800; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.side-panel {
  background-color: #F4F8F9;
  margin-top: 80px;
  position: absolute;
  height: calc(100vh - 120px);
  width: 29em;
  box-shadow: 1px 0 10px rgba(100, 100, 100, 0.1);
  transition: transform .3s ease;
  overflow-y: auto; }

.side-header a {
  color: #fff; }

.side-header a:hover {
  color: #F4F8F9;
  text-decoration: none; }

.side-header {
  position: relative;
  background-color: #0BBDD1;
  min-height: 130px; }
  .side-header.messages {
    padding: 2.5rem 0 0 2rem; }
  .side-header .back-link {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .side-header .title {
    color: #fff;
    font-size: 1.8rem; }
  .side-header .nav {
    justify-content: space-between; }
  .side-header .nav-tabs {
    width: 95%;
    position: absolute;
    bottom: 0;
    border-bottom: none; }
    .side-header .nav-tabs .nav-link {
      border: none; }
      .side-header .nav-tabs .nav-link.active, .side-header .nav-tabs .nav-link:focus {
        color: #fff;
        background-color: transparent;
        border-bottom: 6px solid #fff; }

.side-header .form-group {
  padding: 20px 20px 10px 20px; }

.search-btn {
  background-color: transparent;
  border: none;
  position: relative;
  top: -29px;
  right: 16px;
  color: #ABBEC0; }

.search-btn:focus {
  outline: none; }

.filter-btn {
  margin-right: 20px; }

.hide-btn:hover {
  cursor: pointer;
  background-color: #273AAC;
  width: 50px;
  transition: all .2s ease; }

.hide-btn i {
  color: #fff;
  font-size: 24px; }

.side-panel.slide-in, .hide-btn.slide-in {
  transform: translateX(-29em);
  transition: all 0.3s ease; }

.hide-btn.slide-in i {
  transform: rotate(180deg);
  transition: all .3s ease; }

.hide-btn {
  position: absolute;
  top: 80px;
  margin-left: 29em;
  background-color: #4357CF;
  width: 55px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 20px 20px 0;
  transition: transform .3s ease;
  z-index: 1; }

.hide-btn-click {
  position: absolute;
  top: 80px;
  margin-left: 28em;
  width: 70px;
  height: 90px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  border-radius: 0 20px 20px 0;
  transition: transform .3s ease; }

.current-filters-header {
  margin-left: 10px;
  color: #FFF; }

.current-filters-body {
  display: flex;
  flex-flow: wrap; }
  .current-filters-body div {
    background: #a9ecf4;
    font-size: small;
    color: #222;
    margin-left: 5px;
    margin-bottom: 5px; }

#leftBarEvidenceReviewContainer {
  text-align: center;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px; }

.conjecture-creation-evidence-preview {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  margin-bottom: 1em; }

#conjectureCreationInstructions {
  padding-bottom: 1em;
  color: #3A49A2;
  height: 90px; }

.cta {
  padding: 2rem 0; }

.tab-pane, .tab-pane.active {
  background-color: #F4F8F9; }

.activity-module {
  padding: 0rem 0rem 2rem 0rem; }
  .activity-module .activity-date {
    display: inline-block;
    text-transform: uppercase;
    background-color: #D9E4E6;
    border-radius: 15px;
    padding: .25rem 1rem;
    font-size: 14px;
    margin-bottom: 1rem; }
  .activity-module .activity-msg {
    background-color: #fff;
    border: 1px solid #D9E4E6;
    border-radius: 5px;
    color: #000;
    padding: 1rem;
    justify-content: space-between; }
    .activity-module .activity-msg .msg-time {
      font-size: 14px;
      color: #4357CF; }
    .activity-module .activity-msg .msg-body {
      display: inline-flex;
      width: 80%; }
      .activity-module .activity-msg .msg-body .msg {
        width: 75%; }
        .activity-module .activity-msg .msg-body .msg .msg-author {
          font-weight: bold; }
  .activity-module .activity-msg > div {
    display: flex; }

.tab-pane, .tab-pane.active {
  padding: 2rem;
  color: #000; }
  .tab-pane .list-group, .tab-pane.active .list-group {
    padding: 2rem 0; }
  .tab-pane .list-group-item, .tab-pane.active .list-group-item {
    padding: 1rem 0; }
    .tab-pane .list-group-item a, .tab-pane.active .list-group-item a {
      font-weight: bold;
      color: #000; }

.side-body {
  padding: 0 1rem; }
  .side-body .side-section {
    border-bottom: 1px solid #D9E4E6;
    padding: 1rem; }
    .side-body .side-section .section-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: .5rem; }
    .side-body .side-section .tag {
      color: #000;
      background-color: #AAECF4;
      border: none; }
  .side-body.message-list_container {
    padding: 0; }

.message-list {
  overflow-y: scroll;
  height: calc(100vh - 230px);
  padding: 0; }
  .message-list .message-list_item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #D9E4E6;
    margin: 0;
    background-color: #fff;
    padding-left: 1em; }
    .message-list .message-list_item .message-author {
      font-size: 1.1rem;
      margin-bottom: .25rem; }
    .message-list .message-list_item .message-preview {
      overflow: hidden;
      max-height: 48px; }
    .message-list .message-list_item:hover {
      background-color: #F2FAFB;
      cursor: pointer; }
    .message-list .message-list_item.selected {
      background-color: #F2FAFB; }

#conjectureCreationContainer {
  padding-bottom: 5em; }

.search-text-box::-ms-clear {
  display: none; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.point {
  width: 15px;
  height: 15px;
  background-color: #4357CF;
  position: absolute;
  top: 45%;
  margin-top: -8px; }

.review-question {
  margin-top: 10px;
  width: 26em;
  display: inline-table; }

.approval-control-container .section-text {
  display: flex;
  width: 52em;
  flex-flow: wrap; }

.section-text.success {
  text-align: center;
  justify-content: center;
  margin-left: 0; }
  .section-text.success .success-img {
    margin-top: 6rem; }
  .section-text.success .success-msg {
    margin: 2rem 0rem; }
    .section-text.success .success-msg h1, .section-text.success .success-msg h2, .section-text.success .success-msg h3 {
      margin: 1rem 0rem; }
  .section-text.success .success-btn {
    margin-bottom: 1rem; }
    .section-text.success .success-btn .cta:hover {
      transform: scale(1.03); }
    .section-text.success .success-btn .cta:active {
      transform: scale(0.97); }
  .section-text.success .success-exit a {
    display: inline-block;
    color: #ABBEC0;
    text-decoration: none;
    transition: all .3s ease; }
    .section-text.success .success-exit a::after {
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #ABBEC0;
      transition: all .3s ease; }
    .section-text.success .success-exit a:hover {
      color: #869799;
      transition: all .3s ease; }
    .section-text.success .success-exit a:hover::after {
      width: 100%;
      background: #869799; }

.row.review-question {
  margin-right: 10px; }

#btnSubmitReview {
  margin-top: 1em; }

.review-question-comment {
  margin-left: 2em; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.navbar.landing {
  box-shadow: none;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(255, 255, 255, 0.98); }
  .navbar.landing .navbar-brand.solo {
    border: none; }

#tri-graphic {
  background-image: url("https://plexus-static.s3.amazonaws.com/unversioned/images/tri-graphic.svg");
  background-position: 0 0;
  background-repeat: no-repeat; }

.nav-link:hover {
  color: #869799; }

.landing-cta {
  background-color: transparent;
  display: inline-block;
  min-width: 300px;
  padding-left: 4rem; }
  .landing-cta h1 {
    font-weight: 600;
    color: #4357CF;
    margin-bottom: 1rem; }
  .landing-cta h5 {
    font-size: large;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem; }
  .landing-cta .cta-btn {
    border-width: 2px;
    font-weight: 600;
    line-height: 40px;
    margin-left: 0.25em; }

.landing-body {
  background: #4357CF;
  background: linear-gradient(-160deg, #4863D4 0%, #7284F1 94%);
  background: -webkit-linear-gradient(-160deg, #4863D4 0%, #7284F1 94%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  min-height: 800px;
  padding: 4rem 3rem;
  color: #fff; }
  .landing-body.angled {
    -webkit-clip-path: polygon(0 5rem, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5rem, 100% 0, 100% 100%, 0 100%); }
  .landing-body section {
    padding-top: 8rem; }
  .landing-body h2 {
    margin-bottom: 2rem;
    font-weight: 600; }
  .landing-body p {
    font-weight: 300;
    line-height: 2rem; }

#subscribe {
  background-color: #3A49A2;
  min-height: 250px;
  color: #fff;
  text-align: center;
  padding: 3rem; }
  #subscribe .btn {
    margin: 2rem; }

#footer {
  background-color: #4357CF;
  min-height: 400px;
  padding-top: 8rem; }
  #footer .footer-logo {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-left: 1rem;
    min-width: 10rem; }
    #footer .footer-logo p {
      margin-top: .5rem; }
  #footer .footer-links ul {
    min-width: 14rem;
    list-style: none; }
    #footer .footer-links ul li {
      margin: 1rem;
      color: #fff; }
      #footer .footer-links ul li:hover {
        cursor: pointer;
        color: #D9E4E6; }

@keyframes load {
  0% {
    stroke-dashoffset: 0; } }

.progress-circle {
  display: inline-block;
  padding: 0;
  text-align: center; }
  .progress-circle > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #0BBDD1;
    font-weight: 300;
    font-size: 14px; }
    .progress-circle > li:before {
      content: attr(data-text);
      position: absolute;
      width: 100%;
      top: 11rem;
      font-weight: 400;
      color: #869799; }
    .progress-circle > li:after {
      content: attr(data-percent);
      position: absolute;
      width: 100%;
      top: 8rem;
      left: 0;
      font-size: 2rem;
      text-align: center; }
  .progress-circle svg {
    width: 20rem;
    height: 20rem; }
    .progress-circle svg:nth-child(2) {
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(-90deg); }
    .progress-circle svg:nth-child(2) path {
      fill: none;
      stroke-width: 10;
      stroke-dasharray: 629;
      stroke: #fff;
      opacity: .9;
      animation: load 1.2s ease; }

.homePageContainer > div {
  padding-left: 60px; }

.homePageContainer {
  overflow: hidden;
  background: url("/landing/bg.png");
  background-size: 100vw 100vh;
  background-attachment: fixed; }

.row.landing-intro {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 60px; }

.row.landing-section {
  margin-top: 50px;
  margin-right: 0;
  margin-left: 60px; }

.carousel-item-content {
  height: 300px;
  width: 100vw; }

.carousel-item.active {
  background-color: inherit; }

.homeCarouselContainer {
  background-color: #0BBDD1;
  padding-left: 0 !important; }

.homeCarouselContainer .cta-btn {
  box-shadow: 0 2px 4px 2px #0ab0c2; }

.homeCarouselContainer .cta-btn:hover {
  /*background-color: lighten($primary, 20%);*/
  background-color: #fff;
  color: #0aa7b9; }

.banner {
  background-color: #F2FAFB;
  padding: 0.25rem 1rem;
  border: 3px solid #D1EEF1; }
  .banner .banner-title {
    font-size: 18px; }
  .banner .banner-body-img img {
    width: 100%;
    min-width: 100px;
    max-width: 200px; }
  .banner .banner-body-tip {
    padding: .5rem 1rem; }
  .banner .tip-text {
    padding-right: 30%; }
  .banner .tip-btn-group {
    padding-top: 1rem; }

.latest-news-post-body {
  white-space: pre; }

#trendingHeader {
  background: #929393;
  color: #FFF;
  display: block;
  text-align: center;
  cursor: pointer; }

#trendingHeaderLink:hover {
  text-decoration: none; }

#latestEvidenceHeader {
  background: #4AC1E1;
  color: #FFF;
  display: block;
  text-align: center;
  cursor: pointer; }

#latestEvidenceHeaderLink:hover {
  text-decoration: none; }

#activeIncubatorsHeader {
  background: #FCBF10;
  color: #FFF;
  display: block;
  text-align: center;
  cursor: pointer; }

#activeIncubatorsHeaderLink:hover {
  text-decoration: none; }

#activeIncubatorList {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em; }

#latestEvidenceList {
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 1em; }

#trendingList {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em; }

.landing-list-items {
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #D1D2D4; }

.trending-conjecture-icon {
  width: 36px; }

#shapeTextBanner {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #1D1D1D;
  font-size: larger;
  margin-top: 15px;
  margin-bottom: 15px; }

.samsara-tool-tip {
  background: rgba(255, 255, 255, 0.8);
  width: 250px;
  height: 125px;
  position: absolute;
  border: 1px solid #e6e623;
  z-index: 10; }

.samsara-tool-tip-title {
  font-weight: bold; }

#navbarAlerts {
  color: #4AC1E1;
  outline: none; }

#navbarAlertsPopup {
  background-color: #EEE;
  border: 1px solid #222;
  padding: 1em;
  border-radius: 5px; }

#btnGetStarted {
  margin-left: calc(50% - 66px);
  margin-top: 5em; }

.landing-headline {
  color: #282561;
  font-size: 31px;
  font-weight: 900;
  text-align: center;
  width: 700px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  margin: auto;
  font-size: 25px; }

.landing-headline-source {
  text-align: right;
  font-size: 20px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

#tri-graphic-dark {
  background-image: url("https://plexus-static.s3.amazonaws.com/unversioned/images/tri-graphic-dark.svg");
  background-position: 0 0;
  background-repeat: no-repeat; }

#sign-up {
  overflow: scroll; }

content {
  position: absolute;
  top: 0;
  width: 100%; }

.navbar.clear {
  background-color: transparent; }

.quote-container {
  background-color: #4357CF;
  height: 100vh; }
  .quote-container.angled {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%); }

.fine-print {
  font-size: 12px;
  text-align: center;
  color: #869799; }

.login-page-extra-text {
  font-weight: bold;
  margin-left: 3em; }

.founders-table {
  max-height: calc(100vh - 6em);
  overflow-y: auto;
  top: 5em;
  position: relative;
  width: 26em;
  left: 1em;
  color: #ddd;
  font-size: 14px; }
  .founders-table td {
    padding-right: 2em;
    padding-bottom: 0.1em; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
#displayPageUserProfile i {
  font-size: 24px !important; }

.user-panel {
  background-color: #F4F8F9;
  height: calc(100vh - 110px); }

.user-avatar {
  background-color: white;
  border: 1px solid rgba(69, 80, 81, 0.2);
  width: 130px;
  height: 130px; }

.user-feed {
  height: 30em;
  overflow: auto; }

.user-panel-icons {
  background-color: #E5F1F3; }

.user-panel-icons i {
  color: #455051; }

.user-panel-icons i:hover {
  cursor: pointer;
  color: #000; }

.panel-links {
  position: absolute;
  bottom: 0px;
  width: 100%; }

#displayPageUserProfile .list-group-item {
  background-color: #F4F8F9;
  line-height: 36px;
  border: none; }

#displayPageUserProfile .list-group-item.active {
  background-color: #E5F1F3;
  color: #000; }

#displayPageUserProfile .list-group-item:hover {
  background-color: #E5F1F3; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0px; }

.badge-primary {
  background-color: #4357CF; }

.user-feed-card-row {
  margin-right: 5px;
  margin-bottom: 2px;
  border-bottom: 1px solid #dddddd; }

.user-feed-card-row:last-of-type {
  border-bottom: none; }

.fa.active {
  color: #0BBDD1; }

.hidden {
  display: none; }

.user-info {
  padding: 3rem;
  color: #fff; }
  .user-info .user-info-edit {
    margin-top: -1.5rem; }
  .user-info .avatar.big {
    width: 100px;
    height: 100px;
    border-radius: 50px; }
  .user-info .user-info-body {
    display: flex; }
    .user-info .user-info-body .user-text {
      padding-left: 1rem;
      max-width: 250px; }
    .user-info .user-info-body p {
      margin: 0; }
    .user-info .user-info-body #name {
      font-size: 20px;
      margin-bottom: .2rem; }
    .user-info .user-info-body #title {
      font-size: 14px;
      margin-bottom: .2rem; }
    .user-info .user-info-body #company {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 1rem; }
    .user-info .user-info-body #location {
      margin-left: .5rem;
      font-weight: bold; }
    .user-info .user-info-body .user-level {
      background-color: #0891a1;
      font-size: 12px;
      vertical-align: text-top;
      margin-left: .5rem; }

.action-btns {
  display: flex;
  justify-content: center; }
  .action-btns .btn-outline-secondary {
    border-width: 2px;
    border-radius: 2rem;
    margin: .5rem 1rem;
    font-weight: bold; }

.user-avatar-image {
  width: 100%;
  clip-path: circle(49% at 50% 50%); }

.edit-profile-container input {
  margin-bottom: 1em;
  margin-left: 1em; }

.edit-profile-container button {
  margin-top: 1em;
  margin-left: 1em; }

.edit-profile-container .topic-selector-main-container {
  max-width: 32em; }

.edit-profile-container .selection-control-popup {
  left: 865px !important; }

.edit-profile-container .topic-selector-topic-container {
  margin: 0.25em; }

.edit-email-password-container input {
  margin: 0px !important; }

.edit-email-password-container button {
  margin: 0px !important; }

.user-profile-tab {
  cursor: pointer; }
  .user-profile-tab.active {
    background: #D1EEF1 !important; }

.evidence {
  border: 3px solid #0BBDD1;
  width: 700px;
  margin: 1rem auto; }
  .evidence.mini {
    width: 100%;
    max-width: 500px; }
    .evidence.mini .card-body {
      padding: 1rem; }
    .evidence.mini .card-text {
      margin: 0 0 1rem 0; }
  .evidence .card-header {
    background-color: #0BBDD1;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px; }
    .evidence .card-header h6 {
      margin-bottom: 0px;
      display: inline-block; }
    .evidence .card-header .header-icon:hover {
      color: #077b88;
      cursor: pointer; }
  .evidence .card-body {
    font-family: "Nunito Sans", sans-serif;
    padding: 2rem 5rem; }
  .evidence .card-text {
    margin: 2rem 0; }
  .evidence .card-votes h3 {
    margin-bottom: 1rem;
    font-weight: 600; }
  .evidence .card-votes .vote-btns {
    margin-bottom: 1rem; }
  .evidence .card-votes .link {
    color: #0BBDD1;
    margin-bottom: 2rem; }
    .evidence .card-votes .link i {
      vertical-align: sub; }
    .evidence .card-votes .link a {
      font-weight: 600;
      color: #0BBDD1;
      letter-spacing: .3px; }
  .evidence .card-votes .icon {
    margin: 1rem 0;
    color: #ABBEC0; }
    .evidence .card-votes .icon:hover {
      color: #869799; }
  .evidence .card-footer {
    background-color: transparent;
    color: #ABBEC0; }

.conjecture {
  border: 3px solid #4357CF;
  width: 700px;
  margin: 1rem auto; }
  .conjecture.mini {
    width: 420px; }
    .conjecture.mini .card-body {
      padding: 1.5rem; }
    .conjecture.mini .card-text {
      margin-bottom: 1rem; }
  .conjecture .card-header {
    background-color: #4357CF;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px; }
    .conjecture .card-header h6 {
      margin-bottom: 0px;
      display: inline-block; }
    .conjecture .card-header .header-icon:hover {
      color: #28399d;
      cursor: pointer; }
  .conjecture .card-body {
    font-family: "Nunito Sans", sans-serif;
    padding: 2rem 5rem; }
  .conjecture .card-text {
    margin: 1rem 0 0 0; }
  .conjecture .card-votes h3 {
    margin-bottom: 1rem;
    font-weight: 600; }
  .conjecture .card-votes .vote-btns {
    margin-bottom: 1rem; }
  .conjecture .card-votes .link {
    color: #4357CF;
    margin-bottom: 2rem; }
    .conjecture .card-votes .link i {
      vertical-align: sub; }
    .conjecture .card-votes .link a {
      font-weight: 600;
      color: #4357CF;
      letter-spacing: .3px; }
  .conjecture .card-votes .icon {
    margin: 1rem 0;
    color: #ABBEC0; }
    .conjecture .card-votes .icon:hover {
      color: #869799; }
  .conjecture .card-footer {
    background-color: transparent;
    color: #ABBEC0; }

.evidence-row {
  margin: 0 10rem; }
  @media only screen and (max-width: 1200px) {
    .evidence-row {
      margin: 0 6rem; } }
  @media only screen and (max-width: 1100px) {
    .evidence-row {
      margin: 0 2rem; } }
  @media only screen and (max-width: 1000px) {
    .evidence-row {
      margin: 0; } }

#conjectureLinkedEvidenceTitle {
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: 10%;
  font-size: larger;
  font-weight: bolder; }

.card-content-top-row-icons div {
  display: inline;
  font-size: 20px; }

.card-content-top-row-icons button {
  font-size: 20px !important; }

.lane-burst {
  color: #FF1744; }

.laneDisplayContainer {
  margin: 25px; }

.container-top-bar-points {
  position: relative;
  top: 3px;
  margin-right: 3px; }

.question-card-answer {
  border: 1px solid #ccc;
  margin: 1em;
  padding: 1em;
  background-color: #F2FAFB; }

.dropdown-header {
  display: block !important; }

.scrollable-dropdown {
  height: auto;
  max-height: 300px;
  overflow-x: auto;
  overflow-y: scroll; }

.card-comments-container {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 1em;
  margin-bottom: 1em; }

.card-comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.btn-upvote-evidence {
  text-transform: none;
  border: 1px solid #0e7b88;
  padding: 0.4em;
  border-radius: 6px;
  margin-right: 1em;
  font-size: small;
  float: left;
  cursor: pointer; }
  .btn-upvote-evidence:hover {
    background: #15a0b1; }
  .btn-upvote-evidence.checked {
    background: #0e7b88; }

.btn-upvote-conjecture {
  text-transform: none;
  border: 1px solid #7785dc;
  padding: 0.4em;
  border-radius: 6px;
  margin-right: 1em;
  font-size: small;
  float: left;
  cursor: pointer; }
  .btn-upvote-conjecture:hover {
    background: #6071da; }
  .btn-upvote-conjecture.checked {
    background: #7785dc; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.filter-category-body {
  margin-left: 10px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  border-bottom: 1px solid #ddd; }

.filter-category-header {
  margin-top: 5px;
  margin-left: 5px;
  font-size: larger;
  font-weight: bolder; }

.left-search-bar-container {
  margin-top: 30px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(23, 23, 46, 0.3);
  z-index: 80; }

.menu-header {
  margin-bottom: 20px;
  padding: 30px; }

.close {
  opacity: .8;
  margin-top: 12px; }

.close:hover {
  opacity: 1; }

.top-nav-menu {
  width: 30vw;
  min-width: 300px;
  height: 100vh;
  background-color: #4357CF;
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
  transition: transform .2s ease; }

.top-nav-menu.slide-out {
  transform: translateX(-50vw);
  transition: transform .5s ease; }

.top-nav-menu .list-group {
  background-color: #4357CF; }

.top-nav-menu .list-group li {
  background-color: #4357CF;
  line-height: 45px;
  color: #fff;
  padding-left: 60px; }

.top-nav-menu .list-group li.disabled {
  background-color: #868e96; }

.top-nav-menu .list-group li:hover {
  background-color: #3A49A2;
  cursor: pointer; }

.top-nav-menu .list-group li.no-hover {
  background-color: #4357CF;
  cursor: auto; }

.top-nav-menu .badge-pill {
  background-color: #fff;
  color: #4357CF; }

.top-nav-menu i.fa-times {
  font-size: 22px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.dashboard-row {
  display: flex; }

.dashboard-row-content {
  max-width: 800px;
  width: 90%;
  border: 1px solid #51CBDF;
  border-radius: 6px;
  background: #d2f0ff;
  box-shadow: 0 3px 8px 0 rgba(108, 123, 126, 0.5);
  padding: 3px;
  margin: 3px; }

.dashboard-row-content span {
  word-wrap: break-word; }

.dashboard-row-footer {
  font-size: small; }

.in-review {
  opacity: 0.7; }

.needs-revision {
  background: #ffffc8; }

#listViewMainContainer h3 {
  margin-top: 20px; }

.list-pane-header {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600; }

.list-view-conjecture-row-content {
  background: #d3caef;
  border: 1px solid #d25ae8; }

.note-row-content {
  background: #ffffe4;
  border: 1px solid #e2e260; }

.favorites-popup-container {
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline;
  z-index: 100; }
  .favorites-popup-container button {
    margin: 5px; }

.favorites-popup-body {
  position: absolute;
  top: -76px;
  left: -30px;
  background: #F4F8F9;
  width: 450px;
  border-radius: 5px;
  padding: 1em;
  color: #222;
  border: 1px solid #ABBEC0; }

.favorites-popup-body input {
  width: 350px; }

.workspace-tag-container {
  margin-top: 1em; }

.workspace-tag-container .btn {
  margin-left: 0.5em;
  margin-top: 0.5em; }

.reasoning-row {
  display: block; }

.reasoning-row-main {
  display: flex;
  width: 100%; }

.reasoning-row-linked-evidence {
  margin-left: 6em;
  max-width: 800px;
  margin-right: 1em;
  font-size: smaller;
  border-left: 4px solid #d25ae8;
  padding-left: 0.5em; }

.leaderboard-item-text {
  height: 5em;
  overflow-y: hidden; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.selection-control-popup {
  position: fixed;
  max-height: 50vh;
  min-height: 30vh;
  overflow-y: auto;
  background: #fafafa;
  border: 1px solid #aaa;
  z-index: 20;
  left: 465px;
  top: 35vh; }

.selection-control-popup div {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px; }

.selection-control-popup div:first-child {
  background: #c8fffc;
  cursor: pointer; }

.selection-control-popup div:hover {
  background: #c8fffc;
  cursor: pointer; }

.topic-selector-topic-container {
  background: #a9ecf4;
  min-width: 160px;
  border-radius: 5px;
  text-align: center;
  color: #222;
  position: relative; }

.topic-selector-btn-remove-topic {
  position: absolute;
  right: -9px;
  top: -9px;
  background: black;
  border-radius: 12px;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.topic-selector-btn-remove-topic-x {
  position: relative;
  top: -1px;
  color: white; }

.topic-selector-selected-topics-container {
  display: flex;
  flex-flow: wrap;
  margin-top: 15px;
  margin-bottom: 15px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.user-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.user-dropdown-menu {
  left: -18rem;
  top: 3rem;
  width: 400px; }

.user-dropdown-menu .dropdown-item {
  overflow-wrap: normal;
  white-space: normal; }

.user-dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #4357CF; }

.user-dropdown-menu .dropdown-item:focus {
  color: #000; }

.light {
  color: #ABBEC0; }

.username {
  color: #000; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.faq-container {
  padding-bottom: 80px; }

.faq-container h3 {
  margin-top: 20px; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

.private-message-row {
  border-bottom: 1px solid #ccc;
  margin-top: 1em; }

.private-message-body {
  margin-left: 2em;
  white-space: pre; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

.leading {
  font-weight: 200; }

body {
  font-family: "Nunito Sans", sans-serif; }

.main-panel {
  position: absolute;
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  z-index: 0; }

.open {
  padding-left: 29em; }

#textInputModalEnteredText {
  width: 30em; }

.noHoverDecorate :hover {
  text-decoration: none;
  color: inherit; }

.evidence {
  border: 3px solid #0BBDD1;
  width: 700px;
  margin: 1rem auto; }
  .evidence.mini {
    width: 100%;
    max-width: 500px; }
    .evidence.mini .card-body {
      padding: 1rem; }
    .evidence.mini .card-text {
      margin: 0 0 1rem 0; }
  .evidence .card-header {
    background-color: #0BBDD1;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px; }
    .evidence .card-header h6 {
      margin-bottom: 0px;
      display: inline-block; }
    .evidence .card-header .header-icon:hover {
      color: #077b88;
      cursor: pointer; }
  .evidence .card-body {
    font-family: "Nunito Sans", sans-serif;
    padding: 2rem 5rem; }
  .evidence .card-text {
    margin: 2rem 0; }
  .evidence .card-votes h3 {
    margin-bottom: 1rem;
    font-weight: 600; }
  .evidence .card-votes .vote-btns {
    margin-bottom: 1rem; }
  .evidence .card-votes .link {
    color: #0BBDD1;
    margin-bottom: 2rem; }
    .evidence .card-votes .link i {
      vertical-align: sub; }
    .evidence .card-votes .link a {
      font-weight: 600;
      color: #0BBDD1;
      letter-spacing: .3px; }
  .evidence .card-votes .icon {
    margin: 1rem 0;
    color: #ABBEC0; }
    .evidence .card-votes .icon:hover {
      color: #869799; }
  .evidence .card-footer {
    background-color: transparent;
    color: #ABBEC0; }

.conjecture {
  border: 3px solid #4357CF;
  width: 700px;
  margin: 1rem auto; }
  .conjecture.mini {
    width: 420px; }
    .conjecture.mini .card-body {
      padding: 1.5rem; }
    .conjecture.mini .card-text {
      margin-bottom: 1rem; }
  .conjecture .card-header {
    background-color: #4357CF;
    color: white;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px; }
    .conjecture .card-header h6 {
      margin-bottom: 0px;
      display: inline-block; }
    .conjecture .card-header .header-icon:hover {
      color: #28399d;
      cursor: pointer; }
  .conjecture .card-body {
    font-family: "Nunito Sans", sans-serif;
    padding: 2rem 5rem; }
  .conjecture .card-text {
    margin: 1rem 0 0 0; }
  .conjecture .card-votes h3 {
    margin-bottom: 1rem;
    font-weight: 600; }
  .conjecture .card-votes .vote-btns {
    margin-bottom: 1rem; }
  .conjecture .card-votes .link {
    color: #4357CF;
    margin-bottom: 2rem; }
    .conjecture .card-votes .link i {
      vertical-align: sub; }
    .conjecture .card-votes .link a {
      font-weight: 600;
      color: #4357CF;
      letter-spacing: .3px; }
  .conjecture .card-votes .icon {
    margin: 1rem 0;
    color: #ABBEC0; }
    .conjecture .card-votes .icon:hover {
      color: #869799; }
  .conjecture .card-footer {
    background-color: transparent;
    color: #ABBEC0; }

.evidence-row {
  margin: 0 10rem; }
  @media only screen and (max-width: 1200px) {
    .evidence-row {
      margin: 0 6rem; } }
  @media only screen and (max-width: 1100px) {
    .evidence-row {
      margin: 0 2rem; } }
  @media only screen and (max-width: 1000px) {
    .evidence-row {
      margin: 0; } }

#conjectureLinkedEvidenceTitle {
  margin-top: 1em;
  margin-bottom: 0em;
  margin-left: 10%;
  font-size: larger;
  font-weight: bolder; }

.card-content-top-row-icons div {
  display: inline;
  font-size: 20px; }

.card-content-top-row-icons button {
  font-size: 20px !important; }

.lane-burst {
  color: #FF1744; }

.laneDisplayContainer {
  margin: 25px; }

.container-top-bar-points {
  position: relative;
  top: 3px;
  margin-right: 3px; }

.question-card-answer {
  border: 1px solid #ccc;
  margin: 1em;
  padding: 1em;
  background-color: #F2FAFB; }

.dropdown-header {
  display: block !important; }

.scrollable-dropdown {
  height: auto;
  max-height: 300px;
  overflow-x: auto;
  overflow-y: scroll; }

.card-comments-container {
  border: 2px solid rgba(0, 0, 0, 0.5);
  padding: 1em;
  margin-bottom: 1em; }

.card-comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.btn-upvote-evidence {
  text-transform: none;
  border: 1px solid #0e7b88;
  padding: 0.4em;
  border-radius: 6px;
  margin-right: 1em;
  font-size: small;
  float: left;
  cursor: pointer; }
  .btn-upvote-evidence:hover {
    background: #15a0b1; }
  .btn-upvote-evidence.checked {
    background: #0e7b88; }

.btn-upvote-conjecture {
  text-transform: none;
  border: 1px solid #7785dc;
  padding: 0.4em;
  border-radius: 6px;
  margin-right: 1em;
  font-size: small;
  float: left;
  cursor: pointer; }
  .btn-upvote-conjecture:hover {
    background: #6071da; }
  .btn-upvote-conjecture.checked {
    background: #7785dc; }

.progress {
  height: 6px;
  border-radius: 3px; }
  .progress .progress-bar {
    background-color: #0BBDD1; }
    .progress .progress-bar.conjecture-bar {
      background-color: #4357CF; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

/*
a {
  color: #fff;
}

a:hover {
  color: #F4F8F9;
  text-decoration: none;
}*/
.leading {
  font-weight: 200; }

.icon-count {
  font-size: 14px;
  padding: 0 1.5rem 0 .5rem; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.icon {
  display: inline-block; }
  .icon i {
    font-size: 20px;
    margin: 1rem 1rem; }
    .icon i:hover {
      color: #869799;
      cursor: pointer; }

/*
.container-fluid.stimulus.card-full {
  border-color: #4357CF;
}

h4.stimulus {
  color: #4357CF;
}

.stimulus.progress-bar {
  background-color: #4357CF;
}

.stimulus.card-link a, .stimulus.card-link i {
  color: #4357CF;
}
.container-fluid.reasoning.card-full {
  border-color: #66769A;
}

h4.reasoning {
  color: #66769A;
}

.reasoning.progress-bar {
  background-color: #66769A;
}

.reasoning.card-link a, .reasoning.card-link i {
  color: #66769A;
}
*/
.progress-tracker {
  display: flex;
  margin: 60px auto;
  padding: 0;
  list-style: none; }

.progress-step {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px; }
  .progress-step:last-child {
    flex-grow: 0; }
    .progress-step:last-child .progress-marker::after {
      display: none; }

.progress-link {
  display: block;
  position: relative; }

.progress-marker {
  display: block;
  position: relative; }
  .progress-marker::before {
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    border-radius: 50%;
    transition: background-color, border-color;
    transition-duration: 0.3s; }
  .progress-marker::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 10px;
    right: -12px;
    width: 100%;
    height: 4px;
    transition: background-color 0.3s, background-position 0.3s; }

.progress-text {
  display: block;
  padding: 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis; }

.progress-title {
  margin-top: 0; }

.progress-step .progress-marker {
  color: #fff; }
  .progress-step .progress-marker::before {
    background-color: #b6b6b6; }
  .progress-step .progress-marker::after {
    background-color: #b6b6b6; }

.progress-step .progress-text {
  color: #333; }

.progress-step.is-active .progress-marker::before {
  background-color: #2196F3; }

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
  background-color: #1976D2; }

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after {
  background-color: #868686; }

.progress-step.is-progress-10 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 10%, #b6b6b6 10%); }

.progress-step.is-progress-20 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 20%, #b6b6b6 20%); }

.progress-step.is-progress-30 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 30%, #b6b6b6 30%); }

.progress-step.is-progress-40 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 40%, #b6b6b6 40%); }

.progress-step.is-progress-50 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 50%, #b6b6b6 50%); }

.progress-step.is-progress-60 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 60%, #b6b6b6 60%); }

.progress-step.is-progress-70 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 70%, #b6b6b6 70%); }

.progress-step.is-progress-80 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 80%, #b6b6b6 80%); }

.progress-step.is-progress-90 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 90%, #b6b6b6 90%); }

.progress-step:hover .progress-marker::before {
  background-color: #56ADF5; }

.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
  flex-grow: 1; }

.progress-tracker--center {
  text-align: center; }
  .progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
    margin-left: auto;
    margin-right: auto; }
  .progress-tracker--center .progress-marker::after {
    right: -50%; }

.progress-tracker--right {
  text-align: right; }
  .progress-tracker--right .progress-marker::before, .progress-tracker--right .progress-text--dotted::before {
    margin-left: auto; }
  .progress-tracker--right .progress-marker::after {
    right: calc(-100% + 12px); }

.progress-tracker--spaced .progress-marker::after {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px; }

.progress-tracker--border {
  padding: 4px;
  border: 2px solid #333;
  border-radius: 32px; }

.progress-tracker--theme-red .progress-step .progress-marker {
  color: #fff; }
  .progress-tracker--theme-red .progress-step .progress-marker::before {
    background-color: #666; }
  .progress-tracker--theme-red .progress-step .progress-marker::after {
    background-color: #666; }

.progress-tracker--theme-red .progress-step .progress-text {
  color: #333; }

.progress-tracker--theme-red .progress-step.is-active .progress-marker::before {
  background-color: #A62D24; }

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::before {
  background-color: #D93B30; }

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::after {
  background-color: #333; }

.progress-tracker--theme-red .progress-step:hover .progress-marker::before {
  background-color: #DF7B74; }

.progress-text--dotted::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px -2px;
  background-size: 12px 18px;
  background-image: repeating-radial-gradient(circle at center 6px, #b6b6b6, #b6b6b6 5px, rgba(182, 182, 182, 0.5) 5.5px, rgba(182, 182, 182, 0.01) 6px, transparent 100%); }

.progress-text--dotted-1::before {
  height: 12px; }

.progress-text--dotted-2::before {
  height: 30px; }

.progress-text--dotted-3::before {
  height: 48px; }

.progress-text--dotted-4::before {
  height: 66px; }

.progress-text--dotted-5::before {
  height: 84px; }

.progress-text--dotted-6::before {
  height: 102px; }

.progress-text--dotted-7::before {
  height: 120px; }

.progress-text--dotted-8::before {
  height: 138px; }

.progress-text--dotted-9::before {
  height: 156px; }

.progress-text--dotted-10::before {
  height: 174px; }

.progress-text--dotted-11::before {
  height: 192px; }

.progress-text--dotted-12::before {
  height: 210px; }

.progress-tracker--text-top .progress-text {
  height: 100%; }

.progress-tracker--text-top .progress-marker {
  top: -24px; }

.progress-tracker--text-inline {
  overflow: hidden; }
  .progress-tracker--text-inline .progress-step, .progress-tracker--text-inline .progress-marker {
    display: flex;
    align-items: center; }
  .progress-tracker--text-inline .progress-marker {
    flex-grow: 1; }
    .progress-tracker--text-inline .progress-marker::after {
      top: auto; }
  .progress-tracker--text-inline .progress-text {
    position: relative;
    z-index: 30;
    max-width: 70%;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
  .progress-tracker--text-inline .progress-marker .progress-text {
    display: inline-block; }
  .progress-tracker--text-inline .progress-title {
    margin: 0; }

.progress-tracker--square .progress-marker::before {
  border-radius: 0; }

.progress-tracker--square .progress-marker::after {
  top: auto;
  bottom: 0; }

@media (max-width: 575px) {
  .progress-tracker-wrapper {
    overflow-x: auto;
    scroll-snap-type: x proximity; }
    .progress-tracker-wrapper .progress-step {
      min-width: 50%;
      scroll-snap-align: start; } }

.progress-tracker--vertical {
  flex-direction: column; }
  .progress-tracker--vertical .progress-step {
    display: flex;
    flex: 1 1 auto; }
  .progress-tracker--vertical.progress-tracker--right .progress-step {
    flex-direction: row-reverse; }
  .progress-tracker--vertical .progress-marker::after {
    right: auto;
    top: 12px;
    left: 10px;
    width: 4px;
    height: 100%; }
  .progress-tracker--vertical .progress-text {
    padding: 0 12px 24px 12px; }

@keyframes scale-up {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0); }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1); } }

.anim-ripple .progress-link::before, .anim-ripple-large .progress-link::before, .anim-ripple-splash .progress-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden; }

.anim-ripple .progress-link:not(:active)::before, .anim-ripple-large .progress-link:not(:active)::before, .anim-ripple-splash .progress-link:not(:active)::before {
  animation: scale-up 0.3s ease-out; }

.anim-ripple .progress-link:focus::before, .anim-ripple-large .progress-link:focus::before, .anim-ripple-splash .progress-link:focus::before {
  visibility: visible; }

.anim-ripple.progress-tracker--center .progress-link::before, .anim-ripple.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple .progress-link::before, .progress-tracker--center .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--center .progress-link::before, .anim-ripple-large.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-large .progress-link::before, .progress-tracker--center .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--center .progress-link::before, .anim-ripple-splash.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-splash .progress-link::before, .progress-tracker--center .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--center .progress-link::before, .anim-ripple-double.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-double .progress-link::before, .progress-tracker--center .anim-ripple-double .progress-link::after {
  left: 50%; }

.anim-ripple.progress-tracker--right .progress-link::before, .anim-ripple.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple .progress-link::before, .progress-tracker--right .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--right .progress-link::before, .anim-ripple-large.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-large .progress-link::before, .progress-tracker--right .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--right .progress-link::before, .anim-ripple-splash.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-splash .progress-link::before, .progress-tracker--right .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--right .progress-link::before, .anim-ripple-double.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-double .progress-link::before, .progress-tracker--right .anim-ripple-double .progress-link::after {
  left: calc(100% - 12px); }

.anim-ripple-splash .progress-link::before {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35); }

.anim-ripple-double .progress-link::before, .anim-ripple-double .progress-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3); }

.anim-ripple-double .progress-link:not(:active)::before, .anim-ripple-double .progress-link:not(:active)::after {
  animation: scale-up 0.3s ease-out 0s; }

.anim-ripple-double .progress-link:not(:active)::after {
  animation-delay: 0.15s; }

.anim-ripple-double .progress-link:focus::before, .anim-ripple-double .progress-link:focus::after {
  visibility: visible; }

.anim--large .progress-link::before, .anim--large .progress-link::after {
  width: 48px;
  height: 48px; }

.anim--path .progress-marker::after {
  background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  transition: background-position 0.3s ease-out; }

.progress-step.is-complete .anim--path .progress-marker::after {
  background-position: -100% 100%; }

.anim--path .progress-step.is-complete .progress-marker::after {
  background-position: -100% 100%; }

#portfolioListMainContainer {
  left: 0;
  position: absolute;
  width: 100vw;
  padding-bottom: 3em; }

.portfolio-list-page-header {
  background: #0BBDD1;
  padding-left: 5em;
  color: #F4F8F9;
  height: 8em;
  padding-top: 2em; }

.portfolio-list {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em; }

.portfolio-list .portfolio-list-item {
  border-bottom: 1px solid #ABBEC0;
  padding: 1em; }

.portfolio-list-header {
  color: #869799; }

.create-portfolio-container {
  margin-top: 2em;
  margin-left: 8em; }

.create-portfolio-input {
  margin-left: 1em;
  width: 20em; }

.create-portfolio-button {
  background: #4357CF;
  color: #F4F8F9; }

.create-portfolio-button:hover {
  background: #273AAC; }

.portfolio-manager-list-row {
  margin: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ABBEC0;
  display: flex; }

.portfolio-manager-list-row button {
  margin-right: 2em; }

#portfolioNoteCardCreation {
  max-width: 40em;
  margin-top: 1em;
  margin-bottom: 3em; }

@keyframes portfolio-list-item-pop-in {
  0% {
    background-color: red; }
  100% {
    background: inherit; } }

.portfolio-list-item .fa-times {
  cursor: pointer;
  padding: 0.5em;
  margin-right: 1em; }

.portfolio-list-item-tg-enter {
  opacity: 0.01; }

.portfolio-list-item-tg-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.portfolio-list-item-tg-exit {
  opacity: 1; }

.portfolio-list-item-tg-exit-active {
  opacity: 0.01;
  transition: opacity 200ms ease-in; }

.portfolio-list-main {
  padding-top: 60px; }
  .portfolio-list-main .portfolio-main-list-header {
    padding: 0 5em;
    padding-top: 2em;
    padding-bottom: 2em;
    background: #0BBDD1;
    color: #F4F8F9; }
    .portfolio-list-main .portfolio-main-list-header h1 {
      font-weight: bold; }
  .portfolio-list-main .btn {
    margin: 2em 5em; }
  .portfolio-list-main .list {
    width: 60vw;
    margin-left: auto;
    margin-right: auto; }
    .portfolio-list-main .list .portfolio-list-controls {
      color: #869799;
      padding-bottom: 1.5em;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #ABBEC0; }
      .portfolio-list-main .list .portfolio-list-controls i {
        margin: 0 .5em; }
        .portfolio-list-main .list .portfolio-list-controls i:hover {
          cursor: pointer;
          color: #4357CF; }
    .portfolio-list-main .list .portfolio-list-item {
      border-bottom: 1px solid #ABBEC0;
      padding: 1em;
      display: flex;
      justify-content: space-between;
      align-items: center;
      animation-name: portfolio-list-item-pop-in;
      animation-duration: 1s;
      animation-iteration-count: 1; }
      .portfolio-list-main .list .portfolio-list-item .portfolio-info {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .portfolio-list-main .list .portfolio-list-item .portfolio-info .portfolio-users {
          width: 160px; }
          .portfolio-list-main .list .portfolio-list-item .portfolio-info .portfolio-users.multiple .avatar {
            margin: 0;
            box-shadow: 0px 0px 0px 3px #fff;
            border-radius: 25px; }
          .portfolio-list-main .list .portfolio-list-item .portfolio-info .portfolio-users.multiple .avatar:nth-child(2) {
            transform: translateX(-23px); }
          .portfolio-list-main .list .portfolio-list-item .portfolio-info .portfolio-users.multiple .avatar:nth-child(3) {
            background: #0BBDD1;
            transform: translateX(-46px); }
      .portfolio-list-main .list .portfolio-list-item .portfolio-edit-info {
        display: flex;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .2px;
        color: #869799; }
      .portfolio-list-main .list .portfolio-list-item .portfolio-controls i {
        margin: 0 .5em; }

.portfolio-header {
  padding: 0 5rem 2rem 5rem;
  border-bottom: 1px #D9E4E6 solid; }
  .portfolio-header .portfolio-title .input-group {
    align-items: baseline;
    position: relative; }
    .portfolio-header .portfolio-title .input-group i {
      position: inherit;
      right: 20px;
      color: #ABBEC0; }
  .portfolio-header .portfolio-title-input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #D9E4E6;
    font-size: 24px;
    margin-bottom: 2rem;
    padding-right: 2rem; }
  .portfolio-header .portfolio-note-input-group {
    align-items: flex-start; }
    .portfolio-header .portfolio-note-input-group .form-group {
      width: 80%; }
      .portfolio-header .portfolio-note-input-group .form-group .portfolio-note-input-btns {
        margin-top: 1rem; }
    .portfolio-header .portfolio-note-input-group .portfolio-note-input {
      margin: .3rem 0; }

.user-search-results {
  height: 0px;
  width: 100%;
  transition: height 1s ease;
  overflow-y: hidden;
  padding: 0.5em; }

.user-search-results.expanded {
  height: 25em;
  transition: height 1s ease;
  overflow-y: auto; }

.btn-portfolio-export {
  margin-left: 1em;
  font-size: medium; }

#incubatorTabContainer {
  border-bottom: 1px solid #4357CF;
  margin-bottom: 1em; }

#btnIncubatorCreate {
  margin-top: 1em; }

#VisCanvas * {
  outline: none; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.bar {
  fill: orange; }

.solidArc:hover {
  fill: #bdbdbd; }

.solidArc {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.x.axis path {
  display: none; }

.aster-score {
  line-height: 1;
  font-weight: bold;
  font-size: 500%; }

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center; }

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0; }

.main-panel.messages {
  padding-top: 60px; }

.message-control {
  margin: 0;
  padding: 1rem 2rem;
  border-top: 1px solid #D9E4E6;
  background-color: #F4F8F9;
  position: absolute;
  bottom: 0;
  width: 100%; }

.conversation-header {
  background-color: #FFF;
  border-bottom: 2px solid #F4F8F9;
  padding: 1rem 2rem;
  position: fixed;
  width: 100%; }

.conversation {
  padding: 2rem;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column; }

.message {
  background-color: #ECF3F5;
  border-radius: 10px;
  padding: .75rem;
  margin-bottom: 1rem;
  display: inline-block;
  max-width: 75%;
  white-space: pre-wrap; }
  .message.own {
    background-color: #0BBDD1;
    color: #fff;
    float: right; }
    .message.own .message-date {
      text-align: right; }
  .message .message-date {
    font-size: x-small; }

#messagesSidebar {
  width: 24em; }

#messagesContainer {
  width: calc(100vw - 24em);
  position: relative;
  height: calc(100vh - 100px); }

#conversationContainer {
  height: calc(100% - 93px); }

.conversation-messages {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px - 4rem - 93px - 25px);
  overflow-y: scroll; }

.lb {
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .lb .lb-header {
    padding: 4rem 5rem 0 5rem;
    background-color: #F4F8F9; }
    .lb .lb-header .title {
      font-size: 20px;
      margin-bottom: .5rem; }
  .lb .tab-pane {
    background-color: #fff;
    padding: 2rem 3rem 2rem 7rem; }
  .lb .nav-tabs {
    border-bottom: none; }
    .lb .nav-tabs .nav-link {
      border: none; }
      .lb .nav-tabs .nav-link.active, .lb .nav-tabs .nav-link:focus {
        color: #4357CF;
        background-color: transparent;
        border-bottom: 6px solid #4357CF; }
  .lb .lb-list .list-group-item {
    height: 5em;
    padding-right: 1rem; }
    .lb .lb-list .list-group-item .avatar {
      margin-left: 2rem; }
  .lb ol {
    counter-reset: li; }
  .lb ol > li {
    list-style: none;
    background: #fff;
    border: 1px solid #D9E4E6; }
    .lb ol > li .fa-trophy {
      margin-left: 1rem;
      color: #EAC455; }
    .lb ol > li:hover {
      background-color: #f2f3fc; }
      .lb ol > li:hover ol > li:before {
        background: #28399d; }
  .lb ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #4357CF;
    font-weight: bold;
    text-align: center;
    height: 5em;
    line-height: 5em;
    border: 1px solid #2d40b2;
    width: 3em; }

#mainPageContainer {
  display: flex;
  width: 100vw; }

#displayPageContainer {
  margin-top: 60px;
  margin-left: 65px;
  margin-bottom: 2.5em;
  transition: margin-left .3s ease;
  height: calc(100vh - 60px - 2.5em);
  overflow-y: auto;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px; }
  #displayPageContainer.no-left-margin {
    margin-left: 0px; }

#displayPageContainer.collapsed-view {
  margin-left: calc(29em + 65px); }

#displayPageContainer.homePageSelected {
  margin-left: 0; }

.cta i {
  font-size: 100px;
  margin-top: 50px;
  color: #869799; }

.cta p {
  font-size: 22px;
  font-weight: 200;
  padding: 20px 80px;
  color: #869799; }

.disabled {
  background-color: #ABBEC0;
  color: #D9E4E6; }

.active {
  background-color: #0BBDD1;
  color: #fff; }

.avatar {
  display: inline-block;
  width: 50px;
  height: 50px; }

#twitterContainer {
  padding: 3em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  overflow-y: auto;
  height: 30em;
  max-width: 45em; }

#instagramContainer iframe {
  height: 30em !important;
  max-width: 45em; }

.intro-container {
  margin-top: 30px;
  padding-right: 60px; }

.rejected-card-row {
  white-space: pre;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
  padding-bottom: 2em; }

.sponsor-portfolio-left-column > div {
  margin: 1em; }

#createPortfolioDescription {
  width: 30em; }

#divCreateSponsorPortfolio {
  overflow-x: hidden; }

.no-left-margin {
  margin-left: 0px; }
