/*
.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, .select2 {
  border: solid 1px #ABBEC0;
  width: 100%;
  margin: 0px 0 10px 0 !important;
  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, .select2 {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .form__input::placeholder, .select2::placeholder {
    color: #ABBEC0;
    font-weight: 300; }

.select2-selection__rendered {
  line-height: 32px;
  padding-left: 0 !important; }

.select2-selection__choice {
  margin: 0 5px 0 0 !important; }

.select2-search {
  margin-left: 0; }

.select2-search__field {
  margin-top: 0 !important; }
  .select2-search__field::placeholder {
    color: #ABBEC0; }

.select2-selection {
  border: none !important; }

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; }

.action-btn {
  text-align: center;
  width: 205px; }

#errorText, .alertText {
  color: red;
  font-size: 12px;
  margin-bottom: 10px; }

form .row {
  display: flex;
  justify-content: space-between; }

.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;
  font-size: .875rem; }

#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; }

.form-actions {
  display: flex;
  justify-content: space-between; }
  .form-actions .primary, .form-actions .secondary {
    margin-bottom: 0;
    width: 96px;
    font-weight: 400;
    line-height: normal;
    height: 40px; }
  .form-actions .primary {
    background: #4457CF;
    color: #FFFFFF; }
  .form-actions .secondary {
    background: #FFFFFF;
    color: #223871;
    border: #223871 1px solid; }

/*
.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; }

.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; }
  .follow:hover, .sign-up-btn:hover {
    cursor: pointer;
    transition: all .2s ease; }
  .follow:focus, .sign-up-btn:focus {
    outline: none; }
  .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; }

.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 {
  cursor: pointer;
  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: 0;
  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: 60px;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  bottom: 0;
  }

.bottom-nav-bar-icon {
  color: white !important;
  margin-left: 1em;
  width: 15px !important;
  height: 15px !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; }

.navbar-shadow-button {
  background: rgba(255, 255, 255, 0.075) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px; }

.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 .evidence-item-add-button{
  background-color: #0BBDD1;
}

.activity-list-item  .conjecture-item-add-button{
  background-color: #4357CF;
}

.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; }

.list-pane .mPub-card {
  margin-bottom: 10px; }

/*
.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;
  display: flex;
  align-items: center; }
  .review-question .review-btn-yes {
    display: flex;
    align-items: center;
    justify-content: center; }

.approval-control-container .section-text {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between; }
  .approval-control-container .section-text > div {
    width: 50%; }

.approval-control-container .section-text-buttons {
  margin-right: 2em;
  display: flex;
  flex-direction: column; }

.approval-control-container button {
  padding: 0;
  width: 70px;
  height: 35px;
  line-height: 35px; }
  .approval-control-container button div {
    padding: 0 10px;
    font-size: 1rem; }

.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; }

.conjecture-review-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 4px; }
  .conjecture-review-question .review-buttons {
    width: 50%;
    display: flex;
    flex-direction: column; }
    .conjecture-review-question .review-buttons .review-btn-yes {
      margin-top: 0; }
  .conjecture-review-question .card {
    width: 50%; }

.review-question-comment {
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1; }
  .review-question-comment .MuiFormControl-root {
    margin: 0; }

/*
.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 {
  overflow: hidden;
  background: url("/landing/bg.png");
  background-size: 100vw 100vh;
  background-attachment: fixed; }
#homePageContainer {
  padding: 0;}

.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 {
  color: #FFF;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  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;
  background: rgba(255, 255, 255, 0);
  font-size: 25px; }

.landing-headline-source {
  text-align: right;
  font-size: 20px; }

.announcements-wrapper {
  background-color: #FF7F2C;  
  padding: 30px 8px 16px;
  margin-bottom: -20px;
}

.announcements {
  border-radius: 6px;}

.announcements:not(:first-child) {
  margin-top: 20px; }

.right-column-sticky {
  position: sticky;
  top: 80px; }

/*
.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 .list-group-item {
    z-index: 0 !important; }

.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; }

.left-bar {
  flex-grow: 1; }

#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;
}
*/
.portfolio-list-page-tab:focus {
  outline: none; }

.portfolio-list-page-button:focus {
  outline: none;
  width: 100%; }

.portfolio-list-page-header {
  color: black;
  margin-bottom: 1em; }

.portfolio-list-page-header h1 {
  padding: 0 16px;
  margin-top: 8px;
}
  

.portfolio-list-page-header-banner {
  width: 100%;
  height: fit-content;
  padding: 0;}

.portfolio-list-page-header-banner img {
    height: 75px;
    margin: 5px; }
     

.portfolio-list-page-tab-header {
  margin-bottom: 0em; }

.portfolio-right-side {
  float: right;
  height: 100px; }

.portfolio-list-card-avatars {
  display: inline-flex;
  flex-direction: row-reverse;
  padding-left: 25px;
  position: relative;
  text-align: center;
  color: white;
  margin-bottom: 0px;
  margin-top: 0px; }

.portfolio-list-card-avatar {
  margin-left: -25px;
  position: relative;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px; }

.incubator-card-description {
  height: 170px;
  margin-bottom: 1em;
  overflow: hidden; }

.incubator-card-sponsor {
  overflow: hidden; }

.incubator-card-name {
  overflow: hidden;
  margin-top: 0em; }

.incubator-card-timeline {
  height: 125px;
  overflow: hidden; }

.incubator-activity-module {
  padding: 0rem 0rem 2rem 0rem; }
  .incubator-activity-module .incubator-activity-date {
    display: inline-block;
    text-transform: uppercase;
    background-color: #D9E4E6;
    border-radius: 15px;
    padding: .25rem 1rem;
    font-size: 14px;
    margin-bottom: 1rem; }
  .incubator-activity-module .incubator-activity-msg {
    background-color: #fff;
    border: 1px solid #D9E4E6;
    border-radius: 5px;
    color: #000;
    padding: 1rem;
    justify-content: space-between; }
    .incubator-activity-module .incubator-activity-msg .incubator-msg-time {
      font-size: 14px;
      color: #4357CF; }
    .incubator-activity-module .incubator-activity-msg .incubator-msg-body {
      display: inline-flex;
      width: 100%; }
      .incubator-activity-module .incubator-activity-msg .incubator-msg-body .incubator-msg {
        width: 90%;
        margin-right: 2em; }
        .incubator-activity-module .incubator-activity-msg .incubator-msg-body .incubator-msg .incubator-msg-author {
          font-weight: bold; }
  .incubator-activity-module .incubator-activity-msg > div {
    display: flex; }

.portfolio-list-card-avatar-text {
  margin-left: -25px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  top: 50%;
  background-color: rgba(171, 171, 171, 0.53);
  padding: 17px;
  font-size: x-small; }

.portfolio-list-card-avatar img {
  width: 50px;
  height: 50px; }

.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-right: 1em;
  width: 20em; }

.create-portfolio-button {
  background: #4357CF;
  color: #F4F8F9; }

.create-portfolio-button:hover {
  background: #273AAC; }

.incubator-link-card {
  color: inherit; }

.incubator-link-card:hover {
  outline: none;
  text-decoration: none;
  color: inherit; }

.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; }

@keyframes fade-out-animation {
  to {
    opacity: 0%; } }

@keyframes darken-animation {
  to {
    background-color: #DCDCDC; } }

.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 {
  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; }

.ama-card:hover {
  text-decoration: none;
  color: inherit; }

.ama-card p,
.ama-card h6,
.ama-card, .ama-content, .ama-header, .ama-date {
  color: #FFFFFF; }

.ama-header, .ama-content, .ama-date {
  padding: 10px !important; }

.ama-content, .ama-date {
  background-color: #4457CF; }

.ama-header {
  background-color: #4391C8; }

.ama-header .avatar {
  width: 55px;
  height: 55px;
  margin: 0; }

.ama-header .MuiCardHeader-avatar {
  margin-right: 10px; }

.info-card:hover {
  text-decoration: none;
  color: inherit; }

.info-card .info-title {
  font-weight: 600; }

.info-card .info-title, .info-card .info-user, .info-card .info-content {
  padding: 15px !important; }

.info-card .info-user .avatar {
  width: 55px;
  height: 55px;
  margin: 0; }

.info-card .info-user .MuiCardHeader-avatar {
  margin-right: 10px; }

.homepage-list .list-options {
  display: flex;
  margin: 20px 0px; }
  .homepage-list .list-options.hidden {
    visibility: hidden; }
  .homepage-list .list-options h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    margin-right: 20px; }
  .homepage-list .list-options .option-buttons > * {
    width: 150px; }
  .homepage-list .list-options .option-buttons > *:not(:last-child) {
    margin-right: 10px; }

.homepage-list .list-items {
  display: flex;
  flex-direction: column; }
  .homepage-list .list-items > *:not(:last-child) {
    margin-bottom: 20px; }
  .homepage-list .list-items button {
    align-self: center; }

.mPub-card:hover {
  text-decoration: none;
  color: inherit; }

.mPub-link {
  display: flex;
  align-items: center; }
  .mPub-link a {
    flex-grow: 1; }

.mPub-card {
  width: 100%; }
  .mPub-card hr {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 97%; }
  .mPub-card.simple > div:last-child {
    display: flex;
    align-items: center; }
  .mPub-card.simple a, .mPub-card.simple .mPub-header {
    flex-grow: 1; }
  .mPub-card.simple .mPub-container {
    padding-left: 10px; }
  .mPub-card.simple .MuiCardHeader-title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mPub-card.simple .MuiCardHeader-title .name-stats {
      display: flex;
      align-items: center; }
      .mPub-card.simple .MuiCardHeader-title .name-stats .user-name {
        margin-right: 10px; }
    .mPub-card.simple .MuiCardHeader-title .creation-date {
      color: #CCCECE; }
  .mPub-card.simple .card-title {
    margin-bottom: 0; }
  .mPub-card .cardtype-header {
    background-color: #EBEAEB;
    height: 30px;
    display: flex;
    justify-content: flex-end; }
    .mPub-card .cardtype-header .cardtype-evidence, .mPub-card .cardtype-header .cardtype-conjecture, .mPub-card .cardtype-header .cardtype-question, .mPub-card .cardtype-header .cardtype-skeleton {
      color: #FFFFFF;
      padding: 5px 0px;
      text-align: center;
      width: 150px; }
    .mPub-card .cardtype-header .cardtype-evidence {
      background-color: #0BBDD1; }
    .mPub-card .cardtype-header .cardtype-conjecture {
      background-color: #4391C8; }
    .mPub-card .cardtype-header .cardtype-question {
      background-color: #FF7F2C; }
    .mPub-card .cardtype-header .cardtype-skeleton {
      background-color: #aaaaaa; }
  .mPub-card .card-title {
    color: #333333;
    font-size: 1rem;
    word-break: break-word;
    display: block;
    white-space: pre-wrap; }
    .mPub-card .card-title a {
      word-break: break-all; }
  .mPub-card .card-citation {
    color: #333333; }
  .mPub-card .card-source {
    display: flex;
    color: #0BBDD1;
    margin-bottom: 0.75rem; }
  .mPub-card .card-chips div {
    margin: 7px 7px 0px 0px; }
  .mPub-card .card-chips .card-topic {
    background-color: #DADCEB;
    font-weight: bold;
    color: #334397; }
  .mPub-card .card-chips .card-tag {
    color: #787878; }

.mPub-header:hover {
  text-decoration: none;
  color: inherit; }

.mPub-header span {
  color: #333333; }

.mPub-header .avatar {
  width: 55px;
  height: 55px;
  margin: 0; }

.mPub-header .user-date {
  display: inline-flex;
  align-items: center; }
  .mPub-header .user-date > :not(:last-child) {
    margin-right: 10px; }
  .mPub-header .user-date .creation-date {
    color: #CCCECE;
    line-height: 32px; }

.mPub-header .user-stats {
  background-color: #EBEAEB;
  display: inline-flex; }
  .mPub-header .user-stats .user-level, .mPub-header .user-stats .user-points {
    padding: 0px 5px; }
  .mPub-header .user-stats .user-level {
    background-color: #D0CFD0;
    font-weight: 600; }

.login-container {
  background: transparent linear-gradient(226deg, #2B3990 0%, #168FBB 84%, #0BBDD1 100%) 0% 0% no-repeat padding-box;
  display: flex;
  height: calc(100vh + 60px);
  justify-content: center;
  align-items: center; }
  .login-container * {
    box-sizing: border-box; }
  .login-container .login-panel {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    display: flex; }
    @media screen and (max-width: 900px) {
      .login-container .login-panel {
        align-items: center;
        flex-direction: column;
        width: 100%; } }
    .login-container .login-panel .create-account, .login-container .login-panel .login-account {
      padding: 40px 100px 40px 40px; }
      @media screen and (max-width: 900px) {
        .login-container .login-panel .create-account, .login-container .login-panel .login-account {
          padding: 0;
          padding: 40px 0; } }
      .login-container .login-panel .create-account h1, .login-container .login-panel .create-account p, .login-container .login-panel .login-account h1, .login-container .login-panel .login-account p {
        margin: 0; }
      .login-container .login-panel .create-account p, .login-container .login-panel .login-account p {
        margin-bottom: 30px; }
    .login-container .login-panel .create-account .form__input {
      color: #FFFFFF;
      background: #262262; }
    .login-container .login-panel .login-account .login-form {
      display: flex;
      flex-direction: column;
      width: 205px; }
      .login-container .login-panel .login-account .login-form .form__input:not(.primary):not(.secondary) {
        width: 205px; }
        @media screen and (max-width: 900px) {
          .login-container .login-panel .login-account .login-form .form__input:not(.primary):not(.secondary) {
            width: unset; } }
      .login-container .login-panel .login-account .login-form .form__input:focus {
        border: 1px solid #223871; }
      .login-container .login-panel .login-account .login-form a.form__input {
        text-align: center;
        text-decoration: none; }
      .login-container .login-panel .login-account .login-form .forgot {
        color: #223871;
        padding: 0 0px 10px 10px; }

div.cardmodal-content {
  display: flex;
  flex-direction: column;
  padding: 20px; }

div.cardmodal-title {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0; }
  div.cardmodal-title button.x-btn {
    padding: 0;
    margin-right: 8px; }

.evidenceCard > div:not(:last-child) {
  margin-bottom: 20px; }

.evidenceCard a > div {
  margin-bottom: 10px; }

.greySpaceCard .review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }

.greySpaceCard > div:not(:last-child) {
  margin-bottom: 20px; }

.greySpaceCard .conjecture-pubs > :first-child {
  margin-bottom: 10px; }

.greySpaceCard .conjecture-pubs .evidence-pubs {
  display: flex;
  justify-content: space-between; }
  .greySpaceCard .conjecture-pubs .evidence-pubs > div {
    width: calc(50% - 5px); }

.card-modal-actions {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  .card-modal-actions > div {
    margin-bottom: 20px; }
  .card-modal-actions .published, .card-modal-actions .under-review {
    display: flex;
    align-items: center; }
  .card-modal-actions button:not(.MuiIconButton-root) {
    padding: 0; }
  .card-modal-actions button div {
    padding: 0 10px;
    font-size: 1rem;
    height: 35px;
    line-height: 35px; }
  .card-modal-actions button:not(:last-child) {
    margin-right: 10px; }
  .card-modal-actions .upvote-btn {
    background: #35bbd2; }
    .card-modal-actions .upvote-btn:not(.Mui-disabled) div {
      color: #FFFFFF; }
    .card-modal-actions .upvote-btn.Mui-disabled .MuiButton-startIcon {
      background: #AAAAAA; }
    .card-modal-actions .upvote-btn .MuiButton-startIcon {
      background: #2587c5;
      border-radius: 4px;
      padding: 0 10px;
      color: #FFFFFF;
      margin: 0; }
  .card-modal-actions .MuiSelect-selectMenu.MuiSelect-outlined {
    padding-top: 0;
    padding-bottom: 0;
    height: 35px; }
  .card-modal-actions .additional-functions {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    height: 35px; }

.register-form {
  display: flex;
  flex-direction: column; }

.comment-section {
  padding: 15px;
  background: whitesmoke; }
  .comment-section .column-names {
    display: flex;
    padding: 4px 16px; }
    .comment-section .column-names .topic-title {
      width: 70%; }
    .comment-section .column-names .comment-count {
      width: 15%; }
    .comment-section .column-names .latest-comment {
      width: 15%; }

.comment-topic-card .expanded-section, .comment-regular-card .expanded-section {
  display: flex; }

.comment-topic-card .expanded-comments, .comment-regular-card .expanded-comments {
  flex-grow: 1; }
  .comment-topic-card .expanded-comments .comment-submission, .comment-regular-card .expanded-comments .comment-submission {
    margin-bottom: 15px; }

.comment-topic-card .vertical-line, .comment-regular-card .vertical-line {
  border: 5px solid lightgray;
  margin: 0 30px; }
  .comment-topic-card .vertical-line:hover, .comment-regular-card .vertical-line:hover {
    cursor: pointer;
    border: 5px solid #a9b2e9; }

.comment-topic-card:not(:last-child), .comment-regular-card:not(:last-child) {
  margin-bottom: 20px; }

.new-thread-box {
  padding: 15px;
  background: whitesmoke;
  margin-bottom: 10px; }
  .new-thread-box h6 {
    margin-bottom: 10px; }
  .new-thread-box .MuiFormControl-marginNormal {
    margin-bottom: 10px;
    margin-top: 0px; }

.comment-card {
  flex-grow: 1; }
  .comment-card:not(:last-child) {
    margin-bottom: 10px; }
  .comment-card.pinned .creation-date, .comment-card.sponsored .creation-date {
    color: #989c9c; }
  .comment-card.pinned {
    background: #c4ffbf; }
  .comment-card.sponsored {
    background: #d7f0ff; }
  .comment-card .comment-title {
    width: 70%; }
    .comment-card .comment-title .title-top {
      display: flex;
      font-weight: 600;
      word-break: break-word; }
      .comment-card .comment-title .title-top a {
        color: #4457CF;
        font-size: 1.1rem;
        margin-right: 10px; }
    .comment-card .comment-title .title-bottom {
      display: flex;
      align-items: center; }
      .comment-card .comment-title .title-bottom > :not(:last-child) {
        margin-right: 8px; }
  .comment-card .comment-count {
    width: 15%; }
  .comment-card .latest-comment {
    display: flex;
    flex-direction: column;
    width: 15%;
    color: #4457CF; }
  .comment-card .column-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .comment-card hr {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 97%; }
  .comment-card .comment-content {
    display: block;
    font-size: 0.9rem;
    word-break: break-word;
    white-space: pre-wrap; }
    .comment-card .comment-content a {
      word-break: break-all; }
  .comment-card .MuiCardActions-spacing {
    padding: 0 16px 16px 16px; }

.comment-submission {
  background: #f7f7f7;
  position: sticky;
  bottom: 25px;
  margin: -8px;
  padding: 8px;
  z-index: 1; }
  .comment-submission .MuiFormControl-marginNormal {
    margin-top: 0; }
  .comment-submission .comment-submit {
    margin-right: 10px; }

.discussion-page .discussion-comments {
  margin-bottom: 35px; }

.discussion-page .comment-submission {
  margin: -16px;
  padding: 16px;
  bottom: 35px; }

.discussion-actions {
  display: flex; }
  .discussion-actions > :not(:last-child) {
    margin-right: 7px; }
  .discussion-actions .like-btn {
    display: flex;
    align-items: flex-start;
    min-width: unset; }
  .discussion-actions span {
    color: #4457CF; }

.bracket {
  overflow: hidden;
  /* padding-top: 20px; */
  font-size: 12px;
  padding: 40px 0;
  box-sizing: content-box;
  }

.bracket a {
  text-decoration: none; }

.bracket ul {
  list-style: none; }

#bracket-container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }

.split {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 42%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding-bottom: 15px;
}

.champion {
  float: left;
  display: block;
  width: 16%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  align-self: center;
  margin-top: -15px;
  text-align: center;
  padding: 200px 0\9;
}


.champion i {
  color: #a0a6a8;
  font-size: 45px;
  padding: 10px 0; }

.round {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 95%;
  width: 30.8333%\9;
  }

.split-one .round {
  margin: 0 2.5% 0 0;
  }

.split-two .round {
  margin: 0 0 0 2.5%; }

.matchup {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  height: 54px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  }

.score {
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  color: #2c7399;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  right: 5px; }

.team {
  padding: 0 5px;
  margin: 3px 0;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: black;
}

.mania-team {
  padding: 0 5px;
  margin: 3px 0;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: black;
  width: 175px;
}

.round-two .matchup {
  margin: 0;
  height: 54px;
  padding: 50px 0;
  }

.round-three .matchup {
  margin: 0;
  height: 60px;
  padding: 130px 0; }

.round-four .matchup {
  margin: 0;
  height: 60px;
  padding: 280px 0; }

.round-details {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #3f51b5;
  text-transform: uppercase;
  text-align: center;
  height: 40px; }

.champion li,
.round li {
  background-color: rgba(152, 152, 152, 0.2);
  box-shadow: none;
  opacity: 0.25; }

.champion li {
  opacity: 1; }

.current li {
  opacity: 1; }

.current li.team {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  }

.final {
  margin: 2.5em 0; }

.date {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "Istok Web", sans-serif;
  color: black; }

@media screen and (max-width: 980px) {
  #bracket-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; }
  .split,
  .champion {
    width: 90%;
    margin: 35px 5%; }
  .champion {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .split {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 20px; }
  .bracket-category-chip {
    display: none !important; } }

@media screen and (max-width: 400px) {
  .split {
    width: 95%;
    margin: 25px 2.5%; }
  .round {
    width: 21%; }
  .current {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; } }

.winner {
  border-radius: 3px;
  border-style: solid;
  border-color: #1ea400 !important; }

.topLeftBracket {
  background-color: rgba(121, 196, 63, 0.2);
  }

.bottomLeftBracket {
  background-color: rgba(26, 189, 212, 0.2)}

.topRightBracket {
  background-color: rgba(40, 57, 153, 0.2)}

.bottomRightBracket {
  background-color: rgba(245, 126, 40, 0.2)}

@keyframes shake {
  0% {
    transform: rotate(0deg); }
  5% {
    transform: rotate(0.5deg); }
  10% {
    transform: rotate(-0.5deg); }
  20% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }

.scroll-reached {
  animation: shake 500ms linear 0s 2; }

#reactContainer {
  font-family: 'Poppins', sans-serif !important; }

.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 {
  overflow-y: auto;
  max-height: 40em; }

#instagramContainer iframe {
  max-height: 40em; }

.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; }

.material-button:focus {
  outline: none; }

.sponsor-portfolio-left-column > div {
  margin: 1em; }

.recent-used-complimented:focus {
  outline: none; }

#createPortfolioDescription {
  width: 30em; }

#divCreateSponsorPortfolio {
  overflow-x: hidden; }

.no-left-margin {
  margin-left: 0px; }

#footer {
  min-height: unset;
  padding-top: 0; }

#header .open {
  padding: 0; }

a:empty {
  word-break: break-all; }









.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

#mainPageContainer{
  flex-grow: 1;
}

.page-container{
  padding: 16px;
}

#importantDatesHeader{
  color: #3f51b5;
}

#incubatorOverviewTab{
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  padding: 0 16px 16px;
}

.incubator-column-1{
  width: 66%;
}

.timeline-item-title{
  font-size: 1rem;
  line-height: 1;
}

.timeline-item-subtitle{
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px;
}

#newMessageText{
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes{
  background: #000334;
  color: #FFFFFF;
  min-height: 110vh;
}
.Dash-to-Accelerate-Health-Outcomes .portfolio-list-page-header{
}

.Dash-to-Accelerate-Health-Outcomes .MuiTab-textColorPrimary.Mui-selected{
  color: #FC4496;
}

.Dash-to-Accelerate-Health-Outcomes .MuiTab-textColorPrimary{
  color: #52D9F1;
  font-size: 22px;
}

.Dash-to-Accelerate-Health-Outcomes .portfolio-list-page-header img{
  height: 112px;
}

.Dash-to-Accelerate-Health-Outcomes .MuiTabs-indicator{
  background-color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .MuiPaper-root{
  background-color: #000334;
  color: #FFFFFF;
}

.Dash-to-Accelerate-Health-Outcomes .incubator-overview-header{
  color: #52D9F1;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
}

.Dash-to-Accelerate-Health-Outcomes .about-tab h2{
  color: #52D9F1;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
}

.Dash-to-Accelerate-Health-Outcomes .about-tab .MuiTypography-colorTextSecondary{
  color: #FFFFFF;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-tab h2{
  color: #52D9F1;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-tab .list-pane{
  border: 1px solid #52D9F1;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-tab .submitter-link a{
  color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .portfolio-list-page-tab.resources{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .incubator-column-1{
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes #importantDatesHeader{
  color: #52D9F1;
}

.Dash-to-Accelerate-Health-Outcomes .timeline-item-title{
  color: #FFFFFF;
}

.Dash-to-Accelerate-Health-Outcomes .timeline-item-subtitle{
  color: #FFFFFF;
}

.Dash-to-Accelerate-Health-Outcomes #incubatorDescriptionList{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .MuiStepIcon-root.MuiStepIcon-active{
  color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .MuiAvatar-colorDefault{
  background-color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .MuiStepIcon-root circle{
  color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .portfolio-list-page-header h1{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes.follow-up .portfolio-list-page-header h1{
  display: inherit;
  color: #FFFFFF !important;
}

.Dash-to-Accelerate-Health-Outcomes #rulesTab{
  margin-left: 32px;
}

.Dash-to-Accelerate-Health-Outcomes #rulesTab .header{
  color: #52D9F1;
  font-size: 32px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.Dash-to-Accelerate-Health-Outcomes #rulesTab .sub-header{
  margin-left: 20px;
}

.Dash-to-Accelerate-Health-Outcomes #rulesTab .body{
  white-space: pre-line;
  margin-bottom: 30px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .topLeftBracket{
  background: #5CE8D7;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .topRightBracket{
  background: #64D2FF;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bottomLeftBracket{
  background: #FFA3CC;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bottomRightBracket{
  background: #B8B2E4;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship .team:first-child{
  /* background: #5CE8D7; */
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship .team:last-child{
  /* background: #64D2FF; */
}

.Dash-to-Accelerate-Health-Outcomes .bracket{
  padding-top: 0;
  overflow: visible;
  position: relative;
  top: -90px;
}

.Dash-to-Accelerate-Health-Outcomes #bracket-container{
  width: calc(100% - 200px);
  margin-left: 100px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root{
  background: transparent;
  font-size: 20px;
  height: unset;
  border-top: 5px solid;
  border-radius: 0;
  line-height: 1.2;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root .MuiChip-label{
  white-space: normal;
  overflow: visible;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root.topLeftBracket{
  color: #5CE8D7;
  width: 79px;
  position: relative;
  top: -10px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root.topRightBracket{
  color: #64D2FF;
  width: 90px;
  position: relative;
  top: -10px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root.bottomLeftBracket{
  color: #FFA3CC;
  width: 96px;
  position: relative;
  top: -464px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .bracket-category-chip .MuiChip-root.bottomRightBracket{
  color: #B8B2E4;
  width: 90px;
  position: relative;
  top: -463px;
}

.Dash-to-Accelerate-Health-Outcomes .round-details{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .final .round-details{
  font-family: 'Poppins', sans-serif;
  display: initial;
  color: #FFFFFF;
  font-size: 23px;
  position: relative;
  left: 0px;
  top: -10px;
}

.Dash-to-Accelerate-Health-Outcomes .final .round-details br{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .final .round-details span{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .team{
  height: 17px;
  border-radius: 5px;
  width: calc(50% - 10px);
  color: black;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal{
  width: calc(50% - 10px);
  display: block;
  margin-right: 10px;
}

.Dash-to-Accelerate-Health-Outcomes .championship .hover-modal{
  width: 100px;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .team{
  width: 100%;
  overflow: visible;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .team span{
  position: relative;
  top: -2px;
  font-size: 12px;
  width: 100%;
  display: block;
  overflow-x: hidden;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .team .comment-notification{
  position: absolute;
  top: -9px;
  right: -9px;
  background: white;
  border-radius: 7px;
  z-index: 9;
  width: 15px;
  height: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .cardtype-header{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .MuiCardHeader-avatar{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal #mouse-over-popover .name-stats{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .creation-date{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .card-title{
  width: 20vw;
  color: white;
  padding: 36px 20px;
}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .card-title{
  width: 20vw;
  color: white;
  padding: 36px 20px;
}

.Dash-to-Accelerate-Health-Outcomes .modal-topLeftBracket .mPub-card{
  background-color: #5CE8D7;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomLeftBracket .mPub-card{
  background-color: #FFA3CC;
}

.Dash-to-Accelerate-Health-Outcomes .modal-topRightBracket .mPub-card{
  background-color: #64D2FF;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomRightBracket .mPub-card{
  background-color: #B8B2E4;
}


.Dash-to-Accelerate-Health-Outcomes .split-one .matchup:nth-child(odd):after {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .matchup:nth-child(odd):before {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .round-two .matchup:nth-child(even):before {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  width: 33px;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .matchup:before {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 100%;
  width: 37px;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .round {
  margin-left: 2.5%;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .round.round-two {
  width: 22%;
  margin-right: 5px;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .round.round-two .team {
  min-width: calc(54% - 10px);
}

.Dash-to-Accelerate-Health-Outcomes .split-two{
  display: flex;
  justify-content: flex-end;
}

.Dash-to-Accelerate-Health-Outcomes  .split-one .round-one .matchup:nth-child(odd):after{
  width: 49px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/First+Round-left.png") no-repeat;
  right: 0;
  min-height: 148%;
  top: 11px;
  background-size: contain;
  margin-left: 6px;
}

.Dash-to-Accelerate-Health-Outcomes  .split-one .round-two .matchup:nth-child(odd):after{
  margin-left: 6px;
}

.Dash-to-Accelerate-Health-Outcomes  .split-one .round-three .matchup:nth-child(odd):after{
  margin-left: 6px;
}

.Dash-to-Accelerate-Health-Outcomes  .split-one .round-two .matchup:nth-child(odd):after{
  width: 49px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Second+Round-left.png") no-repeat;
  right: 0;
  min-height: 250%;
  top: 9px;
  background-size: contain;
}

.Dash-to-Accelerate-Health-Outcomes  .split-one .round-three .matchup:nth-child(odd):after{
  width: 52px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Third+round-left.png") no-repeat;
  right: 0;
  min-height: 407%;
  top: 11px;
  background-size: contain;
}

.Dash-to-Accelerate-Health-Outcomes  .split-two .round-one .matchup:nth-child(odd):before{
  width: 37px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/First+Round-right.png") no-repeat;
  right: 5px;
  min-height: 148%;
  top: 11px;
  background-size: contain;
}

.Dash-to-Accelerate-Health-Outcomes  .split-two .round-two .matchup:nth-child(odd):before{
  width: 29px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Second-Round-right.png") no-repeat;
  right: 2px;
  min-height: 265%;
  top: 9px;
  background-size: contain;
}

.Dash-to-Accelerate-Health-Outcomes  .split-two .round-three .matchup:nth-child(odd):before{
  width: 37px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Third+Round-right.png") no-repeat;
  right: 0;
  min-height: 402%;
  top: 13px;
  background-size: contain;
}

.Dash-to-Accelerate-Health-Outcomes  .split-two .round-three .matchup:nth-child(even):before{
  width: 37px;
}

.Dash-to-Accelerate-Health-Outcomes  .split-two .round-four .matchup:before{
  content: none;
}

.Dash-to-Accelerate-Health-Outcomes  .semis-l .matchup:before{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-right: 5px;
  transform: scaleX(-1);
}

.Dash-to-Accelerate-Health-Outcomes  .semis-l .matchup{
  height: 102px;
  display: flex;
  width: 100%;
  align-content: flex-start;
}

.Dash-to-Accelerate-Health-Outcomes  .final .matchup{
  height: 102px;
  display: flex;
  width: 100%;
  align-content: flex-start;
}

.Dash-to-Accelerate-Health-Outcomes .final .matchup .team{
  width: 100%;
  height: 45px;
}

.Dash-to-Accelerate-Health-Outcomes .semis-l .matchup .team{
  width: 100%;
  height: 45px;
}


.Dash-to-Accelerate-Health-Outcomes  .semis-r .matchup:after{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-left: 5px;
}

.Dash-to-Accelerate-Health-Outcomes  .semis-r .matchup{
  height: 102px;
  display: flex;
  align-content: flex-end;
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes .semis-r .matchup .team{
  width: 100%;
  height: 45px;
}

.Dash-to-Accelerate-Health-Outcomes .matchup{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.Dash-to-Accelerate-Health-Outcomes .split-two .matchup{
  align-content: flex-end;
}

.Dash-to-Accelerate-Health-Outcomes .split-one .matchup{
  align-content: flex-start;
}

.Dash-to-Accelerate-Health-Outcomes .round{width: 24%;}

.Dash-to-Accelerate-Health-Outcomes .split{
  width: 40%;
}

.Dash-to-Accelerate-Health-Outcomes .champion{
  width: 20%;
}


.Dash-to-Accelerate-Health-Outcomes .round-one .matchup{
  padding: 0px 0;
}

.Dash-to-Accelerate-Health-Outcomes .round-two .matchup{
  padding: 27px 0;
}

.Dash-to-Accelerate-Health-Outcomes .round-three .matchup{
  padding: 79px 0;
}

.Dash-to-Accelerate-Health-Outcomes .round-four .matchup{
  padding: 165px 0;
  width: 100%;
  height: 103px;
}

.Dash-to-Accelerate-Health-Outcomes .round-four .matchup .hover-modal{
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes .semis-l .matchup .hover-modal{
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes .semis-r .matchup .hover-modal{
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes .final .matchup .hover-modal{
  
}

.Dash-to-Accelerate-Health-Outcomes .round-four .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.3em;
  padding: 3px;
  text-align: left;
}

.Dash-to-Accelerate-Health-Outcomes .semis-l .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.3em;
  padding: 3px;
  text-align: left;
}

.Dash-to-Accelerate-Health-Outcomes .semis-r .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.3em;
  padding: 3px;
}

.Dash-to-Accelerate-Health-Outcomes .final .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.3em;
  padding: 3px;
}


.Dash-to-Accelerate-Health-Outcomes .semis-l{
  position: absolute;
  left: 27%;
  top: 366px;
  width: 7%;
}

.Dash-to-Accelerate-Health-Outcomes .semis-r{
  position: absolute;
  top: 366px;
  right: 27%;
  width: 7%;
}

.Dash-to-Accelerate-Health-Outcomes .final{
  position: absolute;
  left: 37%;
  top: 322px;
  width: 26%;
}

.Dash-to-Accelerate-Health-Outcomes .final svg{display: none;}

.Dash-to-Accelerate-Health-Outcomes .hover-modal .team .comment-notification svg{
  display: inherit;
}

.Dash-to-Accelerate-Health-Outcomes .final:after{
  top: -100%;
  content: "_";
  color: transparent;
  max-width: 460px;
  height: 468px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Circle-middle.png");
  display: block;
  position: absolute;
  left: calc(0%);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px){
  .Dash-to-Accelerate-Health-Outcomes .final:after{
    opacity: 0.25;
  }
}


.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship{
  position: relative;
  height: 105px;
  display: flex;
  align-content: center;
  top: -16px;
  width: 100%;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship:after{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-left: 5px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship:before{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  transform: scaleX(-1);
  background-size: contain;
  margin-right: 5px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .final .matchup.championship .team{
  width: 100px;
  height: 45px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .round-four .team{
  width: calc(100% - 10px);
  height: 42px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer{
  position: absolute;
  top: 8px;
  left: 64px;
  width: 96%;
  height: 110%;
  background-color: #000334;
  background-image: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Dot+pattern.png");
  background-size: cover;
  background-position-x: -130px;
  background-position-y: -35px;
  padding-left: 85px;
  padding-right: 50px;
  padding-top: 75px;
  min-height: 1080px;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer:before{
  content: "";
  background-image: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Wordmark-brackets-page.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 105px;
  left: 38%;
  max-width: 470px;
  height: 75px;
  background-size: contain;
  width: 30%;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContributionStatus{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes #bracketContainer .back-button{
  width: 26px;
  height: 24px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Back-button.png") no-repeat;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 84px;
}

.Dash-to-Accelerate-Health-Outcomes .MuiStepper-root{
  display: flex;
  flex-direction: row;
}

.Dash-to-Accelerate-Health-Outcomes .MuiStep-root{
  margin-right: 74px;
}

.Dash-to-Accelerate-Health-Outcomes .MuiStepConnector-vertical{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .input-characters-remaining{
  color: white;
}

.Dash-to-Accelerate-Health-Outcomes .new-thread-box{
  background: #000334;
}

.Dash-to-Accelerate-Health-Outcomes .MuiButton-root{
  color: white;
}

.Dash-to-Accelerate-Health-Outcomes .comment-submission{
  background: #000334;
}

.Dash-to-Accelerate-Health-Outcomes #portfolioDiscussionTab label{
  color: #2FB1E6;
}

.Dash-to-Accelerate-Health-Outcomes #portfolioDiscussionTab input{
  background: white;
  border: 2px solid #2FB1E6;
  border-radius: 7px;
}

.Dash-to-Accelerate-Health-Outcomes #portfolioDiscussionTab select{
  background: white;
  border: 2px solid #2FB1E6;
  border-radius: 7px;
}

.Dash-to-Accelerate-Health-Outcomes .comment-section{
  background: #000334;
}

.Dash-to-Accelerate-Health-Outcomes .comment-section .MuiPaper-root{
  border: 2px solid #2FB1E6;
}

.Dash-to-Accelerate-Health-Outcomes .comment-section .vertical-line{
  color: #2FB1E6;
  border-color: #2FB1E6;
}

.Dash-to-Accelerate-Health-Outcomes a{
  color: #2FB1E6;
}

.Dash-to-Accelerate-Health-Outcomes .discussion-actions span{
  color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes .comment-submission .mentions-input__control{
  border-radius: 19px;
}

.Dash-to-Accelerate-Health-Outcomes .comment-submission textarea{
  border-radius: 19px;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .header{
  color: #52D9F1;
  font-size: 32px;
  margin-bottom: 5px;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .coming-soon{
  color: #E85495;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .form-item{
  width: 225px;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab {
  padding-bottom: 280px;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab #arpahSubmissionTabCheckboxes{
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 4px;
  color: #000334;
  margin: 20px 0;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab a{
  color: #000334;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .incubator-add-card-tab{
  background: #000334;
  color: white;
  border-radius: 10px;
  margin-top: 10px;
  border: 2px solid #52D9F1;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .incubator-add-card-tab .side-header{
  background-color: #52D9F1;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .incubator-add-card-tab a{
  color: white;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .MuiInputLabel-outlined.MuiInputLabel-shrink{
  background: white;
  padding: 2px;
  border: 1px solid black;
  border-radius: 3px;
  color: black;
}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .multi-line-text-creation-field{
  /*pointer-events: none;*/
}

.Dash-to-Accelerate-Health-Outcomes .activity-list-item .evidence-item-add-button{
  background-color: #52D9F1;
  /* pointer-events: none; */
}

.Dash-to-Accelerate-Health-Outcomes .incubator-status-chip{
  
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page{
  background-color: white;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page .form__header{
  color: #000334;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page .input-characters-remaining{
  color: #000334;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page #btnCreationClear{
  color: #000334;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page #btnEvidenceSubmit{
  background-color: #52D9F1;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page #btnEvidenceSubmit.disabled{
  background-color: #738585;
  pointer-events: none;
}

.Dash-to-Accelerate-Health-Outcomes .evidence-creation-page #btnEvidenceSubmit.inactive{
  pointer-events: none;
}

.Dash-to-Accelerate-Health-Outcomes .incubator-column-2 .portfolio-list-card-avatars{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .champion li, .round li {
  opacity: 1;
}

.Dash-to-Accelerate-Health-Outcomes .export-incubator-discussion {
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes .MuiTab-root{
  overflow: visible;
}

.Dash-to-Accelerate-Health-Outcomes .entry-form-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #FC4496;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Dash-to-Accelerate-Health-Outcomes .incubator-pubs-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #FC4496;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Dash-to-Accelerate-Health-Outcomes .bracket-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #FC4496;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Dash-to-Accelerate-Health-Outcomes.follow-up.not-open .incubator-pubs-tab{
  pointer-events: none;
  color: gray;
}

.Dash-to-Accelerate-Health-Outcomes.follow-up.not-open .add-evidence-tab{
  pointer-events: none;
  color: gray;
}

.Dash-to-Accelerate-Health-Outcomes.follow-up.not-open .discussion-tab{
  pointer-events: none;
  color: gray;
}

.Dash-to-Accelerate-Health-Outcomes .voting-container{
  position: absolute;
  z-index: 10;
  top: 252px;
  left: 47%;
}

.Dash-to-Accelerate-Health-Outcomes .voting-container .MuiButton-root{
  background-color: #FC4496;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0;
}

.Dash-to-Accelerate-Health-Outcomes .delete-votes-container{
  position: absolute;
  z-index: 10;
  top: 751px;
  left: 47%;
}

.Dash-to-Accelerate-Health-Outcomes .delete-votes-container .MuiButton-root{
  background-color: #FC4496;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0;
}

.Dash-to-Accelerate-Health-Outcomes.not-logged-in .comment-section .discussion-actions{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes.not-logged-in .comment-section .comment-submission{
  display: none;
}

.Dash-to-Accelerate-Health-Outcomes.not-logged-in .comment-section .comments-reply-button{
  display: none;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes{
  min-height: 0;
  border-radius: 40px;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .MuiButton-root{
  color: black
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .mPub-container{
  background-color: white;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .topLeftBracket{
  background-color: white;
  color: #5CE8D7;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 12px;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .MuiChip-label{
  padding: 0
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .topRightBracket{
  background-color: white;
  color: #64D2FF;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .bottomLeftBracket{
  background-color: white;
  color: #FFA3CC;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .bottomRightBracket{
  background-color: white;
  color: #B8B2E4;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 17px;
}

.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .voting-dialog-close{
  margin-right: 20px;
}
.voting-container-dialog.Dash-to-Accelerate-Health-Outcomes .voting-dialog-vote{
  background-color: #FC4496;
  color: white;
}







.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes{
  min-height: 0;
  border-radius: 40px;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .MuiButton-root{
  color: black
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .mPub-container{
  background-color: white;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .topLeftBracket{
  background-color: white;
  color: #5CE8D7;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 12px;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .MuiChip-label{
  padding: 0
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .topRightBracket{
  background-color: white;
  color: #64D2FF;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .bottomLeftBracket{
  background-color: white;
  color: #FFA3CC;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .bottomRightBracket{
  background-color: white;
  color: #B8B2E4;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 17px;
}

.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .delete-vote-close-button{
  margin-right: 20px;
}
.delete-votes-dialog.Dash-to-Accelerate-Health-Outcomes .voting-dialog-vote{
  background-color: #FC4496;
  color:white;
}



.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .entry{
  border: 1px solid #64D2FF;

}

.Dash-to-Accelerate-Health-Outcomes #arpahSubmissionTab .submission-question-body{
  display: none;

}

.arpah-display-container .arpah-display-item{
  margin: 5px 0;
  font-size: 0.7rem;
  color: black;
}

.arpah-display-container .arpah-display-item .label{
  font-weight: bold;
  margin-right: 10px;
  text-decoration: underline;
}

.Dash-to-Accelerate-Health-Outcomes .bracket-page-content{

}

.bracket-page-content-after{
  display: none;
}

@media (max-width: 1400px) {
  .Dash-to-Accelerate-Health-Outcomes .voting-container{
    top:200px;
  }

  .Dash-to-Accelerate-Health-Outcomes .delete-votes-container{
    top: 800px;
  }

}


@media (max-width: 1000px) {
  .Dash-to-Accelerate-Health-Outcomes .bracket-page-content{
    display: none;
  }

  .Dash-to-Accelerate-Health-Outcomes .bracket-page-content-after{
    display: inherit;
  }

}

.Dash-to-Accelerate-Health-Outcomes .modal-topLeftBracket .round-hover-modal-click-text{
  background-color: #5CE8D7;
  position: absolute;
  bottom: 5px;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomLeftBracket .round-hover-modal-click-text{
  background-color: #FFA3CC;
}

.Dash-to-Accelerate-Health-Outcomes .modal-topRightBracket .round-hover-modal-click-text{
  background-color: #64D2FF;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomRightBracket .round-hover-modal-click-text{
  background-color: #B8B2E4;
}






.Dash-to-Accelerate-Health-Outcomes .modal-topLeftBracket a{
  color:black;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomLeftBracket a{
  color:black;
}

.Dash-to-Accelerate-Health-Outcomes .modal-topRightBracket a{
  color:black;
}

.Dash-to-Accelerate-Health-Outcomes .modal-bottomRightBracket a{
  color:black;
}





.Dash-to-Accelerate-Health-Outcomes .round-hover-modal-click-text{
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: black;
}

.Dash-to-Accelerate-Health-Outcomes .winner{
  border-style: none;
}

.Dash-to-Accelerate-Health-Outcomes .discussion-order-number{
  color: white;
}

.Dash-to-Accelerate-Health-Outcomes #bracket-container .final .matchup.championship .winner{
  background: #F7CC3E;
  height: 48px;
}

.Dash-to-Accelerate-Health-Outcomes #bracket-container .final .matchup.championship .loser{
  width: 70px;
  margin: 0 15px;
}



#dashBracketScreenshot{
  width: 80%;
}

.copyright-container{
  float: right;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  color: white;
  margin-right: 25px;
}

.copyright-container a{
  color: white;
  margin: 10px;
}

#displayPageContainer{
  padding-bottom: 30px;
}

#incubatorContainer {
  /* override the default page-container padding to allow for the header*/
  padding: 0;
}

.simb-912 #incubatorDescriptionList{
  display: none;
}

.simb-912 #attachmentListTitle{
  visibility: hidden;
}

.simb-912 #attachmentListTitle:after{
  content: 'Reference Materials';
  display: block;
  visibility: visible;
}

.simb-912#incubatorContainer .portfolio-list-page-header img {
  width: 100%;
  object-fit: contain;
  object-position: left;
  background: rgb(42,158,170);
  height: 100px;
}




.Government-University-Industry-Philanthropy-Research-Roundtable{
  min-height: 110vh;
}
.Government-University-Industry-Philanthropy-Research-Roundtable .portfolio-list-page-header{
}


.Government-University-Industry-Philanthropy-Research-Roundtable .MuiTab-textColorPrimary{
  font-size: 20px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .portfolio-list-page-header img{
  height: 112px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiPaper-root{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-overview-header{
  color: #3c4cc7;
  font-size: 32px;
  font-weight: 100;
  margin-top: 0;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .about-tab h2{

}

.Government-University-Industry-Philanthropy-Research-Roundtable .about-tab .MuiTypography-colorTextSecondary{

}

.Government-University-Industry-Philanthropy-Research-Roundtable .portfolio-list-page-tab.resources{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-column-1{
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #importantDatesHeader{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .timeline-item-title{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .timeline-item-subtitle{
}

.Government-University-Industry-Philanthropy-Research-Roundtable #incubatorDescriptionList{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiStepIcon-root.MuiStepIcon-active{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiAvatar-colorDefault{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiStepIcon-root circle{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .portfolio-list-page-header h1{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.follow-up .portfolio-list-page-header h1{
  display: inherit;
  color: #FFFFFF !important;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #rulesTab{
  margin-left: 32px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #rulesTab .header{

}

.Government-University-Industry-Philanthropy-Research-Roundtable #rulesTab .sub-header{
  margin-left: 20px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #rulesTab .body{
  white-space: pre-line;
  margin-bottom: 30px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .topLeftBracket{
  background: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .topRightBracket{
  background: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .bottomLeftBracket{
  background: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .bottomRightBracket{
  background: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship .team:first-child{
  /* background: #5CE8D7; */
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship .team:last-child{
  /* background: #64D2FF; */
}

.Government-University-Industry-Philanthropy-Research-Roundtable .bracket{
  padding-top: 0;
  overflow: visible;
  position: relative;
  top: -90px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracket-container{
  width: calc(100% - 100px);
  margin-left: 50px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-details{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .round-details{
  font-family: 'Poppins', sans-serif;
  display: initial;
  color: #FFFFFF;
  font-size: 23px;
  position: relative;
  left: 0px;
  top: -10px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .round-details br{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .round-details span{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .team{
  height: 17px;
  border-radius: 5px;
  width: calc(50% - 10px);
  color: black;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal{
  width: calc(50% - 10px);
  display: block;
  margin-right: 10px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .championship .hover-modal{
  width: 100px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .team{
  width: 100%;
  overflow: visible;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .team span{
  position: relative;
  top: -2px;
  font-size: 12px;
  width: 100%;
  display: block;
  overflow-x: hidden;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .team .comment-notification{
  position: absolute;
  top: -9px;
  right: -9px;
  background: white;
  border-radius: 7px;
  z-index: 9;
  width: 15px;
  height: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .cardtype-header{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .MuiCardHeader-avatar{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal #mouse-over-popover .name-stats{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .creation-date{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .card-title{
  width: 20vw;
  color: black;
  padding: 36px 20px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topLeftBracket .mPub-card{
  background-color: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomLeftBracket .mPub-card{
  background-color: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topRightBracket .mPub-card{
  background-color: #9bcced;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomRightBracket .mPub-card{
  background-color: #9bcced;
}


.Government-University-Industry-Philanthropy-Research-Roundtable .split-one .matchup:nth-child(odd):after {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-two .matchup:nth-child(odd):before {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-two .matchup:before {
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 100%;
  width: 37px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-two .round {
  margin-left: 2.5%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-two{
  display: flex;
  justify-content: flex-end;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-one{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-two{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-three{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .bracket-category-chip{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable  .split-two .round-four .matchup:before{
  content: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable  .semis-l .matchup:before{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-right: 5px;
  transform: scaleX(-1);
}

.Government-University-Industry-Philanthropy-Research-Roundtable  .semis-l .matchup{
  height: 102px;
  display: flex;
  width: 100%;
  align-content: flex-start;
}

.Government-University-Industry-Philanthropy-Research-Roundtable  .final .matchup{
  height: 102px;
  display: flex;
  width: 100%;
  align-content: flex-start;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .matchup .team{
  width: 100%;
  height: 45px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-l .matchup .team{
  width: 100%;
  height: 45px;
}


.Government-University-Industry-Philanthropy-Research-Roundtable  .semis-r .matchup:after{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-left: 5px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable  .semis-r .matchup{
  height: 102px;
  display: flex;
  align-content: flex-end;
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-r .matchup .team{
  width: 100%;
  height: 45px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .matchup{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-two .matchup{
  align-content: flex-end;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split-one .matchup{
  align-content: flex-start;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round{
  width: 50%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .split{
  width: 40%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .champion{
  width: 20%;
}


.Government-University-Industry-Philanthropy-Research-Roundtable .round-one .matchup{
  padding: 0px 0;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-four .matchup{
  padding: 165px 0;
  width: 100%;
  height: 103px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-four .matchup .hover-modal{
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-l .matchup .hover-modal{
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-r .matchup .hover-modal{
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .matchup .hover-modal{

}

.Government-University-Industry-Philanthropy-Research-Roundtable .round-four .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.7em;
  padding: 3px;
  text-align: left;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-l .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.7em;
  padding: 3px;
  text-align: left;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-r .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.7em;
  padding: 3px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final .matchup .team span:not(.comment-notification){
  height: 100%;
  white-space: normal;
  overflow-y: hidden;
  line-height: 1.7em;
  padding: 3px;
}


.Government-University-Industry-Philanthropy-Research-Roundtable .semis-l{
  position: absolute;
  left: 19%;
  top: 366px;
  width: 15%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .semis-r{
  position: absolute;
  top: 366px;
  right: 19%;
  width: 15%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final{
  position: absolute;
  left: 37%;
  top: 322px;
  width: 26%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final svg{display: none;}

.Government-University-Industry-Philanthropy-Research-Roundtable .hover-modal .team .comment-notification svg{
  display: inherit;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .final:after{
  top: -100%;
  content: "_";
  color: transparent;
  max-width: 460px;
  height: 468px;
  display: block;
  position: absolute;
  left: calc(0%);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1200px){
  .Government-University-Industry-Philanthropy-Research-Roundtable .final:after{
    opacity: 0.25;
  }
}


.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship{
  position: relative;
  height: 105px;
  display: flex;
  align-content: center;
  top: -16px;
  width: 100%;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship:after{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  background-size: contain;
  margin-left: 5px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship:before{
  display: block;
  position: relative;
  content: "_";
  color: transparent;
  height: 60%;
  width: 14px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Final+Round-right.png") no-repeat;
  right: 0;
  min-height: 60%;
  top: 23px;
  transform: scaleX(-1);
  background-size: contain;
  margin-right: 5px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .final .matchup.championship .team{
  width: 170px;
  height: 45px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .round-four .team{
  width: calc(100% - 10px);
  height: 42px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer{
  top: 8px;
  left: 64px;
  width: 96%;
  height: 110%;
  background-color: #000334;
  background-size: cover;
  background-position-x: -130px;
  background-position-y: -35px;
  padding-left: 85px;
  padding-right: 50px;
  padding-top: 75px;
  min-height: 1080px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer:before{
  content: "";
  background-image: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/guiprr/Logo.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 550px;
  left: 43%;
  max-width: 470px;
  height: 75px;
  background-size: contain;
  width: 30%;
}


.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContributionStatus{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracketContainer .back-button{
  width: 26px;
  height: 24px;
  background: url("https://plexus-static.s3.us-west-2.amazonaws.com/unversioned/arpah/Back-button.png") no-repeat;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 84px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiStepper-root{
  display: flex;
  flex-direction: row;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiStep-root{
  margin-right: 74px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiStepConnector-vertical{
  display: none;
}



.Government-University-Industry-Philanthropy-Research-Roundtable .MuiButton-root{
}



.Government-University-Industry-Philanthropy-Research-Roundtable #portfolioDiscussionTab input{
}

.Government-University-Industry-Philanthropy-Research-Roundtable #portfolioDiscussionTab select{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .comment-section{
}

.Government-University-Industry-Philanthropy-Research-Roundtable .comment-section .MuiPaper-root{
  border: 2px solid #2FB1E6;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .comment-section .vertical-line{
  color: #2FB1E6;
  border-color: #2FB1E6;
}

.Government-University-Industry-Philanthropy-Research-Roundtable a{
  color: #2FB1E6;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .discussion-actions span{
  color: #3f50b5;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .comment-submission .mentions-input__control{
  border-radius: 19px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .comment-submission textarea{
  border-radius: 19px;
}


.Government-University-Industry-Philanthropy-Research-Roundtable .activity-list-item .evidence-item-add-button{
  background-color: #52D9F1;
  /* pointer-events: none; */
}

.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-status-chip{

}


.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-column-2 .portfolio-list-card-avatars{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .champion li, .round li {
  opacity: 1;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .export-incubator-discussion {
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .MuiTab-root{
  overflow: visible;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .entry-form-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #3f50b5;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-pubs-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #3f50b5;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .bracket-tab.not-logged-in:hover:after {
  content: 'Sign In or Register to View All Tabs';
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #3f50b5;
  opacity: 0.9;
  color: white;
  text-transform: none;
  border-radius: 10px;
  font-size: 20px;
  width: 400px;
  overflow: visible;
  z-index: 10;
  padding: 10px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.follow-up.not-open .incubator-pubs-tab{
  pointer-events: none;
  color: gray;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.follow-up.not-open .add-evidence-tab{
  pointer-events: none;
  color: gray;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.follow-up.not-open .discussion-tab{
  pointer-events: none;
  color: gray;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .voting-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .voting-container .MuiButton-root{
  background-color: #3f50b5;
  border-color: #3f50b5;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .delete-votes-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .delete-votes-container .MuiButton-root{
  background-color: #3f50b5;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.not-logged-in .comment-section .discussion-actions{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.not-logged-in .comment-section .comment-submission{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable.not-logged-in .comment-section .comments-reply-button{
  display: none;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable{
  min-height: 0;
  border-radius: 40px;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .MuiButton-root{
  color: black
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .mPub-container{
  background-color: white;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topLeftBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 12px;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .MuiChip-label{
  display: none;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomLeftBracket{
  display: none;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topLeftBracket{
  display: none;
}
.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomRightBracket{
  display: none;
}
.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topRightBracket{
  display: none;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topRightBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomLeftBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomRightBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 17px;
}

.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .voting-dialog-close{
  margin-right: 20px;
}
.voting-container-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .voting-dialog-vote{
  background: #64D2FF;
}







.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable{
  min-height: 0;
  border-radius: 40px;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .MuiButton-root{
  color: black
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .mPub-container{
  background-color: white;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topLeftBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 12px;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .MuiChip-label{
  display: none;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomLeftBracket{
  display: none;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topLeftBracket{
  display: none;
}
.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomRightBracket{
  display: none;
}
.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topRightBracket{
  display: none;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .topRightBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomLeftBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 15px;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .bottomRightBracket{
  background-color: white;
  border-bottom: 3px solid;
  border-radius: 0;
  font-size: 17px;
}

.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .delete-vote-close-button{
  margin-right: 20px;
}
.delete-votes-dialog.Government-University-Industry-Philanthropy-Research-Roundtable .voting-dialog-vote{

  color:white;
}



.Government-University-Industry-Philanthropy-Research-Roundtable #arpahSubmissionTab .entry{
  border: 1px solid #64D2FF;

}

.Government-University-Industry-Philanthropy-Research-Roundtable #arpahSubmissionTab .submission-question-body{
  display: none;

}

.arpah-display-container .arpah-display-item{
  margin: 5px 0;
  font-size: 0.7rem;
  color: black;
}

.arpah-display-container .arpah-display-item .label{
  font-weight: bold;
  margin-right: 10px;
  text-decoration: underline;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .bracket-page-content{

}

.bracket-page-content-after{
  display: none;
}

@media (max-width: 1400px) {
  .Government-University-Industry-Philanthropy-Research-Roundtable .voting-container{
    top:200px;
  }

  .Government-University-Industry-Philanthropy-Research-Roundtable .delete-votes-container{
    top: 800px;
  }

}


@media (max-width: 1000px) {
  .Government-University-Industry-Philanthropy-Research-Roundtable .bracket-page-content{
    display: none;
  }

  .Government-University-Industry-Philanthropy-Research-Roundtable .bracket-page-content-after{
    display: inherit;
  }

}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topLeftBracket .round-hover-modal-click-text{
  background-color: #9acaec;
  position: absolute;
  bottom: 5px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomLeftBracket .round-hover-modal-click-text{
  background-color: #9acaec;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topRightBracket .round-hover-modal-click-text{
  background-color: #9acaec;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomRightBracket .round-hover-modal-click-text{
  background-color: #9acaec;
}






.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topLeftBracket a{
  color:black;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomLeftBracket a{
  color:black;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-topRightBracket a{
  color:black;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .modal-bottomRightBracket a{
  color:black;
}





.Government-University-Industry-Philanthropy-Research-Roundtable .round-hover-modal-click-text{
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: black;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .winner{
  border-style: none;
}


.Government-University-Industry-Philanthropy-Research-Roundtable #bracket-container .final .matchup.championship .winner{
  background: #F7CC3E;
  height: 48px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable #bracket-container .final .matchup.championship .loser{
  width: 70px;
  margin: 0 15px;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-pubs-tab{
  display: none;
}


.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-column-1{
  line-height: 1.6em;
  font-size: 16px;
  padding: 10px
}
.Government-University-Industry-Philanthropy-Research-Roundtable .incubator-bracket-title{
  display: none;
}

.Government-University-Industry-Philanthropy-Research-Roundtable .portfolio-list-page-header-banner{
  background: #6893a8;
}
