@font-face {
  font-family: UnionRegular;
  src: url(/_next/static/chunks/fonts/union_regular-41b93de36e7b522b74c8bba1dd67a0fa.otf), url(/_next/static/chunks/fonts/union_regular-3f67fb1543650cce3573a62b3ca54ed7.eot); }

@font-face {
  font-family: MaaxMonoRegular;
  src: url(/_next/static/chunks/fonts/Maax_Mono-Regular-205TF-b8407a8f011ca0783f058638ed69e8bd.otf), url(/_next/static/chunks/fonts/Maax_Mono-Regular-205TF-c6ba2beebcd2643322771d40714d4012.eot); }

body {
  font-family: UnionRegular;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background-color: #FAFAF7; }

h1 {
  font-size: 20px;
  font-weight: 600; }

h2 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.44px; }
  h2.regular {
    font-weight: normal; }

svg {
  overflow: visible; }

.logo img {
  max-width: 150px; }

.dashboard-loading {
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center; }
  .dashboard-loading img {
    max-height: 200px; }

.navbar {
  z-index: 8888;
  transition: background-color 1s ease;
  max-height: 5em;
  box-shadow: none;
  padding: 0px 15px !important;
  max-height: none;
  background-color: #FAFAF7; }
  .navbar.landing {
    background-color: #ffffff; }
    .navbar.landing.covid .container {
      margin-top: 60px; }
  .navbar.company {
    background-color: #ffffff; }
  .navbar.self-service {
    transition: none;
    background-color: #ffffff; }
  .navbar.funder {
    transition: none;
    background-color: #EBF2EB; }
  .navbar.covid-19 {
    background-color: #F1F5F0; }
  .navbar .container {
    padding: 20px 0px;
    margin-right: auto;
    margin-left: auto; }
  .navbar .navbar-brand {
    margin: 0px;
    padding: 0px;
    margin-left: 15px; }

.nav-link-wrap {
  cursor: pointer; }
  .nav-link-wrap :focus {
    box-shadow: none !important;
    border: 0 none !important;
    outline: 0 none !important; }

.navbar-light .navbar-nav .nav-link, .navbar-expand .navbar-nav .nav-link {
  padding: 0px;
  color: #000000 !important; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-expand .navbar-nav .nav-link:hover {
    color: #000000 !important;
    text-decoration: underline; }

.nav-link {
  padding: 0px; }

.bold {
  font-weight: 600; }

.bottom-footer {
  padding: 30px 0px 30px 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .bottom-footer {
      padding: 30px 15px 30px 15px;
      flex-direction: column;
      align-items: flex-start; } }

.climate-positive-company {
  max-width: 160px; }
  @media (max-width: 767px) {
    .climate-positive-company {
      padding-top: 2em; } }

.footer__copyright-and-links {
  display: flex; }
  @media (max-width: 767px) {
    .footer__copyright-and-links {
      flex-direction: column; } }

.footer__copyright {
  padding-right: 3em; }

.footer__link {
  color: #000000;
  padding-right: 3em; }

.db-button, .user-management__email-btn {
  text-transform: none;
  border-radius: 0px;
  padding: 10px 15px !important;
  box-shadow: none;
  font-family: MaaxMonoRegular;
  color: #000000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  border: 1px solid #FFCC29; }
  .db-button a, .user-management__email-btn a {
    color: #000000; }
  .db-button.btn-primary, .btn-primary.user-management__email-btn {
    background: #FFCC29;
    margin-right: 15px;
    border: none; }
    .db-button.btn-primary:hover, .btn-primary.user-management__email-btn:hover, .db-button.btn-primary:focus, .btn-primary.user-management__email-btn:focus, .db-button.btn-primary:active, .btn-primary.user-management__email-btn:active {
      background: #EBAD05; }
  .db-button.btn-secondary, .btn-secondary.user-management__email-btn {
    margin-left: 15px;
    border: 1px solid #FFCC29; }
    .db-button.btn-secondary:hover, .btn-secondary.user-management__email-btn:hover, .db-button.btn-secondary:focus, .btn-secondary.user-management__email-btn:focus, .db-button.btn-secondary:active, .btn-secondary.user-management__email-btn:active {
      background: #ffffff; }
  .db-button:hover, .user-management__email-btn:hover {
    text-decoration: underline;
    color: #000000; }
  .db-button.coming-soon a:hover, .coming-soon.user-management__email-btn a:hover {
    text-decoration: none; }
  .db-button.coming-soon:hover, .coming-soon.user-management__email-btn:hover {
    background-color: #FFCC29;
    cursor: initial;
    text-decoration: none; }
  .db-button.breadcrumb, .breadcrumb.user-management__email-btn {
    font-family: UnionRegular;
    background-color: #E7F1F2;
    font-size: 14px;
    box-shadow: none;
    display: inline-block;
    z-index: 9999;
    margin-right: 10px;
    margin-bottom: 10px; }
    .db-button.breadcrumb:hover, .breadcrumb.user-management__email-btn:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  .logo.nav-link {
    padding: 0.5em 0em; }
  .navbar.landing.covid .container {
    margin-top: 120px; } }

.d-flex__space-between {
  display: flex;
  justify-content: space-between; }

html {
  scroll-behavior: smooth; }

.covid-navigation.landing-row {
  padding-top: 15px;
  padding-bottom: 30px; }

.covid-navigation .container {
  background-color: #F1F5F0;
  display: flex; }
  .covid-navigation .container .name {
    color: #808080; }
    .covid-navigation .container .name:hover {
      cursor: pointer;
      text-decoration: underline; }
    .covid-navigation .container .name.active-link {
      color: #000000;
      text-decoration: underline; }
  .covid-navigation .container .slash {
    margin: 0px 15px; }

.language-link {
  font-weight: 600; }

.explore-scroll {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  text-align: center; }

.landing-row .row.explore-scroll {
  padding-top: 15px;
  background-color: #F1F5F0;
  padding-bottom: 15px; }

.image-container.covid {
  max-width: 500px;
  max-height: 60vh; }

.partnership {
  font-size: 14px;
  font-weight: 600; }
  .partnership div {
    max-width: 100px;
    margin-bottom: 60px; }
  .partnership img {
    width: 100%;
    max-width: 100px; }

.logos {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px; }
  .logos div {
    flex-basis: calc(20% - 15px);
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .logos img {
    margin-right: 15px;
    max-width: 100px;
    width: 100%; }

.covid-animation path {
  stroke: #FF6651;
  z-index: -9999; }

.sticky {
  margin-top: 15px;
  padding-top: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-y: scroll;
  max-height: 100vh; }
  .sticky::-webkit-scrollbar {
    margin-left: 3px;
    background-color: #F1F5F0;
    width: 3px; }
  .sticky::-webkit-scrollbar-thumb {
    background-color: #C7C8CA; }

.nav-col {
  padding-right: 0px; }

.content-col {
  padding-left: 0px; }

.tab-container {
  width: 100%; }
  .tab-container .tab-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #FAFAF7; }
  .tab-container .flex-row {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px; }
    .tab-container .flex-row .nav-item {
      margin-left: 5px; }
  .tab-container .nav-pills a {
    padding: 10px 13px 10px 0px;
    color: #000000; }
  .tab-container .nav-pills .nav-link {
    border-radius: 0px;
    border-right: 2px solid #F1F5F0; }
  .tab-container .nav-pills .nav-link.active {
    font-weight: 600;
    background-color: #F1F5F0;
    color: #000000;
    border-right: 2px solid #A1BA9E; }

.chart-container {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 30px; }

.quotes-container {
  padding-bottom: 15px;
  margin-top: 30px; }
  .quotes-container .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: space-between; }
  .quotes-container .quote {
    max-width: 49%;
    padding: 10px;
    margin-bottom: 15px; }
    .quotes-container .quote .text {
      font-family: MaaxMonoRegular; }
    .quotes-container .quote .country {
      font-size: 14px;
      margin: 0px; }
    .quotes-container .quote svg {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0px;
      left: -12px;
      color: #A1BA9E;
      opacity: 0.5; }

.covid-body-container {
  padding-top: 60px;
  background-color: #F1F5F0; }
  .covid-body-container .text-container {
    margin-top: 120px; }

iframe {
  border: none; }

.landing-row {
  padding-top: 5em;
  background-color: #F1F5F0; }
  .landing-row .row {
    padding-bottom: 5em; }

@media screen and (max-width: 767px) {
  .covid-navigation.landing-row {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -4em;
    z-index: 9999; }
  .covid-navigation .container {
    display: inherit; }
    .covid-navigation .container div {
      padding: 5px 15px; }
    .covid-navigation .container .slash {
      display: none; }
  .landing-row .image-container {
    margin-top: 30px; }
    .landing-row .image-container.covid {
      max-width: 400px;
      margin: 0 auto;
      max-height: 70vh; }
  .logos img {
    margin-top: 30px; }
  .sticky {
    margin-left: 15px;
    margin-right: 15px; }
  .text-container {
    text-align: left; }
    .text-container p {
      margin-bottom: 10px; }
  .nav-col {
    padding-right: 15px; }
    .nav-col h2 {
      margin-left: 15px; }
  .content-col {
    padding-left: 15px; }
  .covid-body-container {
    padding-top: 0px; }
  .quotes-container .quote {
    max-width: 100%; }
  .tab-container .tab-content {
    padding-left: 0px;
    padding-right: 0px; }
  .tab-container .flex-row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }
  .tab-container .nav-pills {
    display: flex; }
    .tab-container .nav-pills a {
      padding: 15px 15px 15px 10px; }
    .tab-container .nav-pills .nav-item {
      margin-left: 0px;
      flex: 50%; }
    .tab-container .nav-pills .nav-link {
      border-right: none;
      border-left: 2px solid #F1F5F0; }
    .tab-container .nav-pills .nav-link.active {
      border-right: none;
      border-left: 2px solid #A1BA9E; } }

@keyframes play90 {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -45000px 0px; } }

.shapeshifter {
  margin: 0 auto;
  animation-duration: 1000ms;
  animation-timing-function: steps(90);
  width: 500px;
  height: 500px;
  background-repeat: no-repeat; }

.shapeshifter.play {
  animation-name: play90; }

.bs-tooltip-left .arrow::before {
  border-left-color: #BFDADC; }

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #BFDADC; }

.tooltip.show {
  opacity: 1; }

.tooltip .tooltip-inner {
  padding: 10px 10px 0px 10px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 0px;
  color: #000000;
  text-align: left;
  background-color: #BFDADC; }
  .tooltip .tooltip-inner h2 {
    margin-bottom: 10px; }
  .tooltip .tooltip-inner p {
    padding-bottom: 10px; }

.empty-dashboard {
  height: 100vh;
  margin: 0 auto;
  text-align: center !important;
  margin-top: 5em; }
  .empty-dashboard h2, .empty-dashboard p {
    margin-bottom: 30px; }
  .empty-dashboard .db-button.btn-primary, .empty-dashboard .btn-primary.user-management__email-btn {
    margin-left: 15px;
    margin-right: 0px; }
  .empty-dashboard.error-page {
    padding-top: 30vh;
    height: 100vh;
    margin-top: 0px; }
    .empty-dashboard.error-page h2 {
      margin-top: 30px; }

.dashboard.container, .deliverable-container.container {
  padding-left: 0px;
  padding-right: 0px; }

.dashboard .download-progress, .deliverable-container .download-progress {
  width: 40px; }

.dashboard .download-progress-sm, .deliverable-container .download-progress-sm {
  width: 17px; }

.dashboard .second-row.row, .deliverable-container .second-row.row {
  margin-bottom: 0px !important; }

.dashboard .investee-logo div, .deliverable-container .investee-logo div {
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat; }

.dashboard .investee-logo img, .deliverable-container .investee-logo img {
  max-height: 40px; }

.dashboard .num, .deliverable-container .num {
  font-family: MaaxMonoRegular;
  font-size: 20px;
  margin-bottom: 0.25em; }

.dashboard .all-reports-heading, .deliverable-container .all-reports-heading {
  margin-top: 60px; }

.dashboard .card, .deliverable-container .card {
  width: 100%;
  box-shadow: none;
  border: 1px solid #C7C8CA;
  border-radius: 0px; }
  .dashboard .card .row, .deliverable-container .card .row {
    margin-right: 0px;
    margin-left: 0px; }

.dashboard.top-row, .deliverable-container.top-row {
  padding-top: 5em; }

.dashboard h1, .deliverable-container h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0px;
  font-family: MaaxMonoRegular; }

.dashboard h2, .deliverable-container h2 {
  font-size: 2em;
  font-family: MaaxMonoRegular;
  font-size: 20px;
  font-weight: 400; }

.dashboard .deliverable-info .row, .deliverable-container .deliverable-info .row {
  margin-bottom: 30px; }

.dashboard .deliverable-investee, .deliverable-container .deliverable-investee {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 30px 0px 0px 0px; }

.dashboard .deliverable-description, .deliverable-container .deliverable-description {
  line-height: 1.5em;
  font-size: 16px; }

.dashboard .deliverable-meta-info, .deliverable-container .deliverable-meta-info {
  font-size: 14px; }
  .dashboard .deliverable-meta-info p, .deliverable-container .deliverable-meta-info p {
    margin: 0px; }

.dashboard .portfolio-benchmarks-loading, .deliverable-container .portfolio-benchmarks-loading {
  margin: 0 auto;
  text-align: center; }
  .dashboard .portfolio-benchmarks-loading img, .deliverable-container .portfolio-benchmarks-loading img {
    max-height: 116px; }

.dashboard .portfolio-benchmarks-missing, .deliverable-container .portfolio-benchmarks-missing {
  min-height: 60px; }

.dashboard .label, .deliverable-container .label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.25em;
  font-family: UnionRegular;
  position: relative; }
  .dashboard .label .info-icon, .deliverable-container .label .info-icon {
    position: absolute;
    margin-left: 2px;
    height: 9px;
    width: 9px; }
    .dashboard .label .info-icon:hover, .deliverable-container .label .info-icon:hover {
      cursor: pointer; }

.dashboard .portfolio-benchmarks .chart-title, .deliverable-container .portfolio-benchmarks .chart-title {
  font-family: MaaxMonoRegular;
  font-size: 20px; }

.dashboard .portfolio-benchmarks .chart-key, .deliverable-container .portfolio-benchmarks .chart-key {
  font-size: 9px;
  text-transform: uppercase;
  color: #8C8C8C;
  margin-bottom: 2em; }
  .dashboard .portfolio-benchmarks .chart-key .cube, .deliverable-container .portfolio-benchmarks .chart-key .cube {
    width: 8px;
    height: 8px;
    margin-left: 2px; }

.dashboard .portfolio-benchmarks .num-container, .deliverable-container .portfolio-benchmarks .num-container {
  display: flex; }

.dashboard .portfolio-benchmarks .num:hover, .deliverable-container .portfolio-benchmarks .num:hover {
  cursor: pointer; }

.dashboard .portfolio-benchmarks .benchmark, .deliverable-container .portfolio-benchmarks .benchmark {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-top: 5px;
  display: flex;
  align-items: center; }

.dashboard .portfolio-benchmarks .cube, .deliverable-container .portfolio-benchmarks .cube {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 2px;
  border-radius: 10px;
  background-color: #C4C4C4; }

.dashboard .portfolio-benchmarks .quintile-1, .deliverable-container .portfolio-benchmarks .quintile-1 {
  background-color: #FF5747;
  width: 10px;
  height: 10px; }

.dashboard .portfolio-benchmarks .quintile-2, .deliverable-container .portfolio-benchmarks .quintile-2 {
  background-color: #FF8075;
  width: 10px;
  height: 10px; }

.dashboard .portfolio-benchmarks .quintile-3, .deliverable-container .portfolio-benchmarks .quintile-3 {
  background-color: #F4D276;
  width: 10px;
  height: 10px; }

.dashboard .portfolio-benchmarks .quintile-4, .deliverable-container .portfolio-benchmarks .quintile-4 {
  background-color: #A7D09C;
  width: 10px;
  height: 10px; }

.dashboard .portfolio-benchmarks .quintile-5, .deliverable-container .portfolio-benchmarks .quintile-5 {
  background-color: #527E46;
  width: 10px;
  height: 10px; }

.dashboard .btn-group-download, .deliverable-container .btn-group-download {
  display: flex;
  width: 100%; }

.dashboard .db-button, .dashboard .user-management__email-btn, .deliverable-container .db-button, .deliverable-container .user-management__email-btn {
  max-width: 32%; }
  .dashboard .db-button.btn-secondary, .dashboard .btn-secondary.user-management__email-btn, .deliverable-container .db-button.btn-secondary, .deliverable-container .btn-secondary.user-management__email-btn {
    margin-left: 15px;
    margin-right: 18%; }
  .dashboard .db-button svg, .dashboard .user-management__email-btn svg, .deliverable-container .db-button svg, .deliverable-container .user-management__email-btn svg {
    margin-top: -5px; }

.dashboard .btn__continue-setup.db-button, .dashboard .btn__continue-setup.user-management__email-btn, .dashboard .btn__draft-survey.db-button, .dashboard .btn__draft-survey.user-management__email-btn, .dashboard .btn__completed-survey.db-button, .dashboard .btn__completed-survey.user-management__email-btn, .deliverable-container .btn__continue-setup.db-button, .deliverable-container .btn__continue-setup.user-management__email-btn, .deliverable-container .btn__draft-survey.db-button, .deliverable-container .btn__draft-survey.user-management__email-btn, .deliverable-container .btn__completed-survey.db-button, .deliverable-container .btn__completed-survey.user-management__email-btn {
  max-width: 100%; }

.dashboard.latest-deliverable .db-button, .dashboard.latest-deliverable .user-management__email-btn, .deliverable-container.latest-deliverable .db-button, .deliverable-container.latest-deliverable .user-management__email-btn {
  min-width: 45%; }
  .dashboard.latest-deliverable .db-button.btn-secondary, .dashboard.latest-deliverable .btn-secondary.user-management__email-btn, .deliverable-container.latest-deliverable .db-button.btn-secondary, .deliverable-container.latest-deliverable .btn-secondary.user-management__email-btn {
    margin-right: 5%; }

.deliverable-list-container .deliverable-list-inner-container {
  min-height: 100vh; }

.deliverable-list-container .page-marker {
  font-family: MaaxMonoRegular;
  text-align: right;
  font-size: 14px;
  margin-top: -10px; }

.deliverable-list-container .list-group.loading {
  text-align: center; }
  .deliverable-list-container .list-group.loading img {
    margin: 0 auto;
    max-width: 150px;
    margin-bottom: 5em;
    margin-top: 30px; }

.deliverable-list-container .list-group.empty-filter {
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5em; }

.deliverable-list-container.container {
  padding-right: 0px;
  padding-left: 0px; }

.deliverable-list-container .deliverable-investee.mobile, .deliverable-list-container .deliverable-meta-info.mobile {
  display: none;
  margin-top: 0px; }

.deliverable-list-container .deliverable-item-card {
  width: 100%;
  box-shadow: none;
  border: 1px solid #C7C8CA;
  border-radius: 0px;
  margin-bottom: 30px; }
  .deliverable-list-container .deliverable-item-card .row {
    margin-right: 0px;
    margin-left: 0px; }

.deliverable-list-container .deliverable-expand-icon {
  position: absolute;
  top: -15px;
  right: 0px;
  height: 30px;
  width: 30px;
  z-index: 9999; }
  .deliverable-list-container .deliverable-expand-icon:hover {
    cursor: pointer;
    fill: #EBAD05; }

.deliverable-alternative .deliverable-expand-icon {
  top: 17px; }

.deliverable-alternative .btn-group-download .db-button.download-report, .deliverable-alternative .btn-group-download .download-report.user-management__email-btn {
  margin-bottom: 15px; }

.deliverable-alternative .btn-group-download .db-button, .deliverable-alternative .btn-group-download .user-management__email-btn {
  max-width: 100%; }

.deliverable-filters {
  padding-left: 0px;
  padding-right: 0px; }
  .deliverable-filters .filter-header {
    font-size: 14px; }
  .deliverable-filters .deliverable-filter {
    margin-top: 30px; }
  .deliverable-filters .clear-all {
    color: #5FA4A9;
    font-size: 14px;
    position: absolute;
    font-weight: 300;
    right: 15px;
    cursor: pointer; }
    .deliverable-filters .clear-all:hover {
      text-decoration: underline; }
  .deliverable-filters .dropdown-menu {
    color: #000000;
    border-radius: 0px;
    font-size: 16px; }
    .deliverable-filters .dropdown-menu .dropdown-item {
      padding-left: 15px; }
  .deliverable-filters .collapse.show {
    border-bottom: 1px solid #BFDADC;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .deliverable-filters .collapse.show::-webkit-scrollbar {
      background-color: #FAFAF7;
      width: 3px; }
    .deliverable-filters .collapse.show::-webkit-scrollbar-thumb {
      background-color: #C7C8CA; }
  .deliverable-filters .db-button, .deliverable-filters .user-management__email-btn {
    font-family: UnionRegular;
    color: #000000;
    font-size: 14px;
    width: 100%;
    text-align: left;
    box-shadow: none; }
    .deliverable-filters .db-button.btn.dropdown-toggle::before, .deliverable-filters .btn.dropdown-toggle.user-management__email-btn::before {
      display: none; }
    .deliverable-filters .db-button.btn-primary, .deliverable-filters .btn-primary.user-management__email-btn {
      background: none;
      background-color: none;
      border-bottom: 1px solid #BFDADC; }
      .deliverable-filters .db-button.btn-primary.open, .deliverable-filters .btn-primary.open.user-management__email-btn {
        border-bottom: none; }
      .deliverable-filters .db-button.btn-primary.closed, .deliverable-filters .btn-primary.closed.user-management__email-btn {
        border-bottom: 1px solid #BFDADC; }
      .deliverable-filters .db-button.btn-primary span, .deliverable-filters .btn-primary.user-management__email-btn span {
        color: #5FA4A9;
        font-size: 14px;
        position: absolute;
        top: 10px;
        right: 40px; }
      .deliverable-filters .db-button.btn-primary:hover, .deliverable-filters .btn-primary.user-management__email-btn:hover {
        background-color: #E7F1F2; }
    .deliverable-filters .db-button .deliverable-filter-expand-icon, .deliverable-filters .user-management__email-btn .deliverable-filter-expand-icon {
      position: absolute;
      right: 15px;
      top: 16px; }
    .deliverable-filters .db-button.sub, .deliverable-filters .sub.user-management__email-btn {
      border: none;
      padding-left: 30px !important; }
      .deliverable-filters .db-button.sub.selected, .deliverable-filters .sub.selected.user-management__email-btn {
        background-color: none;
        font-weight: 600; }
        .deliverable-filters .db-button.sub.selected .deliverable-selected-icon, .deliverable-filters .sub.selected.user-management__email-btn .deliverable-selected-icon {
          position: absolute;
          right: 30px;
          top: 13px; }
    .deliverable-filters .db-button:active, .deliverable-filters .user-management__email-btn:active {
      background: none !important;
      background-color: none !important; }
    .deliverable-filters .db-button:hover, .deliverable-filters .user-management__email-btn:hover {
      text-decoration: none;
      background-color: #E7F1F2; }
    .deliverable-filters .db-button:focus, .deliverable-filters .user-management__email-btn:focus {
      box-shadow: none !important;
      outline: 0 none !important;
      color: #000000 !important;
      background: none !important;
      background-color: none !important; }
  .deliverable-filters .sort-arrows {
    float: right;
    font-size: 20px;
    margin-right: 10px; }
    .deliverable-filters .sort-arrows.toggle {
      background: transparent;
      background-color: transparent;
      border: none; }
    .deliverable-filters .sort-arrows:hover {
      cursor: pointer;
      background-color: #E7F1F2; }
    .deliverable-filters .sort-arrows .btn-sort-arrow {
      margin-right: 5px;
      opacity: 50%; }
      .deliverable-filters .sort-arrows .btn-sort-arrow.selected {
        opacity: 100%; }

.deliverable-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  .deliverable-pagination .page-item a {
    color: #000000; }
  .deliverable-pagination .page-item:hover {
    background-color: none !important;
    text-decoration: underline; }
  .deliverable-pagination .page-item.active {
    background-color: none !important;
    text-decoration: underline; }
  .deliverable-pagination .page-link {
    background-color: none !important;
    border: none !important;
    font-family: MaaxMonoRegular; }

.page-link {
  background: none !important; }
  .page-link:focus {
    box-shadow: none !important;
    border: 0 none !important;
    outline: 0 none !important; }

.page-item.active .page-link {
  color: #000000;
  background: none; }

@media screen and (max-width: 991px) {
  .dashboard .second-row.row, .deliverable-container .second-row.row {
    margin-bottom: 30px !important; }
  .dashboard .logo-button-row.row, .deliverable-container .logo-button-row.row {
    margin-top: -30px; }
  .dashboard .investee-logo, .deliverable-container .investee-logo {
    margin-bottom: 30px; }
  .portfolio-benchmarks, .portfolio-benchmarks-loading, .portfolio-benchmarks-missing {
    margin-top: 30px;
    margin-bottom: 30px; }
  .dashboard .portfolio-benchmarks-missing, .deliverable-container .portfolio-benchmarks-missing {
    min-height: 150px; } }

@media screen and (max-width: 767px) {
  .dashboard h2 {
    margin-bottom: 3em; }
  .deliverable-container .deliverable-description {
    margin-bottom: 30px; }
  .deliverable-container .deliverable-meta-info {
    margin-top: -30px; }
  .deliverable-container .db-button.btn-secondary, .deliverable-container .btn-secondary.user-management__email-btn {
    margin-left: 0px; }
  .deliverable-container .db-button.btn-primary, .deliverable-container .btn-primary.user-management__email-btn {
    margin-right: 0px; }
  .deliverable-container .deliverable-info .row {
    margin-left: -15px;
    margin-right: -15px; }
  .deliverable-container .btn-group-download {
    position: relative;
    right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    margin-top: 2.5em; }
    .deliverable-container .btn-group-download .btn {
      max-width: 44%; }
  .deliverable-filters-container {
    margin-bottom: 30px; }
  .deliverable-standard .deliverable-expand-icon {
    right: 0px;
    top: -15px; }
  .deliverable-standard .deliverable-investee.mobile, .deliverable-standard .deliverable-meta-info.mobile {
    margin-bottom: 30px;
    display: block; }
  .deliverable-standard .deliverable-investee, .deliverable-standard .deliverable-meta-info {
    display: none; }
  .deliverable-standard .btn-group-download {
    margin-top: 0px; }
  .deliverable-alternative .deliverable-expand-icon {
    right: 0px; }
  .deliverable-alternative .btn-group-download {
    margin-top: 0px;
    margin-bottom: 1em; }
    .deliverable-alternative .btn-group-download .db-button.download-report, .deliverable-alternative .btn-group-download .download-report.user-management__email-btn {
      margin-bottom: 0px; }
  .indv-benchmark {
    margin-bottom: 30px; }
  .portfolio-benchmarks, .portfolio-benchmarks-loading, .portfolio-benchmarks-missing {
    margin-top: 0px;
    margin-bottom: 0px; } }

.deliverable__image-container {
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20vh; }
  @media screen and (max-width: 991px) {
    .deliverable__image-container {
      min-height: 30vh; } }

.deliverable__image {
  height: 100%;
  width: auto;
  position: absolute; }
  @media screen and (max-width: 991px) {
    .deliverable__image {
      height: auto;
      width: 100%;
      min-width: auto;
      min-height: 100%;
      position: absolute; } }

.investee-dashboard__report-download {
  display: flex;
  justify-content: flex-end; }

.investee-dashboard__download-button {
  max-width: 100%; }

.investee-dashboard__download-error {
  color: #ff5a48;
  text-align: right;
  font-size: .8em;
  padding-right: 16px;
  padding-top: 4px; }

.dashboard__top-row {
  padding-left: 15px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .dashboard__top-row {
      flex-direction: column; } }

.dashboard__intro-copy {
  margin-top: 64px; }

.dashboard__powerbi-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .dashboard__powerbi-logos {
      flex-direction: column;
      align-items: flex-start; } }

.dashboard__powerbi-logo {
  margin-right: 50px;
  max-width: 150px;
  max-height: 50px;
  margin-bottom: 30px; }

.fi-dashboard__container, .fi-index.navbar {
  background-color: #F4D276; }

.fi-index-private.navbar {
  background-color: #E7F1F2; }

.fi-dashboard__container-teal {
  background-color: #E7F1F2;
  padding-top: 40px;
  width: 100%;
  align-items: center; }
  .fi-dashboard__container-teal .container {
    max-width: 1300px;
    padding: 0px; }
    .fi-dashboard__container-teal .container .tab-content {
      padding: 0px 0px 15px 0px;
      background-color: #E7F1F2; }
      .fi-dashboard__container-teal .container .tab-content .dropdown-row {
        width: 1280px;
        height: 91px;
        background-color: #ECECE5; }
        .fi-dashboard__container-teal .container .tab-content .dropdown-row.row {
          margin-left: 10px; }
        .fi-dashboard__container-teal .container .tab-content .dropdown-row .dropdown-company-text {
          padding-right: 5px; }
      .fi-dashboard__container-teal .container .tab-content .embed-container {
        text-align: center; }
        .fi-dashboard__container-teal .container .tab-content .embed-container .col-md-12 {
          padding: 0px; }
        .fi-dashboard__container-teal .container .tab-content .embed-container.row {
          margin: 30px 0px; }
      .fi-dashboard__container-teal .container .tab-content .dropdown-toggle {
        margin: 20px 15px 20px 15px; }
        .fi-dashboard__container-teal .container .tab-content .dropdown-toggle:disabled {
          opacity: 100%; }
      .fi-dashboard__container-teal .container .tab-content .dropdown-btn-group {
        padding: 15px; }
      .fi-dashboard__container-teal .container .tab-content .dropdown-menu.show {
        background-color: #BFDADC;
        width: 92.6%;
        border-radius: 0%;
        box-shadow: none; }
      .fi-dashboard__container-teal .container .tab-content a.dropdown-button.dropdown-item {
        font-family: MaaxMonoRegular;
        font-weight: 400;
        font-size: 16px;
        text-align: center; }
        .fi-dashboard__container-teal .container .tab-content a.dropdown-button.dropdown-item.active {
          background: #ECECE5;
          color: black; }
        .fi-dashboard__container-teal .container .tab-content a.dropdown-button.dropdown-item:focus {
          background: #ECECE5;
          color: black; }
        .fi-dashboard__container-teal .container .tab-content a.dropdown-button.dropdown-item:hover {
          background: #ECECE5;
          color: black; }
      .fi-dashboard__container-teal .container .tab-content .btn-primary {
        background: #BFDADC;
        color: black;
        border: none;
        box-shadow: none;
        padding-left: 15px;
        width: 380px;
        border-radius: 0%;
        align-items: center;
        font-family: MaaxMonoRegular;
        font-weight: 400;
        font-size: 16px;
        text-transform: none; }
  .fi-dashboard__container-teal .sticky {
    margin-right: -2px;
    margin-top: 15px;
    padding-top: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow-y: scroll;
    max-height: 100vh; }
    .fi-dashboard__container-teal .sticky::-webkit-scrollbar {
      margin-left: 3px;
      background-color: #E7F1F2;
      width: 3px; }
    .fi-dashboard__container-teal .sticky::-webkit-scrollbar-thumb {
      background-color: #C7C8CA; }

.fi-dashboard__container-offwhite {
  background-color: #F3F3EE; }

.fi-dashboard__container-white {
  background-color: #FFF; }

.fi-dashboard__container .tab-container .nav-pills .nav-link {
  border-right: 2px solid #F4D276; }
  .fi-dashboard__container .tab-container .nav-pills .nav-link.active {
    border-right: 2px solid #ff5a48; }

.fi-dashboard__container ul {
  list-style-type: "> ";
  line-height: 24px;
  width: 100%; }

.fi-dashboard__container .faq {
  line-height: 24px; }
  .fi-dashboard__container .faq .subtitle {
    font-family: MaaxMonoRegular;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%; }

.fi-dashboard__container .question {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.fi-dashboard__container .sticky {
  margin-right: -2px;
  margin-top: 15px;
  padding-top: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-y: scroll;
  max-height: 100vh; }
  .fi-dashboard__container .sticky::-webkit-scrollbar {
    margin-left: 3px;
    background-color: #F4D276;
    width: 3px; }
  .fi-dashboard__container .sticky::-webkit-scrollbar-thumb {
    background-color: #C7C8CA; }

.fi-dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top; }
  .fi-dashboard .db-button, .fi-dashboard .user-management__email-btn {
    margin: 20px 0px 20px 0px;
    background-color: #E7F1F2; }
    .fi-dashboard .db-button:hover, .fi-dashboard .user-management__email-btn:hover, .fi-dashboard .db-button:focus, .fi-dashboard .user-management__email-btn:focus {
      background-color: #BFDADC; }
  .fi-dashboard .nl-form {
    margin-top: 20px; }
  .fi-dashboard .nl-response {
    min-height: 0px !important; }
  .fi-dashboard .fi-dashboard__item {
    width: 46%;
    margin: 5% 0 5% 0; }
    .fi-dashboard .fi-dashboard__item.report {
      margin-top: 0px; }
      .fi-dashboard .fi-dashboard__item.report img {
        width: 50%; }
    .fi-dashboard .fi-dashboard__item .bignum {
      font-family: MaaxMonoRegular;
      font-size: 48px;
      font-weight: 600;
      line-height: 60px; }
    .fi-dashboard .fi-dashboard__item.graphic img {
      margin-top: 20px;
      width: 100%; }
    .fi-dashboard .fi-dashboard__item.full {
      width: 100%; }
      .fi-dashboard .fi-dashboard__item.full.signup {
        margin-bottom: -5%; }
      .fi-dashboard .fi-dashboard__item.full.num {
        margin: 0%; }
      .fi-dashboard .fi-dashboard__item.full.text {
        margin-bottom: 0px; }
      .fi-dashboard .fi-dashboard__item.full.sponsors {
        margin-bottom: 0px; }
        .fi-dashboard .fi-dashboard__item.full.sponsors .logo {
          flex: 0 0 calc(50% - 0.5em); }
        .fi-dashboard .fi-dashboard__item.full.sponsors .logo img {
          max-width: 450px; }
      .fi-dashboard .fi-dashboard__item.full.partners {
        margin: 5% 0px; }
      .fi-dashboard .fi-dashboard__item.full.explore-scroll {
        background-color: #F4D276;
        margin: 0px; }
        .fi-dashboard .fi-dashboard__item.full.explore-scroll a {
          color: #000000; }
        .fi-dashboard .fi-dashboard__item.full.explore-scroll.teal {
          background-color: #E7F1F2; }
    .fi-dashboard .fi-dashboard__item .num-container {
      display: flex;
      justify-content: space-between; }
      .fi-dashboard .fi-dashboard__item .num-container .third {
        margin-bottom: 40px;
        width: 30%;
        text-align: center; }
    .fi-dashboard .fi-dashboard__item .logo-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 5%; }
      .fi-dashboard .fi-dashboard__item .logo-container .logo-4grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .fi-dashboard .fi-dashboard__item .logo-container .logo-4grid .logo {
          width: 23%; }
      .fi-dashboard .fi-dashboard__item .logo-container .logo-5grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .fi-dashboard .fi-dashboard__item .logo-container .logo-5grid .logo {
          width: 17%; }
          .fi-dashboard .fi-dashboard__item .logo-container .logo-5grid .logo img {
            max-width: 100px; }
          .fi-dashboard .fi-dashboard__item .logo-container .logo-5grid .logo.grameen img {
            max-width: 150px; }
      .fi-dashboard .fi-dashboard__item .logo-container .logo-6grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%; }
        .fi-dashboard .fi-dashboard__item .logo-container .logo-6grid .logo {
          width: 14%; }
          .fi-dashboard .fi-dashboard__item .logo-container .logo-6grid .logo img {
            max-width: 100px; }
      .fi-dashboard .fi-dashboard__item .logo-container .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 5%; }
        .fi-dashboard .fi-dashboard__item .logo-container .logo img {
          width: 100%; }
    .fi-dashboard .fi-dashboard__item .fi-animation {
      max-height: 70vh;
      width: 100%;
      flex-grow: 1;
      align-self: center;
      max-width: 400px; }
    .fi-dashboard .fi-dashboard__item.title {
      font-family: MaaxMonoRegular;
      font-size: 48px;
      line-height: 65px;
      align-self: center; }
    .fi-dashboard .fi-dashboard__item .subtitle {
      font-family: MaaxMonoRegular;
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 30px; }
      .fi-dashboard .fi-dashboard__item .subtitle.quote {
        margin-top: 50px; }
    .fi-dashboard .fi-dashboard__item .subtitle-2 {
      text-align: center;
      font-size: 20px; }
    .fi-dashboard .fi-dashboard__item .subtitle-3 {
      font-size: 20px; }
    .fi-dashboard .fi-dashboard__item .photo-credit {
      font-size: 10px;
      text-align: right;
      margin: 0px 5px 0px 0px; }
    .fi-dashboard .fi-dashboard__item.image {
      align-self: center; }
      .fi-dashboard .fi-dashboard__item.image img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .fi-dashboard .fi-dashboard__item p {
      line-height: 25px; }

@media (max-width: 800px) {
  .fi-dashboard .fi-dashboard__item {
    width: 100%; } }

.email-form-link a:hover {
  color: #ff5a48; }

.modal-content {
  background-color: #FAFAF7;
  position: relative;
  min-height: 40vh;
  border-radius: 0px; }
  .modal-content .modal-header {
    border: none;
    z-index: 9999; }
  .modal-content .modal-body {
    margin-top: -2rem;
    padding: 2rem; }
  .modal-content .form-title {
    font-family: MaaxMonoRegular;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center; }
  .modal-content input, .modal-content textarea {
    background-color: #F1F5F0;
    box-shadow: none !important;
    border: 0 none !important;
    outline: 0 none !important;
    padding-left: 15px;
    padding-right: 15px; }
    .modal-content input:active, .modal-content textarea:active {
      background-color: #F1F5F0; }
    .modal-content input:focus, .modal-content textarea:focus {
      box-shadow: none !important;
      color: #000000;
      background-color: #F1F5F0;
      border: 0 none !important;
      outline: 0 none !important; }
  .modal-content #contact-form {
    max-width: 80vh;
    margin: 0 auto; }
  .modal-content .form-check-input {
    border-radius: 0px;
    background-color: #F1F5F0; }
    .modal-content .form-check-input:active {
      background-color: orange; }
  .modal-content .submitted-message {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .modal-content .contact-submit {
    text-align: center; }
  .modal-content .arrow-link {
    font-size: 16px;
    background-color: #FAFAF7;
    border: none; }

.covid-banner {
  background-color: #FF8075;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  font-size: 14px; }
  .covid-banner .middle {
    margin-left: 10px;
    margin-right: 10px; }
  .covid-banner a {
    color: #000000; }

.text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 70vh; }
  @media screen and (min-width: 767px) {
    .text-container div {
      max-width: 400px; } }

.image-container {
  display: flex;
  transition: height .5s;
  align-self: stretch;
  min-height: 400px;
  max-height: 70vh;
  max-width: 400px;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  position: relative;
  align-items: center; }
  .image-container.right {
    margin-left: auto; }
  .image-container img {
    display: block;
    width: 100%;
    height: 100%; }
  .image-container div[aria-label="animation"] {
    max-width: 400px;
    width: 100%; }

.landing-row {
  transition: background-color 1s ease;
  padding-top: 5em; }
  .landing-row .row {
    padding-bottom: 5em; }
  .landing-row a {
    color: #000000; }
  .landing-row.last {
    padding-top: 0em; }
  .landing-row .left .text-container {
    justify-content: flex-end; }
  .landing-row.center .container .row {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
  .landing-row.clients {
    text-align: center; }
    .landing-row.clients .container .row {
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
    .landing-row.clients .client-logos {
      display: flex;
      flex-wrap: wrap;
      margin-top: -2.5em;
      padding-bottom: 2.5em;
      justify-content: space-evenly; }
      .landing-row.clients .client-logos img {
        flex: 1;
        max-width: 200px; }
  .landing-row .clock-city {
    padding-top: 2em;
    font-weight: 600; }
  .landing-row .clock-address {
    margin-bottom: 0em; }
  .landing-row .clock-email {
    margin-top: 1em; }
  .landing-row .footer__clocks canvas {
    position: relative;
    left: -6px; }
  .landing-row canvas {
    position: relative;
    top: 0;
    left: -6px;
    max-height: 70px;
    max-width: 70px;
    margin: auto; }

.nl-form input {
  font-family: MaaxMonoRegular;
  font-size: 16px;
  margin-bottom: 1.66667em;
  background-color: #E7F1F2;
  padding: 1em;
  color: #000000;
  border: 0;
  box-shadow: none !important; }
  .nl-form input::placeholder {
    color: #000000; }
  .nl-form input:focus {
    box-shadow: none !important;
    color: #000000;
    background-color: #E7F1F2;
    border: 0 none !important;
    outline: 0 none !important; }
    .nl-form input:focus::placeholder {
      color: #000000; }

.nl-form button {
  border: none;
  background: none;
  padding: 0px;
  cursor: pointer; }
  .nl-form button:hover {
    text-decoration: underline; }
  .nl-form button:focus {
    box-shadow: none !important;
    border: 0 none !important;
    outline: 0 none !important; }

.nl-form .nl-response {
  min-height: 6em; }

.arrow-link {
  position: relative; }
  .arrow-link:after {
    content: '';
    position: absolute;
    right: -50px;
    display: block;
    width: 40px;
    top: 0.15em;
    height: 0.9em;
    background-image: url("/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: right 1s; }
  .arrow-link:hover {
    cursor: pointer; }
    .arrow-link:hover:after {
      right: -70px; }

a:not([href]):hover {
  text-decoration: underline; }

.email-form-link a {
  color: #ff5a48;
  position: relative; }
  .email-form-link a:after {
    content: '';
    position: absolute;
    left: 110px;
    display: block;
    width: 40px;
    top: 0.2em;
    height: 0.9em;
    background-image: url("/arrow-red.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: left 1s; }
  .email-form-link a:hover {
    cursor: pointer; }
    .email-form-link a:hover:after {
      left: 130px; }

@media screen and (max-width: 767px) {
  .landing-row .row {
    margin-left: 0px;
    margin-right: 0px; }
  .text-container {
    max-height: none;
    text-align: center; }
    .text-container p {
      margin-bottom: 3em;
      margin-top: 1.5em; }
    .text-container .db-button, .text-container .user-management__email-btn {
      margin-bottom: 3em; }
  .image-container {
    min-height: 0px; }
  .landing-row.first .row {
    padding-bottom: 0em; }
  .landing-row.center .container .row {
    text-align: center; }
  .landing-row.center .container h2 {
    margin-bottom: 1.5em; }
  .landing-row.clients .client-logos {
    display: block; }
    .landing-row.clients .client-logos img {
      margin-bottom: 3em; }
  .nl-col {
    margin-top: 5em; } }

.pb-4 {
  padding-bottom: 0px !important;
  opacity: 1 !important; }

.fade:not(.show) {
  z-index: 0; }

.toast {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px);
  z-index: 9999;
  font-family: UnionRegular;
  font-size: 15px;
  line-height: 18px;
  border-radius: 0rem;
  border: 0rem;
  width: 400px;
  margin-top: 0.25rem; }

.toast, .toast-header {
  background-color: #BFDADC; }

.toast-header {
  font-family: MaaxMonoRegular;
  font-size: 15px;
  line-height: 20px;
  border-bottom: none;
  color: black;
  padding: 1rem 1.5rem 0.75rem; }

.toast-body {
  padding: 0.75rem 1.5rem 1.5rem; }

.investee-survey-review__introduction {
  margin-top: 30px; }

.module__container, .module__container--blue {
  width: 87%;
  max-width: 87%;
  margin-bottom: 20px;
  padding: 20px;
  background: #F3F3EE; }
  .module__container--blue {
    background: #E9F1F1; }

.investee-survey__container {
  width: 100%;
  overflow-y: scroll;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }

.module__selected, .module__selected--recommended, .module__selected--add-module {
  padding-top: 30px; }

.module__button.module-selected__switch-text {
  font-weight: normal;
  padding-left: 0;
  text-decoration: underline; }

.module__list li:last-child {
  padding-bottom: 1em; }

.investee-survey-review__questions {
  margin-bottom: 140px;
  padding-top: 30px !important;
  padding-bottom: 30px; }

.tooltip > div:nth-child(2) {
  padding-top: 20px;
  border-left: 10px solid #BFDADC;
  border-right: 10px solid #BFDADC;
  border-bottom: 10px solid #BFDADC; }

.impact-dimensions__tooltip {
  display: flex;
  align-items: start; }
  .impact-dimensions__tooltip .module__impact-dimensions-text {
    margin-bottom: .25em; }
  .impact-dimensions__tooltip .module__impact-dimensions-icon {
    width: 20px;
    padding-top: 3px;
    display: flex;
    justify-content: center; }

.module__selected, .module__selected--recommended, .module__selected--add-module {
  width: 100%;
  background: #F3F3EE;
  padding: 30px;
  padding-top: 0;
  display: flex; }
  @media (min-width: 2000px) {
    .module__selected, .module__selected--recommended, .module__selected--add-module {
      padding: 2vw;
      padding-top: 0; } }
  .module__selected--add-module {
    padding: 30px;
    background: rgba(231, 241, 242, 0.6);
    align-items: center;
    justify-content: center; }
  .module__selected:first-child, .module__selected--recommended:first-child, .module__selected--add-module:first-child {
    padding-top: 30px; }
    @media (min-width: 2000px) {
      .module__selected:first-child, .module__selected--recommended:first-child, .module__selected--add-module:first-child {
        padding: 2vw; } }
  .module__selected .module__header, .module__selected--recommended .module__header, .module__selected--add-module .module__header, .module__selected .module__icons_container, .module__selected--recommended .module__icons_container, .module__selected--add-module .module__icons_container {
    display: flex;
    justify-content: space-between; }
  .module__selected .module__category-marker-column, .module__selected--recommended .module__category-marker-column, .module__selected--add-module .module__category-marker-column {
    width: 35px; }
    @media (min-width: 2000px) {
      .module__selected .module__category-marker-column, .module__selected--recommended .module__category-marker-column, .module__selected--add-module .module__category-marker-column {
        width: 2.5vw; } }
  .module__selected .module__category-marker, .module__selected--recommended .module__category-marker, .module__selected--add-module .module__category-marker {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    background: #3f3f3f; }
    @media (min-width: 2000px) {
      .module__selected .module__category-marker, .module__selected--recommended .module__category-marker, .module__selected--add-module .module__category-marker {
        width: 1vw;
        height: 1vw;
        margin-top: .2vw; } }
  .module__selected .module__content, .module__selected--recommended .module__content, .module__selected--add-module .module__content {
    width: 100%; }
  .module__selected .module__recommended, .module__selected--recommended .module__recommended, .module__selected--add-module .module__recommended {
    margin-left: 2em;
    position: relative;
    top: -8px; }
    @media (min-width: 2000px) {
      .module__selected .module__recommended, .module__selected--recommended .module__recommended, .module__selected--add-module .module__recommended {
        width: 1vw;
        height: 1vw;
        margin-top: 0; } }
  .module__selected .module__remove-img, .module__selected--recommended .module__remove-img, .module__selected--add-module .module__remove-img {
    margin-left: 2em;
    position: relative;
    top: -4px; }
  .module__selected .module__remove-button, .module__selected--recommended .module__remove-button, .module__selected--add-module .module__remove-button {
    border: none;
    outline: none;
    background: transparent; }
  .module__selected .module__title, .module__selected--recommended .module__title, .module__selected--add-module .module__title {
    font-size: 16px;
    margin-bottom: 1em; }
    @media (min-width: 2000px) {
      .module__selected .module__title, .module__selected--recommended .module__title, .module__selected--add-module .module__title {
        font-size: 1.25vw;
        line-height: 1.5vw; } }
  .module__selected .module__paragraph, .module__selected--recommended .module__paragraph, .module__selected--add-module .module__paragraph {
    max-width: 580px;
    font-size: 14px;
    margin-bottom: 1em; }
    @media (min-width: 2000px) {
      .module__selected .module__paragraph, .module__selected--recommended .module__paragraph, .module__selected--add-module .module__paragraph {
        font-size: 1vw;
        line-height: 1.25vw; } }
  .module__selected .module__list, .module__selected--recommended .module__list, .module__selected--add-module .module__list {
    list-style: none;
    margin-bottom: 0px !important; }
  .module__selected .module__list-item, .module__selected--recommended .module__list-item, .module__selected--add-module .module__list-item {
    font-size: 14px;
    margin-bottom: 1em;
    position: relative;
    padding-right: 1em;
    padding-left: 1em; }
    .module__selected .module__list-item::before, .module__selected--recommended .module__list-item::before, .module__selected--add-module .module__list-item::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 7px;
      left: -40px;
      width: 7px;
      height: 7px;
      background: #3f3f3f; }
      @media (min-width: 2000px) {
        .module__selected .module__list-item::before, .module__selected--recommended .module__list-item::before, .module__selected--add-module .module__list-item::before {
          width: .5vw;
          height: .5vw;
          top: .5vw; } }
    @media (min-width: 2000px) {
      .module__selected .module__list-item, .module__selected--recommended .module__list-item, .module__selected--add-module .module__list-item {
        font-size: 1vw;
        line-height: 1.25vw; } }
  .module__selected .module__control, .module__selected--recommended .module__control, .module__selected--add-module .module__control {
    display: flex;
    justify-content: space-between; }

.module__impact-dimensions {
  padding-right: 1em; }

.question-language-message {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none !important;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold; }
  @media (min-width: 2000px) {
    .question-language-message {
      font-size: 1vw;
      margin-bottom: 2vw; } }

button.module__button, button.module__button--align-left {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none !important;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold; }
  @media (min-width: 2000px) {
    button.module__button, button.module__button--align-left {
      font-size: 1vw;
      margin-bottom: 2vw; } }
  button.module__button:hover, button.module__button--align-left:hover {
    text-decoration: underline; }
  button.module__button--align-left {
    position: relative;
    left: -7px; }
  button.module__button:active, button.module__button--align-left:active {
    border: none; }
  button.module__button:focus, button.module__button--align-left:focus {
    border: none; }

.module-selected__switch-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  top: -7px; }

.module-selected__switch-text {
  font-family: MaaxMonoRegular;
  font-size: 13px;
  padding: .5em; }

.module-selected__switch-container, .module-selected__switch-container--full-module {
  width: 26px;
  height: 15px;
  background: #bababa;
  border: 1px solid #bababa;
  display: flex;
  justify-content: flex-start;
  border-radius: 20px; }
  .module-selected__switch-container--full-module {
    justify-content: flex-end; }
  .module-selected__switch-container .module-selected__switch, .module-selected__switch-container--full-module .module-selected__switch {
    color: #f4f4f4;
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #f4f4f4;
    border: none;
    outline: none; }

.survey-setup__module-select {
  display: flex;
  left: 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  background: white;
  transition: left .4s; }

.survey-setup__module-select-enter-active, .survey-setup__module-select-enter-done {
  left: 0%;
  transition: left .4s; }

.survey-setup__module-select-exit-active {
  left: 50%;
  transition: left .4s; }

.survey-setup__module-select-column, .survey-setup__module-select-column--left, .survey-setup__module-select-column--right, .survey-setup__module-select-column--filter {
  padding: 2em;
  padding-top: 4em;
  padding-right: 1em;
  width: 50%; }
  .survey-setup__module-select-column--left {
    background: white;
    padding-left: 2.5em; }
  .survey-setup__module-select-column--right {
    background: #FAFAF7;
    padding: 0em; }

.survey-setup__module-select-column--filter {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.module-select__filter-title {
  font-size: 14px;
  padding-top: 2em;
  padding-bottom: 1em; }

.module-select__filter-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: MaaxMonoRegular;
  padding-bottom: .75em; }

.module-select__filter-and-legend-tab--filter {
  padding-right: 17px; }

.filter-checkbox__icon, .filter-checkbox__icon--red, .filter-checkbox__icon--yellow, .filter-checkbox__icon--green, .filter-checkbox__icon--lgreen {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 0px;
  margin-left: .5em;
  margin-right: 0em;
  text-align: center; }
  .filter-checkbox__icon img, .filter-checkbox__icon--red img, .filter-checkbox__icon--yellow img, .filter-checkbox__icon--green img, .filter-checkbox__icon--lgreen img {
    max-width: 12px;
    max-height: 12px;
    position: relative;
    top: -3px; }

.filter-checkbox__text {
  margin-left: .5em; }

.filter-checkbox__icon--red {
  background: #FF705C; }

.filter-checkbox__icon--yellow {
  background: #FFD951; }

.filter-checkbox__icon--green {
  background: #5FA4A9; }

.filter-checkbox__icon--lgreen {
  background: #A7D09C; }

.module-item__paragraph {
  font-size: 14px; }

.module-item__wrapper, .module-item__wrapper--selected {
  display: flex;
  margin-bottom: 16px;
  padding: 8px;
  outline: none; }
  .module-item__wrapper:hover, .module-item__wrapper--selected:hover {
    background-color: #E7F1F2;
    box-shadow: 0px 0px 0px 7px #E7F1F2;
    cursor: pointer; }
  .module-item__wrapper--selected {
    background-color: #E7F1F2;
    box-shadow: 0px 0px 0px 4px #E7F1F2, 0px 0px 0px 6px #BFDADC; }
    .module-item__wrapper--selected:hover {
      box-shadow: 0px 0px 0px 4px #E7F1F2, 0px 0px 0px 6px #BFDADC; }

.module-item__category-marker-column {
  width: 35px;
  min-width: 35px; }

.module-item__category-marker, .module-item__category-marker--red, .module-item__category-marker--yellow, .module-item__category-marker--green, .module-item__category-marker--lgreen {
  background: black;
  width: 11px;
  height: 11px;
  position: relative;
  top: 5px; }
  .module-item__category-marker--red {
    background: #FF705C; }
  .module-item__category-marker--yellow {
    background: #FFD951; }
  .module-item__category-marker--green {
    background: #5FA4A9; }
  .module-item__category-marker--lgreen {
    background: #A7D09C; }

.module-select__results-container {
  height: calc(100vh - 200px);
  padding-right: 2em;
  overflow-y: auto;
  padding: 1.5em; }

.module-select__results-header {
  padding: 2em;
  padding-top: 4em;
  padding-right: 1em; }

.module-select__results-title {
  padding-bottom: 1em; }

.module-select__change-wording-message {
  padding-right: 2em; }

.module-select__change-wording-button {
  display: inline-block;
  border: none;
  background: transparent;
  text-decoration: underline; }
  .module-select__change-wording-button:focus {
    outline: none; }

.module__selected--add-module {
  flex-direction: column; }
  .module__selected--add-module button {
    outline: none; }

.module-select__error-message {
  color: #ff5a48; }

.wizard-container .module-item__title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold; }

.wizard-container .module-item__paragraph {
  margin-bottom: 0px; }

.module-select__module {
  transition: opacity .5s;
  opacity: 0; }
  .module-select__module-enter-done {
    opacity: 1; }
  .module-select__module-enter-active {
    opacity: 1; }

.module-select__filter-warning {
  padding: 0 7px; }

.placeholder__module {
  min-height: 80px;
  min-width: 100%;
  margin-bottom: 1em;
  margin-top: 13px;
  display: flex;
  padding-left: 8px; }

.placeholder__module-column--right {
  margin-left: 1.5em;
  width: 100%; }

.placeholder__square {
  background: #e0e0e0;
  height: 11px;
  width: 11px; }

.placeholder__title {
  background: #e8e8e8;
  height: 13px;
  width: 40%;
  margin-bottom: .6em; }

.placeholder__text, .placeholder__text--short {
  background: #efefef;
  height: 13px;
  width: 80%;
  margin-bottom: .4em; }
  .placeholder__text--short {
    width: 50%; }

.wizard__device-wall {
  display: none; }
  @media screen and (max-width: 991px) {
    .wizard__device-wall {
      display: flex;
      flex-direction: column;
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      justify-content: center;
      align-items: center;
      background: white;
      z-index: 2; } }
  .wizard__device-wall .device-wall__image {
    max-width: 160px;
    width: 80%; }
  .wizard__device-wall .device-wall__text {
    padding: 2em;
    text-align: center; }
  .wizard__device-wall .device-wall__button.device-wall__button--no-margin {
    margin: 0; }

.survey-setup__close-project-btn {
  position: absolute;
  right: 17px;
  top: 17px; }

.funder-no-projects {
  height: 100% !important; }

.wizard-container__section, .wizard-container__section--left, .wizard-container__section--right {
  width: 50%;
  max-height: 100%;
  align-items: center;
  display: flex; }
  .wizard-container__section--left {
    padding: 5em;
    height: 100%;
    background: #E7F1F2;
    z-index: 1; }
  .wizard-container__section--right {
    width: 50%;
    height: 100%;
    background: #FAFAF7;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    z-index: 2; }
    .wizard-container__section--right h1 {
      font-size: 20px;
      line-height: 1.3em;
      font-family: MaaxMonoRegular;
      font-weight: 400;
      margin-bottom: 30px;
      text-align: center; }

.wizard-container {
  z-index: 9999;
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  align-items: center;
  background-color: #FAFAF7;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0px; }
  .wizard-container h2, .wizard-container p {
    margin-bottom: 30px; }
  .wizard-container h2 {
    font-family: MaaxMonoRegular;
    font-size: 20px;
    font-weight: 400; }
  .wizard-container h4 {
    font-weight: 20px !important;
    font-weight: bold; }
  .wizard-container li {
    margin-bottom: 16px; }
  .wizard-container ul {
    list-style-type: square;
    margin-bottom: 50px; }
  .wizard-container .wizard-stepper {
    width: 100%;
    margin-bottom: 30px;
    font-family: MaaxMonoRegular; }
  .wizard-container .investee-details-container {
    margin-top: 3em;
    justify-content: center;
    max-width: 25rem; }
    @media (min-width: 2000px) {
      .wizard-container .investee-details-container {
        max-width: 25vw; } }
  .wizard-container .form-group {
    margin-bottom: 8px; }
    @media (min-width: 2000px) {
      .wizard-container .form-group {
        margin-bottom: 1.5vw; } }
  .wizard-container .form-control {
    background-color: #F3F3EE;
    padding: 4px 10px 4px 10px;
    height: 3em; }
    @media (min-width: 2000px) {
      .wizard-container .form-control {
        font-size: 1vw;
        line-height: 1.25vw; } }

select.form-control:active {
  font-size: 14px;
  line-height: 20px;
  height: 4.75vh; }

.dropdown-toggle:after {
  content: none; }

.form-label {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 2px; }
  @media (min-width: 2000px) {
    .form-label {
      font-size: 1vw;
      line-height: 1.25vw; } }

.investee-journey {
  width: 100%;
  overflow: scroll;
  padding: 5em; }
  .investee-journey li {
    margin: 0 0 1em; }
  .investee-journey a {
    color: #000000;
    text-decoration: underline; }
    .investee-journey a:hover {
      cursor: pointer; }
  .investee-journey.step-4 {
    width: 100%; }
  .investee-journey.step-2 {
    padding: 0em;
    min-width: 100%; }

.choose-language__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .choose-language__container .choose-language__form {
    width: 50%; }

.form-text {
  color: #ff5a48;
  font-style: normal;
  margin-top: 1px;
  font-size: 12px;
  height: 14px; }
  @media (min-width: 2000px) {
    .form-text {
      font-size: 1vw;
      line-height: 1.25vw; } }

.wizard-nav {
  bottom: 0;
  align-items: center;
  width: 50%;
  height: 80px;
  padding-right: 0px;
  background-color: #FAFAF7;
  display: flex;
  justify-content: center;
  position: fixed; }
  .wizard-nav .db-button, .wizard-nav .user-management__email-btn {
    box-shadow: none;
    width: 155px !important;
    height: 35px; }
    @media (min-width: 2000px) {
      .wizard-nav .db-button, .wizard-nav .user-management__email-btn {
        font-size: 1vw;
        line-height: 1.25vw;
        width: 8vw;
        height: 2vw; } }
    .wizard-nav .db-button.back, .wizard-nav .back.user-management__email-btn {
      background-color: transparent;
      margin-left: 0px;
      margin-right: 0px; }
    .wizard-nav .db-button.next, .wizard-nav .next.user-management__email-btn {
      border-bottom: 1px solid #BFDADC;
      margin-right: 0px;
      margin-left: 0px; }
    .wizard-nav .db-button:disabled, .wizard-nav .user-management__email-btn:disabled {
      color: black; }
      .wizard-nav .db-button:disabled:hover, .wizard-nav .user-management__email-btn:disabled:hover {
        text-decoration: none; }
    .wizard-nav .db-button:focus, .wizard-nav .user-management__email-btn:focus {
      color: #5FA4A9; }

.dashboard .card, .survey-list-container .card {
  width: 100%;
  box-shadow: none;
  border: 1px solid #C7C8CA;
  border-radius: 0px;
  margin-top: 5px;
  margin-bottom: 10px; }
  .dashboard .card .row, .survey-list-container .card .row {
    margin-right: 0px;
    margin-left: 0px; }

.dashboard h1, .survey-list-container h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0px;
  font-family: MaaxMonoRegular; }

.dashboard .survey-image, .survey-list-container .survey-image {
  background-size: cover;
  background-position: center;
  min-height: 20vh; }
  .dashboard .survey-image .overlay-status-text, .survey-list-container .survey-image .overlay-status-text {
    color: blanchedalmond;
    background-color: black;
    position: absolute;
    top: 1px;
    left: 10px; }

.dashboard .survey-info .row, .survey-list-container .survey-info .row {
  margin-bottom: 30px; }

.dashboard .survey-name, .survey-list-container .survey-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin: 30px 0px 0px 0px; }

.dashboard .survey-meta-info, .survey-list-container .survey-meta-info {
  font-size: 14px; }
  .dashboard .survey-meta-info p, .survey-list-container .survey-meta-info p {
    margin: 0px; }

.investee-invite__container {
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.investee-invite__text-container {
  max-width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  align-items: top; }
  .investee-invite__text-container a {
    color: black;
    text-decoration: underline;
    text-decoration-color: black; }

.invite-investee__custom-message-container p {
  margin-bottom: 10px; }

.invite-investee__custom-message-container .form-control {
  font-size: inherit; }

.invite-investee__custom-message-container .form-label {
  font-size: inherit;
  margin-bottom: 10px; }

.invite-investee__custom-message-container .input {
  font-size: inherit;
  margin-bottom: 30px; }

.invite-investee__custom-message-container textarea.form-control {
  height: 170px;
  resize: none; }

.investee-invite__custom-message-form {
  display: none; }
  .investee-invite__custom-message-form--display {
    display: block; }

.investee-details__error-message {
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #ff5a48;
  border: 1px solid #ff5a48;
  background-color: #F3F3EE; }

.investee-invite__error-message {
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #ff5a48;
  border: 1px solid #ff5a48;
  background-color: #F3F3EE;
  font-style: normal; }

.survey-confirmation__container {
  width: 100%;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.survey-confirmation__module-container {
  overflow: scroll;
  height: calc(100% - 130px);
  display: flex;
  flex-direction: column; }

.wizard-nav--hide {
  display: none; }
  .wizard-nav--hide--display {
    display: block; }

.wizard-complete__container {
  text-align: center !important;
  width: 65%;
  margin: auto; }
  .wizard-complete__container h2 {
    margin-top: 30px; }
  .wizard-complete__container .db-button.btn-primary, .wizard-complete__container .btn-primary.user-management__email-btn {
    margin-right: 0px; }

.wizard-complete_paragraph-2 {
  opacity: 0;
  animation: opacity-fade-in 5s forwards; }

@keyframes opacity-fade-in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.terms-conditions h3 {
  margin-bottom: 50px; }

.terms-conditions p {
  margin-bottom: 40px; }

.terms-conditions li {
  margin-bottom: 16px; }

.terms-conditions ul {
  list-style-type: square;
  margin-bottom: 50px; }

.square_bullet__column {
  width: 35px;
  min-width: 35px; }

.square-bullet, .square-bullet--green, .square-bullet--yellow, .square-bullet--black {
  background: black;
  width: 12px;
  height: 12px;
  position: relative;
  top: 5px; }
  .square-bullet--green {
    background: #A1BA9E; }
  .square-bullet--yellow {
    background: #FFE389; }
  .square-bullet--black {
    background: #000000; }

.welcome-message {
  margin-bottom: 60px; }

.dashboard__section, .dashboard__section--header-funder, .dashboard__section--header-investee, .dashboard__section--draft, .dashboard__section--open, .dashboard__section--completed {
  padding: 90px 0px 30px 0px; }
  .dashboard__section h1, .dashboard__section--header-funder h1, .dashboard__section--header-investee h1, .dashboard__section--draft h1, .dashboard__section--open h1, .dashboard__section--completed h1 {
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 27px; }
  .dashboard__section h2, .dashboard__section--header-funder h2, .dashboard__section--header-investee h2, .dashboard__section--draft h2, .dashboard__section--open h2, .dashboard__section--completed h2 {
    font-family: MaaxMonoRegular;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px; }
    .dashboard__section h2.section-header__no-projects, .dashboard__section--header-funder h2.section-header__no-projects, .dashboard__section--header-investee h2.section-header__no-projects, .dashboard__section--draft h2.section-header__no-projects, .dashboard__section--open h2.section-header__no-projects, .dashboard__section--completed h2.section-header__no-projects {
      margin-bottom: 30px; }
  .dashboard__section .dashboard__section-header, .dashboard__section--header-funder .dashboard__section-header, .dashboard__section--header-investee .dashboard__section-header, .dashboard__section--draft .dashboard__section-header, .dashboard__section--open .dashboard__section-header, .dashboard__section--completed .dashboard__section-header, .dashboard__section .dashboard__section-header--no-projects, .dashboard__section--header-funder .dashboard__section-header--no-projects, .dashboard__section--header-investee .dashboard__section-header--no-projects, .dashboard__section--draft .dashboard__section-header--no-projects, .dashboard__section--open .dashboard__section-header--no-projects, .dashboard__section--completed .dashboard__section-header--no-projects {
    margin-left: -30px; }
    .dashboard__section .dashboard__section-header--no-projects, .dashboard__section--header-funder .dashboard__section-header--no-projects, .dashboard__section--header-investee .dashboard__section-header--no-projects, .dashboard__section--draft .dashboard__section-header--no-projects, .dashboard__section--open .dashboard__section-header--no-projects, .dashboard__section--completed .dashboard__section-header--no-projects {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .dashboard__section .dashboard__section-header--no-projects h2, .dashboard__section--header-funder .dashboard__section-header--no-projects h2, .dashboard__section--header-investee .dashboard__section-header--no-projects h2, .dashboard__section--draft .dashboard__section-header--no-projects h2, .dashboard__section--open .dashboard__section-header--no-projects h2, .dashboard__section--completed .dashboard__section-header--no-projects h2 {
        margin-bottom: 30px; }
  .dashboard__section--header-funder {
    background: #EBF2EB; }
  .dashboard__section--header-investee {
    background: #ffffff; }
  .dashboard__section--draft {
    background: #ffffff; }
  .dashboard__section--open {
    background: #FAFAF7; }
  .dashboard__section--completed {
    background: #FCF3DA; }
  .dashboard__section .ssp-dashboard__no-projects-text, .dashboard__section--header-funder .ssp-dashboard__no-projects-text, .dashboard__section--header-investee .ssp-dashboard__no-projects-text, .dashboard__section--draft .ssp-dashboard__no-projects-text, .dashboard__section--open .ssp-dashboard__no-projects-text, .dashboard__section--completed .ssp-dashboard__no-projects-text {
    min-height: 30px; }

.header__link {
  font-size: 14px;
  text-decoration: none;
  padding-right: 10px; }
  .header__link a {
    color: black;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 5px; }

.survey-item__details {
  display: flex;
  justify-content: space-between; }

.survey-item__container--inline .db-button.btn-primary, .survey-item__container--inline .btn-primary.user-management__email-btn {
  margin-right: 0px;
  margin-left: 15px;
  white-space: nowrap; }

.survey-item__container, .survey-item__container--inline {
  padding-left: 0px;
  padding-bottom: 5em; }
  .survey-item__container.col, .col.survey-item__container--inline {
    padding-left: 0px; }
  .survey-item__container .survey__column, .survey-item__container--inline .survey__column {
    justify-content: flex-end; }
  .survey-item__container .survey__title, .survey-item__container--inline .survey__title {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 3px; }
  .survey-item__container .survey__date, .survey-item__container--inline .survey__date {
    font-size: 14px !important; }
  .survey-item__container .survey__info p, .survey-item__container--inline .survey__info p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px; }
  .survey-item__container .survey__logo, .survey-item__container--inline .survey__logo {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .survey-item__container .survey__logo img, .survey-item__container--inline .survey__logo img {
      max-height: 50px;
      width: 100%;
      object-fit: contain;
      object-position: bottom right;
      margin-bottom: 4px; }
  .survey-item__container .survey__continue-setup__button-container, .survey-item__container--inline .survey__continue-setup__button-container {
    align-items: flex-start; }

.btn__continue-setup {
  font-size: 14px;
  width: 150px;
  text-align: left; }
  .btn__continue-setup:focus {
    box-shadow: none !important; }
  .btn__continue-setup:focus {
    color: #C7C8CA; }

.dashboard__create-project__button-container {
  min-width: 100px;
  padding-bottom: 26px; }
  .dashboard__create-project__button-container.investee {
    display: none; }
  .dashboard__create-project__button-container button.db-button, .dashboard__create-project__button-container button.user-management__email-btn {
    max-width: 100%; }

.open-projects__status-container {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: space-between; }

.open-projects__tick-green, .open-projects__cross-red {
  max-width: 20px; }

.open-projects__status-icon {
  min-height: 40px;
  padding-top: 15px;
  text-align: right;
  padding-right: 4px; }
  .open-projects__status-icon.responses {
    font-family: MaaxMonoRegular;
    font-size: 20px; }

.open-projects__status-text {
  width: 100%;
  font-size: 13px; }

.animation__container {
  max-height: 200px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }

.survey-dashboard__animation-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.dashboard-section__projects-container {
  justify-content: space-between; }
  .dashboard-section__projects-container .survey-item__container, .dashboard-section__projects-container .survey-item__container--inline {
    padding: 0px;
    margin-bottom: 60px;
    width: 40%; }

.draft-projects__btn-container, .completed-projects__btn-container {
  margin-top: 15px;
  margin-left: 0px;
  justify-content: space-between; }
  .draft-projects__btn-container .btn, .completed-projects__btn-container .btn {
    width: 45%;
    text-align: center; }
  .draft-projects__btn-container .btn__draft-survey, .draft-projects__btn-container .btn__completed-survey, .completed-projects__btn-container .btn__draft-survey, .completed-projects__btn-container .btn__completed-survey {
    font-size: 14px; }
    .draft-projects__btn-container .btn__draft-survey:focus, .draft-projects__btn-container .btn__completed-survey:focus, .completed-projects__btn-container .btn__draft-survey:focus, .completed-projects__btn-container .btn__completed-survey:focus {
      box-shadow: none !important;
      color: #C7C8CA; }
    .draft-projects__btn-container .btn__draft-survey.delete-survey, .draft-projects__btn-container .btn__draft-survey.download-data, .draft-projects__btn-container .btn__completed-survey.delete-survey, .draft-projects__btn-container .btn__completed-survey.download-data, .completed-projects__btn-container .btn__draft-survey.delete-survey, .completed-projects__btn-container .btn__draft-survey.download-data, .completed-projects__btn-container .btn__completed-survey.delete-survey, .completed-projects__btn-container .btn__completed-survey.download-data {
      background: none !important;
      background-color: none;
      border: 1px solid #FFCC29 !important; }
    .draft-projects__btn-container .btn__draft-survey img, .draft-projects__btn-container .btn__completed-survey img, .completed-projects__btn-container .btn__draft-survey img, .completed-projects__btn-container .btn__completed-survey img {
      max-height: 20px; }

@media screen and (max-width: 991px) {
  .draft-projects__btn-container .btn, .completed-projects__btn-container .btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .survey-item__container, .survey-item__container--inline {
    margin-bottom: 60px; }
    .survey-item__container .btn__continue-setup, .survey-item__container--inline .btn__continue-setup {
      margin-left: 30px;
      margin-bottom: 15px; }
  .dashboard__section--open {
    padding-bottom: 30px; }
  .animation__container {
    justify-content: center; } }

.dashboard__survey-counters {
  display: flex;
  margin-bottom: 20px; }
  .dashboard__survey-counters .header__survey-count {
    font-family: MaaxMonoRegular;
    font-size: 27px;
    line-height: 32px; }
  .dashboard__survey-counters .dashboard__survey-counter {
    padding-right: 2em;
    text-transform: uppercase; }

.stepper__title {
  font-size: 27px;
  line-height: 32px;
  font-weight: normal;
  padding-bottom: 1.5em;
  padding-top: 1em;
  letter-spacing: -1.5%; }
  @media (min-width: 2000px) {
    .stepper__title {
      font-size: 2vw;
      line-height: 2.25vw; } }

.stepper__optional-component {
  padding-top: 17px; }

.stepper__step .stepper__name {
  font-family: MaaxMonoRegular;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0em;
  margin-bottom: 0; }
  @media (min-width: 2000px) {
    .stepper__step .stepper__name {
      font-size: 1vw;
      line-height: 1.25vw; } }

.stepper__step .stepper__download-template {
  margin-top: 15px;
  height: 35px;
  padding: 0px 15px 0px 15px !important; }

.stepper__step .stepper__copy {
  border-left: 1px solid black;
  padding-left: 2em;
  margin-left: 12px;
  font-family: MaaxMonoRegular;
  font-size: 20px;
  line-height: 1.3em;
  padding-bottom: 1em;
  padding-top: .5em;
  max-width: 450px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 2000px) {
    .stepper__step .stepper__copy {
      font-size: 1.5vw;
      max-width: 80%;
      margin-left: .7vw;
      margin-top: 1vw;
      margin-bottom: 1vw;
      border-left: 2px solid black; } }
  .stepper__step .stepper__copy .cta {
    margin-top: 15px;
    font-family: UnionRegular;
    font-size: 16px; }
    .stepper__step .stepper__copy .cta span {
      color: #000000;
      text-decoration: underline; }
      .stepper__step .stepper__copy .cta span:hover {
        cursor: pointer; }

.stepper__step .stepper__copy-accordion {
  height: 0;
  overflow: hidden; }
  .stepper__step .stepper__copy-accordion--active {
    height: auto;
    overflow: hidden; }
  .stepper__step .stepper__copy-accordion--small {
    font-size: 16px; }
    @media (min-width: 2000px) {
      .stepper__step .stepper__copy-accordion--small {
        font-size: 1.25vw; } }
  .stepper__step .stepper__copy-accordion-button {
    border: none;
    background: transparent;
    text-decoration: underline; }
    .stepper__step .stepper__copy-accordion-button:focus {
      outline: none; }
    .stepper__step .stepper__copy-accordion-button--download {
      border-bottom: 1px solid #BFDADC;
      margin-right: 2em;
      margin-left: 0px; }

.stepper__step:last-child .stepper__copy {
  border-left: none; }

.stepper__number-and-name {
  display: flex;
  align-items: center; }

.stepper__number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
  font-family: MaaxMonoRegular;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 40px;
  border: 1px solid #FFCC29; }
  .stepper__step--active .stepper__number {
    background: #FFCC29; }
  @media (min-width: 2000px) {
    .stepper__number {
      font-size: 1vw;
      width: 1.5vw;
      height: 1.5vw; } }

.stepper__step--active {
  display: flex;
  flex-direction: column;
  align-content: center; }

.survey-setup__header {
  height: 100px; }

.survey-setup__module-count, .survey-setup__module-count--warning {
  margin-right: 30px; }
  .survey-setup__module-count--warning {
    color: #ff5a48; }

.survey-setup__header-row {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px; }
  .survey-setup__header-row:first-child {
    font-family: MaaxMonoRegular;
    padding-top: 25px;
    justify-content: space-between; }
  @media (min-width: 2000px) {
    .survey-setup__header-row {
      font-size: 1.25vw;
      padding-top: 2vw; } }

.survey-setup__container {
  width: 100%;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.survey-setup__module-selected-container {
  overflow-y: auto;
  height: calc(100% - 130px);
  display: flex;
  flex-direction: column; }

.survey-setup__view-legend {
  color: black;
  text-decoration: underline; }

.file-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .file-drop .file-drop__copy {
    width: 100%;
    text-align: left; }
    .file-drop .file-drop__copy p {
      margin-bottom: 40px; }
    .file-drop .file-drop__copy .bold-text {
      font-weight: bold;
      text-align: center;
      padding-top: 1em;
      margin-bottom: 20px; }
  .file-drop .file-drop__container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: black; }
  .file-drop .file-drop__container__copy {
    text-align: center; }
  .file-drop .file-drop__hidden-input {
    display: none; }
  .file-drop-target {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px dotted grey;
    width: 80%;
    height: 15em; }
    .file-drop-target.file-drop-dragging-over-target {
      border: 2px dotted black; }
    .file-drop-target .select-file-btn {
      height: 35px;
      margin-right: 0px !important; }

.file-drop__validation-error-table__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .file-drop__validation-error-table__container .cta {
    font-weight: bold;
    color: #000000;
    text-decoration: underline; }
    .file-drop__validation-error-table__container .cta:hover {
      cursor: pointer; }

.file-drop__error-button-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; }
  .file-drop__error-button-group .btn-primary {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0px !important; }

.file-drop__validation-error-warning {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.file-drop__validation-error-table {
  margin-bottom: 26px; }
  .file-drop__validation-error-table--table-header {
    border-bottom: 1px solid black; }
  .file-drop__validation-error-table--row1 {
    text-align: center; }
  .file-drop__validation-error-table--header2 {
    border-left: 1px solid black; }
  .file-drop__validation-error-table td {
    text-align: center;
    padding: 10px; }

.file-drop__status-validating {
  text-align: center; }

.investee-dashboard__welcome-carousel {
  background: white;
  position: fixed;
  height: 80vh;
  width: 80vw;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  border: none;
  box-shadow: -2px 2px 15px 1px rgba(150, 150, 150, 0.85); }
  .investee-dashboard__welcome-carousel .welcome-carousel__section, .investee-dashboard__welcome-carousel .welcome-carousel__section--left, .investee-dashboard__welcome-carousel .welcome-carousel__section--right {
    width: 50%;
    display: flex;
    justify-content: space-around; }
    .investee-dashboard__welcome-carousel .welcome-carousel__section--left {
      background: #FF8075;
      padding: 120px 50px 160px 20px; }
    .investee-dashboard__welcome-carousel .welcome-carousel__section--right {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }

.welcome-carousel__animated-square, .welcome-carousel__animated-square--one, .welcome-carousel__animated-square--two, .welcome-carousel__animated-square--three {
  width: 40px;
  height: 40px;
  background: black;
  transition: box-shadow .5s ease-out;
  box-shadow: 0px 0px 0 0px currentColor;
  transition-delay: .25s; }
  .welcome-carousel__animated-square--one {
    align-self: flex-end;
    background: #FAFAF7;
    color: #FAFAF7; }
  .welcome-carousel__animated-square--two {
    background: #F4D276;
    color: #F4D276; }
  .welcome-carousel__animated-square--three {
    align-self: center;
    background: #BFDADC;
    color: #BFDADC; }
  .welcome-carousel__animated-square--active {
    box-shadow: 0px 0px 0 20px currentColor; }

.welcome-carousel__paragraph {
  font-size: 20px;
  padding-bottom: 1em;
  line-height: 1.25em;
  max-width: 360px; }
  @media (max-width: 991px) {
    .welcome-carousel__paragraph {
      font-size: 16px; } }

.welcome-carousel__header {
  font-size: 27px;
  padding-bottom: 2em;
  line-height: 1.25em;
  max-width: 360px; }
  @media (max-width: 991px) {
    .welcome-carousel__header {
      font-size: 20px; } }

.welcome-carousel__button-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 100px;
  padding-bottom: 30px; }
  .welcome-carousel__button-container .db-button.welcome-carousel__button-skip, .welcome-carousel__button-container .welcome-carousel__button-skip.user-management__email-btn {
    background: transparent;
    text-decoration: underline;
    color: black;
    box-shadow: none; }

.welcome-carousel__text-container {
  padding: 17%;
  padding: 0px 17% 0px 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 2; }

.welcome-carousel__component-wrapper {
  animation: welcome-carousel__fadeIn .25s; }

@keyframes welcome-carousel__fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.welcome-carousel__step-indicator-container {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center; }
  .welcome-carousel__step-indicator-container .welcome-carousel__step-indicator, .welcome-carousel__step-indicator-container .welcome-carousel__step-indicator--active {
    border-radius: 30px;
    background: #E7F1F2;
    width: 12px;
    height: 12px;
    margin: 10px 10px 30px 10px; }
    .welcome-carousel__step-indicator-container .welcome-carousel__step-indicator--active {
      background: #C4C4C4; }

.welcome-carousel__link, .welcome-carousel__link--bold {
  color: #000;
  border-bottom: 1px solid black; }
  .welcome-carousel__link--bold {
    font-weight: bold; }
  .welcome-carousel__link:hover, .welcome-carousel__link--bold:hover {
    text-decoration: none;
    border-color: blue; }

.team-container {
  margin-top: 3em;
  justify-content: center;
  max-width: 25rem;
  margin-top: 90px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 2000px) {
    .team-container {
      max-width: 25vw; } }
  .team-container .submit-message {
    font-family: MaaxMonoRegular;
    font-weight: 400;
    margin: 60px 0px;
    text-align: center; }
  .team-container .form-group {
    margin-bottom: 8px; }
    @media (min-width: 2000px) {
      .team-container .form-group {
        margin-bottom: 1.5vw; } }
  .team-container .form-control {
    background-color: #F3F3EE;
    padding: 4px 10px 4px 10px;
    height: 3em; }
    @media (min-width: 2000px) {
      .team-container .form-control {
        font-size: 1vw;
        line-height: 1.25vw; } }
  .team-container select.form-control:active {
    font-size: 14px;
    line-height: 20px;
    height: 4.75vh; }
  .team-container .dropdown-toggle:after {
    content: none; }
  .team-container .form-label {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 2px; }
    @media (min-width: 2000px) {
      .team-container .form-label {
        font-size: 1vw;
        line-height: 1.25vw; } }
  .team-container .form-control:disabled {
    opacity: 0.5; }
  .team-container .db-button, .team-container .user-management__email-btn {
    margin: 0 auto !important;
    display: block; }
    .team-container .db-button.top, .team-container .top.user-management__email-btn {
      margin-bottom: 30px !important; }
  .team-container .file-drop .file-drop__container {
    padding: 0px 0px 20px 0px; }
  .team-container .file-drop-target {
    width: 100%; }
  .team-container .file-drop-target .select-file-btn {
    margin: 0 auto !important; }

.warning-modal .modal-header {
  padding-right: 2rem;
  padding-left: 2rem; }

.warning-modal .modal-content {
  min-height: 0px;
  background-color: #FFCC29;
  font-family: MaaxMonoRegular; }

.team-landing-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 10em;
  font-family: MaaxMonoRegular; }
  .team-landing-container.deliverable-upload {
    background-color: #E7F1F2; }
  .team-landing-container.user-management {
    background-color: #BFDADC; }
  .team-landing-container.ssp-management {
    background-color: #5FA4A9; }
  .team-landing-container.create-user {
    background-color: #E7F1F2; }
  .team-landing-container:hover {
    text-decoration: underline; }

.user-mgmt .hide {
  visibility: collapse; }

.user-mgmt .show {
  visibility: visible;
  border-bottom: 1px solid #e4e4e4;
  background-color: #E7F1F2; }

.user-mgmt .active {
  background-color: #E7F1F2; }

.user-mgmt table {
  font-size: 14px; }

.user-mgmt td {
  padding: 1rem .75rem; }

.user-mgmt thead tr:hover {
  background-color: #FAFAF7;
  cursor: default; }

.user-mgmt tbody tr:hover:nth-child(2n + 1) {
  background-color: #E7F1F2;
  cursor: pointer; }

.user-mgmt .pagination {
  display: flex;
  margin-bottom: 30px; }
  .user-mgmt .pagination .btn-primary a {
    color: #000000; }
  .user-mgmt .pagination .btn-primary:hover {
    background-color: none !important;
    text-decoration: underline; }
  .user-mgmt .pagination .btn-primary.active {
    background-color: none !important;
    text-decoration: underline; }

.ssp-admin-table__investee-terms {
  display: flex;
  justify-content: space-between; }

.create-user-response__container {
  text-align: center !important;
  width: 65%;
  margin-top: 5em; }
  .create-user-response__container h2, .create-user-response__container p {
    margin: 30px auto; }
  .create-user-response__container .db-button.btn-primary, .create-user-response__container .btn-primary.user-management__email-btn {
    margin: 0 auto !important; }

.tabs__wrapper, .tabs__wrapper--vertical {
  display: flex;
  margin-top: 16px;
  margin-bottom: 64px;
  align-items: center; }

.tabs__wrapper--vertical {
  flex-direction: column; }

.tab-select__item, .tab-select__item--active {
  margin: 4px 16px 4px 0;
  padding: 0;
  padding-bottom: 3px;
  background: none;
  border: none;
  color: #646464; }

.tab-select__item--active {
  color: #000000;
  font-weight: bold; }

.tab-select__item:hover:not(.tab-select__item--active), .tab-select__item--active:hover:not(.tab-select__item--active) {
  color: #969696; }

.tab__separator {
  margin-right: 16px;
  font-size: 1.5em;
  border-left: 1px solid #000000;
  display: block;
  height: 24px; }

.dashboard__tab-content, .dashboard__tab-content--no-padding {
  padding-top: 32px;
  padding-bottom: 32px;
  min-height: 500px;
  background: #EBF2EB; }

.dashboard__tab-content--no-padding {
  padding: 0; }

.dashboard__tab-content .deliverable-filters-container .db-button, .dashboard__tab-content--no-padding .deliverable-filters-container .db-button, .dashboard__tab-content .deliverable-filters-container .user-management__email-btn, .dashboard__tab-content--no-padding .deliverable-filters-container .user-management__email-btn {
  max-width: 100%; }

.dashboard__tab-content .deliverable-filters-container .deliverable-sort .filter-header, .dashboard__tab-content--no-padding .deliverable-filters-container .deliverable-sort .filter-header {
  padding-bottom: 14px; }

.powerbi-container {
  height: 700px; }

.dashboard__body-container {
  margin-top: 60px; }

.dashboard__body-container .tab-container .nav-pills .nav-link.active {
  background-color: transparent; }

.dashboard .dashboard__tab-header {
  margin-top: 0;
  max-width: 135px; }

.user-management__table-heading {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.user-management__table-body tr.inactive:nth-child(4n+3) {
  background-color: #F3F3EE; }
  .user-management__table-body tr.inactive:nth-child(4n+3):hover {
    background-color: #E7F1F2; }

.user-management__sort-buttons {
  display: flex;
  flex-direction: column; }

.user-management__sort-button, .user-management__sort-button--asc {
  border: none;
  background: none; }

.user-management__email-btn {
  color: black;
  background: #FAFAF7;
  text-align: center;
  margin-left: 0px !important; }
  .user-management__email-btn .disabled {
    background-color: #FAFAF7; }
  .user-management__email-btn img {
    max-height: 20px; }

.user-role__update-status, .user-role__update-status--success, .user-role__update-status--error {
  font-style: italic;
  padding-top: .2em;
  font-size: .9em;
  color: grey; }

.user-role__update-status--success {
  color: #527E46; }

.user-role__update-status--error {
  color: #FF8075; }

.background__colour--dark-green {
  background: #A1BA9E; }

.background__colour--green {
  background: #5AC257; }

.background__colour--light-green {
  background: #F1F5F0; }

.background__colour--cloud-light {
  background: #FAFAF7; }

.background__colour--cloud-medium {
  background: #F3F3EE; }

.background__colour--snowdrift {
  background: #EBF2EB; }

.background__colour--dusty-teal {
  background: #E7F1F2; }

.background__colour--dusty-teal-tint-one {
  background: #BFDADC; }

.background__colour--dusty-teal-tint-two {
  background: #5FA4A9; }

.background__colour--light-yellow {
  background: #FCF3DA; }

.background__colour--sun-yellow {
  background: #FFCC29; }

.background__colour--sun-yellow-dark {
  background: #EBAD05; }

.background__colour--active-blue {
  background: #E9F1F1; }

.table-row__expandable-details {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px; }

.expandable-details__column {
  flex-basis: 0;
  flex-grow: 1; }

.expandable-details__column:not(:first-child) {
  padding-left: 7px; }

.expandable-details__column:not(:last-child) {
  padding-right: 7px; }

.inline-list__item {
  padding-left: 14px;
  display: block; }
  .inline-list__item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #5f5f5f;
    display: inline-block;
    position: relative;
    left: -9px;
    top: -2px; }

.survey-state__figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 14px; }

.survey-state__figure-tooltip {
  display: none;
  position: absolute;
  left: -5em;
  top: 48px;
  color: #ebebeb;
  background: #353535;
  padding: 17px;
  width: 220px; }
  .survey-state__figure-tooltip::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 7px solid #E7F1F2;
    border-right: 7px solid #E7F1F2;
    border-bottom: 10px solid #353535;
    position: absolute;
    top: -10px;
    left: 7em; }

.surevy-state__figure-section:first-child .survey-state__figure-tooltip, .surevy-state__figure-section--active:first-child .survey-state__figure-tooltip {
  left: -0em; }
  .surevy-state__figure-section:first-child .survey-state__figure-tooltip::before, .surevy-state__figure-section--active:first-child .survey-state__figure-tooltip::before {
    left: 2em; }

.surevy-state__figure-section:last-child .survey-state__figure-tooltip, .surevy-state__figure-section--active:last-child .survey-state__figure-tooltip {
  left: auto;
  right: 0; }
  .surevy-state__figure-section:last-child .survey-state__figure-tooltip::before, .surevy-state__figure-section--active:last-child .survey-state__figure-tooltip::before {
    left: auto;
    right: 2em; }

.surevy-state__figure-section, .surevy-state__figure-section--active {
  border: 1px dashed #b1b7b8;
  padding: 4px 6px;
  font-size: .85em;
  position: relative; }
  .surevy-state__figure-section:before, .surevy-state__figure-section--active:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b1b7b9;
    position: absolute;
    bottom: -5px;
    left: 7px;
    border-top: 5px solid #e7f1f2;
    border-bottom: 5px solid #e7f1f2;
    border-left: 9px solid transparent; }
  .surevy-state__figure-section:after, .surevy-state__figure-section--active:after {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 24px; }
  .surevy-state__figure-section:hover, .surevy-state__figure-section--active:hover {
    cursor: default; }
  .surevy-state__figure-section:hover .survey-state__figure-tooltip, .surevy-state__figure-section--active:hover .survey-state__figure-tooltip {
    display: block;
    font-size: 1.1em; }

.surevy-state__figure-section--active {
  background-color: white;
  border: 1px solid #d1d1d1;
  color: black; }
  .surevy-state__figure-section--active:before {
    border-top-color: white; }

.surevy-state__figure-section--draft:before {
  background-color: #85DECD; }

.surevy-state__figure-section--funder:after {
  display: block;
  background-color: #9C8BFD;
  border-radius: 10px; }

.surevy-state__figure-section--investee:after {
  display: block;
  background-color: #e1c084;
  border-radius: 10px; }

.survey-state__next-state-arrow {
  max-height: 10px;
  max-width: 10px; }

.expandable-row__key-value {
  padding: 0px 14px;
  margin-bottom: 7px;
  background-color: rgba(255, 255, 255, 0.755); }

.expandable-row__value {
  display: inline-block;
  width: 100%;
  padding: 4px 0 7px; }

.expandable-row__key {
  cursor: default;
  width: 100%;
  border-bottom: 1px solid #dae4e6;
  padding: 4px 0 4px;
  font-size: .9em;
  margin-bottom: 4px;
  display: inline-block;
  color: #546163;
  font-weight: bold; }

.survey-status__legend-colour, .survey-status__legend-colour--arrow, .survey-status__legend-colour--draft, .survey-status__legend-colour--final, .survey-status__legend-colour--funder, .survey-status__legend-colour--investee {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 7px; }

.survey-status__legend-colour--arrow {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  border-left: 9px solid transparent; }

.survey-status__legend-colour--draft {
  background-color: #85DECD; }

.survey-status__legend-colour--final {
  background-color: #b1b7b9; }

.survey-status__legend-colour--funder {
  background-color: #9C8BFD;
  border-radius: 20px;
  width: 10px;
  height: 10px; }

.survey-status__legend-colour--investee {
  background-color: #e1c084;
  border-radius: 20px;
  width: 10px;
  height: 10px; }

.admin__open-in-new {
  max-height: 17px;
  color: blue; }

.admin__open-in-new svg {
  color: currentColor; }


/*# sourceMappingURL=styles.019e11d0.chunk.css.map*/