@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,800);
/*
 * react-circular-progressbar styles
 *
 * All of the styles in this file are optional and configurable!
 */
.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   *
   * If you're not using "display: flex", you can remove this style.
   */
  width: 100%;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.percentageOfCircleToShow is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?7acyqg");
  src: url("/assets/fonts/icomoon.eot?7acyqg#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?7acyqg") format("truetype"), url("/assets/fonts/icomoon.woff?7acyqg") format("woff"), url("/assets/fonts/icomoon.svg?7acyqg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-funding:before {
  content: "\e900";
  color: #e1e4e9;
}

.icon-what:before {
  content: "\e901";
}

.icon-where:before {
  content: "\e902";
  color: #e1e4e9;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-weight: 300;
  font-family: Nunito, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e1e4e9;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
}

h2 {
  line-height: 20px;
}
h2 span {
  font-size: 15px;
}

table {
  width: 100%;
}

.view-all {
  margin-top: 35px;
}

a.waves-effect, a.waves-light, a.waves-effect:active, a.waves-light:active {
  display: inherit !important;
}

.content-heading {
  padding: 20px 0px 20px 0px;
}

.sub-headings-h3 {
  padding: 10px 0px 10px 0px;
}

.privacy-content {
  width: 80% !important;
}

.container {
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper {
  min-height: calc(100vh - 215px);
  position: relative;
}
.wrapper > .container {
  padding: 30px 0;
  margin: 0 auto;
}

.vl-right {
  border-right: 1px solid #9fa3ad;
}

.bread-wrapper {
  background-color: #848484;
  margin-top: -20px;
  padding: 1px 0px 20px 0px;
  color: #fff;
}
.bread-wrapper .pull-right {
  margin-top: 12px;
}
.bread-wrapper a {
  color: #fff;
  margin: 0px 10px;
}

.project-points td {
  position: relative;
  padding: 10px 10px 10px 50px;
}
.project-points td i {
  position: absolute;
  left: 0px;
  top: 0px;
}
.project-points td p span {
  font-weight: 700;
}

.project-wrapper {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
.project-wrapper p span {
  font-weight: 700;
}

.dark-wrapper {
  background-color: #848484;
}

.project-head-wrapper {
  padding: 20px 0px;
}

.page-wrapper {
  padding: 50px 0px;
  margin-top: -20px;
}

.image-gal-wrapper {
  margin-bottom: 30px;
}
.image-gal-wrapper .big-img {
  margin: 15px 0px 15px 0px;
  height: 487px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.image-gal-wrapper .big-img .next {
  right: 20px;
}
.image-gal-wrapper .big-img .back {
  left: 20px;
}
.image-gal-wrapper .big-img .next, .image-gal-wrapper .big-img .back {
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  cursor: pointer;
}
.image-gal-wrapper .small-img div {
  height: 150px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.breadcrumbs-wrapper {
  padding: 2px 0px;
  margin-top: -20px;
  color: #fff;
}

.search-block {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.search-block li {
  padding: 0 3px;
  display: inline-flex;
}
.search-block label {
  display: grid;
  font-weight: 300;
}
.search-block input[type=checkbox] {
  margin: auto;
}

.project-block {
  background-color: #fff;
  padding: 15px 150px 15px 225px;
  border-radius: 15px;
  margin: 0px 0px 20px 0px;
  position: relative;
  height: 200px;
}
.project-block img {
  border-radius: 15px 0px 0px 15px !important;
  height: 200px !important;
  width: 200px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.project-block h3 {
  line-height: 16px;
  margin: 10px 0px 10px 0px;
}
.project-block h3 span {
  font-size: 10px;
  font-weight: 100;
}
.project-block ul {
  padding: 0px 15px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.project-block .read-more {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.project-block .progress-wrap {
  position: absolute;
  top: 20px;
  right: 25px;
}
.project-block .progress-wrap .progress {
  width: 50px;
  height: 50px;
  line-height: 100px;
}
.project-block .progress-wrap .progress .progress-value {
  background: none;
  font-size: 24px;
  color: #323232;
  line-height: 80px;
}
.project-block .progress-wrap .progress .progress-bar {
  border-width: 6px;
}
.project-block .progress-wrap .progress .progress-value {
  font-size: 13px;
  line-height: 45px;
}

.strategy-block {
  padding: 15px 15px 15px 105px;
  position: relative;
  height: 80px;
  margin-bottom: 15px;
}
.strategy-block img {
  border-radius: 40px;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.criteria-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.criteria-block .progress-wrap {
  position: relative;
  padding: 0px 0px 0px 130px;
  height: 80px;
}
.criteria-block .progress-wrap .progress {
  position: absolute;
  left: 0px;
  height: 80px;
  top: 0px;
  width: 80px;
}

.directors-wrapper {
  margin-bottom: 15px;
}
.directors-wrapper .director div {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 225px;
}

.profile-block {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 30px;
}
.profile-block table tr td {
  padding-bottom: 10px;
}

.page-header-wrapper {
  padding: 15px 15px 15px 125px;
  position: relative;
}
.page-header-wrapper img {
  border-radius: 50px;
  height: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-header-wrapper h1 {
  float: left;
  line-height: 25px;
  padding: 0px 100px 0px 0px;
  margin: 10px 10px 10px 10px;
}
.page-header-wrapper h1 span {
  font-size: 18px;
}
.page-header-wrapper a {
  margin: 15px 10px;
}

.content-container {
  width: 50%;
  margin: auto;
  padding: 30px;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.font-weight-bold {
  font-weight: bold;
}

/* Header */
.navbar-default {
  border: none !important;
}

.navbar {
  height: 108px !important;
  border-top: solid 8px #e86820 !important;
  background: #323232;
  margin-bottom: 0;
}
.navbar ul.navbar-nav li a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #177cc2;
  font-family: Nunito, Roboto, sans-serif;
  overflow: visible;
}
.navbar ul.navbar-nav li a:hover {
  color: #e86820;
  color: #e86820;
}
.navbar .active > a {
  background-color: transparent !important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #e86820 !important;
  font-family: Nunito, Roboto, sans-serif;
  overflow: visible;
}
.navbar .active > a:after {
  content: "";
  width: 80%;
  border-bottom: solid 2px #e86820;
  height: 10px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-collapse a:hover:after {
  content: "";
  width: 80%;
  border-bottom: solid 2px #e86820;
  height: 10px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-right li a {
  color: #fff !important;
}
.navbar-right li a:hover {
  color: #e86820 !important;
}
.navbar-right li:nth-child(2):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  right: 0;
  top: 21px;
  background: #fff;
}
.navbar-right li:nth-child(4) {
  background: #e86820;
  border: solid 2px #e86820;
  border-radius: 10px;
  margin: 13px 10px 0px 18px;
}
.navbar-right li:nth-child(4) a {
  color: #323232 !important;
  line-height: 10px !important;
}
.navbar-right li:nth-child(4) a:hover {
  color: #e86820 !important;
}
.navbar-right li:nth-child(4) a:hover:after {
  content: none !important;
}
.navbar-right li:nth-child(4):hover {
  background: transparent;
  border: solid 2px #e86820;
}
.navbar-right li.dropdown {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.navbar-right li.dropdown a {
  color: #e86820 !important;
  padding: 0 !important;
}
.navbar-right li.dropdown a:hover, .navbar-right li.dropdown a:active, .navbar-right li.dropdown a:focus {
  background: transparent !important;
}
.navbar-right li.dropdown a img {
  border-radius: 50%;
  border: solid 2px #e86820;
  background: #e86820;
  margin: 0 10px;
}
.navbar-right li.dropdown a img.profile-icons {
  border-radius: 0;
  border: none;
  background: none;
  margin: 0;
  position: relative;
  top: -2px;
  padding-right: 5px;
}
.navbar-right li.dropdown ul.dropdown-menu {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  width: 280px;
  height: 310px;
  position: absolute;
  top: 80px;
  border: none !important;
}
.navbar-right li.dropdown ul.dropdown-menu li a {
  height: 35px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 21px;
  color: #fff !important;
  text-align: left !important;
  margin: 10px;
  padding: 12px !important;
}
.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
}
.navbar-right li.dropdown ul.dropdown-menu li:nth-child(3) {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
}
.navbar-right li.dropdown ul.dropdown-menu span.divider {
  display: block;
  background: rgba(0, 0, 0, 0.15) !important;
}
.navbar-right li.dropdown ul.dropdown-menu span.profile-details {
  display: block;
  padding-top: 15px;
  min-height: 68px;
}
.navbar-right li.dropdown ul.dropdown-menu span.profile-details img {
  border-radius: 50%;
  border: solid 2px #e86820;
  background: #e86820;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  position: relative;
  top: -10px;
  float: left;
}
.navbar-right li.dropdown ul.dropdown-menu span.profile-details span.name {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  display: block;
}
.navbar-right li.dropdown ul.dropdown-menu span.profile-details span.email {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  display: block;
}

.fa-angle-down:before {
  font-size: 23px;
  position: relative;
  top: 4px;
  border: none !important;
}

@media (min-width: 768px) {
  .navbar-left {
    padding-left: 40px;
  }
}
.header-logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  min-height: 155px;
  width: 100%;
  background-color: #323232;
  color: #fff;
  position: relative;
}
.footer .footer-top {
  margin-bottom: 30px;
  margin-top: 60px;
}
.footer .footer-top .footer-logo {
  text-align: center;
  display: block;
  height: 100%;
  padding: 50px 0;
}
.footer .footer-top .footer-logo span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #323232;
  display: block;
  padding-top: 10px;
}
.footer .footer-top .footer-logo img {
  width: 225px;
  height: auto;
}
.footer .footer-top h5 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}
.footer .footer-top p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  padding-right: 35px;
}
.footer .footer-top .fa {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.footer .footer-top .fa:hover {
  background: #323232;
  color: #fff;
}
.footer .footer-top .fa-facebook {
  background: #3b5998;
  padding-left: 14px;
}
.footer .footer-top .fa-twitter {
  background: #177cc2;
  padding-left: 11px;
}
.footer .footer-top .fa-linkedin {
  background: #1379b3;
  padding-left: 11px;
}
.footer .footer-top .fa-instagram {
  background-image: linear-gradient(to bottom, #6454ce, #864bc4, #9f42b7, #b339a9, #c33099, #d22b8c, #de2a7e, #e72f6f, #f23b5e, #f84b4d, #fa5e3a, #f87125);
  padding-left: 11px;
}
.footer .copyright {
  background-color: #1C2D4F;
  height: 50px;
  color: #323232;
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  display: block;
  position: relative;
}
.footer .copyright p.text-center {
  position: relative;
  top: 14px;
  margin: 0;
}

.page-wrapper {
  margin-top: 0px;
}

.report-frame-wrapper {
  height: 1300px;
  width: 100%;
  border: none;
  overflow: hidden;
}

.breadcrumbs-header {
  height: 60px;
  background: #323232;
  position: relative;
  z-index: 88;
}
.breadcrumbs-header .container {
  margin: 0 auto;
  align-items: flex-end;
  display: flex;
  padding: 8px 0;
}
.breadcrumbs-header span.title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  display: inline;
  position: relative;
  top: 6px;
}
.breadcrumbs-header span.breadcrumbs {
  line-height: 14px;
  color: #fff;
  margin-left: 30px;
}
.breadcrumbs-header span.breadcrumbs a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.content-page-header {
  height: 300px;
  background: url("/assets/images/profile-header.png");
  background-position: center;
  background-size: cover;
}
.content-page-header span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #e86820;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.content-page-header span.main-heading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #e86820;
}
.content-page-header span.subheading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}
.content-page-header div.heading-container {
  position: relative;
  top: 104px;
}

.content-pages .content-container {
  width: 100%;
  background: transparent;
}
.content-pages p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #323232;
}
.content-pages form.content-container {
  background: #fff !important;
  width: 60% !important;
  margin-top: -90px;
}

.profile-block-pagination div.pagination {
  margin: -5px 0;
}

.profile-block {
  background: #1C2D4F;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.profile-block h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
}
.profile-block p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #9fa3ad;
  margin-bottom: 25px;
}
.profile-block table tr td {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0;
}
.profile-block table tr td a {
  text-decoration: none !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #177cc2;
}
.profile-block table tr td:first-child {
  width: 35px;
  padding: 10px 0;
}
.profile-block h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #9fa3ad;
}
.profile-block .btn-success {
  margin-top: 20px;
}

.profile-block.implementor p {
  margin-bottom: 20px;
}
.profile-block.implementor .strategy-block {
  min-height: 66px;
  padding: 11px 15px 15px 56px;
}
.profile-block.implementor .strategy-block.developmental-stage:before, .profile-block.implementor .strategy-block.focus-area:before, .profile-block.implementor .strategy-block.primary-impact:before, .profile-block.implementor .strategy-block.scope:before {
  width: 40px;
  height: 40px;
}
.profile-block.implementor .strategy-block.developmental-stage:after, .profile-block.implementor .strategy-block.focus-area:after, .profile-block.implementor .strategy-block.primary-impact:after, .profile-block.implementor .strategy-block.scope:after {
  width: 40px;
  height: 40px;
  background-size: 24px auto;
}

.profile-block-top.key-contact {
  background: #1C2D4F;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
  padding: 20px;
}
.profile-block-top.key-contact h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  color: #fff;
}
.profile-block-top.key-contact img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 4px #e86820;
  background: #e86820;
  margin-right: 10px;
}
.profile-block-top.key-contact h3 {
  margin-bottom: 25px;
}
.profile-block-top.key-contact span.key-container {
  display: inline-block;
  position: absolute;
  padding-top: 20px;
}
.profile-block-top.key-contact span.contact-name {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  color: #9fa3ad;
  display: block;
  text-transform: capitalize;
}
.profile-block-top.key-contact span.organisation {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 31px;
  color: #9fa3ad;
  display: block;
  position: relative;
  top: -5px;
}
.profile-block-top.key-contact span.title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9fa3ad;
  display: block;
  position: relative;
  top: -10px;
}

.profile-block-bottom.contact-details {
  background: #323232;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.profile-block-bottom.contact-details span.heading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #9fa3ad;
  padding: 10px 0;
}
.profile-block-bottom.contact-details span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  padding: 5px 0 5px 35px;
}
.profile-block-bottom.contact-details span.tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/images/contact-phone.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 5px;
}
.profile-block-bottom.contact-details span.email:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/images/contact-email.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 5px;
}
.profile-block-bottom.contact-details span.website:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/images/contact-website.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 5px;
}
.profile-block-bottom.contact-details .btn {
  margin-top: 20px;
}

.strategy-block {
  height: inherit;
  margin-bottom: 0;
  display: block;
}
.strategy-block p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
}
.strategy-block h5 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #9fa3ad;
  margin-top: -21px;
}

.strategy-block.top-matches {
  padding: 15px 15px 15px 102px;
}
.strategy-block.top-matches img {
  width: 87px !important;
  height: 87px !important;
  border-radius: 50%;
}
.strategy-block.top-matches h5 {
  margin-bottom: 0;
  margin-top: -21px;
}
.strategy-block.top-matches span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.strategy-block.developmental-stage span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strategy-block.developmental-stage:before {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.strategy-block.developmental-stage:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url("/assets/images/development-stage.png") no-repeat center;
  position: absolute;
  left: 0;
}

.strategy-block.matching-criteria {
  min-height: 65px;
  padding: 15px 15px 15px 13px;
}
.strategy-block.matching-criteria span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strategy-block.matching-criteria:after {
  content: "";
  width: 33px;
  height: 33px;
  background: url("/assets/images/match-check.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.strategy-block.matching-criteria p {
  margin: 0 0 17px;
}

.strategy-block.focus-area span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strategy-block.focus-area:before {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.strategy-block.focus-area:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url("/assets/images/focus-area.png") no-repeat center;
  position: absolute;
  left: 0;
}

.strategy-block.primary-impact span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strategy-block.primary-impact:before {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.strategy-block.primary-impact:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url("/assets/images/primary-impact.png") no-repeat center;
  position: absolute;
  left: 0;
}

.strategy-block.scope span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.strategy-block.scope:before {
  content: "";
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.strategy-block.scope:after {
  content: "";
  width: 90px;
  height: 90px;
  background: url("/assets/images/scope.png") no-repeat center;
  position: absolute;
  left: 0;
}

.btn-success {
  background: #323232;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.btn-success:hover {
  background: #177cc2 !important;
}
.btn-success:active, .btn-success:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none;
}

.profile-pages {
  margin-top: 40px;
}
.profile-pages #donor h2 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: normal;
  color: #323232;
}
.profile-pages h2 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  color: #323232;
}
.profile-pages h2 span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  color: #323232;
  display: block;
}
.profile-pages div.no-visitors {
  background: rgba(58, 238, 181, 0.2);
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 274px;
  margin-top: 30px;
  position: relative;
}
.profile-pages div.no-visitors span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.1em;
  color: #323232;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#about .contact-block {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
#about .contact-block h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 5px;
  color: rgba(15, 29, 57, 0.6);
}
#about .contact-block img {
  padding-right: 10px;
  width: 25px;
}
#about .contact-block p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: normal !important;
  padding: 5px 0;
  color: rgba(15, 29, 57, 0.6) !important;
}

.project-page .header {
  padding-bottom: 1px;
}
.project-page .header h1 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 69px;
  color: #323232;
}
.project-page .header p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 4px;
  padding-bottom: 20px;
  display: block;
  color: #2c3e50;
}
.project-page div.share-this-project {
  min-height: 139px;
}
.project-page div.share-this-project span.title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: block;
  color: #323232;
  padding-top: 14px;
  padding-bottom: 16px;
}
.project-page div.share-this-project span.share-icons img {
  padding-right: 12px;
}
.project-page .profile-block-top.project p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  padding-bottom: 20px;
}
.project-page .profile-block-top.project h3 {
  margin-bottom: 5px;
}
.project-page .profile-block-top.project p.progress-info {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9fa3ad;
  padding-top: 20px;
}
.project-page .profile-block-top.project .progress:after {
  border: none !important;
}
.project-page .profile-block-top.project .progress-value {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  color: rgba(58, 238, 181, 0.7);
  line-height: 70px !important;
  color: #25a8e3;
  background: none !important;
}
.project-page .profile-block-top.project span.match {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  top: 53px;
  left: 24px;
  position: absolute;
  color: rgba(58, 238, 181, 0.7);
}
.project-page .profile-block-top.project .progress-wrap {
  right: inherit;
  width: inherit;
  height: inherit;
}
.project-page .profile-block-top.project .progress-wrap .progress {
  height: 100px;
  width: 100px;
}
.project-page .profile-block-top.project .progress.blue .progress-bar {
  border-color: #177cc2;
  border-width: 12px;
}
.project-page .profile-block-top.project span.progress-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
  display: block;
  position: relative;
  top: -11px;
}
.project-page .profile-block-top.project .progress-value {
  line-height: 40px;
  position: relative;
  top: 7px;
}

.incomplete {
  margin-bottom: 30px;
}
.incomplete td {
  padding: 10px 0 !important;
}

.content-pages-wrapper {
  background: #fff !important;
  width: 60% !important;
  margin-top: -90px;
  margin: auto;
  padding: 30px;
  border-radius: 25px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #323232;
  height: 100%;
  text-align: center;
  margin-top: -100px;
}
.content-pages-wrapper img {
  text-align: center;
  display: block;
  width: 100px;
  margin: 0 auto;
}
.content-pages-wrapper span {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Buttons */
.btn-login {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #848484;
}

.edit-links-block > a {
  margin: 10px;
}

/* The container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  border: 10px solid #848484;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 23px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #9fa3ad;
}

.remember-me .checkmark {
  top: -4px;
  margin-left: -62px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #323232;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remember-me .check-container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 7px;
  height: 13px;
}

/*form styles*/
#msform {
  position: relative;
  margin-top: 30px;
  z-index: 100;
}
#msform .btn-primary {
  line-height: 40px !important;
}
#msform fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 25px;
  box-shadow: none;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #9fa3ad;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: Nunito, Roboto, sans-serif;
  color: #2c3e50;
  font-size: 16px;
}

.form-signin .checkbox label {
  padding-left: 34px;
  padding-top: 3px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  width: 14%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #e1e4e9;
  background: #e1e4e9;
  border-radius: 25px;
  margin: 0 auto 10px auto;
  text-align: center;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #e1e4e9;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #323232;
  color: #323232;
}

.progress:not(.uploading) {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:not(.uploading):after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress:not(.uploading) > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress:not(.uploading) .progress-left {
  left: 0;
}

.progress:not(.uploading) .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress:not(.uploading) .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress:not(.uploading) .progress-right {
  right: 0;
}

.progress:not(.uploading) .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress:not(.uploading) .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #2c3e50;
  font-size: 24px;
  color: #fff;
  line-height: 90px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: #177cc2;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #eeac42;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #cfa561;
}

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #25a8e3;
}

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}
#msform input, .form-signin input {
  background: #e1e4e9;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  outline: none !important;
}
#msform input:focus, .form-signin input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #9fa3ad !important;
}
#msform textarea, .form-signin textarea {
  background: #e1e4e9;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
  height: 150px;
  outline: none !important;
}
#msform textarea:focus, .form-signin textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #9fa3ad !important;
}
#msform select, .form-signin select {
  -webkit-appearance: none;
  background: #e1e4e9;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  outline: none !important;
}
#msform select:focus, .form-signin select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #9fa3ad !important;
}
#msform input.error, .form-signin input.error {
  border: solid 1px red;
  background: url("/assets/images/error.png") no-repeat right;
}
#msform input.success, .form-signin input.success {
  border: solid 1px #323232;
  background: url("/assets/images/correct.png") no-repeat right;
}
#msform input.success.dateselector, .form-signin input.success.dateselector {
  border: solid 1px #323232;
  background: none !important;
}
#msform label, .form-signin label {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  color: #2c3e50;
}
#msform label.error, .form-signin label.error {
  color: red;
}
#msform label.success, .form-signin label.success {
  color: #323232;
}
#msform .btn-primary, .form-signin .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 40%;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 50px auto 25px auto;
  cursor: pointer;
  outline: none !important;
}
#msform .btn-primary:hover, .form-signin .btn-primary:hover {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
}
#msform .btn-primary:active, #msform .btn-primary:focus, .form-signin .btn-primary:active, .form-signin .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}
#msform .form-footer-privacy-above-button, .form-signin .form-footer-privacy-above-button {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-top: 27px;
  line-height: 26px;
  margin-bottom: -20px;
  text-align: center;
  color: #2c3e50;
}
#msform .form-footer-privacy-above-button a, .form-signin .form-footer-privacy-above-button a {
  color: #323232;
  text-decoration: underline;
  font-weight: bold;
}
#msform .form-footer-privacy, .form-signin .form-footer-privacy {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2c3e50;
}
#msform .form-footer-privacy a, .form-signin .form-footer-privacy a {
  color: #323232;
  text-decoration: underline;
  font-weight: bold;
}

form.content-container, form.form-signin {
  width: 60%;
  border-radius: 25px;
  margin-top: 40px;
}
form.content-container h1, form.content-container h2, form.form-signin h1, form.form-signin h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #323232;
  margin-bottom: 40px;
}
form.content-container span.required-intro, form.form-signin span.required-intro {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #848484;
  padding-bottom: 20px;
}
form.content-container .forgot-pass, form.form-signin .forgot-pass {
  float: right;
  display: inline-block;
}
form.content-container .forgot-pass a, form.form-signin .forgot-pass a {
  color: #323232;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
form.content-container .remember-me, form.form-signin .remember-me {
  display: inline-block;
}

form.form-signin {
  width: 60%;
}

.registration {
  width: 60%;
  border-radius: 25px;
  position: relative;
  z-index: 100;
  padding: 30px 30px 60px 30px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.registration h1, .registration h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #323232;
  margin-bottom: 40px;
}
.registration .donor a.btn-primary {
  background: #fff;
  border: 2px solid #9fa3ad;
  box-sizing: border-box;
  color: #9fa3ad;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.registration .donor a.btn-primary span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.registration .donor a.btn-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/donor-icon.png") no-repeat center;
  left: 0;
  top: 0;
}
.registration .donor a.btn-primary:hover {
  background: #addef5 !important;
  border: solid 2px #323232 !important;
  color: #323232 !important;
}
.registration .donor a.btn-primary:hover:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/assets/images/organisation-check.png") no-repeat center;
  left: 26px;
  top: 20px;
}
.registration .donor a.btn-primary:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/donor-icon-hover.png") no-repeat center;
  left: 0;
  top: 0;
}
.registration .implementor a.btn-primary {
  background: #fff;
  border: 2px solid #9fa3ad;
  box-sizing: border-box;
  color: #9fa3ad;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.registration .implementor a.btn-primary span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.registration .implementor a.btn-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/implementor-icon.png") no-repeat center;
  left: 0;
  top: 0;
}
.registration .implementor a.btn-primary:hover {
  background: #addef5 !important;
  border: solid 2px #323232 !important;
  color: #323232 !important;
}
.registration .implementor a.btn-primary:hover:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/assets/images/organisation-check.png") no-repeat center;
  left: 26px;
  top: 20px;
}
.registration .implementor a.btn-primary:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/implementor-icon-hover.png") no-repeat center;
  left: 0;
  top: 0;
}
.registration .non-org a.btn-primary {
  background: #fff;
  border: 2px solid #9fa3ad;
  box-sizing: border-box;
  color: #9fa3ad;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.registration .non-org a.btn-primary span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.registration .non-org a.btn-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/no-org.png") no-repeat center;
  left: 0;
  top: 0;
}
.registration .non-org a.btn-primary:hover {
  background: #addef5 !important;
  border: solid 2px #323232 !important;
  color: #323232 !important;
}
.registration .non-org a.btn-primary:hover:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/assets/images/organisation-check.png") no-repeat center;
  left: 26px;
  top: 20px;
}
.registration .non-org a.btn-primary:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/no-org-over.png") no-repeat center;
  left: 0;
  top: 0;
}

.back a.btn-primary {
  width: 168px;
  height: 60px;
  background: transparent !important;
  border: solid 1px #9fa3ad !important;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9fa3ad;
  margin: 0 auto;
}
.back a.btn-primary img {
  position: relative;
  top: -2px;
  left: -2px;
}

img.info {
  position: absolute;
  right: 18px;
  top: 142px;
  cursor: pointer;
}

.popover {
  border: solid 1px #323232;
  background: #addef5;
  color: #177cc2;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  max-width: 208px;
}

.popover.right > .arrow {
  border-right-color: #323232;
}

.popover.right > .arrow:after {
  border-right-color: #addef5;
}

.form-group {
  position: relative;
}
.form-group .fa-caret-down {
  position: absolute;
  top: 42px;
  right: 20px;
}

.funky-input {
  height: 20px !important;
  width: 20px !important;
  left: 20px !important;
  top: 17px !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
  height: 50px;
  outline: none !important;
  color: #848484;
}

.special-input .input-group-prepend {
  margin-bottom: 40px;
}
.special-input .form-control {
  width: 50% !important;
  border-radius: 0px 10px 10px 0px !important;
}

.currency {
  position: absolute;
  left: 15px;
  top: 32px;
  font-family: Nunito, Roboto, sans-serif;
  color: #2c3e50;
  font-size: 16px;
}

.currency_in {
  padding-left: 30px !important;
}

.currency-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-45%);
}
.currency-label + input {
  padding-left: 25px;
}

nav .nav-tabs {
  border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize !important;
  color: #323232 !important;
  padding: 18px 60px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  height: 60px;
  margin-right: 5px;
}
.nav-tabs > li.active > a img, .nav-tabs > li.active > a:focus img, .nav-tabs > li.active > a:hover img {
  padding-right: 7px;
  position: relative;
  top: -3px;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize !important;
  color: rgba(0, 0, 0, 0.15) !important;
  padding: 18px 60px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  height: 60px;
  margin-right: 5px;
}
.nav-tabs > li > a img, .nav-tabs > li > a:focus img, .nav-tabs > li > a:hover img {
  padding-right: 7px;
  position: relative;
  top: -3px;
}

.tab-content {
  background: #fff;
  margin-top: -1px;
  border-radius: 0 10px 10px 10px;
  padding: 30px 40px;
}
.tab-content h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: normal;
  color: #323232;
  margin-bottom: 17px;
}
.tab-content p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #323232;
}
.tab-content table.project-points {
  margin: 45px 0;
}
.tab-content table.project-points td {
  padding: 10px 10px 10px 0;
}
.tab-content table.project-points p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(15, 29, 57, 0.6);
}
.tab-content table.project-points p span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #323232;
}
.tab-content table.project-points p.exact-match {
  padding-left: 55px;
}
.tab-content table.project-points p.exact-match:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #323232;
  border-radius: 50%;
  left: 0;
}
.tab-content table.project-points p.strategy-development-stage:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/assets/images/strategy-development-stage.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-content table.project-points p.strategy-location-scope:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/assets/images/strategy-location-scope.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-content table.project-points p.strategy-focus-area:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/assets/images/strategy-focus-area.png) no-repeat center;
  position: absolute;
  left: 0;
  margin-top: -27px;
  top: 50%;
}
.tab-content table.project-points p.strategy-location:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/assets/images/strategy-location.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-content table.project-points p.strategy-primary-impact:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/assets/images/strategy-primary-impact.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-content table.project-points p.match {
  padding-left: 55px;
}
.tab-content table.project-points p.match:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  left: 0;
}
.tab-content table.project-points.finance {
  margin: 0 0 45px 0;
}
.tab-content .tab-pane h5 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  color: #323232;
  margin-top: 30px;
  margin-bottom: 0;
}

.coming-soon-container {
  background: url("/assets/images/full-network-coming-soon.jpg") no-repeat center;
  height: 100vh;
  width: 100%;
  margin-bottom: -60px;
}
.coming-soon-container .coming-soon {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 73px;
}
.coming-soon-container .coming-soon span {
  display: block;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 66px;
  line-height: 126px;
  text-align: center;
  color: #fff;
}
.coming-soon-container .coming-soon .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 325px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 20px auto 25px auto;
  cursor: pointer;
  outline: none !important;
}
.coming-soon-container .coming-soon .btn-primary a {
  color: #fff !important;
  text-decoration: none !important;
}
.coming-soon-container .coming-soon .btn-primary:hover {
  background: #177cc2 !important;
  border: solid 1px #177cc2 !important;
}
.coming-soon-container .coming-soon .btn-primary:active, .coming-soon-container .coming-soon .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}

form .search-block {
  padding: 0;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}
form .search-block h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  color: #323232;
  margin: 0 !important;
  padding: 25px 0 0 30px;
}
form .search-block span.subheading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #323232;
  padding: 0 45px;
  display: block;
  margin-bottom: 30px;
}
form .search-block .tab-content {
  background: rgba(0, 0, 0, 0.15) !important;
  border-radius: 0 !important;
  margin-bottom: -22px;
  margin-top: 22px;
  position: relative;
  top: -22px;
  padding: 30px 40px 25px 30px;
}
form .search-block .nav-tabs > li.active > a {
  width: 150px;
  height: 59px;
  background: #F1F2F3;
  border-radius: 10px 10px 0 0;
  padding: 17px 40px;
}
form .search-block .nav-tabs > li.active > a span {
  font-size: 21px;
}
form .search-block .nav-tabs > li.active > a span:before {
  position: relative;
  right: 10px;
  top: 3px;
  color: #323232;
}
form .search-block .nav-tabs > li > a {
  width: 150px;
  height: 59px;
  padding: 17px 40px;
}
form .search-block .nav-tabs > li > a span {
  font-size: 21px;
}
form .search-block .nav-tabs > li > a span:before {
  position: relative;
  right: 10px;
  top: 3px;
}
form .search-block .btn-default {
  margin-top: -64px;
  position: relative;
}
form .search-block button.min-max {
  background: none !important;
  border: none !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #e1e4e9;
  outline: none !important;
}
form .search-block button.min-max:focus, form .search-block button.min-max:hover, form .search-block button.min-max:active {
  box-shadow: none !important;
}
form .search-block button.min-max span {
  margin-right: 35px;
  padding-top: 9px;
  display: block;
}
form .search-block button.min-max span.minimize:after {
  content: "";
  position: absolute;
  display: block;
  background: url("/assets/images/minimize.png") no-repeat right;
  width: 24px;
  height: 24px;
  right: 26px;
  top: 13px;
}
form .search-block button.min-max span.expand:after {
  content: "";
  position: absolute;
  display: block;
  background: url("/assets/images/expand.png") no-repeat right;
  width: 24px;
  height: 24px;
  right: 26px;
  top: 13px;
}

#matches h5, #donor h5, #implementor h5, .profile-pages h5 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #e1e4e9;
}
#matches .btn-success.matches-btn, #donor .btn-success.matches-btn, #implementor .btn-success.matches-btn, .profile-pages .btn-success.matches-btn {
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #323232;
  box-sizing: border-box;
  color: #323232;
  width: 235px !important;
}
#matches .btn-success.matches-btn:hover, #matches .btn-success.matches-btn:active, #matches .btn-success.matches-btn:focus, #donor .btn-success.matches-btn:hover, #donor .btn-success.matches-btn:active, #donor .btn-success.matches-btn:focus, #implementor .btn-success.matches-btn:hover, #implementor .btn-success.matches-btn:active, #implementor .btn-success.matches-btn:focus, .profile-pages .btn-success.matches-btn:hover, .profile-pages .btn-success.matches-btn:active, .profile-pages .btn-success.matches-btn:focus {
  background: #323232 !important;
  color: #fff !important;
}
#matches .project-block, #donor .project-block, #implementor .project-block, .profile-pages .project-block {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 200px;
  height: 200px;
}
#matches .project-block img, #donor .project-block img, #implementor .project-block img, .profile-pages .project-block img {
  width: 200px !important;
  height: 200px !important;
  border-radius: 10px 0px 0px 10px !important;
}
#matches .project-block span.matches-type img, #donor .project-block span.matches-type img, #implementor .project-block span.matches-type img, .profile-pages .project-block span.matches-type img {
  width: 75px !important;
  height: 18px !important;
  position: relative;
}
#matches .project-block h3, #donor .project-block h3, #implementor .project-block h3, .profile-pages .project-block h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  color: #323232;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#matches .project-block h3 span, #donor .project-block h3 span, #implementor .project-block h3 span, .profile-pages .project-block h3 span {
  position: relative;
  top: -16px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #323232;
}
#matches .project-block ul, #donor .project-block ul, #implementor .project-block ul, .profile-pages .project-block ul {
  list-style: none !important;
  margin-top: -24px;
  position: relative;
  top: -2px;
  padding-left: 0;
}
#matches .project-block ul li, #donor .project-block ul li, #implementor .project-block ul li, .profile-pages .project-block ul li {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  color: #f9404d;
}
#matches .project-block ul li img.icon, #donor .project-block ul li img.icon, #implementor .project-block ul li img.icon, .profile-pages .project-block ul li img.icon {
  width: 16px !important;
  height: 16px !important;
  position: relative;
  margin-right: 7px;
  top: -2px;
}
#matches .project-block p, #donor .project-block p, #implementor .project-block p, .profile-pages .project-block p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(15, 29, 57, 0.6);
  position: relative;
  top: -10px;
}
#matches .project-block p a.matches-read-more, #donor .project-block p a.matches-read-more, #implementor .project-block p a.matches-read-more, .profile-pages .project-block p a.matches-read-more {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #323232;
}
#matches .project-block .progress-value, #donor .project-block .progress-value, #implementor .project-block .progress-value, .profile-pages .project-block .progress-value {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #25a8e3;
}
#matches .project-block .progress-wrap, #donor .project-block .progress-wrap, #implementor .project-block .progress-wrap, .profile-pages .project-block .progress-wrap {
  right: 15px;
  width: 80px;
  height: 80px;
}
#matches .project-block .progress-wrap .progress, #donor .project-block .progress-wrap .progress, #implementor .project-block .progress-wrap .progress, .profile-pages .project-block .progress-wrap .progress {
  height: 65px;
  width: 65px;
}
#matches .project-block .progress.blue .progress-bar, #donor .project-block .progress.blue .progress-bar, #implementor .project-block .progress.blue .progress-bar, .profile-pages .project-block .progress.blue .progress-bar {
  border-color: #177cc2;
  border-width: 8px;
}
#matches .project-block span.progress-title, #donor .project-block span.progress-title, #implementor .project-block span.progress-title, .profile-pages .project-block span.progress-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
  display: block;
  position: relative;
  top: -11px;
}
#matches .project-block .progress-value, #donor .project-block .progress-value, #implementor .project-block .progress-value, .profile-pages .project-block .progress-value {
  line-height: 40px;
  position: relative;
  top: 7px;
}
#matches .project-block.matches-new:before, #donor .project-block.matches-new:before, #implementor .project-block.matches-new:before, .profile-pages .project-block.matches-new:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url("/assets/images/matches-new.png") no-repeat;
  z-index: 10;
}
#matches ul.pagination, #donor ul.pagination, #implementor ul.pagination, .profile-pages ul.pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#matches ul.pagination li span, #donor ul.pagination li span, #implementor ul.pagination li span, .profile-pages ul.pagination li span {
  height: 50px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 12px;
  color: rgba(0, 0, 0, 0.15);
}
#matches ul.pagination li.active span, #donor ul.pagination li.active span, #implementor ul.pagination li.active span, .profile-pages ul.pagination li.active span {
  background: #323232;
  border-color: #323232;
  color: #fff;
}

#implementor .project-block span.matches-type img {
  width: 68px !important;
  height: 18px !important;
}
#implementor .project-block ul li {
  color: #177cc2;
}

.sort-by-container {
  width: 276px;
  height: 40px;
  background: #fff;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  position: relative;
  right: -34px;
  overflow: hidden;
}
.sort-by-container .col-md-8 {
  padding: 0;
}
.sort-by-container .sort-by {
  background: #9fa3ad;
  border: 1px solid #9fa3ad;
  height: 40px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.sort-by-container .sort-by span {
  display: block;
  text-align: center;
  position: relative;
  top: 8px;
}
.sort-by-container select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #fff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  padding: 9px;
  width: 100%;
  height: 40px;
  color: #9fa3ad;
}
.sort-by-container .fa {
  position: absolute;
  color: #9fa3ad;
  z-index: 100;
  right: 8px;
  top: 13px;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke-width: 14px;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #177cc2;
  stroke-width: 11px;
}

.CircularProgressbar-text {
  transform: translateY(-5px);
}

.circular-match {
  position: relative;
  top: -41px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
  display: block;
}

.CircularProgressbar .CircularProgressbar-text {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  fill: #25a8e3;
}

svg:not(:root) {
  overflow: visible;
}

#where h5 {
  margin: 1rem 0 3rem;
}

#homepage #register-container {
  background-image: url(/assets/images/register-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  margin-top: -20px;
  text-align: center;
}
#homepage #register-container .container {
  position: relative;
  top: 43%;
  transform: translateY(-50%);
}
#homepage #register-container h1 {
  font-weight: 700;
  color: #323232;
  font-size: 63px;
}
#homepage #register-container p {
  width: 850px;
  margin: 24px 0px 0px 0px;
  font-size: 29px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
#homepage #register-container a {
  font-weight: 700;
  margin: 43px 0px 0px 0px;
  color: #323232;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 20px 50px;
  border: solid 2px #eeac42;
  font-size: 15px;
  background-color: #eeac42;
  text-decoration: none !important;
}
#homepage #register-container a:hover {
  border: solid 2px #eeac42;
  background: transparent;
  color: #eeac42;
}
#homepage #about-container {
  height: 550px;
  margin-top: -20px;
  text-align: center;
  background-color: #fff;
}
#homepage #about-container h2 {
  margin: 113px 0px 0px 0px;
  font-weight: 700;
  color: #323232;
  font-size: 38px;
}
#homepage #about-container hr {
  margin: 55px auto 0px auto;
  width: 170px;
  border: 2.5px solid #177cc2;
}
#homepage #about-container p {
  color: #9fa3ad;
  width: 900px;
  font-weight: 700;
  line-height: 29px;
  margin: 32px auto 0px auto;
}
#homepage #about-container a {
  font-weight: 700;
  margin: 40px 0px 0px 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  border: solid 2px #177cc2;
  border-radius: 10px;
  padding: 20px 50px;
  font-size: 15px;
  background-color: #177cc2;
}
#homepage #about-container a:hover {
  border: solid 2px #177cc2;
  background: transparent;
  color: #177cc2;
}
#homepage #how-container {
  height: 860px;
  margin-top: -20px;
  text-align: center;
  background-color: #177cc2;
}
#homepage #how-container h2 {
  margin: 113px 0px 0px 0px;
  font-weight: 700;
  color: #323232;
  font-size: 38px;
}
#homepage #how-container h3 {
  margin: 54px 0px 0px 0px;
  font-weight: 700;
  color: #323232;
  font-size: 31px;
}
#homepage #how-container hr {
  margin: 42px auto 0px auto;
  width: 170px;
  border: 2.5px solid #fff;
}
#homepage #how-container p {
  color: #323232;
  width: 321px;
  font-weight: 700;
  line-height: 27px;
  margin: 23px auto 0px auto;
}
#homepage #how-container a {
  font-weight: 700;
  margin: 64px 0px 0px 0px;
  color: #323232;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  border: 2px solid #323232;
  border-radius: 10px;
  padding: 23px 50px;
  font-size: 15px;
  background-color: #177cc2;
}
#homepage #how-container a:hover {
  color: #fff;
  background: #323232;
}
#homepage #donor-container {
  height: 714px;
  margin-top: -20px;
  text-align: center;
  background-color: #fff;
}
#homepage #donor-container h2 {
  margin: 113px 0px 0px 0px;
  font-weight: 700;
  color: #323232;
  font-size: 38px;
}
#homepage #donor-container h3 {
  margin: 236px 0px 0px 0px;
  font-weight: 700;
  color: #323232;
  font-size: 31px;
}
#homepage #donor-container hr {
  margin: 55px auto 0px auto;
  width: 170px;
  border: 2.5px solid #177cc2;
}
#homepage #donor-container p {
  color: #848484;
  width: 900px;
  font-weight: 700;
  line-height: 29px;
  margin: 33px auto 0px auto;
}
#homepage #donor-container ul {
  margin: 55px auto 0px auto;
}
#homepage #donor-container li {
  float: left;
  padding: 0px 28px;
  list-style: none;
}
#homepage #donor-container a {
  font-weight: 700;
  margin: 70px 0px 0px 0px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 10px;
  padding: 23px 50px;
  font-size: 15px;
  background-color: #177cc2;
}
#homepage #projects-container {
  background-image: url(/assets/images/projects-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 580px;
  margin-top: -20px;
  text-align: center;
  background-color: #177cc2;
  margin-bottom: -60px;
}
#homepage #projects-container h2 {
  margin: 113px 0px 0px 0px;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}
#homepage #projects-container hr {
  margin: 48px auto 0px auto;
  width: 170px;
  border: 2.5px solid #fff;
}
#homepage #projects-container p {
  color: #f6f6f6;
  width: 703px;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  margin: 38px auto 0px auto;
}
#homepage #projects-container ul {
  margin: 55px auto 0px auto;
}
#homepage #projects-container li {
  float: left;
  padding: 0px 28px;
  list-style: none;
}
#homepage #projects-container a {
  font-weight: 700;
  margin: 43px 0px 0px 0px;
  color: #323232;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 20px 50px;
  font-size: 15px;
  background-color: #eeac42;
  border: solid 2px #eeac42;
}
#homepage #projects-container a:hover {
  border: solid 2px #eeac42;
  background: transparent;
  color: #eeac42;
}
#homepage .home-icons span {
  background: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin: 45px auto 0 auto;
}
#homepage .home-icons span img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.error-pages .content-container {
  width: 60%;
  margin-top: 40px;
}
.error-pages .content-container img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}
.error-pages .content-container span.heading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 57px;
  text-align: center;
  color: #323232;
  display: block;
  position: relative;
  padding-top: 50px;
}
.error-pages .content-container span.subheading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #323232;
  display: block;
  position: relative;
  padding-top: 20px;
}
.error-pages .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 325px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 40px auto 25px auto;
  cursor: pointer;
  outline: none !important;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.error-pages .btn-primary a {
  color: #fff !important;
  text-decoration: none !important;
}
.error-pages .btn-primary:hover {
  background: #177cc2 !important;
  border: solid 1px #177cc2 !important;
}
.error-pages .btn-primary:active, .error-pages .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}

.register-complete .content-container {
  width: 60%;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.register-complete .content-container .party-hat {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}
.register-complete .content-container span.heading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  padding-top: 50px;
  font-size: 43px;
  line-height: 43px;
  color: #323232;
}
.register-complete .content-container span.subheading {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  color: #2c3e50;
  display: block;
  position: relative;
  padding-top: 20px;
}
.register-complete .content-container .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 325px;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 40px auto 25px auto;
  cursor: pointer;
  outline: none !important;
  position: relative;
}
.register-complete .content-container .btn-primary a {
  color: #fff !important;
  text-decoration: none !important;
}
.register-complete .content-container .btn-primary:hover {
  background: #177cc2 !important;
  border: solid 1px #177cc2 !important;
}
.register-complete .content-container .btn-primary:active, .register-complete .content-container .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}

.section-navigator {
  height: 60px;
  background: #323232;
  box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
  position: sticky;
  top: 0;
  z-index: 10;
}
.section-navigator > .container {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}
.section-navigator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-navigator ul li {
  display: inline-block;
}
.section-navigator ul li:not(:first-child) {
  margin-left: 30px;
}
.section-navigator ul li.is-active {
  border-bottom: 4px solid #fff;
  max-height: 60px;
  transition: all 0.3s ease-in-out;
}
.section-navigator ul li.is-active .section-link {
  color: #fff;
  font-weight: 500;
  font-weight: bold;
}
.section-navigator .section-link {
  font-style: normal;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  text-decoration: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}
.section-navigator .section-link:hover, .section-navigator .section-link:focus {
  color: #fff;
}
.section-navigator .section-navigator-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.section-navigator .section-navigator-actions:not(:last-child) {
  margin-right: 10px;
}
.section-navigator .section-navigator-outline-btn {
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: transparent;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
}
.section-navigator .section-navigator-flat-btn {
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: transparent;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.radio-card {
  display: block;
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #323232;
  overflow: hidden;
  /* circles, alignment */
  /* radio bullet circle */
}
.radio-card .label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  vertical-align: text-top;
  font-size: 14px;
  line-height: 15px;
}
.radio-card .label:before, .radio-card .label:after {
  transition: all 0.2s ease-in-out;
}
.radio-card .label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #323232;
  position: absolute;
  left: 0;
  transform: rotate(0deg) scale(1);
}
.radio-card .label:before {
  border-radius: 2px;
}
.radio-card .label:hover::before {
  border-color: #fff;
}
.radio-card .label:after {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  border-width: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(0deg) scale(0);
}
.radio-card input {
  visibility: hidden;
  position: absolute;
}
.radio-card input[type=radio] {
  clip-path: polygon(0 0);
}
.radio-card .label::before,
.radio-card .label::after {
  top: -2px;
}
.radio-card .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 5px;
  top: 3px;
  left: 5px;
}
.radio-card > input:checked + .label::after {
  background-color: transparent;
  top: 3px;
  transform: rotate(-45deg) scale(1);
}
.radio-card > input:checked + .label::before {
  border-color: #fff;
  background-color: transparent;
}
.radio-card > input:checked ~ .card > .card-image {
  background-color: #177cc2;
}
.radio-card > input:checked ~ .card > .card-image svg {
  fill: #fff;
}
.radio-card > input:checked ~ .card > .card-body {
  background-color: #323232;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
.radio-card .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.radio-card .card .card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #addef5;
  height: 150px;
  border-bottom: 1px solid #323232;
}
.radio-card .card .card-image svg {
  fill: #323232;
}
.radio-card .card .card-body {
  padding: 20px 15px;
  color: #848484;
  text-rendering: optimizeLegibility;
  flex-grow: 1;
}
.radio-card .card .card-body h4 {
  margin-top: 0;
}

.organisation-information {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.organisation-information .organisation-information-subheader {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #1C2D4F;
  display: block;
  margin-bottom: 10px;
}
.organisation-information .organisation-information-top {
  padding: 30px 20px 20px;
  background: white;
}
.organisation-information .organisation-information-top h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.organisation-information .organisation-information-top .organisation-profile {
  display: grid;
  grid-template-columns: 82px 1fr;
  column-gap: 20px;
}
.organisation-information .organisation-information-top .organisation-profile .profile-image {
  position: relative;
}
.organisation-information .organisation-information-top .organisation-profile .profile-image img {
  border-radius: 50%;
  position: absolute;
  object-fit: contain;
}
.organisation-information .organisation-information-top .organisation-profile .profile-info > span {
  display: block;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  color: #1C2D4F;
}
.organisation-information .organisation-information-middle {
  padding: 30px 20px 20px;
  background: #fff;
  border-top: 1px solid #e1e4e9;
}
.organisation-information .organisation-information-middle h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.organisation-information .organisation-information-middle .organisation-profile {
  display: grid;
  grid-template-columns: 82px 1fr;
  column-gap: 20px;
}
.organisation-information .organisation-information-middle .organisation-profile .profile-image {
  position: relative;
}
.organisation-information .organisation-information-middle .organisation-profile .profile-image img {
  border-radius: 50%;
  position: absolute;
  object-fit: cover;
}
.organisation-information .organisation-information-middle .organisation-profile .profile-info > span {
  display: block;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  color: #1C2D4F;
}
.organisation-information .organisation-information-middle .organisation-profile .profile-info > span a {
  color: #1C2D4F;
  text-decoration: underline;
  font-weight: 600;
}
.organisation-information .organisation-information-bottom {
  background: #e1e4e9;
  padding: 20px;
}
.organisation-information .organisation-information-bottom .key-contact-profile {
  display: grid;
  grid-template-columns: 82px 1fr;
  grid-template-rows: 82px;
  column-gap: 20px;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-image {
  position: relative;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-image img {
  border-radius: 50%;
  position: absolute;
  object-fit: cover;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info > span {
  display: block;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info .key-contact-name,
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info .key-contact-position {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  color: #1C2D4F;
}
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info .key-contact-email,
.organisation-information .organisation-information-bottom .key-contact-profile .profile-info .key-contact-phone {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  /* or 19px */
  color: #1C2D4F;
}

.notification-tag {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  margin-bottom: 25px;
  background: #addef5;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 20px;
}
.notification-tag .notification-tag-icon {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.notification-tag .notification-tag-body {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  color: #177cc2;
}
.notification-tag .notification-add {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* identical to box height, or 22px */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  margin-left: auto;
  color: #177cc2;
}

.location-tag {
  display: flex;
  align-items: center;
  padding: 24px 0;
  margin-bottom: 25px;
  border: 1px solid #e1e4e9;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.location-tag .location-tag-body {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  color: #177cc2;
}
.location-tag .location-add {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* identical to box height, or 22px */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  margin-left: auto;
  color: #177cc2;
}

.strategy-connections {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 20px 20px;
}
.strategy-connections > a[href]:not(:last-child) {
  display: block;
  margin-bottom: 20px;
}
.strategy-connections h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.strategy-connections p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #1C2D4F;
  margin-bottom: 20px;
}
.strategy-connections .connection-profile {
  display: grid;
  grid-template-columns: 82px 1fr;
  column-gap: 20px;
}
.strategy-connections .connection-profile .profile-image {
  position: relative;
}
.strategy-connections .connection-profile .profile-image img:first-child:not(:last-child) {
  z-index: 1;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 0;
  background-color: #fff;
  object-fit: none;
  border: none;
}
.strategy-connections .connection-profile .profile-image img {
  border-radius: 50%;
}
.strategy-connections .connection-profile .profile-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.strategy-connections .connection-profile .profile-info > span {
  display: block;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  color: #1C2D4F;
}
.strategy-connections .connection-profile .profile-info .connection-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1C2D4F;
}
.strategy-connections .connection-profile .profile-info .connection-name {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #1C2D4F;
}
.strategy-connections .addConnection {
  width: 100%;
}

.select2.select2-container {
  margin-top: 5px;
  display: block;
  width: 100% !important;
}
.select2.select2-container.select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2.select2-container .select2-selection {
  background: #e1e4e9;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
}
.select2.select2-container .select2-selection__rendered {
  line-height: 30px;
}
.select2.select2-container .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 12px;
  width: 8px;
}

.display-block {
  display: block;
}

.select2-results__option {
  padding: 10px 21px;
  border-bottom: 1px solid #e1e4e9;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #2c3e50;
}

.img-organisation {
  margin-right: 16px;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f6f6f6;
  color: initial;
}

.media-object {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 20px;
}
.media-object img {
  width: 100px;
  height: 100px;
  display: block;
}
.media-object .media-object-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.media-object .media-object-body .file-name,
.media-object .media-object-body .file-size {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #e1e4e9;
}
.media-object .media-object-body .media-object-action {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: red;
  margin-top: 10px;
}

.rmb-collapse {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  color: #323232;
  display: flex;
  align-items: center;
}
.rmb-collapse form:first-child {
  display: inline-block;
  margin-right: 15px;
}
.rmb-collapse[aria-expanded=false] a::before {
  content: "View more";
  display: inline-block;
  margin-right: 10px;
  line-height: 25px;
}
.rmb-collapse[aria-expanded=true] a::before {
  content: "View less";
  display: inline-block;
  margin-right: 10px;
  line-height: 25px;
}
.rmb-collapse[aria-expanded=true] a .glyphicon {
  transform: rotate(-180deg);
}
.rmb-collapse.filters {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height */
  align-items: center;
  color: #323232;
}
.rmb-collapse.filters[aria-expanded=false] a, .rmb-collapse.filters[aria-expanded=true] a {
  color: #1C2D4F;
}
.rmb-collapse.filters[aria-expanded=false] a::before, .rmb-collapse.filters[aria-expanded=true] a::before {
  content: "";
}
.rmb-collapse a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  text-align: right;
  text-decoration-line: underline;
  color: #323232;
  margin-left: auto;
}
.rmb-collapse a::before {
  text-decoration-line: underline;
}
.rmb-collapse a .glyphicon {
  vertical-align: middle;
  line-height: 25px;
  top: 0;
  transition: transform 0.3s ease-in-out;
}
.rmb-collapse + .rmb-collapse-body.collapsing {
  transition-timing-function: ease-in-out;
}
.rmb-collapse + .rmb-collapse-body .collapse-subtitle {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
}
.rmb-collapse + .rmb-collapse-body .collapse-subtitle:not(:first-child) {
  margin-top: 1rem;
}
.rmb-collapse + .rmb-collapse-body .collapse-label {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #323232;
}
.rmb-collapse + .rmb-collapse-body .collapse-address {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #323232;
}

.popup .popup-modal {
  z-index: 8080;
  background: white;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  padding: 30px;
  box-sizing: border-box;
  width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popup .popup-modal .btn {
  float: none;
}
.popup .popup-modal .button-row {
  margin-top: 30px;
}
.popup .popup-modal .button-row button {
  margin: 0;
  min-width: 100px;
}
.popup .popup-modal .button-row button:not(:last-child) {
  margin-right: 10px;
}
.popup .popup-modal h2, .popup .popup-modal h3 {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  color: #323232;
}
.popup .popup-modal a {
  float: none;
}
.popup .popup-modal .popup-modal-close {
  outline: none !important;
  min-width: 150px;
  margin: 0;
}
.popup .popup-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 110;
}
.popup .search-item {
  display: flex;
  flex-direction: row;
}
.popup .search-item .search-item-img img {
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #848484;
  border-radius: 100%;
}
.popup .search-item .search-item-body {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  flex-grow: 1;
}
.popup .search-item .search-item-body .search-item-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #1C2D4F;
}
.popup .search-item .search-item-body .search-item-name {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #1C2D4F;
}
.popup .search-item .search-item-action {
  display: flex;
  align-items: center;
  padding: 15px;
}
.popup .search-item .search-item-action > button {
  width: 36px;
  height: 36px;
  background: url("/assets/images/add_circle_outline_24px.svg") 30px 30px no-repeat;
  border: none;
  padding: 0;
  background-position: center;
  background-size: 30px 30px;
  outline: none;
}
.popup .search-item .search-item-action > button.request-sent {
  background: url("/assets/images/check_circle_24px.svg") 30px 30px no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.popup .search-item .search-item-action > button.invite {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0.5rem 1rem;
  border: 1px solid #323232;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  color: #323232;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: uppercase;
  margin-right: 10px;
}
.popup .popup-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 15px;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
  background-color: #323232;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.text-divider {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.text-divider::after {
  content: "";
  position: relative;
  height: 1px;
  flex: 1;
  margin-left: 1rem;
  background-color: #e1e4e9;
}
.text-divider.center::before {
  content: "";
  position: relative;
  height: 1px;
  flex: 1;
  margin-right: 1rem;
  background-color: #e1e4e9;
}
.text-divider.right::after {
  display: none;
}
.text-divider.right::before {
  content: "";
  position: relative;
  height: 1px;
  flex: 1;
  margin-right: 1rem;
  background-color: #e1e4e9;
}

.text-heavy {
  font-weight: bolder;
}

.overline {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 164.06%;
  /* identical to box height, or 26px */
  display: flex;
  align-items: center;
  color: #177cc2;
}

.text-capitalize {
  text-transform: capitalize;
}

a {
  cursor: pointer !important;
}

.tab-header {
  display: flex;
  align-items: center;
  font-size: 24px !important;
  border-bottom: 1px solid #e1e4e9;
  padding-bottom: 10px;
  margin-top: 100px !important;
  font-weight: 600;
  margin-bottom: 50px !important;
  color: #848484 !important;
}
.tab-header:first-of-type {
  margin-top: 60px !important;
}

.tab-subheader {
  display: flex;
  align-items: center;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  color: #848484 !important;
}

.tab-h3 {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  color: #848484 !important;
}

.user-profile {
  display: flex;
  flex-direction: row;
}
.user-profile .user-profile-image {
  position: relative;
}
.user-profile .user-profile-image img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
}
.user-profile .user-profile-body {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.user-profile .user-profile-body .user-profile-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #1C2D4F;
}
.user-profile .user-profile-body .user-profile-name {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #1C2D4F;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-profile .user-profile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* flex-shrink: 0; */
  flex-grow: 1;
}
.user-profile .user-profile-actions button {
  margin: 0;
}
.user-profile .user-profile-actions button:not(:last-child) {
  margin-right: 10px;
}

.user-profile-top {
  padding: 30px 20px 20px;
  background: #fff;
}
.user-profile-top h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.user-profile-top h3 small {
  display: block;
}

.user-profile-bottom {
  background: #f6f6f6;
  padding: 30px 0;
}
.user-profile-bottom .user-profile-checklist {
  padding: 0;
  margin: 0;
}
.user-profile-bottom .user-profile-checklist .checklist-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-template-rows: 24px;
  column-gap: 10px;
  padding: 10px 20px;
  align-items: center;
}
.user-profile-bottom .user-profile-checklist .checklist-item:hover {
  background-color: #e1e4e9;
}
.user-profile-bottom .user-profile-checklist .checklist-item img {
  width: 100%;
  height: auto;
}
.user-profile-bottom .user-profile-checklist .checklist-item .list-item-body {
  display: flex;
  flex-direction: column;
}
.user-profile-bottom .user-profile-checklist .checklist-item .list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 152.34%;
  /* or 24px */
  display: flex;
  align-items: center;
  color: #323232;
}

.user-profile-panel {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-header h3 {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  /* identical to box height */
  color: #323232;
}
.filter-header a {
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 164.06%;
  /* identical to box height, or 20px */
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232;
}

.info-tag {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  margin-bottom: 30px;
  background: #323232;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 20px;
}
.info-tag .info-tag-icon {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.info-tag .info-tag-body {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  color: white;
}
.info-tag .info-add {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* identical to box height, or 22px */
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  margin-left: auto;
  color: #177cc2;
}
.info-tag .info-tag-close {
  margin-left: auto;
}
.info-tag .info-tag-close .info-tag-icon {
  margin-right: 0;
}

.match-item {
  display: grid;
  grid-template-columns: 260px 1fr 90px;
  grid-template-rows: auto;
  min-height: 260px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  column-gap: 25px;
  overflow: hidden;
}
.match-item.strategy .match-type {
  background: #69c3ec !important;
}
.match-item.strategy .match-filters li {
  color: #69c3ec;
}
.match-item.project .match-type {
  background: #f9404d !important;
}
.match-item.project .match-filters li {
  color: #f9404d;
}
.match-item.implementor .match-type {
  background: #cfa561 !important;
}
.match-item.implementor .match-filters li {
  color: #cfa561;
}
.match-item.donor .match-type {
  background: #177cc2 !important;
}
.match-item.donor .match-filters li {
  color: #177cc2;
}
.match-item.institution .match-type {
  background: #1C2D4F !important;
}
.match-item.institution .match-filters li {
  color: #1C2D4F;
}
.match-item .match-image {
  overflow: hidden;
  position: relative;
}
.match-item .match-image img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
}
.match-item .match-image .new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
}
.match-item .match-body {
  padding: 15px 0;
}
.match-item .match-body .match-type {
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 9px;
  /* identical to box height */
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #848484;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.match-item .match-body .match-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #323232;
  overflow: hidden;
}
.match-item .match-body .match-title small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  color: #323232;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.match-item .match-body .match-filters {
  list-style-type: none;
  padding-left: 0;
}
.match-item .match-body .match-filters li {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  margin-bottom: 5px;
  display: flex;
}
.match-item .match-body .match-filters li svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.match-item .match-body .match-description {
  position: relative;
}
.match-item .match-body .match-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.match-item .match-body .match-description.expanded {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
}
.match-item .match-percentage {
  padding: 15px 25px 15px 0;
}
.match-item .match-percentage .progress-wrap {
  width: 65px;
  height: 65px;
}
.match-item .match-percentage .progress-wrap .CircularProgressbar-text {
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  color: #25a8e3;
}
.match-item .match-percentage .progress-wrap .circular-match {
  top: -35px;
  font-style: normal;
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
}

.match-results {
  display: grid;
  grid-template-rows: auto;
  row-gap: 20px;
}
.match-results.list-view .match-item {
  grid-template-columns: 1fr 110px;
  grid-template-rows: 54px;
  min-height: auto;
}
.match-results.list-view .match-item .match-image {
  display: none;
}
.match-results.list-view .match-item .match-body {
  display: flex;
  align-items: center;
  padding: 15px;
}
.match-results.list-view .match-item .match-body .flat-btn {
  display: none;
}
.match-results.list-view .match-item .match-percentage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.match-results.list-view .match-item .match-filters {
  margin: 0 auto;
  flex-shrink: 0;
  min-width: 290px;
  max-width: 290px;
}
.match-results.list-view .match-item .match-filters li:not(:first-child) {
  display: none;
}
.match-results.list-view .match-item .match-filters li:first-child {
  margin: 0;
}
.match-results.list-view .match-item .match-filters li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.match-results.list-view .match-item .match-filters li svg {
  vertical-align: middle;
}
.match-results.list-view .match-item .match-description {
  display: none;
}
.match-results.list-view .match-item .match-title {
  display: flex;
  flex-direction: column;
  margin: 0 35px 0 35px;
  flex-grow: 1;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-results.list-view .match-item .match-title a {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-results.list-view .match-item .match-title small {
  display: block;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-results.list-view .match-item .progress-wrap {
  width: 32px;
  height: 32px;
}
.match-results.list-view .match-item .CircularProgressbar-trail {
  stroke-opacity: 0;
}
.match-results.list-view .match-item .CircularProgressbar-text {
  transform: translateX(-200%) translateY(-65px) scale(2);
}
.match-results.list-view .match-item .circular-match {
  transform: translateX(-162%) translateY(7px);
  top: -26px;
}

.filters-button {
  margin: 0 !important;
}

.flat-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #323232;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 0;
}

.find-matches-top-filter {
  margin-bottom: 50px;
}

.panel {
  background: #fff;
  border: 1px solid #e1e4e9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 28px 21px;
}

.segmented-control {
  display: flex;
  margin-top: 17px;
}
.segmented-control .segmented-control-item {
  flex: 1 0 50px;
}
.segmented-control .segmented-control-item:first-child .segmented-control-label {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("/assets/images/find-matches/results-card-view.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.segmented-control .segmented-control-item:first-child .segmented-control-input {
  position: absolute;
  visibility: hidden;
}
.segmented-control .segmented-control-item:first-child .segmented-control-input:checked + .segmented-control-label {
  background-color: #323232;
  background-image: url("/assets/images/find-matches/results-card-view-white.svg");
  color: #fff;
}
.segmented-control .segmented-control-item:last-child .segmented-control-label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url("/assets/images/find-matches/results-list-view.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.segmented-control .segmented-control-item:last-child .segmented-control-input {
  position: absolute;
  visibility: hidden;
}
.segmented-control .segmented-control-item:last-child .segmented-control-input:checked + .segmented-control-label {
  background-color: #323232;
  background-image: url("/assets/images/find-matches/results-list-view-white.svg");
  color: #fff;
}
.segmented-control .segmented-control-label {
  display: block;
  margin: 0 -1px -1px 0; /* -1px margin removes double-thickness borders between items */
  padding: 1em 0.25em;
  border: 1px solid #323232;
  color: #323232;
  font: 14px/1.5 sans-serif;
  text-align: center;
  cursor: pointer;
  height: 50px;
}

.rmb-pagination {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.rmb-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 12px;
  color: rgba(0, 0, 0, 0.15);
  min-width: 39px;
}
.rmb-pagination .page-item:first-child .page-link {
  width: 100px;
}
.rmb-pagination .page-item:first-child .page-link::after {
  content: "Prev";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e1e4e9;
}
.rmb-pagination .page-item:last-child .page-link {
  width: 100px;
  justify-content: flex-end;
}
.rmb-pagination .page-item:last-child .page-link::before {
  content: "Next";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e1e4e9;
}
.rmb-pagination .page-item.active .page-link {
  background-color: #323232;
  color: #fff;
  text-decoration: underline;
  border: none;
}

.MuiPagination-root .Mui-selected {
  background-color: #323232 !important;
  color: #fff !important;
}
.MuiPagination-root .MuiPaginationItem-sizeLarge {
  font-size: 12px !important;
}
.MuiPagination-root .MuiPaginationItem-root {
  margin: 0;
  border-radius: 0;
}
.MuiPagination-root .MuiButtonBase-root {
  background-color: white;
}
.MuiPagination-root .MuiButtonBase-root:not(.Mui-selected):hover {
  background-color: rgb(126.5, 126.5, 126.5);
}

.MuiPaginationItem-root {
  color: rgba(0, 0, 0, 0.15) !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.15);
}

.MuiPagination-ul {
  justify-content: center;
  margin: 20px 0 !important;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.MuiPagination-ul li:not(:first-child) {
  border-left: 1px solid #e1e4e9;
}
.MuiPagination-ul li:first-child button {
  min-width: 100px;
}
.MuiPagination-ul li:first-child button::after {
  content: "PREV";
  position: relative;
  display: block;
  padding-left: 10px;
}
.MuiPagination-ul li:last-child button {
  min-width: 100px;
}
.MuiPagination-ul li:last-child button::before {
  content: "NEXT";
  position: relative;
  display: block;
  padding-right: 10px;
}

.network {
  display: grid;
  grid-template-columns: 600px 1fr;
  height: 100%;
}

.network-search {
  padding: 30px 20px 0;
}

.map-landing {
  background: url(/assets/images/network-bg.png) no-repeat center;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  min-height: calc(100vh - 215px);
}
.map-landing .landing-popup .popup-modal {
  z-index: 70 !important;
}

.checkbox-row {
  display: flex;
}
.checkbox-row .checkbox + .checkbox {
  margin: 10px 0 10px 15px;
  margin-left: 20px;
}
.checkbox-row .checkbox {
  flex-basis: 30%;
  flex-shrink: 0;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 30px;
}

.network-filters {
  background: #e7eef0;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 40px 50px;
  height: calc(100vh - 80px);
  overflow: scroll;
}
.network-filters .loading {
  margin: 30px auto;
}
.network-filters .filters-panel {
  background: #fff;
  /* Box shadow */
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.network-filters .filters-panel .nav-tabs {
  display: flex;
  padding: 0 20px;
}
.network-filters .filters-panel .nav-tabs li {
  flex-grow: 1;
  background: #e7ebf2;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
}
.network-filters .filters-panel .nav-tabs li:first-child {
  border-radius: 10px 0px 0px 0px;
}
.network-filters .filters-panel .nav-tabs li:last-child {
  border-radius: 0px 10px 0px 0px;
}
.network-filters .filters-panel .nav-tabs li > a {
  font-size: 18px !important;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network-filters .filters-panel .nav-tabs li > a img {
  opacity: 0.2;
  margin-left: 9px;
  top: 0;
}
.network-filters .filters-panel .nav-tabs li.active {
  border-bottom: none;
  background-color: white;
}
.network-filters .filters-panel .nav-tabs li.active > a img {
  opacity: 1;
  margin-left: 9px;
}
.network-filters .filters-panel .tab-content {
  border-top: 1px solid #9fa3ad;
  padding: 20px 20px 0px;
  border-radius: 0;
}

.network-results {
  margin-top: 50px;
  display: grid;
  grid-template-rows: auto;
  row-gap: 20px;
}
.network-results .network-results-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  column-gap: 25px;
  overflow: hidden;
  min-height: 180px;
}
.network-results .network-results-item .network-results-image {
  overflow: hidden;
  position: relative;
}
.network-results .network-results-item .network-results-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.network-results .network-results-item .network-results-body {
  padding: 15px 20px 15px 0;
}
.network-results .network-results-item .network-results-body .network-results-type {
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 9px;
  /* identical to box height */
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #848484;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.network-results .network-results-item .network-results-body .network-results-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #323232;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.network-results .network-results-item .network-results-body .network-results-title small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  color: #323232;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.network-results .network-results-item .network-results-body .network-results-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.network-results .network-results-item .network-results-body .network-results-list li {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #848484;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.network-results .network-results-item .network-results-body .network-results-list li:last-child {
  margin: 0;
}
.network-results .network-results-item .network-results-body .network-results-list li a {
  color: #323232;
}
.network-results .network-results-item.strategy .network-results-type {
  background: #69c3ec !important;
}
.network-results .network-results-item.strategy .network-results-list li {
  color: #69c3ec;
}
.network-results .network-results-item.project .network-results-type {
  background: #f9404d !important;
}
.network-results .network-results-item.project .network-results-list li {
  color: #f9404d;
}
.network-results .network-results-item.implementor .network-results-type {
  background: #cfa561 !important;
}
.network-results .network-results-item.implementor .network-results-list li {
  color: #cfa561;
}
.network-results .network-results-item.donor .network-results-type {
  background: #177cc2 !important;
}
.network-results .network-results-item.donor .network-results-list li {
  color: #177cc2;
}
.network-results .network-results-item.institution .network-results-type {
  background: #1C2D4F !important;
}
.network-results .network-results-item.institution .network-results-list li {
  color: #1C2D4F;
}
.network-results.list-view .network-results-item {
  grid-template-columns: 1fr;
  grid-template-rows: 54px;
  min-height: auto;
}
.network-results.list-view .network-results-item .network-results-image {
  display: none;
}
.network-results.list-view .network-results-item .network-results-type {
  justify-content: center;
}
.network-results.list-view .network-results-item .network-results-body {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 15px;
}
.network-results.list-view .network-results-item .network-results-body .flat-btn {
  display: none;
}
.network-results.list-view .network-results-item .network-results-percentage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.network-results.list-view .network-results-item .network-results-list {
  display: none;
}
.network-results.list-view .network-results-item .network-results-description {
  display: none;
}
.network-results.list-view .network-results-item .network-results-title {
  display: flex;
  flex-direction: column;
  margin: 0 35px 0 35px;
  flex-grow: 1;
  max-width: 270.766px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.network-results.list-view .network-results-item .network-results-title a {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.network-results.list-view .network-results-item .network-results-title small {
  display: block;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.network-results-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.network-results-sort p {
  margin: 0;
}
.network-results-sort .segmented-control {
  margin: 0;
  width: 100px;
}

.rmb-button-flat, .rmb-button-outline, .rmb-button-secondary, .rmb-button-full, .filebut {
  display: inline-flex;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  font-family: Nunito, Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  min-height: 40px;
  padding: 10px 30px;
  letter-spacing: 0.1em;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  align-items: center;
  justify-content: center;
}
[disabled].rmb-button-flat, [disabled].rmb-button-outline, [disabled].rmb-button-secondary, [disabled].rmb-button-full, [disabled].filebut {
  pointer-events: none;
  opacity: 0.5;
}
.rmb-button-flat:hover, .rmb-button-outline:hover, .rmb-button-secondary:hover, .rmb-button-full:hover, .filebut:hover {
  text-decoration: none;
}
.rmb-button-lg.rmb-button-flat, .rmb-button-lg.rmb-button-outline, .rmb-button-lg.rmb-button-secondary, .rmb-button-lg.rmb-button-full, .rmb-button-lg.filebut {
  line-height: 40px;
}
.rmb-button-sm.rmb-button-flat, .rmb-button-sm.rmb-button-outline, .rmb-button-sm.rmb-button-secondary, .rmb-button-sm.rmb-button-full, .rmb-button-sm.filebut {
  font-weight: 800;
  font-size: 12px;
  padding: 5px 20px;
}
.rmb-button-center.rmb-button-flat, .rmb-button-center.rmb-button-outline, .rmb-button-center.rmb-button-secondary, .rmb-button-center.rmb-button-full, .rmb-button-center.filebut {
  margin: auto;
  display: block;
}

.rmb-link {
  font-style: normal;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  color: #323232;
  outline: none;
  border: none;
  background-color: transparent;
  display: inline-flex;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 0;
  text-decoration: none !important;
}
.rmb-link:hover {
  color: rgb(24.5, 24.5, 24.5);
}

.rmb-button-full, .filebut {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.rmb-button-full:hover, .filebut:hover {
  color: white !important;
  background-color: rgb(24.5, 24.5, 24.5);
}
.rmb-button-full:active, .filebut:active {
  color: #fff !important;
  background-color: rgb(24.5, 24.5, 24.5);
}

.rmb-button-secondary {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.rmb-button-secondary:hover {
  color: #fff !important;
  background-color: #1C2D4F;
}
.rmb-button-secondary:active {
  color: #fff !important;
  background-color: #2c3e50;
}
.rmb-button-secondary.rmb-button-outline {
  border: 1px solid #323232;
  background-color: transparent;
  color: #323232;
}
.rmb-button-secondary.rmb-button-outline:hover {
  color: #323232 !important;
}
.rmb-button-secondary.rmb-button-outline:active {
  color: #323232 !important;
}

.rmb-button-outline {
  box-shadow: none;
  border: 1px solid #323232;
  color: #323232;
}

.rmb-button-flat {
  color: #e86820;
}

.rmb-button-remove {
  background-color: red;
  margin: 30px 0;
}
.rmb-button-remove:hover {
  background-color: rgb(178.5, 0, 0);
}

.rmb-button-accent.rmb-button-full, .rmb-button-accent.filebut {
  background-color: #e86820;
  color: #323232;
}
.rmb-button-accent.rmb-button-full:hover, .rmb-button-accent.filebut:hover {
  color: #323232 !important;
  background-color: #e86820;
}
.rmb-button-accent.rmb-button-full:active, .rmb-button-accent.filebut:active {
  color: #323232 !important;
  background-color: #eeac42;
}
.rmb-button-accent.rmb-button-flat {
  color: #e86820;
}
.rmb-button-accent.rmb-button-outline {
  border-color: #e86820;
  color: #e86820;
}
.rmb-button-accent.rmb-button-outline:hover {
  color: #e86820 !important;
}

.filters h5 {
  margin-top: 0px !important;
  font-weight: 700 !important;
  font-style: unset !important;
  color: #848484 !important;
}
.filters .row {
  border-bottom: 1px solid #848484;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.clean-btn {
  background: transparent;
  margin: 10px 20px 0px 0px;
  border: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e1e4e9;
}

/* Customize the label (the check-label) */
.check-label {
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-top: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-label :hover input ~ .checkmark {
  background-color: #fff;
}
.check-label input:checked ~ .checkmark {
  background-color: #fff;
}
.check-label input:checked ~ .checkmark:after {
  display: block;
}
.check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid #323232;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 16px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#progressbar {
  margin-top: 50px;
  color: #9fa3ad;
}
#progressbar li {
  position: relative;
}

.project-progressbar {
  padding-bottom: 30px;
  margin-right: -50px !important;
  margin-left: -100px !important;
}
.project-progressbar li {
  width: 25% !important;
}
.project-progressbar li span {
  color: #9fa3ad;
  width: 60px;
  margin-left: -30px;
  left: 50%;
  text-align: center;
  position: absolute;
  bottom: -10px;
  text-transform: capitalize;
}
.project-progressbar li:after {
  z-index: 1;
}

#progressbar.project-progressbar li:after {
  z-index: 0;
}

#progressbar.project-progressbar li:before {
  z-index: 10;
  position: relative;
}

#progressbar.project-progressbar .check {
  z-index: 10;
}

#progressbar.project-progressbar .target {
  z-index: 10;
}

.check {
  width: 10px;
  height: 15px;
  top: 6px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.target {
  width: 20px;
  height: 20px;
  top: 5px;
  margin-left: -10px;
  left: 50%;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #fff;
}

.active_fieldset .fa-info-circle {
  position: absolute;
  top: 20px;
  color: #323232;
  font-size: 20px;
  right: 20px;
}

.addAnother {
  text-align: center;
  color: #323232;
  border-bottom: 1px solid #9fa3ad;
  font-size: 16px;
  padding: 15px;
  margin-top: 15px;
  font-weight: 700;
  border-top: 1px solid #9fa3ad;
  cursor: pointer;
}

input[type=radio] {
  margin-top: -18px;
  margin-left: -25px;
}

input[type=checkbox] {
  margin-top: -18px;
  margin-left: -25px;
}

.help-field {
  margin-top: -20px;
  text-align: center;
  margin-bottom: 20px;
}

.req-field {
  color: red;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  input[type=checkbox],
  input[type=radio] {
    height: auto !important;
    width: auto !important;
    margin-top: 2px !important;
  }
  .funky-input {
    left: 20px !important;
    top: 0px !important;
  }
}
.irs--flat .irs-bar {
  background-color: #323232 !important;
  top: 29px !important;
  height: 3px !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #323232 !important;
  color: #9fa3ad !important;
}

.irs--flat .irs-handle > i:first-child {
  background-color: #323232 !important;
  width: 17px !important;
  border-radius: 34px !important;
  height: 100% !important;
  margin-left: -5px !important;
}

.irs--flat .irs-line {
  top: 29px !important;
  height: 3px !important;
  background-color: #9fa3ad;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #323232 !important;
}

.pagination > li > a,
.pagination > li > span {
  padding: 14px 12px;
}

.checkbox-inline,
.radio-inline {
  padding-left: 30px;
}

.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio] {
  left: 20px;
  top: 2px;
}

.fileContainer {
  overflow: hidden;
  border: 1px solid #848484;
  position: relative;
  border-radius: 10px;
  background: #eef1f8;
  cursor: pointer;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  font-weight: 100 !important;
  color: #9fa3ad !important;
}
.fileContainer label {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.fileContainer label span {
  margin-left: 20px;
}
.fileContainer p {
  padding: 15px;
  float: left;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 14px;
  height: 50px;
}

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.filebut {
  display: inline-flex;
  align-items: center;
  right: 0;
  position: absolute;
  height: 100%;
}

.contact_information {
  padding: 0px;
  margin: 0px;
}
.contact_information li {
  list-style: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #848484;
  display: block;
  position: relative;
  padding: 20px 0 0 0px;
}
.contact_information li img {
  padding-right: 15px;
}

.tream-member-block .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
}
.tream-member-block p {
  text-align: center;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding: 0;
}
.tream-member-block .crown {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  left: 40px;
}

#fullNetwork table {
  width: 100%;
}
#fullNetwork table td.search {
  max-width: 550px;
  background: #f6f6f6;
  padding: 30px;
  width: 30%;
  vertical-align: baseline;
  overflow-x: scroll;
  box-shadow: 0px 0px 20px #000;
  z-index: 3;
  position: relative;
}
#fullNetwork table td.search .form-control {
  background-color: #fff;
}
#fullNetwork table td.search .dropdown {
  height: 65px;
}
#fullNetwork table td.map {
  vertical-align: top;
  z-index: 999;
}

#fullNetwork {
  margin-bottom: -60px;
}

#map_search {
  height: 100vh;
  overflow: hidden;
}
#map_search .searchbox .searchbutton {
  position: absolute;
  right: 15px;
  color: #177cc2;
  top: 15px;
  font-size: 20px;
  z-index: 3;
  cursor: pointer;
}
#map_search .show_filters {
  background: #fff;
  border: 1px solid #848484;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 50px;
  outline: none !important;
  padding: 15px;
  font-family: Nunito, Roboto, sans-serif;
  color: #9fa3ad;
  font-size: 16px;
}
#map_search .show_filters .arrow {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
#map_search .show_filters .arrow i {
  margin-left: 10px;
}
#map_search .show_filters hr {
  margin: 0px;
}
#map_search .nav-tabs > li > a {
  font-size: 11px !important;
  display: inline-flex;
  background-color: transparent;
}
#map_search .buttons {
  padding: 15px 15px 0px 0px;
}
#map_search .tab-content {
  background: #fff;
  margin: -1px -15px;
  padding: 15px 15px;
  border-radius: 0px;
  border-top: 1px solid #9fa3ad;
}
#map_search .tab-content .form-group {
  margin-bottom: 0px;
}
#map_search .project-block {
  background: #fff;
  box-shadow: 2px 2px 2px;
  border-radius: 10px;
  min-height: 178px;
  height: 178px;
  width: 100%;
  padding: 15px 15px 15px 225px;
}
#map_search .project-block img {
  width: 178px !important;
  height: 178px !important;
  border-radius: 10px 0px 0px 10px !important;
}
#map_search .project-block span.matches-type img {
  width: 75px !important;
  height: 18px !important;
  position: relative;
}
#map_search .project-block h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  color: #000;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#map_search .project-block h3 span {
  position: relative;
  top: -16px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #323232;
}
#map_search .project-block h3 a {
  color: #000;
}
#map_search .project-block ul {
  list-style: none !important;
  margin-top: -24px;
  position: relative;
  top: -2px;
  padding-left: 0;
}
#map_search .project-block ul li {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  color: #f9404d;
}
#map_search .project-block ul li img.icon {
  width: 16px !important;
  height: 16px !important;
  position: relative;
  margin-right: 7px;
  top: -2px;
}
#map_search .project-block p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(15, 29, 57, 0.6);
  position: relative;
  top: -10px;
}
#map_search .project-block p a.matches-read-more {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #323232;
}
#map_search .project-block .progress-value {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #25a8e3;
}
#map_search .project-block .progress-wrap {
  right: 15px;
  width: 80px;
  height: 80px;
}
#map_search .project-block .progress-wrap .progress {
  height: 65px;
  width: 65px;
}
#map_search .project-block .progress.blue .progress-bar {
  border-color: #177cc2;
  border-width: 8px;
}
#map_search .project-block span.progress-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
  display: block;
  position: relative;
  top: -11px;
}
#map_search .project-block .progress-value {
  line-height: 40px;
  position: relative;
  top: 7px;
}
#map_search .project-block .project li,
#map_search .project-block i {
  color: red;
}
#map_search .project-block .strategy li,
#map_search .project-block i {
  color: rgb(42, 185, 203);
}
#map_search .project-block .institution li,
#map_search .project-block i {
  color: #177cc2;
}

/* Dropdown Button */
.dropbtn {
  background-color: #69c3ec;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #69c3ec;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #e1e4e9;
}

#myInput:focus {
  outline: 3px solid #e1e4e9;
}

.dropdown {
  position: relative;
}
.dropdown input {
  z-index: 2;
  position: relative;
}

.dropdown-content {
  border-radius: 10px;
  border: 1px solid #9fa3ad;
  left: 0px;
  width: 100%;
  top: 0px;
  padding-top: 50px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown-content a span.location_type {
  color: #9fa3ad;
  font-size: 12px;
}

.dropdown-content a:hover {
  background-color: #e1e4e9;
}

.show {
  display: block;
}

.disclaimer {
  text-align: center;
}
.disclaimer .disclaimer-modal-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.disclaimer .disclaimer-modal {
  top: 230px;
  left: 50%;
  z-index: 101;
  background: white;
  border: 0 none;
  border-radius: 25px;
  box-shadow: none;
  padding: 40px 30px;
  box-sizing: border-box;
  width: 570px;
  position: absolute;
}
.disclaimer .disclaimer-modal H2 {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #323232;
  margin-top: 0px;
  margin-bottom: 30px;
}
.disclaimer .disclaimer-modal p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-size: 14px;
  margin: 0px 12px;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  color: #323232;
}
.disclaimer .disclaimer-modal a {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 40%;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 30px;
  outline: none !important;
}

.map_landing_bg {
  background: url(/assets/images/network-bg.png) no-repeat center;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}

.map_landing {
  top: 50%;
  left: 50%;
  z-index: 101;
  background: white;
  border: 0 none;
  border-radius: 25px;
  box-shadow: none;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 570px;
  margin-left: -289.5px;
  position: absolute;
  text-align: center;
  margin-top: -180px;
}

.nav-tabs {
  margin-top: 20px;
}
.nav-tabs li:first-child {
  border-radius: 10px 0px 0px 0px;
}
.nav-tabs li:last-child {
  border-radius: 0px 10px 0px 0px;
}
.nav-tabs li {
  width: 20%;
  display: block;
  text-align: center;
  border-bottom: 0px;
}
.nav-tabs li a {
  padding: 20px 0px !important;
  margin-right: 0px !important;
  font-size: 14px !important;
}

.mapMarkers {
  background-color: #fff;
  z-index: 9999999;
  border-radius: 10px;
  margin-left: -55px;
  height: 157px;
  min-width: 250px;
  margin-top: -197px;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
}
.mapMarkers .fa-caret-down {
  position: absolute;
  left: 50px;
  font-size: 40px;
  color: #fff;
  border: 0px;
}
.mapMarkers img {
  display: block;
  height: 18px;
}
.mapMarkers h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mapMarkers h3 span {
  position: relative;
  top: -16px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  color: #323232;
}
.mapMarkers h3 a {
  color: #000;
}
.mapMarkers h4 {
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: -30px;
}
.mapMarkers ul {
  list-style: none !important;
  margin-top: -24px;
  position: relative;
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
}
.mapMarkers ul li {
  font-family: Nunito, Roboto, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000;
}
.mapMarkers ul li a {
  font-family: Nunito, Roboto, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000;
}

.location-pins {
  position: relative;
  height: 30px;
  margin-left: -5px;
  margin-top: -45px;
}

.bootstrap-select .dropdown-menu.inner {
  max-width: 360px;
}

.reg_map {
  height: 200px;
  display: none;
}

.radio-grid {
  display: grid;
}

.check-label-edit {
  padding-left: 20px;
  padding-top: 8px !important;
}

label {
  font-size: 12px;
}

.donor-edit-last-label {
  margin: 10px 0px;
}

.backButton-edits {
  margin-top: 10px;
}

.form-control {
  height: 42px !important;
}

.website-input input {
  padding-left: 110px;
}

.httpProfileEdit {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  border-radius: 10px 0px 0px 10px;
  height: 42px;
  width: 95px;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #fff;
  margin: 0px auto 0px auto;
  cursor: default;
  outline: none !important;
}

.register-req-field {
  color: #848484;
  font-weight: 700;
  font-size: 12px;
  font-family: Nunito, Roboto, sans-serif;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
}

.stratNameEdit {
  width: 50%;
}

.stratParg {
  background: rgba(58, 238, 181, 0.2);
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
}

.stratParg p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #25a8e3;
  padding-top: 20px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #25a8e3;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover {
  color: #25a8e3;
}

.strategies h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: rgba(15, 29, 57, 0.6);
}

.strategies table tr {
  border-bottom: 1px solid #ececec;
}

.stratActive {
  margin-top: 30px;
}

.stratActive td {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  align-items: center;
  color: #323232;
  padding: 10px;
}

.stratActive td a {
  color: #fff !important;
  background: #323232 !important;
  border-radius: 10px !important;
  border: none !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  padding: 5px 20px;
  float: right;
}

.stratActive h4 {
  font-weight: 600;
  float: left;
}

.stratActive h3 {
  clear: both;
}

.info-star {
  float: left;
  margin: 10px !important;
  position: relative !important;
  right: 0px !important;
  top: 0px !important;
  cursor: pointer;
}

.info-deactivate {
  float: right;
  margin: 10px !important;
  position: relative !important;
  right: -30px !important;
  top: 103px !important;
  cursor: pointer;
}

.addStrat {
  text-align: center;
  color: #fff;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  background: #323232;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
  padding: 15px 50px;
  border: none;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 44%;
}

.stratInactive td {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: rgba(15, 29, 57, 0.6);
  padding: 10px 0px;
}

.stratInactive h4 {
  font-weight: 600;
  opacity: 0.5;
}

.stratInactive button {
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 164.06%;
  text-transform: uppercase;
  color: #323232;
  padding: 10px 40px;
  float: right;
}

.httpProfileEditLable input {
  padding-left: 120px;
}

.teamTypeMember h5 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  opacity: 0.5;
}

.memberMain {
  display: flex;
  border-bottom: 1px solid #ececec;
  padding: 20px 0px;
}

.memberMain .mainImg .crown {
  margin-left: -53px;
}

.mainImg {
  display: contents;
}

.mainDeets {
  margin-left: 10px;
}

.mainDeets h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120.6%;
  color: #323232;
}

.profileImg {
  width: 80px;
  height: 80px;
}

.profileImg img {
  width: 100%;
}

.memberMain .mainDeets p {
  text-align: left !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140.6%;
  color: #323232;
}

.memberMain .mainBtns button {
  display: flex;
}

.mainBtns {
  display: flex;
  height: 40px;
  margin-left: 60px;
  margin-top: 10px;
}
.mainBtns button {
  margin: 0;
}
.mainBtns button:not(:last-child) {
  margin-right: 20px;
}

.removeBtn {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0.5rem 1rem;
  border: 1px solid #323232;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  color: #323232;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: uppercase;
  margin-right: 10px;
}

.makeBtn {
  background: #323232;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: uppercase;
}

.makeBtn:disabled {
  opacity: 0.2;
}

.teamMemProfilePic {
  width: 80px;
  height: 80px;
  margin: 20px 0px;
  object-fit: cover;
  object-position: center;
}

.teamMemProfilePic img {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #9fa3ad;
  height: 100%;
}

.teamMemDeets {
  text-align: left;
}

.teamMemDeets h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 5.6%;
  color: #323232;
}

.teamMemDeets {
  margin-left: 1rem;
}
.teamMemDeets h4 {
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
}
.teamMemDeets p {
  line-height: 1;
  margin: 0;
}

.teamMembers table tbody tr {
  border-bottom: solid 1px #ececec;
}

.addMember {
  color: #fff;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  background: #323232;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
  padding: 15px 50px;
  border: none;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.orgName {
  display: flex;
  border-bottom: solid 1px #ececec;
}

.editOrg {
  position: absolute !important;
  margin-right: 0px !important;
  right: 56px !important;
  top: 120px !important;
  background: #323232;
  border: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 30px;
}

.orgName h3 {
  text-transform: capitalize;
}

.member .directorRole {
  text-align: center !important;
}

.donor_profile_widget {
  display: flex !important;
}

.scrollable-content {
  height: 210px;
  overflow: scroll;
  overflow-x: hidden;
}

.financesText span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #323232;
}

.financesText p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: rgba(15, 29, 57, 0.6);
}

.best {
  width: 90px !important;
}

#emailerBackground {
  background-color: #323232 !important;
}

.emailerTop {
  text-align: center;
  margin: 0 auto;
  display: table;
  padding-bottom: 20px;
}

.emailerTop img {
  width: 180px;
  margin-top: 55px;
}

.emailTab-content {
  background: #fff;
  margin-top: -1px;
  border-radius: 0px 0px 10px 10px;
}

.welcomeEmailImg {
  margin-bottom: -50px;
}

.welcomeEmailImg img {
  width: 100%;
}

.welcomeEmailImg h1 {
  position: relative;
  top: -200px;
  margin: 0 auto;
  display: table;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 62px !important;
  line-height: 45.48%;
  color: #fff;
}

.login_email_btn {
  background: #177cc2;
  border-radius: 10px;
  padding: 10px 50px;
  border: none;
  margin: 20px 0px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 190.96%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.login_email_btn:hover {
  background: #177cc2 !important;
}

.emailTab-content {
  padding: 50px 50px;
}

.emailTab-content p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 26px;
  color: #848484;
}

.emailTab-content a {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 187.5%;
  color: #323232;
}

.emailTab-content a:hover {
  text-decoration: none;
  color: #177cc2;
}

.socialMedia {
  text-align: center;
  padding: 50px 0px;
}

.socialMedia a {
  padding: 10px;
}

.email_copyright {
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  font-weight: normal;
  display: block;
  position: relative;
}

.socialMedia .fa-facebook {
  background-color: #3b5998;
  padding: 12px 18px;
  font-size: 29px;
  border-radius: 40px;
  color: #fff;
}

.socialMedia .fa-twitter {
  background-color: #177cc2;
  padding: 12px 13px;
  font-size: 29px;
  border-radius: 40px;
  color: #fff;
}

.socialMedia .fa-linkedin {
  background-color: #1379b3;
  padding: 12px 15px;
  font-size: 29px;
  border-radius: 40px;
  color: #fff;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-linkedin:hover {
  background-color: #177cc2;
}

.verifyBg {
  background: linear-gradient(180deg, rgba(58, 238, 181, 0.7) 0%, rgba(58, 238, 181, 0.7) 100%), #323232;
  border-radius: 10px 10px 0px 0px;
  padding: 50px;
}

.verifyBg h1 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: #fff;
}

.verifyBg img {
  float: right;
  margin-top: -80px;
}

.verifyBgImg img {
  margin-top: -110px !important;
}

.reqMainBtns {
  display: flex;
  height: 40px;
  margin-top: 10px;
}

.viewOrg {
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  color: #323232;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: uppercase;
  margin-right: 10px;
  width: 240px;
}

.accptOrg {
  background: #323232;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: uppercase;
  width: 240px;
}

.orgDeets-req h4 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 5.6%;
  color: #323232;
}

.orgDeets-req p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #323232;
}

.registerContinue {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 70px;
  padding: 10px 60px;
  color: #fff;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.registerImg p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #9fa3ad;
  text-align: center;
  margin-top: 215px;
}

.ProfilePic {
  width: 140px;
  margin: 20px 30px 20px 0px;
}

.ProfilePic img {
  width: 100%;
  border-radius: 50%;
  border: solid 1px #9fa3ad;
}

.teamMemDeets button {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 30px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  border: none;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.teamMemDeets h6 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2c3e50;
}

.keyContactPeson img {
  width: 124px;
}

.contact_block {
  display: flex;
}

.key_container {
  padding-top: 20px;
}

.userAddOrgParg p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}

.registerOrgBtn {
  text-align: center;
}

.registerOrgBtn button {
  background: #323232;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 20px;
}

.registerOrgBtn a {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 190.96%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.request_connectBtn {
  z-index: 9999 !important;
}

.profile_header {
  margin-right: 300px;
}

.profile_header .btn-success {
  background: transparent !important;
  border: 3px solid #e86820 !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e86820;
  float: right;
  margin-top: 130px;
}

.profile_header .btn-success:hover {
  background: #e86820 !important;
  border: 3px solid #e86820 !important;
  color: #fff;
}

.overAll {
  width: 33.33333333%;
  float: right;
}

.header_button {
  position: absolute;
  right: 20px;
  top: 4em;
  margin-top: 0px !important;
  z-index: 100;
}

.heading-projects {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 9px;
  color: #9fa3ad;
  padding: 10px 0;
}

h2.fs-title {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  color: #323232;
  margin-bottom: 40px;
}

.project-tab {
  color: #f9404d;
}
.project-tab a {
  color: #f9404d;
  text-decoration: none;
}
.project-tab .project-block {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #9fa3ad;
}

.contact-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
}

#about .contact-block, #organisation .contact-block {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#about .contact-block span, #organisation .contact-block span {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  display: block;
  position: relative;
  padding: 20px 0 20px 35px;
  font-size: 0.9em;
  line-height: 1em;
}
#about .contact-block span.organisation:before, #organisation .contact-block span.organisation:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("/assets/images/contact-organisation.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 1em;
}
#about .contact-block span.founder:before, #organisation .contact-block span.founder:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("/assets/images/contact-founded.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 1em;
}
#about .contact-block span.location:before, #organisation .contact-block span.location:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("/assets/images/contact-address.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 1em;
}
#about .contact-block span.website:before, #organisation .contact-block span.website:before {
  content: "";
  width: 20px;
  height: 25px;
  background: url("/assets/images/contact-website.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 1em;
}

.team_members .col-sm-4 {
  margin-bottom: 5px;
}
.team_members img {
  border-radius: 50%;
  border: solid 1px #9fa3ad;
  display: block;
  margin: 0 auto;
}
.team_members h1 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
}
.team_members p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  display: block;
  font-size: 14px;
}
.team_members .crown {
  width: 30px;
  height: 30px;
  border: 0px;
  position: absolute;
  top: 4px;
  left: 45px;
}
.team_members .key-contact:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: 40px;
  top: 0px;
  background: url("/assets/images/crown.png") no-repeat;
  z-index: 10;
}

.team_members_side .col-sm-4 {
  margin-bottom: 5px;
}
.team_members_side img {
  height: 124px;
  border-radius: 50%;
  border: solid 1px #9fa3ad;
  display: block;
  margin: auto;
}
.team_members_side h1 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
}
.team_members_side p {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  display: block;
}
.team_members_side .crown {
  width: 30px;
  height: 30px;
  border: 0px;
  position: absolute;
  top: 0px;
  left: 58px;
}
.team_members_side .key-contact:before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: 40px;
  top: 0px;
  background: url("/assets/images/crown.png") no-repeat;
  z-index: 10;
}

#institutions > .row {
  display: flex;
  align-items: baseline;
}

.mapMarkers {
  height: 177px;
  margin-top: -214px;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
}
.mapMarkers .fa-caret-down {
  bottom: -17px;
}

.disclaimer-modal button {
  margin-top: 20px !important;
}

.rmbOutlineBtn {
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: transparent;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232;
  margin-left: 40px;
}

.rmbOutlineBtn:focus,
.rmbOutlineBtn:hover,
.rmbOutlineBtn:active {
  border: 1px solid #177cc2 !important;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #177cc2;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.rmbCloseModal {
  margin-right: 2rem !important;
}

.deactivate-btn-inline {
  width: auto;
  display: inline-block;
  margin-left: 0;
}

.rmbFullBtn, .create-an-account .account-type-continue {
  background: #323232 !important;
  border: none !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal !important;
  font-weight: 900 !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 31px !important;
  text-align: center !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-right: 40px;
  outline: none !important;
}

.rmbFullBtn:focus, .create-an-account .account-type-continue:focus,
.rmbFullBtn:hover,
.create-an-account .account-type-continue:hover {
  background: #177cc2 !important;
}

.deleteAtag-adjustments {
  height: auto !important;
  margin-top: 18px !important;
}

.stratUpdate-adjustment {
  width: auto !important;
  height: auto !important;
  margin-top: 18px !important;
  margin-right: 0px !important;
}

.backToPage {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  color: #323232;
  display: flex;
  align-items: center;
}
.backToPage img {
  margin-right: 1rem;
}

.max-limit {
  margin-top: 3px;
  text-align: right;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  color: rgba(15, 29, 57, 0.6) !important;
}

.form-control {
  background: #eef1f8;
  border: 1px solid #9fa3ad;
  box-sizing: border-box;
  border-radius: 10px;
}

textarea.form-control {
  height: 130px !important;
}

.buttons_positioning {
  display: table;
  margin: 0 auto;
}

.removed_margin1 {
  margin-left: 0px !important;
}

.removed_margin2 {
  margin-right: 0px !important;
  margin-top: -5px !important;
  margin-left: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.fa-caret-down {
  position: absolute;
  top: 37px !important;
  right: 13px !important;
}

.fa-caret-down:before {
  content: "\f0d7";
  color: #9fa3ad !important;
}

#deactivateButton, #deactivateButtonBottom {
  display: inline-flex;
}

.checkbox {
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.checkbox.rounded .checkbox-label:before {
  border-radius: 100%;
}
.checkbox .checkbox-label {
  text-transform: capitalize;
  display: inline-block;
  padding-left: 2em;
  color: #1C2D4F;
  vertical-align: text-top;
  font-size: 14px;
  line-height: 18px;
}
.checkbox .checkbox-label:before, .checkbox .checkbox-label:after {
  transition: all 0.2s ease-in-out;
}
.checkbox .checkbox-label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #323232;
  position: absolute;
  left: 0;
}
.checkbox .checkbox-label:before {
  border-radius: 2px;
}
.checkbox .checkbox-label:hover::before {
  border-color: #323232;
}
.checkbox .checkbox-label:after {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: transparent #323232 #323232 transparent;
  position: absolute;
  top: 1px;
  left: 7px;
  transform: scale(0);
}
.checkbox input {
  visibility: hidden;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  clip-path: polygon(0 0);
}
.checkbox > input:checked + .checkbox-label::after {
  transform: rotate(40deg) scale(1);
  top: 3px;
}
.checkbox [data-onchecked] {
  padding-left: 2em;
  vertical-align: text-top;
  line-height: 15px;
}
.checkbox [data-onchecked=show],
.checkbox input:checked ~ [data-onchecked=hide] {
  display: none;
}
.checkbox [data-onchecked=hide],
.checkbox input:checked ~ [data-onchecked=show] {
  display: inline-block;
}
.checkbox input:checked + .checkbox-label.to-do {
  text-decoration: line-through;
}

.create-a-strategy {
  margin-top: 30px;
}
.create-a-strategy .notify {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #addef5;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 25px;
}
.create-a-strategy .notify .notify-icon {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.create-a-strategy .notify .notify-body {
  font-size: 18px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  color: #177cc2;
}
.create-a-strategy .content-card {
  background: #fff;
  border-radius: 25px;
  padding: 35px 65px;
}
.create-a-strategy .content-card.congratulations {
  padding-top: 25px;
}
.create-a-strategy .content-card.congratulations .step-form {
  margin-top: 0;
}
.create-a-strategy .content-card .section-title {
  display: block;
  font-weight: bold;
  font-size: 40px;
  line-height: 110%;
  /* identical to box height, or 44px */
  text-align: center;
  color: #323232;
}
.create-a-strategy .content-card .section-title small {
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #2c3e50;
  display: block;
}
.create-a-strategy .content-card .section-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  /* identical to box height, or 22px */
  color: #323232;
  margin: 30px 0;
}
.create-a-strategy .step-form {
  margin-top: 50px;
}
.create-a-strategy .step-form .label-group-subtitle {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 12px;
}
.create-a-strategy .step-form .label-group-subtitle span {
  font-weight: lighter;
  text-transform: initial;
}
.create-a-strategy .step-form .label-group-subtitle:not(:first-child) {
  margin-top: 30px;
}
.create-a-strategy .step-form .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: 40%;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 30px auto 0;
  cursor: pointer;
  outline: none !important;
}
.create-a-strategy .step-form .btn-primary:hover {
  background: #177cc2 !important;
  border: solid 1px #177cc2 !important;
}
.create-a-strategy .step-form .btn-primary:active, .create-a-strategy .step-form .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}
.create-a-strategy .step-form .btn-primary.continue-btn {
  width: 60%;
}
.create-a-strategy .step-form .character-limit {
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  width: 100%;
  color: #2c3e50;
  margin-top: 10px;
}
.create-a-strategy .back {
  margin-top: 30px;
}
.create-a-strategy .steps {
  display: flex;
  height: 8px;
  border: 1px solid #2c3e50;
  box-sizing: border-box;
  border-radius: 4px;
}
.create-a-strategy .steps .step {
  flex-grow: 1;
}
.create-a-strategy .steps .step.is-completed {
  background-color: #2c3e50;
}
.create-a-strategy .steps + .steps-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 140.62%;
  /* identical to box height, or 20px */
  text-align: center;
  text-transform: uppercase;
  color: #2c3e50;
  margin-top: 10px;
  margin-bottom: 30px;
}
.create-a-strategy .form-group.no-label label {
  display: none;
}
.create-a-strategy .form-group.no-label .fa-caret-down {
  top: 15px !important;
}
.create-a-strategy .create-a-strategy-congratulations {
  text-align: center;
  margin-bottom: 15px;
}
.create-a-strategy .create-a-strategy-congratulations + .section-title small {
  padding-top: 20px;
}
.create-a-strategy .checklist {
  display: flex;
  flex-direction: column;
}
.create-a-strategy .checklist .checklist-item {
  display: flex;
  align-items: center;
}
.create-a-strategy .checklist .checklist-item .checklist-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}
.create-a-strategy .checklist .checklist-item .checklist-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  /* or 36px */
  color: #2c3e50;
}
.create-a-strategy .add-another-country-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #323232;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
}

.create-an-account {
  margin-top: 30px;
}
.create-an-account .notify {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background: #addef5;
  border: 1px solid #323232;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 25px;
}
.create-an-account .notify .notify-icon {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.create-an-account .notify .notify-body {
  font-size: 18px;
  line-height: 140%;
  /* identical to box height, or 25px */
  display: flex;
  align-items: center;
  color: #177cc2;
}
.create-an-account .content-card {
  background: #fff;
  border-radius: 25px;
  padding: 35px 65px;
}
.create-an-account .content-card.congratulations {
  padding-top: 25px;
}
.create-an-account .content-card.congratulations .step-form {
  margin-top: 0;
}
.create-an-account .content-card .section-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 110%;
  /* identical to box height, or 44px */
  text-align: center;
  color: #323232;
  display: block;
}
.create-an-account .content-card .section-title small {
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-align: center;
  color: #2c3e50;
  display: block;
}
.create-an-account .content-card .section-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  /* identical to box height, or 22px */
  color: #323232;
  margin: 30px 0;
}
.create-an-account .step-form {
  margin-top: 40px;
}
.create-an-account .step-form .label-group-subtitle {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 12px;
}
.create-an-account .step-form .label-group-subtitle span {
  font-weight: lighter;
  text-transform: initial;
}
.create-an-account .step-form .label-group-subtitle:not(:first-child) {
  margin-top: 30px;
}
.create-an-account .step-form .character-limit {
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  width: 100%;
  color: #2c3e50;
  margin-top: 10px;
}
.create-an-account .back {
  margin-top: 30px;
}
.create-an-account .steps {
  display: flex;
  height: 8px;
  border: 1px solid #2c3e50;
  box-sizing: border-box;
  border-radius: 4px;
}
.create-an-account .steps .step {
  flex-grow: 1;
}
.create-an-account .steps .step.is-completed {
  background-color: #2c3e50;
}
.create-an-account .steps + .steps-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 140.62%;
  /* identical to box height, or 20px */
  text-align: center;
  text-transform: uppercase;
  color: #2c3e50;
  margin-top: 10px;
  margin-bottom: 30px;
}
.create-an-account .form-group.no-label label {
  display: none;
}
.create-an-account .form-group.no-label .fa-caret-down {
  top: 15px !important;
}
.create-an-account .create-a-strategy-congratulations {
  text-align: center;
  margin-bottom: 15px;
}
.create-an-account .create-a-strategy-congratulations + .section-title small {
  padding-top: 20px;
}
.create-an-account .checklist {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.create-an-account .checklist .checklist-item {
  display: flex;
  align-items: center;
}
.create-an-account .checklist .checklist-item .checklist-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
}
.create-an-account .checklist .checklist-item .checklist-label {
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  /* or 36px */
  color: #2c3e50;
}
.create-an-account .form-footer-privacy {
  margin-top: 3rem;
}
.create-an-account .form-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  /* identical to box height, or 22px */
  color: #323232;
  margin-bottom: 30px;
}
.create-an-account .btn-primary {
  background: #323232 !important;
  border: solid 1px #323232 !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  height: 60px;
  width: auto;
  min-width: 40%;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 30px auto 0;
  cursor: pointer;
  outline: none !important;
}
.create-an-account .btn-primary:hover {
  background: #177cc2 !important;
  border: solid 1px #177cc2 !important;
}
.create-an-account .btn-primary:active, .create-an-account .btn-primary:focus {
  background: rgb(24.5, 24.5, 24.5) !important;
  border: solid 1px rgb(24.5, 24.5, 24.5) !important;
  box-shadow: none !important;
}
.create-an-account .btn-primary.continue-btn {
  width: 60%;
}
.create-an-account form hr {
  margin: 30px 0;
}
.create-an-account .request-notification {
  height: 42px;
  width: auto;
  margin-right: 18px;
}
.create-an-account .request-notification span {
  line-height: 42px;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 13px;
  color: #177cc2;
}
.create-an-account .add-another-country-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #323232;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
}
.create-an-account .account-type-continue {
  margin: 20px auto !important;
  width: 260px;
  display: block;
}

.form-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
  /* identical to box height, or 22px */
  color: #323232;
  margin-bottom: 30px;
}

.add-another-country-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #323232;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
}

.strategy-details-item,
.project-details-item {
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.strategy-details-item span,
.project-details-item span {
  margin-left: 10px;
}

.section-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.section-title h3 {
  margin: 0;
}
.section-title img {
  margin-right: 14px;
}

.top-actions {
  display: flex;
  align-items: center;
}

.profile-header-banner {
  height: 400px;
  background: url(/assets/images/profile-header.png);
  background-position: center;
  background-size: cover;
}

.profile-page-content {
  margin-top: -370px !important;
}
.profile-page-content .tab-content {
  border-radius: 10px;
}

.organisation-found {
  vertical-align: middle;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}
.organisation-found img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-right: 1rem;
}
.organisation-found .rmbOutlineBtn {
  margin-top: 6px;
  font-size: 14px !important;
}
.organisation-found .strategy .page-header-wrapper > .row {
  display: flex;
  align-items: center;
}
.organisation-found .teamMemDeets {
  margin-left: 1rem;
}
.organisation-found .teamMemDeets h4 {
  line-height: 1;
  margin: 0;
}
.organisation-found .teamMemDeets p {
  line-height: 1;
  margin: 0;
}
.organisation-found .disclaimer .disclaimer-modal-bg {
  position: fixed;
}
.organisation-found .disclaimer .disclaimer-modal .teamMemDeets p {
  margin: 0;
  text-align: left;
}
.organisation-found .disclaimer-modal tr {
  display: flex;
  align-items: center;
}
.organisation-found .disclaimer-modal tr td:nth-child(2) {
  flex-grow: 1;
}
.organisation-found .disclaimer-modal tr .mainBtns button {
  margin-top: 0 !important;
  align-self: center;
}
.organisation-found .teamMemProfilePic img {
  height: 100px;
  width: 100px;
}
.organisation-found .request_connectBtn button {
  margin-top: 0 !important;
}
.organisation-found .scrollable-content .teamMemDeets h4 {
  margin-top: 0;
}
.organisation-found #fullNetwork table td.search .dropdown,
.organisation-found #fullNetwork table td.search .form-control {
  height: auto !important;
  margin-bottom: 15px;
}
.organisation-found .mapMarkers {
  position: absolute;
  margin-top: -230px;
}
.organisation-found .mapMarkers .fa.fa-caret-down::before {
  position: absolute;
  bottom: -8px;
  color: white !important;
}
.organisation-found .show_filters .nav.nav-tabs {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
}
.organisation-found .show_filters .nav.nav-tabs li {
  width: 25%;
  flex: 1 0 25%;
}
.organisation-found #map_search {
  overflow: unset;
}
.organisation-found .teamMemProfilePic {
  position: relative;
}
.organisation-found .teamMemProfilePic img:last-child:not(:only-child) {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  background-color: white;
  object-fit: cover;
  /* border: none; */
}
.organisation-found .strategy-block img:first-child {
  z-index: 1;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 0;
  background-color: white;
  object-fit: none;
  border: none;
}
.organisation-found .strategy-block::before, .organisation-found .strategy-block::after {
  top: 0;
}
.organisation-found .strategy-block.developmental-stage,
.organisation-found .strategy-block.focus-area,
.organisation-found .strategy-block.primary-impact,
.organisation-found .strategy-block.scope {
  height: 90px;
  margin-bottom: 15px;
}
.organisation-found .strategy-block.developmental-stage::before, .organisation-found .strategy-block.developmental-stage::after,
.organisation-found .strategy-block.focus-area::before,
.organisation-found .strategy-block.focus-area::after,
.organisation-found .strategy-block.primary-impact::before,
.organisation-found .strategy-block.primary-impact::after,
.organisation-found .strategy-block.scope::before,
.organisation-found .strategy-block.scope::after {
  top: 50%;
  transform: translateY(-50%);
}
.organisation-found .strategy-block.developmental-stage h5,
.organisation-found .strategy-block.focus-area h5,
.organisation-found .strategy-block.primary-impact h5,
.organisation-found .strategy-block.scope h5 {
  margin-bottom: 0;
}
.organisation-found .project-points tr {
  vertical-align: baseline;
}
.organisation-found .project-points tr td:first-child {
  padding: 10px 20px 10px 10px;
}
.organisation-found .team_members .crown {
  left: 0;
  z-index: 1;
}
.organisation-found .disclaimer .disclaimer-modal .disclaimer .disclaimer-modal {
  transform: translateX(-51%);
}
.organisation-found .disclaimer.update .disclaimer-modal {
  transform: translateX(-50%);
}
.organisation-found .disclaimer.update-confirm .disclaimer-modal {
  transform: translateX(-50%);
}
.organisation-found .disclaimer.update-confirm .disclaimer-modal .rmbFullBtn, .organisation-found .disclaimer.update-confirm .disclaimer-modal .create-an-account .account-type-continue, .create-an-account .organisation-found .disclaimer.update-confirm .disclaimer-modal .account-type-continue {
  margin-right: 0;
}
.organisation-found .institution-type-radio .checkmark {
  transform: translateX(-50%);
  margin-left: 0;
}
.organisation-found .strategy-block.top-matches {
  padding: 15px 15px 15px 60px;
}
.organisation-found .strategy-block.top-matches img:first-child {
  width: 40px !important;
  height: 40px !important;
}
.organisation-found .strategy-block.top-matches span {
  position: static;
  transform: none;
}
.organisation-found #activeInActive .rmbFullBtn:last-child, .organisation-found #activeInActive .create-an-account .account-type-continue:last-child, .create-an-account .organisation-found #activeInActive .account-type-continue:last-child {
  margin-right: 0;
}
.organisation-found #fullNetwork table td.search {
  padding-right: 40px;
}
.organisation-found #passwordProtection .disclaimer-modal,
.organisation-found .development-notice .disclaimer-modal {
  transform: translateX(-50%);
}
.organisation-found .user-guides {
  height: 40px;
  margin: 15px 0;
  padding: 0 30px 0 15px;
  position: relative;
}
.organisation-found .user-guides::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 0%;
  height: 0;
  border-left: 5px solid black;
  border-right: 5px solid black;
  border-top: 5px solid black;
  transition: all 0.3s ease-in-out;
}
.organisation-found .navbar-right .dropdown-nav-item {
  padding-right: 16px;
  position: relative;
  user-select: none;
}
.organisation-found .navbar-right .dropdown-nav-item a {
  color: white !important;
}
.organisation-found .navbar-right .dropdown-nav-item a:hover {
  color: white !important;
}
.organisation-found .navbar-right .dropdown-nav-item a:hover:after {
  border-bottom: none;
}
.organisation-found .navbar-right .dropdown-nav-item.is-open::after {
  border-top: none;
  border-bottom: 5px solid white;
}
.organisation-found .navbar-right .dropdown-nav-item.is-open .dropdown-list {
  display: block;
}
.organisation-found .navbar-right .dropdown-nav-item::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 32px;
  width: 0%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.organisation-found .navbar-right .dropdown-nav-item .dropdown-list {
  position: absolute;
  padding: 1rem;
  z-index: 100;
  background-color: #323232;
  left: 15px;
  border: 1px solid white;
  border-radius: 4px;
  display: none;
  min-width: max-content;
}
.organisation-found .navbar-right .dropdown-nav-item .dropdown-list li {
  list-style-type: none;
  color: white;
  padding: 5px 12px;
}
.organisation-found .navbar-right .dropdown-nav-item .dropdown-list li:after {
  content: none;
}
.organisation-found .project-progressbar li span {
  bottom: initial;
}
.organisation-found .form-control-feedback {
  top: 27px !important;
  right: 5px;
}
.organisation-found .btn-flat {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: center;
  color: #323232;
}
.organisation-found .btn-flat:hover {
  color: rgb(75.5, 75.5, 75.5);
  text-decoration: none;
}
.organisation-found .input-row {
  display: flex;
  align-items: flex-end;
}
.organisation-found .input-row .rmbOutlineBtn {
  margin-left: 0;
}
.organisation-found .input-group-addon {
  background: #323232;
  border-radius: 10px 0px 0px 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.navbar-right .dropdown-nav-item {
  padding-right: 16px;
  position: relative;
  user-select: none;
}
.navbar-right .dropdown-nav-item a {
  color: white !important;
}
.navbar-right .dropdown-nav-item a:hover {
  color: white !important;
}
.navbar-right .dropdown-nav-item a:hover:after {
  border-bottom: none;
}
.navbar-right .dropdown-nav-item.is-open::after {
  border-top: none;
  border-bottom: 5px solid white;
}
.navbar-right .dropdown-nav-item.is-open .dropdown-list {
  display: block;
}
.navbar-right .dropdown-nav-item::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 32px;
  width: 0%;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}
.navbar-right .dropdown-nav-item .dropdown-list {
  position: absolute;
  padding: 1rem;
  z-index: 100;
  background-color: #323232;
  left: 15px;
  border: 1px solid white;
  border-radius: 4px;
  display: none;
  min-width: max-content;
}
.navbar-right .dropdown-nav-item .dropdown-list li {
  list-style-type: none;
  color: white;
  padding: 5px 12px;
}
.navbar-right .dropdown-nav-item .dropdown-list li:after {
  content: none;
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#scale .strategy-details-item {
  text-transform: capitalize;
}

#institution_search {
  text-transform: capitalize;
}

input#institution_search::first-letter {
  text-transform: uppercase !important;
  color: red !important;
}

.locations .rmb-collapse {
  text-transform: capitalize !important;
}

.location-of-project h4 b {
  text-transform: capitalize !important;
}
.location-of-project .collapse-subtitle, .location-of-project .collapse-label, .location-of-project .collapse-subtitle, .location-of-project .collapse-address {
  text-transform: capitalize !important;
}

.institutions-found {
  vertical-align: middle;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.institutions-found .rmbOutlineBtn {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px !important;
}

.currency-input > div {
  position: absolute;
  top: 2.6em;
  left: 1rem;
}
.currency-input input.number_format {
  padding: 6px 12px 6px 2rem;
}

.nav.nav-tabs {
  display: flex;
}
.nav.nav-tabs li {
  width: auto;
}
.nav.nav-tabs li a {
  padding: 20px 10px !important;
}

.view-more {
  text-align: center;
  color: #323232;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.connection-top-mg {
  margin-top: 24px;
}

#mobileModal {
  display: none;
}

@media screen and (max-width: 767px) {
  #mobileModal {
    display: block;
  }
  #mobileModal.disclaimer .disclaimer-modal {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 101;
    background: white;
    border: 0 none;
    border-radius: 25px;
    box-shadow: none;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    margin: 0 auto;
  }
  #mobileModal.disclaimer .disclaimer-modal .fa-times {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000000;
  }
  #mobileModal.disclaimer .disclaimer-modal H2 {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 18px;
  }
}
.search-results {
  display: grid;
  grid-template-rows: auto;
  row-gap: 25px;
}
.search-results .search-results-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  column-gap: 25px;
  overflow: hidden;
  min-height: 260px;
}
.search-results .search-results-item .search-results-image {
  overflow: hidden;
  position: relative;
}
.search-results .search-results-item .search-results-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.search-results .search-results-item .search-results-body {
  padding: 15px 25px 15px 0;
}
.search-results .search-results-item .search-results-body .search-results-type {
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 9px;
  /* identical to box height */
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #1C2D4F;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.search-results .search-results-item .search-results-body .search-results-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  cursor: pointer;
  color: #323232;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.search-results .search-results-item .search-results-body .search-results-title small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  color: #323232;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.search-results .search-results-item .search-results-body .search-results-list {
  list-style-type: none;
  padding-left: 0;
}
.search-results .search-results-item .search-results-body .search-results-list li {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #848484;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.search-results .search-results-item .search-results-body .search-results-list li svg {
  margin-right: 10px;
}
.search-results .search-results-item .search-results-body .search-results-list li:last-child {
  margin: 0;
}
.search-results .search-results-item .search-results-body .search-results-list li a {
  color: #323232;
}
.search-results .search-results-item.strategy .search-results-type {
  background: #69c3ec !important;
}
.search-results .search-results-item.strategy .search-results-list li {
  color: #69c3ec;
}
.search-results .search-results-item.project .search-results-type {
  background: #f9404d !important;
}
.search-results .search-results-item.project .search-results-list li {
  color: #f9404d;
}
.search-results .search-results-item.implementor .search-results-type {
  background: #cfa561 !important;
}
.search-results .search-results-item.implementor .search-results-list li {
  color: #cfa561;
}
.search-results .search-results-item.donor .search-results-type {
  background: #177cc2 !important;
}
.search-results .search-results-item.donor .search-results-list li {
  color: #177cc2;
}
.search-results .search-results-item.institution .search-results-type {
  background: #1C2D4F !important;
}
.search-results .search-results-item.institution .search-results-list li {
  color: #1C2D4F;
}
.search-results.list-view .search-results-item {
  grid-template-columns: 1fr;
  grid-template-rows: 54px;
  min-height: auto;
}
.search-results.list-view .search-results-item .search-results-image {
  display: none;
}
.search-results.list-view .search-results-item .search-results-type {
  justify-content: center;
}
.search-results.list-view .search-results-item .search-results-body {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 15px;
}
.search-results.list-view .search-results-item .search-results-body .flat-btn {
  display: none;
}
.search-results.list-view .search-results-item .search-results-percentage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-results.list-view .search-results-item .search-results-list {
  display: none;
}
.search-results.list-view .search-results-item .search-results-description {
  display: none;
}
.search-results.list-view .search-results-item .search-results-title {
  display: flex;
  flex-direction: column;
  margin: 0 35px 0 35px;
  flex-grow: 1;
  max-width: 270.766px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results.list-view .search-results-item .search-results-title a {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results.list-view .search-results-item .search-results-title small {
  display: block;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-filter {
  margin-bottom: 0;
}

.content-panel {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}
.content-panel .content-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 110%;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 110%;
  /* identical to box height, or 37px */
  color: #323232;
}

.content-button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-label {
  font-size: 14px;
  font-weight: 800;
}

.fa, .glyphicon {
  pointer-events: none;
  background: transparent;
}

.about-section {
  margin: 120px auto;
}
.about-section p {
  font-size: 16px;
}

.loading .loading-inner {
  text-align: center;
}
.wrapper > .loading {
  min-height: calc(100vh - 215px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.associated-projects .user-profile .user-profile-image img {
  height: 60px;
  width: 60px;
}
.associated-projects .user-profile .user-profile-body .user-profile-type {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 16px;
}
.associated-projects .user-profile .user-profile-body .user-profile-name {
  white-space: pre-wrap;
  font-size: 16px;
}

.landing .landing-section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 164.06%;
  margin-bottom: 50px;
  /* or 59px */
  text-align: center;
  color: #323232;
}
.landing .landing-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
.landing .landing-header {
  background-image: url(/assets/images/register-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing .landing-header .landing-header-title {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 164.06%;
  /* or 75px */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.landing .landing-header .landing-header-title small {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 164.06%;
  /* or 33px */
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.landing .landing-about {
  background-color: white;
  background-image: url(/assets/images/landing-about-bg.png);
  background-repeat: no-repeat;
  background-position: center 64%;
  background-size: initial;
}
.landing .landing-stats {
  background-image: url(/assets/images/landing-about-bg.png);
  background-repeat: no-repeat;
  background-position: center -184%;
  background-size: initial;
}
.landing .landing-slider {
  background-image: url(/assets/images/landing-about-bg.png);
  background-repeat: no-repeat;
  background-position: center 462%;
  background-size: initial;
}
.landing .landing-featured {
  background-color: #e1e4e9;
}
.landing .landing-featured .landing-content {
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.landing .landing-featured .landing-content .landing-content-body {
  order: 1;
  padding: 50px;
  padding-left: 0;
}
.landing .landing-slider {
  padding: 135px 0;
}
.landing .landing-slider .landing-container {
  display: block;
}
.landing .landing-slider .landing-content {
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
}
.landing .landing-slider .landing-content .landing-content-body {
  order: 1;
  padding: 50px;
  padding-left: 0;
}
.landing .featured-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #323232;
}
.landing .featured-focus-area {
  display: flex;
  flex-direction: column;
}
.landing .featured-focus-area .featured-focus-area-label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */
  color: #323232;
}
.landing .featured-focus-area .featured-focus-area-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* or 122% */
  color: #323232;
}
.landing .featured-description {
  margin: 15px 0 !important;
}
.landing .landing-content {
  margin: 120px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 46px;
  align-items: center;
}
.landing .landing-content .landing-content-body .landing-content-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 110%;
  /* or 40px */
  display: flex;
  align-items: center;
  color: #323232;
}
.landing .landing-content .landing-content-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 164.06%;
  /* or 26px */
  color: #2c3e50;
  margin: 30px 0 18px;
}
.landing .landing-content .landing-content-image {
  height: 100%;
}
.landing .landing-content .landing-content-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.landing .landing-stats-content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 260px);
  column-gap: 46px;
  margin: 120px auto;
}
.landing .landing-stats-content a {
  grid-column: span 4;
  margin-top: 40px;
}
.landing .landing-stats-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 164.06%;
  /* or 59px */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323232;
  grid-column: span 4;
  margin-bottom: 60px;
}
.landing .landing-stats-item {
  background: #fff;
  border-radius: 20px;
  padding: 52px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landing .landing-stats-item .stats-item-count {
  font-style: normal;
  font-weight: bold;
  font-size: 105px;
  line-height: 80%;
  margin: 0;
  /* or 172px */
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
}
.landing .landing-stats-item .stats-item-label {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 164.06%;
  /* or 41px */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #323232;
}
.landing .landing-stats-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 133%;
  /* or 20px */
  text-align: center;
  color: #848484;
  margin: 10px 0;
}

.profile-header {
  min-height: 340px;
  background: url("/assets/images/profile-header-bg.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.profile-header .title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 164.06%;
  /* identical to box height, or 66px */
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.profile-header .subtitle {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 164.06%;
  /* or 33px */
  text-align: center;
  color: #fff;
}
.profile-header .profile-header-actions {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.profile-header .profile-header-actions > button, .profile-header .profile-header-actions > a {
  min-width: 240px;
}
.profile-header .profile-header-actions > button:not(:first-child), .profile-header .profile-header-actions > a:not(:first-child) {
  margin-left: 20px;
}

.matches-panel {
  display: grid;
  grid-template-rows: auto;
  row-gap: 25px;
}
.matches-panel .subtitle {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  /* identical to box height */
  color: #1C2D4F;
}

.newest-implementors-panel {
  margin-top: 100px;
}
.newest-implementors-panel .subtitle {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 46px;
  /* identical to box height */
  color: #1C2D4F;
}

.network-tag {
  background-color: #fff;
  z-index: 9999999;
  border-radius: 10px;
  width: 250px;
  bottom: 50px;
  padding: 15px;
  position: absolute;
  overflow-y: initial;
  box-shadow: 0px 4px 4px rgba(255, 255, 255, 0.5);
  transform: translate3d(-55px, -10px, 0px);
}
.network-tag.strategy small {
  cursor: pointer;
}
.network-tag.strategy small:hover {
  text-decoration: underline;
}
.network-tag.strategy .network-tag-type {
  background: #69c3ec !important;
}
.network-tag.project small {
  cursor: pointer;
}
.network-tag.project small:hover {
  text-decoration: underline;
}
.network-tag.project .network-tag-type {
  background: #f9404d !important;
}
.network-tag.implementor .network-tag-type {
  background: #cfa561 !important;
}
.network-tag.donor .network-tag-type {
  background: #177cc2 !important;
}
.network-tag.institution .network-tag-type {
  background: #1C2D4F !important;
}
.network-tag .fa-caret-down {
  bottom: -17px;
}
.network-tag .network-tag-body a {
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.network-tag .network-tag-type {
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 9px;
  /* identical to box height */
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #848484;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.network-tag .network-tag-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.network-tag .network-tag-list li {
  font-size: 12px;
  line-height: 18px;
}
.network-tag::before {
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -9px;
  left: 52px;
  filter: drop-shadow(0px 0px 10px rgba(15, 29, 57, 0.6));
}

.location-pins {
  filter: drop-shadow(0px 0px 1px rgba(15, 29, 57, 0.6));
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 150px !important;
}

.organisation-list {
  position: relative;
}
.organisation-list .organisation-list-item {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
}
.organisation-list .organisation-list-item h3 {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  align-items: center;
  color: #323232;
  padding: 10px;
  margin: 0;
}
.organisation-list .tooltip {
  position: absolute;
  right: -30px;
  top: 15px;
}

.font-size-small {
  font-size: small !important;
}

.font-size-medium {
  font-size: medium !important;
}

.your-strategy {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.your-strategy .your-strategy-subheader {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #1C2D4F;
  display: block;
  margin-bottom: 10px;
}
.your-strategy .your-strategy-top {
  padding: 30px 20px 20px;
  background: #fff;
}
.your-strategy .your-strategy-top h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.your-strategy .your-strategy-top h3 small {
  display: block;
}
.your-strategy .your-strategy-bottom {
  background: #f6f6f6;
  padding: 30px 20px;
}

.your-strategy-list {
  padding: 0;
}
.your-strategy-list .your-strategy-list-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 40px;
  column-gap: 14px;
}
.your-strategy-list .your-strategy-list-item:not(:first-child) {
  margin-top: 30px;
}
.your-strategy-list .your-strategy-list-item .list-item-body {
  display: flex;
  flex-direction: column;
}
.your-strategy-list .your-strategy-list-item .list-item-label {
  font-size: 14px;
  line-height: 130.9%;
  /* or 18px */
  color: #323232;
}
.your-strategy-list .your-strategy-list-item .list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}

.rmb-navbar {
  min-height: 80px;
  background-color: #323232;
  display: flex;
  align-items: center;
}
.rmb-navbar .rmb-sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.rmb-navbar .rmb-navbar-wrapper {
  width: 100%;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 480px 1fr;
  grid-template-rows: 50px;
  column-gap: 40px;
}
.rmb-navbar .rmb-navbar-brand {
  display: flex;
}
.rmb-navbar .rmb-navbar-brand img {
  width: auto;
}
.rmb-navbar .rmb-navbar-search {
  display: flex;
}
.rmb-navbar .rmb-navbar-search .navbar-search-input {
  flex-grow: 1;
}
.rmb-navbar .rmb-navbar-search .navbar-search-input input {
  padding-left: 50px;
  width: 100%;
  height: 50px !important;
  line-height: 50px;
  background-color: #e86820;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 16px;
  border: 1px solid #e86820;
  box-sizing: border-box;
  border-radius: 0 !important;
  font-size: 16px;
  outline: none;
  color: #323232;
}
.rmb-navbar .rmb-navbar-search .navbar-search-input input:focus {
  box-shadow: none !important;
}
.rmb-navbar .rmb-navbar-search .navbar-search-input input::placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #323232;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #e86820;
  border-radius: 10px 0px 0px 10px;
  position: relative;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown .glyphicon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #323232;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown select {
  background-color: #e86820;
  outline: none;
  border: none;
  appearance: none;
  height: 50px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #323232;
  padding-right: 40px;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown select:focus {
  box-shadow: none !important;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown button {
  background-color: transparent;
  background-image: url("/assets/images/icon/more.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  border: none;
  height: 50px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 17px;
  color: #e1e4e9;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  outline: none;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown .dropdown-menu {
  display: none;
  flex-direction: column;
  margin: 0;
  margin-top: -1px;
  border-radius: 0;
  background-color: #e86820;
  outline: none;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 0;
  overflow: hidden;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown .dropdown-item {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #e1e4e9;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
}
.rmb-navbar .rmb-navbar-search .navbar-search-dropdown .dropdown-item:hover {
  background-color: #1C2D4F;
}
.rmb-navbar .rmb-navbar-search .search-input-action a {
  border: none;
  height: 50px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 17px;
  color: #e1e4e9;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #e1e4e9;
  outline: none;
  width: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #e86820;
  border-radius: 0 10px 10px 0;
  position: relative;
}
.rmb-navbar .rmb-navbar-search .search-input-action .glyphicon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #323232;
}
.rmb-navbar .rmb-navbar-links {
  justify-self: flex-end;
}
.rmb-navbar .rmb-navbar-links a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  position: relative;
  padding: 8px 16px;
  min-width: 78px;
  cursor: pointer;
}
.rmb-navbar .rmb-navbar-links a:hover {
  color: #e86820;
}
.rmb-navbar .rmb-navbar-links a:hover .navbar-link-label {
  opacity: 1;
}
.rmb-navbar .rmb-navbar-links a:hover svg {
  opacity: 0;
}
.rmb-navbar .rmb-navbar-links a svg {
  height: 30px;
  width: 30px;
  z-index: 1;
  transition: opacity 0.2s ease-in-out;
}
.rmb-navbar .rmb-navbar-links a .navbar-link-label {
  font-size: 9px;
  line-height: 15px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
}
.rmb-navbar .rmb-navbar-links a.is-active {
  color: #323232;
}
.rmb-navbar .rmb-navbar-links a.is-active::before {
  content: "";
  position: absolute;
  background-color: #e86820;
  top: -15px;
  left: 0;
  right: 0;
  bottom: -19px;
}
.rmb-navbar .rmb-navbar-links a.is-active .navbar-link-label {
  color: #323232;
  z-index: 1;
}
.rmb-sidenav {
  position: fixed;
  width: 400px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #323232;
  z-index: 8090;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.rmb-sidenav.is-open {
  transform: translateX(0);
}
.rmb-sidenav .rmb-sidenav-header {
  padding: 16px 50px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.rmb-sidenav .rmb-sidenav-header .rmb-sidebar-toggle {
  margin-right: 40px;
}
.rmb-sidenav .sidenav-link {
  height: 50px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 150.04%;
  cursor: pointer;
  /* identical to box height, or 26px */
  color: #e1e4e9;
  text-decoration: none;
}
.rmb-sidenav .sidenav-link img {
  margin-right: 15px;
}
.rmb-sidenav .sidenav-link.is-active {
  background-color: #e86820;
  color: #323232;
}
.rmb-sidenav .sidenav-link-less {
  height: 20px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 150.04%;
  cursor: pointer;
  /* identical to box height, or 26px */
  color: #e1e4e9;
  text-decoration: none;
}
.rmb-sidenav .sidenav-link-less img {
  margin-right: 15px;
}
.rmb-sidenav .sidenav-link-less.is-active {
  background-color: #1C2D4F;
  color: #323232;
}
.rmb-sidenav .user-guides {
  list-style-type: none;
}
.rmb-sidenav .collapsible-header {
  height: 65px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px !important;
  line-height: 150.04%;
  justify-content: flex-start !important;
  /* identical to box height, or 26px */
  color: #e1e4e9;
  text-decoration: none;
}
.rmb-sidenav .collapsible-header img {
  margin-right: 15px;
}
.rmb-sidenav .collapsible-panel .sidenav-link {
  padding-left: 89px;
  background-color: #1C2D4F;
}

.rmb-profile-nav {
  position: fixed;
  width: 400px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  z-index: 1080;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.rmb-profile-nav .user-profile-image img {
  width: 60px;
  height: 60px;
}
.rmb-profile-nav .user-profile-type {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 150.04% !important;
  /* or 21px */
  color: #fff !important;
  margin-bottom: 0 !important;
}
.rmb-profile-nav .user-profile-name {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 150.04% !important;
  /* or 18px */
  color: #fff !important;
}
.rmb-profile-nav.is-open {
  transform: translateX(0);
}
.rmb-profile-nav .rmb-profile-nav-header {
  padding: 16px 50px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
}
.rmb-profile-nav .rmb-profile-nav-header .rmb-sidebar-toggle img {
  height: 30px;
}
.rmb-profile-nav .profile-nav-link {
  height: 65px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 150.04%;
  cursor: pointer;
  /* identical to box height, or 26px */
  color: #e1e4e9;
  text-decoration: none;
}
.rmb-profile-nav .profile-nav-link img {
  margin-right: 15px;
}
.rmb-profile-nav .profile-nav-link svg {
  margin-right: 15px;
  fill: currentColor;
}
.rmb-profile-nav .profile-nav-link.is-active {
  background-color: #1C2D4F;
  color: #323232;
}
.rmb-profile-nav .collapsible-header {
  height: 65px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px !important;
  line-height: 150.04%;
  justify-content: flex-start !important;
  /* identical to box height, or 26px */
  color: #e1e4e9;
  text-decoration: none;
}
.rmb-profile-nav .collapsible-header img {
  margin-right: 15px;
}
.rmb-profile-nav .collapsible-panel .profile-nav-link {
  padding-left: 89px;
}

.rmb-footer {
  width: 100%;
  background-color: #323232;
  color: #fff;
  position: relative;
  z-index: 90;
}
.rmb-footer .rmb-footer-links {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rmb-footer .rmb-footer-links a {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 190.96%;
  /* identical to box height, or 27px */
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.rmb-footer .rmb-footer-links a:not(:first-child) {
  margin-left: 25px;
}
.rmb-footer .rmb-footer-copyright {
  height: 45px;
  background-color: #e86820;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #323232;
}

.rmb-multi-select__menu {
  border-radius: 10px !important;
}

.rmb-multi-select__menu-list {
  padding: 0 !important;
}

.rmb-multi-select__option {
  background-color: white !important;
  border-bottom: 1px solid #e7e9ed !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 24px;
  /* identical to box height, or 171% */
  display: flex !important;
  align-items: center;
  color: #323232 !important;
  padding: 10px 20px !important;
}
.rmb-multi-select__option--is-focused {
  background-color: #e1e4e9 !important;
}
.rmb-multi-select__option:first-child {
  border-radius: 10px 10px 0 0;
}
.rmb-multi-select__option:last-child {
  border-radius: 0 0 10px 10px;
}

.rmb-multi-select__multi-value {
  overflow: hidden;
  border-radius: 6px !important;
}

.rmb-multi-select__multi-value__remove:hover {
  background-color: #323232 !important;
  color: white !important;
}

.collapsible {
  margin: 1rem 0;
}
.collapsible .collapsible-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.2rem;
  user-select: none;
}
.collapsible .collapsible-panel {
  display: none;
  padding: 1rem 0;
}
.collapsible.is-open .collapsible-panel {
  display: block;
}

.profile-banner {
  min-height: 340px;
  background: url("/assets/images/profile-header-bg.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.profile-banner .title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 164.06%;
  /* identical to box height, or 66px */
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.profile-banner .user-profile-name {
  font-family: Nunito, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px !important;
  color: #e86820 !important;
  white-space: break-spaces !important;
}
.profile-banner .user-profile-name small {
  font-size: 20px;
  line-height: 30px !important;
  color: #fff;
  display: block;
}
.profile-banner .user-profile-type {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #fff !important;
}
.profile-banner .user-profile-image {
  position: relative;
}
.profile-banner .user-profile-image img {
  height: 180px;
  width: 180px;
  object-position: center;
  object-fit: contain;
  background: #fff;
  padding: 10px;
}
.profile-banner .subtitle {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 164.06%;
  /* or 33px */
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.profile-banner .profile-banner-actions {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.profile-banner .profile-banner-actions > button, .profile-banner .profile-banner-actions > a {
  min-width: 240px;
}
.profile-banner .profile-banner-actions > button:not(:first-child), .profile-banner .profile-banner-actions > a:not(:first-child) {
  margin-left: 20px;
}

.sidebar-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-card .sidebar-card-subheader {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #1C2D4F;
  display: block;
  margin-bottom: 10px;
}
.sidebar-card .sidebar-card-top {
  padding: 30px 20px 20px;
  background: #fff;
}
.sidebar-card .sidebar-card-top h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.sidebar-card .sidebar-card-top h3 small {
  display: block;
}
.sidebar-card .sidebar-card-bottom {
  background: #f6f6f6;
  padding: 30px 20px;
}

.sidebar-card-list {
  padding: 0;
}
.sidebar-card-list .sidebar-card-list-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 40px;
  column-gap: 14px;
}
.sidebar-card-list .sidebar-card-list-item:not(:first-child) {
  margin-top: 30px;
}
.sidebar-card-list .sidebar-card-list-item .list-item-body {
  display: flex;
  flex-direction: column;
}
.sidebar-card-list .sidebar-card-list-item .list-item-label {
  font-size: 14px;
  line-height: 130.9%;
  /* or 18px */
  color: #323232;
}
.sidebar-card-list .sidebar-card-list-item .list-item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #323232;
}

.visitors-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 260px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  column-gap: 25px;
  overflow: hidden;
}
.visitors-item.strategy .visitors-type {
  background: #69c3ec !important;
}
.visitors-item.strategy .visitors-list li {
  color: #69c3ec;
}
.visitors-item.project .visitors-type {
  background: #f9404d !important;
}
.visitors-item.project .visitors-list li {
  color: #f9404d;
}
.visitors-item.implementor .visitors-type {
  background: #cfa561 !important;
}
.visitors-item.implementor .visitors-list li {
  color: #cfa561;
}
.visitors-item.donor .visitors-type {
  background: #177cc2 !important;
}
.visitors-item.donor .visitors-list li {
  color: #177cc2;
}
.visitors-item.institution .visitors-type {
  background: #1C2D4F !important;
}
.visitors-item.institution .visitors-list li {
  color: #1C2D4F;
}
.visitors-item .visitors-image {
  overflow: hidden;
  position: relative;
}
.visitors-item .visitors-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.visitors-item .visitors-image .new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
}
.visitors-item .visitors-body {
  padding: 15px 0;
}
.visitors-item .visitors-body .visitors-type {
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 9px;
  /* identical to box height */
  display: inline-flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: #848484;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
}
.visitors-item .visitors-body .visitors-title a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #323232;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.visitors-item .visitors-body .visitors-title small {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height */
  color: #323232;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.visitors-item .visitors-body .visitors-list {
  list-style-type: none;
  padding-left: 0;
}
.visitors-item .visitors-body .visitors-list li {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  margin-bottom: 5px;
}
.visitors-item .visitors-body .visitors-list li svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.visitors-item .visitors-body .visitors-description {
  position: relative;
}
.visitors-item .visitors-body .visitors-description p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.visitors-item .visitors-body .visitors-description.expanded {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
}
.visitors-item .visitors-percentage {
  padding: 15px 25px 15px 0;
}
.visitors-item .visitors-percentage .progress-wrap {
  width: 65px;
  height: 65px;
}
.visitors-item .visitors-percentage .progress-wrap .CircularProgressbar-text {
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  color: #25a8e3;
}
.visitors-item .visitors-percentage .progress-wrap .circular-visitors {
  top: -35px;
  font-style: normal;
  font-weight: bold;
  line-height: 10px;
  text-align: center;
  color: #25a8e3;
}

.rbt-menu {
  background-color: #fff !important;
  border-bottom: 1px solid #e1e4e9 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 24px;
  /* identical to box height, or 171% */
  align-items: center;
  color: #323232 !important;
  padding: 10px 20px !important;
  border-radius: 10px;
}
.rbt-menu .dropdown-item {
  color: #323232 !important;
  display: block;
  margin-bottom: 5px;
}

.slick-slider .slick-dots {
  bottom: -48px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-dots li {
  background-color: transparent !important;
}
.slick-slider .slick-dots li button {
  background-color: transparent !important;
}
.slick-slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: transparent;
  border: 4px solid #323232;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  border-color: #177cc2;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  font-size: 36px;
  color: #323232;
  line-height: initial;
  z-index: 2000;
  width: auto;
  height: auto;
  z-index: 99999;
}
.slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover, .slick-slider .slick-next:focus, .slick-slider .slick-next:hover {
  color: #f6f6f6;
}
.slick-slider .slick-prev {
  left: -40px;
  pointer-events: unset;
}
.slick-slider .slick-prev::before {
  content: "\f053";
}
.slick-slider .slick-next {
  pointer-events: unset;
  right: -40px;
}
.slick-slider .slick-next::before {
  content: "\f054";
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-family: unset;
  color: #323232;
}

.slick-slide div {
  outline: none !important;
}

.slick-slide .landing-content {
  height: 400px;
}
.slick-slide .landing-content-image {
  position: relative;
}
.slick-slide .landing-content-image img {
  position: absolute;
}

.search-input-icon input {
  padding-left: 50px !important;
  width: 100% !important;
  height: 50px !important;
  line-height: 50px !important;
  background-color: transparent !important;
  background-image: url("/assets/images/icon/navbar/search.svg") !important;
  background-repeat: no-repeat !important;
  background-position-y: center !important;
  background-position-x: 16px !important;
  box-sizing: border-box !important;
}
.search-input-icon input:focus {
  box-shadow: none !important;
}

.input-group {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 5px;
}
.input-group input {
  border-radius: 10px !important;
}

textarea {
  resize: vertical;
}

.tooltip {
  position: relative;
  opacity: 1;
  margin-left: 5px;
  display: inline-block;
  z-index: 100;
}
.tooltip .tooltip-content {
  display: none;
  position: absolute;
  position: absolute;
  left: 30px;
  top: 0;
  width: 180px;
  padding: 12px;
  background: rgb(214.0112359551, 215.7191011236, 219.9887640449);
  border: 1px solid #9fa3ad;
  color: #323232;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.tooltip .tooltip-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #9fa3ad;
  border-bottom: 8px solid transparent;
}
.tooltip:hover .tooltip-content {
  display: block;
}

.sidebar-widget {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.sidebar-widget .sidebar-widget-header {
  padding: 30px 20px 20px;
  background: #fff;
}
.sidebar-widget .sidebar-widget-header h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  color: #1C2D4F;
}
.sidebar-widget .sidebar-widget-subheader {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #1C2D4F;
  display: block;
  margin-bottom: 10px;
}
.sidebar-widget .sidebar-widget-content {
  background: #f6f6f6;
  padding: 20px;
}

.uploading.progress {
  width: 50%;
  margin: 0 auto;
}
.uploading.progress .progress-bar {
  background-color: #323232;
  border-radius: 10px;
  box-shadow: none;
  font-weight: bold;
}

.uploading {
  margin: 50px 0;
}
.uploading h3 {
  margin: 2rem 0;
  font-size: 24px;
  font-weight: bold;
}

.network-tag-body h3 {
  font-size: 15px;
}

.network-results-body h3.network-results-title {
  margin-bottom: 1px;
}
.network-results-body h3.network-results-title a {
  font-size: 17px !important;
}

#connect .user-profile {
  display: block !important;
  width: 100% !important;
  min-height: 120px;
}
#connect .user-profile .user-profile-image {
  position: relative;
  display: inline-block !important;
  width: 12%;
  height: auto;
  float: left;
}
#connect .user-profile .user-profile-body {
  padding: 0 20px;
  display: inline-block !important;
  width: 87%;
  vertical-align: top;
}
#connect .user-profile .user-profile-actions {
  display: inline-block !important;
  left: 20px;
  top: 10px;
  position: relative;
}

/*# sourceMappingURL=styles.css.map*/