body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

li {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

label {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

strong {
  color: #000;
  font-weight: 700;
}

.brand {
  max-width: 140px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.nav {
  margin-top: 22px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #2c2d33;
  font-weight: 600;
  text-transform: uppercase;
}

.nav:hover {
  color: #08122a;
}

.nav.w--current {
  padding-bottom: 37px;
  border-bottom: 0px none #cfcfcf;
  color: #fff;
}

.nav.signup {
  height: 0px;
  margin-top: 31px;
  padding-top: 10px;
  padding-bottom: 31px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #318ef3 #318ef3 #1d73cf;
  border-radius: 3px;
  background-color: #318ef3;
  color: #fff;
}

.nav.log-in {
  width: 111px;
  margin-top: 34px;
  margin-left: 10px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  border: 1px solid #2c2d33;
  border-radius: 3px;
  background-color: #2c2d33;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
  text-align: center;
}

.nav.log-in:hover {
  background-color: #2c2d33;
  box-shadow: 0 0 22px -8px rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.nav.log-in:active {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.nav.log-in.log-in-alt {
  border: 1px solid #2c2d33;
  background-color: transparent;
  color: #08122a;
}

.nav.log-in.log-in-alt.alt {
  margin-top: 17px;
  border-color: #2c2d33;
  background-color: #2c2d33;
  color: #fff;
}

.nav.log-in.alt {
  margin-top: 17px;
  border-style: solid;
  border-color: rgba(29, 201, 160, .94);
  background-color: #fff;
  color: rgba(29, 201, 160, .94);
}

.nav.log-in.alt.white-alt {
  border-color: #000;
  color: #08122a;
}

.nav.log-in.alt.white-alt:hover {
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #08122a;
}

.nav.log-in.alt.white-alt.home {
  border-color: #2c2d33;
  color: #2c2d33;
}

.nav.alt {
  position: relative;
  display: inline-block;
  max-width: 160px;
  margin-top: 17px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px 20px;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #08122a;
}

.nav.alt:hover {
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  color: #2c2d33;
}

.nav.alt.w--current {
  border-color: #f3f3f3;
}

.nav-main {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: 86px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 0px;
  border-bottom-color: #18233f;
  background-color: transparent;
}

.nav-main.alt {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 320;
  height: 73px;
  background-color: #fff;
  background-image: none;
}

.search {
  height: 49px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
}

.search.bg-blur {
  position: fixed;
  left: 0px;
  top: 105px;
  right: 0px;
  z-index: 10;
  height: 161px;
  margin-top: -138px;
  border-bottom: 0px none #18233f;
  background-color: #fff;
  background-image: none;
  opacity: 0.9;
}

.search.bg-blur.home {
  position: relative;
  margin-top: -116px;
  margin-bottom: -44px;
  border-style: none;
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  background-color: transparent;
}

.search-field {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
  border-color: #e2e2e2;
  border-radius: 25px;
  background-color: #f3f3f3;
}

.search-field.quicksearch {
  margin-top: 7px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
}

.search-field.quicksearch:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.search-field.quicksearch:focus {
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(29, 201, 160, .94) rgba(29, 201, 160, .94) #000;
  background-color: #fff;
  text-align: left;
}

.search-field.quicksearch.home {
  position: relative;
  margin-top: 10px;
  margin-right: 0px;
  border-style: none none solid;
  border-color: #f3f3f3 #f3f3f3 #000;
  background-color: hsla(0, 0%, 100%, 0);
}

.search-field.quicksearch.home:hover {
  border-color: #000;
  background-color: #fff;
}

.search-field.quicksearch.home:focus {
  border-color: #000;
  background-color: #fff;
}

.profile-img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0px auto 10px;
  float: none;
  border-radius: 25px;
  background-image: url('../images/XG1hqhM1_400x400.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.profile-name {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #2c2d33;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.profile-name.profile-organisation {
  margin-top: 0px;
  margin-left: 0px;
  color: #2c2d33;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.vert-nav {
  position: relative;
  left: 56px;
  top: 6px;
  z-index: 2;
  width: 10px;
  margin-top: 8px;
  margin-right: 13px;
  margin-left: 12px;
  float: left;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.vert-nav:hover {
  opacity: 1;
}

.vert-nav.info-card-nav {
  margin-top: 20px;
  margin-left: 20px;
}

.vert-nav.home {
  display: none;
}

.card-city {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 20px;
  padding-left: 30px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: none;
}

.card-pin {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 15px;
  margin-bottom: 24px;
  margin-left: 12px;
}

.project-section {
  margin-top: 130px;
  opacity: 1;
}

.project-detail {
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.project-header {
  position: relative;
  height: 400px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: transparent;
  border-radius: 5px 0px 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .26)), url('../images/Screen-Shot-2016-03-24-at-11.19.25.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .77), rgba(0, 0, 0, .26)), url('../images/Screen-Shot-2016-03-24-at-11.19.25.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.project-h1 {
  position: static;
  left: 10px;
  top: 0px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-shadow: 0 1px 4px #000;
}

.main-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .27));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .27));
}

.project-info {
  margin-top: 20px;
}

.info-card {
  position: relative;
  overflow: visible;
  width: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  border: 0px none #e2e2e2;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.info-card:hover {
  box-shadow: 0 12px 50px -25px #000;
}

.info-card.notifications {
  position: relative;
  min-height: 586px;
}

.info-card.map {
  overflow: hidden;
  padding-bottom: 0px;
}

.info-card.left {
  width: auto;
  margin-right: 5px;
}

.info-card.left.small {
  display: block;
  min-width: auto;
  margin-bottom: 10px;
}

.info-card.right {
  margin-left: 5px;
}

.info-card.right.small {
  display: block;
  min-width: auto;
  margin-bottom: 10px;
}

.info-card.filter-bar {
  padding: 20px;
  background-color: transparent;
}

.info-card.filter-bar:hover {
  box-shadow: none;
}

.info-card.resource {
  padding: 20px;
  text-decoration: none;
}

.info-h {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid #e0e3e9;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.info-h.not {
  margin-bottom: 0px;
  padding-right: 20px;
}

.info-h.card-h {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-h.card-h.map {
  margin-bottom: 0px;
}

.project-summary {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #000;
}

.project-archive {
  margin-top: 20px;
}

.project-lead {
  position: relative;
  height: 80px;
  border-bottom: 1px solid #e2e2e2;
}

.project-lead.team {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.lead-img {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lead-img.team-member {
  width: 40px;
  height: 40px;
}

.project-lead-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 90px;
  padding-top: 17px;
  color: #747474;
  font-size: 18px;
}

.project-lead-h3.team-member-text {
  margin-left: 80px;
  padding-top: 13px;
  font-size: 16px;
}

.project-lead-det {
  margin-top: -6px;
  margin-left: 90px;
  color: #a8a8a8;
}

.project-lead-det.team-member-text {
  margin-left: 80px;
}

.footer {
  position: relative;
  min-height: auto;
  margin-right: 75px;
  margin-bottom: 75px;
  margin-left: 75px;
  border-top: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}

.footer-columns {
  margin-top: 75px;
}

.team-invite {
  position: relative;
  height: 90px;
}

.dsi-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 53px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  font-weight: 700;
}

.bottom-row {
  margin-bottom: 3px;
  border-bottom: 1px solid #e2e2e2;
}

.notification {
  position: absolute;
  left: 250px;
  top: 21px;
  right: 0px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ff0047;
}

.notification-no {
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.notification-posts {
  overflow: scroll;
  max-height: 524px;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}

.noti-sin {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #c4c4c4;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.close.modal-close {
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, .75);
}

.close.modal-close:hover {
  color: #fff;
}

.add {
  position: relative;
  left: 7px;
  top: 8px;
  font-size: 34px;
}

.modal-signup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .45);
}

.modal-signup.bg-blur {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
}

.signup-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 500px;
  height: 568px;
  min-height: 550px;
  margin: auto;
  padding: 40px 0px;
  border: 1px none #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 50px -9px #000;
}

.signup-h2 {
  margin-top: 140px;
  margin-bottom: 33px;
  margin-left: 0px;
  color: #797979;
  text-align: center;
}

.modal-signup-btn {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}

.modal-signup-form {
  height: 50px;
  padding-left: 0px;
  text-align: center;
}

.modal-brand {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 4px;
}

.body {
  height: auto;
  min-height: 500px;
}

.body.blog {
  padding-top: 50px;
  background-color: #f3f3f3;
}

.body-container {
  margin-top: 175px;
}

.body-container.project {
  margin-top: -20px;
}

.link-to-profile {
  position: relative;
  left: 53px;
  top: -1px;
  text-decoration: none;
}

.link-to-profile.home {
  display: none;
}

.tabs-content {
  position: absolute;
  left: 0px;
  top: 61px;
  right: 0px;
  bottom: 0px;
  height: 440px;
}

.profile-popover {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 47;
  width: 200px;
  height: 140px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .89);
}

.profile-popover.bg-blur {
  position: absolute;
  display: none;
  height: auto;
  border-style: none;
  background-color: #fff;
  box-shadow: 0 0 50px -13px #000;
}

.popover-link {
  display: block;
  width: 100%;
  height: 41px;
  padding-left: 35px;
  border-bottom: 1px solid #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  line-height: 38px;
  font-weight: 300;
  text-decoration: none;
}

.popover-link.w--current:hover {
  background-color: #e2e2e2;
}

.popover-link.inactive {
  color: #bebebe;
  cursor: not-allowed;
}

.card-p {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
}

.card-p.notification-stat {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.card-p.question {
  color: #08122a;
  font-weight: 600;
}

.story-main {
  min-height: 570px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
}

.story-main-image {
  height: 265px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.story-h1 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 34px;
  line-height: 38px;
}

.story-author-block {
  height: 65px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.story-author-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  border-radius: 25px;
  background-image: url('../images/XG1hqhM1_400x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.story-author-text {
  display: block;
  width: 148px;
  margin-top: -40px;
  margin-left: 60px;
}

.story-main-published-date {
  display: block;
  margin-top: -20px;
  margin-left: 214px;
  font-weight: 700;
}

.story-post-body {
  padding: 20px;
}

.top-comntainer {
  margin-top: 103px;
}

.body-content {
  position: relative;
  min-height: 500px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
}

.body-content.add-story {
  margin-top: 35px;
  border-style: none;
  background-color: transparent;
}

.tab {
  top: 21px;
  right: 37px;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .62);
  font-size: 16px;
  text-align: center;
}

.tab.w--current {
  width: auto;
  float: none;
  border-bottom: 3px solid #50a4ff;
  background-color: transparent;
  color: #fff;
}

.login-field {
  height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e2e2e2;
  background-color: #fff;
  text-align: center;
}

.login-form {
  display: block;
  width: 400px;
  margin-top: 62px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.login-button {
  width: 100%;
  height: 50px;
  margin-top: 56px;
  margin-bottom: 12px;
  border-radius: 3px;
}

.login-button.register {
  background-color: #ec388e;
}

.forgotten-password {
  display: block;
  width: 160px;
  margin: 0px auto 22px;
  color: #d34c4c;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.tabs-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  clear: none;
}

.modal-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(45deg, #18233f, #384155);
  background-image: linear-gradient(45deg, #18233f, #384155);
}

.social-login {
  width: 100%;
  border-radius: 140px;
}

.social-badge {
  max-width: 60%;
  border-radius: 50px;
}

.social-badges {
  margin-top: 43px;
}

.skill {
  position: relative;
  min-width: 50px;
  margin-right: 22px;
  margin-bottom: 5px;
  padding: 5px 12px 5px 11px;
  float: left;
  border-radius: 0px 3px 3px 0px;
  background-color: #2a2e38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.skill:hover {
  background-color: #2a2e38;
}

.btn {
  display: block;
  width: 98px;
  height: 50px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.btn:active {
  -webkit-transform: translate(0.93px, 0.93px);
  -ms-transform: translate(0.93px, 0.93px);
  transform: translate(0.93px, 0.93px);
}

.btn.btn-join {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border-style: none;
  border-width: 0px;
  border-color: #318ef3 #318ef3 #136dce;
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.btn.btn-join:hover {
  border-style: none;
  border-top-color: #18426f;
  background-color: rgba(29, 201, 160, .94);
  box-shadow: 0 0 50px -13px #000;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.btn.btn-join:active {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.tags-block {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.join-project {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 70px;
  border-style: none;
  border-width: 1px;
  border-color: #e2e2e2 #000 #000;
}

.current-status {
  padding: 13px 0px 20px;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 0px;
  background-color: #fff;
  color: #18233f;
  font-weight: 700;
}

.status-link {
  color: #18233f;
  font-weight: 600;
}

.posted-on {
  position: absolute;
  left: 74px;
  top: 20px;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
  color: #6c7e8a;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
}

.posted-on.latest {
  top: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
}

.status-h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.news-content {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.post-author {
  position: relative;
  top: 0px;
  height: 50px;
  margin-top: 10px;
  padding-left: 20px;
}

.post-author.latest {
  color: #18233f;
}

.post-author.new-post {
  height: 55px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.post-author-img {
  border-radius: 20px;
}

.post-author-img.post {
  margin-top: 2px;
  float: left;
}

.post-author-detail {
  position: relative;
  left: 10px;
  top: -5px;
  display: inline-block;
  color: #575757;
}

.post-author-detail.latest {
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
}

.add-post {
  position: relative;
  height: 55px;
  margin-top: -10px;
  border: 1px none #6c7e8a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgba(29, 201, 160, .94);
  color: #18233f;
}

.add-item-block {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  padding-left: 2px;
  float: left;
}

.add-item {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: #318ef3;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.project-post {
  position: static;
  min-height: auto;
  margin-bottom: 20px;
}

.project-post-detail {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.project-post-image {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.project-post-rich-text {
  margin-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-right: 1px none #e2e2e2;
  border-bottom: 1px none #e2e2e2;
  border-left: 1px none #e2e2e2;
}

.org-brand {
  width: 290px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.org-detail-h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #575757;
  font-size: 18px;
}

.org-detail-p {
  padding-right: 20px;
  padding-left: 20px;
  color: #757575;
}

.org-tab {
  position: static;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  border-bottom: 3px solid #e6e6e6;
  background-color: #fff;
  color: #575757;
  font-size: 16px;
  text-align: center;
}

.org-tab.w--current {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #318ef3;
  background-color: #fff;
  color: #318ef3;
  font-size: 16px;
}

.list-item {
  position: relative;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.list-item:hover {
  right: auto;
  bottom: auto;
  width: 100%;
  height: 90px;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: #f3f3f3;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.partner-title {
  position: relative;
  left: 20px;
  top: 28px;
  display: inline-block;
  width: 237px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-weight: 700;
}

.partner-link {
  width: 100%;
  padding-top: 0px;
}

.no-of-projects {
  position: absolute;
  top: 28px;
  right: 20px;
  display: inline-block;
  padding-right: 0px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #6c7e8a;
  text-align: right;
}

.map-overlay-address {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 97%;
  background-color: rgba(0, 0, 0, .51);
}

.overlay-address {
  position: static;
  overflow: hidden;
  width: 97%;
  padding: 20px;
  color: #fff;
}

.homepage-hero {
  height: 800px;
  margin-top: 0px;
  padding-top: 105px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-size: 20px;
  line-height: 30px;
}

.homepage-hero.minus-100 {
  height: 700px;
}

.hero-h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.hero-sub-heading {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .68);
  text-align: center;
}

.hero-sub-heading.social {
  margin-top: 25px;
  margin-bottom: 20px;
}

.invite-form {
  display: block;
  width: 940px;
  height: 48px;
  margin: 40px auto 0px;
  text-align: center;
}

.invite-form-field {
  width: 100%;
  height: 48px;
  margin-right: 1%;
  float: left;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(26, 37, 71, .83);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.invite-form-field.submit {
  background-color: hsla(0, 0%, 100%, .34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.invite-form-field.submit:hover {
  background-color: hsla(0, 0%, 100%, .86);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.section-grey {
  min-height: 290px;
  padding-top: 80px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f3f3f3;
}

.image-placeholder {
  height: auto;
  margin-bottom: 50px;
  margin-left: 72px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 100px -4px rgba(0, 0, 0, .03);
}

.home-h2 {
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-size: 28px;
  line-height: 37px;
  font-weight: 400;
}

.home-h2.centre {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-h2.cta-text-light {
  color: #fff;
}

.p-big {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}

.p-big.centre {
  display: block;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-big.cta-text-light {
  color: #fff;
}

.section-white {
  min-width: auto;
  padding-top: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}

.section-white.stats {
  padding-top: 0px;
}

.section-white.creator {
  margin-top: 125px;
  padding-top: 0px;
  background-color: #f3f3f3;
}

.showcase {
  margin-top: 40px;
  margin-bottom: 30px;
}

.showcase-card {
  position: relative;
  height: 335px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, .1);
}

.card-h3 {
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-h3.search-h3 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.show-card-p {
  padding-right: 96px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
}

.card-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 14px 25px;
  border-radius: 3px;
  background-color: #384155;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.card-btn:hover {
  background-color: #060d20;
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, .4);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.partner-logos {
  display: block;
  margin-top: 47px;
}

.partner-logos.hero {
  display: none;
}

.partner {
  display: inline-block;
  width: 12.5%;
  padding-right: 20px;
  float: left;
  opacity: 0.38;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.partner:hover {
  opacity: 1;
}

.container-wide {
  position: relative;
  display: block;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
}

.container-wide.nav-container {
  max-width: 100%;
  margin-right: 75px;
  margin-left: 75px;
  padding-bottom: 0px;
}

.container-wide.search-container {
  position: relative;
  height: 123px;
  padding-bottom: 0px;
}

.container-wide.stories {
  margin-top: 60px;
}

.container-wide.archive {
  max-width: 1290px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.container-wide.post-hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  margin-top: 90px;
  padding-bottom: 0px;
}

.container-wide.header {
  position: static;
  height: auto;
  max-width: 1290px;
  margin-top: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-wide.header.nu-profile-header {
  height: 245px;
}

.container-wide.footer-container {
  padding-bottom: 0px;
}

.container-wide.massive-hero-slide-container {
  position: relative;
  height: 640px;
  max-width: 100%;
  padding-right: 75px;
  background-color: #f3f3f3;
}

.container-wide.newsletter-signup {
  padding-bottom: 0px;
}

.container-wide.menu {
  height: 66px;
}

.container-wide.case-study-grid {
  margin-top: 20px;
}

.container-wide.container-wide-header-large {
  padding-top: 250px;
  padding-bottom: 0px;
}

.container-wide.search-results-list {
  margin-top: 140px;
}

.container-wide.map-section {
  height: 400px;
  background-image: url('../images/whitemap.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-wide.map-animation {
  min-height: 650px;
}

.container-wide.content {
  margin-top: 160px;
}

.container-wide.footer {
  max-width: 100%;
  padding-right: 75px;
  padding-left: 75px;
  border-top-width: 1px;
  border-top-color: #f3f3f3;
  background-color: #f3f3f3;
}

.button {
  position: static;
  right: 0px;
  bottom: 30px;
  min-width: auto;
  padding: 7px 20px;
  border: 1px solid #1dc9a0;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #1dc9a0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16));
  box-shadow: 0 0 50px -9px rgba(0, 0, 0, .56);
}

.button.button-bottom-right {
  position: absolute;
}

.button.button-bottom-right.edit-case-study {
  bottom: 97px;
}

.button.button-centre {
  display: block;
  max-width: 280px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, #1dc9a0, #318ef3);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.button.button-centre:hover {
  box-shadow: 0 21px 50px -14px rgba(0, 0, 0, .44);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.button.button-centre.bluepurple {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .26), hsla(0, 0%, 100%, .18)), -webkit-linear-gradient(45deg, #3e8de4, rgba(115, 23, 214, .96));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .26), hsla(0, 0%, 100%, .18)), linear-gradient(45deg, #3e8de4, rgba(115, 23, 214, .96));
}

.footer-brand {
  width: 140px;
}

.footer-h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  padding-bottom: 13px;
  border-bottom: 0px none hsla(0, 0%, 100%, .06);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-link {
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.hp-post {
  height: 270px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}

.hp-post-link {
  position: relative;
  width: 100%;
  border: 1px none #f3f3f3;
  border-radius: 0px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.hp-post-link:hover {
  border: 1px none #1dc9a0;
  box-shadow: 0 9px 50px -17px #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hp-post-img {
  width: 100%;
  height: 260px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('../images/brussels-locations.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hp-post-img.post-2 {
  background-image: url('../images/great_design_from_that_media_group_graphic_studio_logo_design.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hp-post-img.post-3 {
  background-image: url('../images/Dr.-Patrick-Meier-QCRI-Director-of-Social-Innovaiton-Crisis-Mapper.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hp-post-row {
  margin-top: 20px;
}

.hp-post-meta {
  width: 50%;
  padding: 15px;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
}

.hp-post-meta.category {
  width: 35%;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6c7e8a;
  font-size: 12px;
  font-weight: 600;
}

.hp-post-meta.category.inspiration {
  display: block;
  width: auto;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #9b9b9b;
  font-weight: 700;
}

.hp-post-meta.category.discovery {
  font-family: Montserrat, sans-serif;
  color: #136dce;
}

.hp-post-meta.hp-date {
  width: 60%;
  padding-right: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.hp-post-h3 {
  position: static;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #18233f;
  font-size: 19px;
  line-height: 24.8px;
  font-weight: 600;
}

.hp-post-p {
  padding-right: 40px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  font-weight: 400;
}

.top-row-personal {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5px;
  height: 45px;
  margin-top: 0px;
  float: none;
}

.dark-bg-overlay {
  position: absolute;
  left: 0px;
  top: 111px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  border-style: solid none none;
  border-width: 1px 0px 0px;
  border-top-color: hsla(0, 0%, 100%, .1);
  border-bottom-color: #f3f3f3;
  background-color: transparent;
}

.dark-bg-overlay.home {
  border-style: none;
  border-width: 0px;
  border-bottom-color: transparent;
}

.tabs-content-list {
  overflow: visible;
}

.profile-label {
  position: absolute;
  left: 71px;
  top: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.new-post {
  position: relative;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-weight: 700;
}

.create-new-post {
  position: absolute;
  top: 12px;
  right: 14px;
  bottom: 0px;
  height: 30px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .75);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #18233f;
  font-weight: 600;
}

.create-new-post:hover {
  background-color: #fff;
  box-shadow: 0 0 50px -11px #000;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.new-post-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .32);
}

.new-post-bg.bg-blur {
  display: none;
  width: 100%;
  height: 100vh;
}

.add-post-modal {
  position: relative;
  display: block;
  width: 850px;
  height: 80vh;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px -13px #000;
}

.modal-save {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-weight: 300;
}

.modal-save:hover {
  background-color: #6c7e8a;
  box-shadow: 0 0 50px -8px rgba(0, 0, 0, .68);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff;
}

.modal-save.cancel {
  right: 138px;
  color: #db2020;
}

.modal-save.cancel:hover {
  background-color: #c53a3a;
  color: #fff;
}

.popover-icon {
  position: absolute;
  left: 8px;
  top: 9px;
}

.popover-icon.two {
  top: 49px;
}

.popover-icon.three {
  top: 90px;
  opacity: 0.46;
}

.feed-back-conteiner {
  margin-top: 137px;
}

.feed-back-collection {
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.feedback-h1 {
  display: block;
  width: 480px;
  margin: 30px auto 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

.centered {
  margin-bottom: 75px;
  font-weight: 400;
  text-align: center;
}

.centered.modal-h2 {
  margin-top: 80px;
  margin-bottom: 75px;
  font-size: 32px;
  font-weight: 300;
}

.centered.modal-h2.log-in {
  margin-top: 67px;
  margin-bottom: 49px;
}

.centered.news-header {
  margin-bottom: 75px;
}

.centered.title {
  display: block;
  width: 935px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-weight: 700;
}

.centered.title.big-dsi {
  display: block;
  padding-top: 55px;
  color: #fff;
}

.feedback-form-input {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.feedback-form-input.large {
  min-height: 150px;
}

.feed-back-info {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: left;
}

.feedback-form-wrapper {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.feedback-form-submit {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-radius: 25px;
  background-color: #e0e0e0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.feedback-form-submit:hover {
  background-color: #fff;
  box-shadow: 0 0 50px -11px #000;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.feedback-h2 {
  display: block;
  width: 480px;
  margin: 0px auto 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.feedback-list {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
}

.edit-dark {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.filter-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.dsi-button {
  display: block;
  width: 130px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #18233f;
  text-align: center;
}

.dsi-button:hover {
  background-color: #fff;
  box-shadow: 0 0 19px -3px rgba(0, 0, 0, .24);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.dsi-button.cors {
  width: 95px;
  background-color: #f3f3f3;
}

.dsi-button.cors.cancel {
  color: #be2a3c;
}

.dsi-button.notification-decline {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100px;
  height: 28px;
  padding: 7px 0px;
  border-radius: 25px;
  background-color: #fff;
  color: #b92626;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.dsi-button.notification-decline:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dsi-button.notification-decline.stop-following {
  width: 100px;
}

.dsi-button.notification-accept {
  position: absolute;
  right: 115px;
  bottom: 10px;
  width: 90px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.dsi-button.notification-accept:hover {
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dsi-button.notification-view {
  position: absolute;
  right: 210px;
  bottom: 10px;
  width: 70px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.dsi-button.notification-view:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dsi-button.notification-view.notification-project {
  right: 115px;
}

.dsi-button.notification-view.notification-project.read-post {
  right: 115px;
}

.dsi-button.create {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  background-color: #1dc9a0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.dsi-button.top-filter {
  border: 1px solid #1dc9a0;
  background-color: transparent;
  color: #1dc9a0;
}

.dsi-button.top-filter:hover {
  position: relative;
  z-index: 8;
  background-color: transparent;
}

.dsi-button.top-filter.add-new-story {
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  float: right;
  border: 1px solid #1dc9a0;
  background-color: #1dc9a0;
  color: #2c2d33;
}

.dsi-button.top-filter.published-stories {
  background-color: hsla(0, 0%, 100%, .15);
}

.dsi-button.top-filter.unpublished {
  background-color: hsla(0, 0%, 100%, .15);
}

.dsi-button.dash-join {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.dsi-button.post-story {
  width: 160px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border: 1px none #1dc9a0;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.dsi-button.post-story.cancel {
  position: static;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-color: #db4343;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #c73232;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.dsi-button.story-image-upload {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 60px;
  margin-left: 0px;
  float: none;
  clear: none;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.dsi-button.button-bar-button {
  margin-left: 10px;
  float: right;
}

.dsi-button.cta {
  width: 260px;
  margin-top: 55px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: hsla(0, 0%, 100%, .71);
  font-size: 16px;
}

.dsi-button.cta:hover {
  background-color: #fff;
}

.dsi-button.profile-edit {
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #1dc9a0;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1dc9a0;
  text-transform: uppercase;
}

.dsi-button.add-new-item {
  position: relative;
  right: 20px;
  width: auto;
  float: right;
  background-color: rgba(29, 201, 160, .94);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.dsi-button.creat-button {
  margin-top: 43px;
  background-color: rgba(29, 201, 160, .94);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.cancel-save {
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 100;
  width: 205px;
}

.profile-update {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .62);
}

.profile-update.bg-blur {
  display: none;
}

.update-modal {
  position: relative;
  display: block;
  width: 500px;
  min-height: 300px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px -10px #000;
}

.modal-h2 {
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.video-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 660px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 800px;
  background-image: -webkit-linear-gradient(0deg, rgba(115, 23, 214, .96), rgba(62, 141, 228, .96) 48%, rgba(29, 201, 160, .94)), url('../images/bg2.png'), -webkit-linear-gradient(45deg, #18233f, #384155);
  background-image: linear-gradient(90deg, rgba(115, 23, 214, .96), rgba(62, 141, 228, .96) 48%, rgba(29, 201, 160, .94)), url('../images/bg2.png'), linear-gradient(45deg, #18233f, #384155);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.card-row {
  margin-bottom: 14px;
}

.card-thin {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.card-thin:hover {
  border: 1px solid #1dc9a0;
}

.card-logo-small {
  display: block;
  width: 50px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.card-logo-small:hover {
  opacity: 1;
}

.card-slim-info {
  height: 100px;
}

.card-slim-h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.card-slim-location {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #384155;
  font-weight: 600;
}

.alphabet-selectors {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 35px;
}

.alphabet-link {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  float: left;
  border: 1px solid #f3f3f3;
  border-radius: 3px;
  background-color: #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.alphabet-link:hover {
  border-color: #1dc9a0;
  background-color: rgba(29, 201, 160, .94);
  box-shadow: 0 8px 17px -9px rgba(0, 0, 0, .37);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.alphabet-link:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.alphabet-link.post-filter {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.alphabet-link.all {
  width: 50px;
  border-color: #cfcfcf;
  background-color: #cfcfcf;
}

.alphabet-link.all:hover {
  border-color: #1dc9a0;
  background-color: #1dc9a0;
}

.card-slim-stats {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #9da3b1;
}

.page-h1 {
  position: static;
  width: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.page-h1.dash {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  line-height: 75px;
}

.page-h1.dash.full-page {
  margin-left: 0px;
}

.page-h1.notice {
  margin-top: 17px;
  color: #000;
  font-size: 28px;
}

.page-h1.light {
  display: block;
  width: auto;
  margin: 38px auto 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 28px;
  text-align: left;
  text-transform: uppercase;
}

.intro-title {
  height: auto;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.dashboard-widget {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #fff;
}

.card-notification {
  position: relative;
  width: 100%;
  height: 111px;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

.card-notification:hover {
  z-index: 6;
  border-bottom-style: solid;
  border-radius: 0px;
  background-color: #f3f3f3;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #2c2d33;
}

.card-notification.card-project {
  height: 75px;
}

.card-notification.latest-post {
  height: auto;
  min-height: 240px;
  padding-top: 15px;
}

.notification-profile-image {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  border-radius: 25px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.notification-profile-image.post-latest {
  margin-bottom: 60px;
}

.notification-detail {
  width: 280px;
  margin-top: 13px;
  margin-left: 10px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.notification-detail.project {
  margin-top: 24px;
  margin-left: 20px;
}

.notification-detail.post-latest-card {
  margin-top: 20px;
  font-size: 16px;
}

.notification-li {
  overflow: visible;
}

.notification-col {
  overflow: visible;
}

.notification-interaction {
  opacity: 0;
}

.latest-post-p {
  display: block;
  margin-left: 69px;
  padding-top: 84px;
  padding-right: 20px;
}

.post-card-category {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 2px 10px;
  background-color: #6c7e8a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.post-card-category.events {
  display: block;
  background-color: #dd3ea4;
}

.post-card-category.case-studies {
  background-color: #18233f;
}

.post-card-date {
  position: absolute;
  left: 70px;
  top: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.create-or-join {
  margin-bottom: 20px;
}

.post-comments {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  background-color: #ecf5ff;
}

.comment {
  position: static;
  margin-right: 20px;
  margin-left: 20px;
}

.commentor-img {
  width: 40px;
  float: left;
  border-radius: 20px;
}

.commentor-img.commentor-reply-img {
  width: 30px;
  margin-left: 5px;
}

.commentor-name {
  margin-left: 12px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.commentor-name.commentor-reply {
  margin-left: 5px;
  font-size: 9px;
}

.reply {
  margin-left: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.post-comment {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.post-comment.reply-comment {
  padding-left: 10px;
}

.post-comment.comment-original-post {
  font-weight: 600;
}

.add-comment {
  margin-right: 10px;
  margin-left: 7px;
  border-style: none;
  border-radius: 3px;
  background-color: #d0e4fa;
}

.reply-cols {
  margin-bottom: 20px;
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
}

.comment-original {
  margin-bottom: 20px;
}

.reply-col-1 {
  height: auto;
  padding-left: 0px;
  border-left: 2px solid #e7e7e7;
}

.reply-input {
  display: none;
  padding-left: 52px;
}

.intro-col {
  padding-bottom: 20px;
  padding-left: 10px;
}

.tabs-menu-explore {
  position: static;
  display: block;
  width: 570px;
  margin: -57px auto 50px;
}

.explore-tabs {
  margin-right: 10px;
  margin-left: 10px;
}

.single-post-hero {
  position: static;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/brussels-locations.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/brussels-locations.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.post-hero-title {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 75%;
  margin-top: 0px;
  margin-bottom: 17px;
  padding-top: 50px;
  padding-bottom: 101px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 47px;
  font-weight: 400;
}

.post-single-date {
  position: absolute;
  right: 0px;
  bottom: 20px;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.single-post-detail {
  position: relative;
  height: 85px;
}

.single-post-author {
  display: inline-block;
  padding-top: 20px;
}

.single-post-author-img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 25px;
  background-image: url('../images/images.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.single-post-author-name {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
}

.author-details {
  margin-bottom: 20px;
}

.single-post-category {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: auto;
  min-width: auto;
  margin-top: 26px;
  margin-right: 0px;
  margin-left: 5px;
  padding: 5px 20px;
  float: right;
  border-radius: 3px;
  background-color: rgba(115, 23, 214, .96);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.single-post-category.events {
  background-color: #3e8de4;
}

.single-post-content-card {
  padding: 40px 20px 40px 0px;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.sidebar-content-card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.sidebar-h2 {
  margin-top: 22px;
  padding-right: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.latest-post-li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.latest-post-li:hover {
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #000;
}

.latest-post-date {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.latest-post-date.homepage-event-date {
  padding-left: 0px;
}

.latest-post-year {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.latest-post-title {
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.content-h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 47px;
  font-weight: 300;
}

.post-p {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.comment-toggle {
  display: block;
  width: 100%;
  margin-top: 0px;
  float: left;
  border-top: 1px solid #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
}

.comment-toggle:hover {
  background-color: #fafafa;
}

.comment-bubble {
  width: 55px;
  margin-left: 13px;
  padding: 10px;
  float: left;
  opacity: 0.16;
}

.comment-indicator {
  margin-top: 18px;
  margin-left: 70px;
  padding-right: 10px;
  font-weight: 600;
}

.social-login-hero {
  display: none;
  width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.hero-s-login {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  background-color: transparent;
  background-image: url('../images/social-icon-fb-white.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-s-login:hover {
  box-shadow: 0 0 32px -7px #000;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-s-login.twitter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/social-icon-tw-white.png');
}

.hero-s-login.github-s {
  background-image: url('../images/social-icon-gh-white.png');
}

.hero-s-login.google-p-s {
  background-image: url('../images/social-icon-gp-white.png');
}

.story-form {
  max-width: 350px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.story-form.personal {
  max-width: 350px;
  margin-bottom: 15px;
  background-color: #fff;
}

.story-label {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.story-label.profile-image {
  margin-top: 32px;
}

.story-image-upload {
  display: block;
  margin-bottom: 30px;
}

.story-image-upload.story-image-upload-large {
  width: 350px;
  height: auto;
}

.story-admin-buttons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: none;
  height: 49px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .69);
  color: #fff;
}

.under-development {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: -10px;
  display: none;
  height: 85px;
  background-color: rgba(20, 255, 0, .98);
}

.notification-p {
  position: absolute;
  left: 280px;
  top: 32px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
}

.notification-link {
  color: #000;
  text-decoration: underline;
}

.story-grid-card {
  position: relative;
}

.edit-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.sm-nu-bloxk {
  position: relative;
  display: block;
  width: 102px;
  height: 32px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.sm-nu-bloxk:hover {
  background-color: hsla(0, 0%, 100%, .32);
}

.sm-nu-bloxk.inline {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}

.sm-icon {
  width: 13px;
  height: auto;
  margin-top: 9px;
  margin-left: 16px;
  float: left;
}

.hero-social-label {
  display: inline-block;
  margin-left: 14px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 32px;
}

.clear-social {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.search-results-popover {
  position: fixed;
  left: 0px;
  top: 179px;
  right: 0px;
  z-index: 1;
  display: none;
  height: auto;
  max-width: 1170px;
  min-height: 335px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 0 30px -16px #000;
}

.search-results {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #f3f3f3;
  text-transform: uppercase;
}

.search-result {
  padding-left: 20px;
  border-right: 1px solid #f3f3f3;
}

.results-h4 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
  font-size: 14px;
}

.search-result-link {
  display: block;
  margin-bottom: 5px;
  color: #318ef3;
}

.search-result-link.full-page-result {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #1dc9a0;
}

.view-all-search-results {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 7px 20px;
  border-radius: 3px;
  background-color: #1dc9a0;
  color: #fff;
}

.partner-logo {
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.cta-block {
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f3f3;
}

.cta-column-left {
  padding-left: 49px;
}

.page-header {
  position: relative;
  height: auto;
  margin-top: 0px;
}

.page-header.stories-header {
  height: 360px;
  margin-top: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.page-header.creator {
  background-color: #fff;
  background-image: none;
}

.page-header.personal-profile-header {
  height: 350px;
}

.large-profile-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: 1px;
  float: left;
  border-radius: 50px;
  background-color: #fff;
}

.position {
  position: relative;
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  text-align: center;
}

.add-new {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.add-new-input {
  padding: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.add-item-input {
  width: 75%;
  float: left;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f3f3f3;
}

.add-new-input-button {
  width: 25%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(29, 201, 160, .94);
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  font-weight: 600;
}

.dsi4eu-stats {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  text-align: center;
}

.tab-buttons-container {
  height: 75px;
  background-image: -webkit-linear-gradient(0deg, rgba(115, 23, 214, .96), #3e8de4 52%, rgba(29, 201, 160, .94)), url('../images/bg2.png'), -webkit-linear-gradient(45deg, #18233f, #384155);
  background-image: linear-gradient(90deg, rgba(115, 23, 214, .96), #3e8de4 52%, rgba(29, 201, 160, .94)), url('../images/bg2.png'), linear-gradient(45deg, #18233f, #384155);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.tab-button {
  width: 174px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
}

.tab-button:hover {
  background-color: hsla(0, 0%, 100%, .25);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tab-button.w--current {
  background-color: hsla(0, 0%, 100%, .35);
}

.modal-content {
  position: relative;
  display: block;
  width: 600px;
  height: 540px;
  margin-right: auto;
  margin-left: auto;
  padding: 26px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(29, 201, 160, .94);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 40px -20px #000;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
}

.cancel {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  width: 140px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.create-drop-down.w--open {
  right: -48px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 30px -11px #000;
  font-family: 'Open Sans', sans-serif;
  color: #18233f;
  text-transform: uppercase;
}

.drop-down-link:hover {
  background-color: #f3f3f3;
}

.create-project-modal.modal {
  display: none;
}

.modal-input {
  display: block;
  width: 438px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  border-style: none;
  background-color: #f3f3f3;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.modal-input.log-in {
  margin-bottom: 10px;
}

.create-organisation-modal.modal {
  display: none;
}

.login-modal.modal {
  display: none;
}

.signup-input {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

.error-message {
  position: absolute;
  bottom: 80px;
  display: none;
  width: 300px;
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #db4343;
  font-size: 14px;
  line-height: 21px;
}

.arrow-down {
  position: absolute;
  left: 129px;
  bottom: -30px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 20px;
  border-color: #fff transparent transparent;
}

.search-input {
  position: relative;
  top: 0px;
  margin-right: 15px;
}

.search-clear {
  position: absolute;
  top: 10px;
  right: 131px;
  bottom: 0px;
  width: 34px;
  height: 38px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #2c2d33;
  font-size: 11px;
  line-height: 38px;
  cursor: pointer;
}

.arror-up {
  position: absolute;
  left: 0px;
  top: -26px;
  right: 0px;
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 15px 20px;
  border-color: transparent transparent #fff;
  background-color: transparent;
}

.bread-crumbs {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: auto;
  height: 30px;
}

.breadcrumb-root {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 20px;
  padding: 5px 0px 5px 20px;
  float: left;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #1dc9a0;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: none;
}

.breadcrumb-root:hover {
  opacity: 1;
}

.breadcrumb-root.path {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.breadcrumb-link {
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: none;
}

.arrow-right {
  position: relative;
  top: -5px;
  right: -15px;
  bottom: 0px;
  display: inline-block;
  height: 30px;
  border-style: solid;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #1dc9a0;
}

.arrow-top-left {
  position: absolute;
  left: -15px;
  top: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-color: #1dc9a0 #000 transparent transparent;
  border-top-style: solid;
  border-top-width: 15px;
  border-right-style: solid;
  border-right-width: 0px;
  border-left-style: solid;
  border-left-width: 15px;
}

.arrow-bottom-left {
  position: absolute;
  left: -15px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 15px solid #1dc9a0;
  border-bottom: 0px solid transparent;
}

.light {
  color: #fff;
}

.eu-footer {
  height: 75px;
  background-color: #1d212a;
}

.ec-logo {
  margin-top: 10px;
}

.ec-footer-p {
  margin-top: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
}

.search-column {
  padding-right: 60px;
}

.breadcrumb-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 400px;
  height: 30px;
}

.massive-hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 640px;
  min-height: auto;
  margin: 80px 75px 30px;
  border: 30px none #f3f3f3;
  background-color: transparent;
}

.massive-hero-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 640px;
  min-height: auto;
  background-color: #f3f3f3;
}

.massive-hero-slide {
  position: relative;
  height: 800px;
  min-height: 800px;
  background-image: url('../images/Gardenroom_night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.massive-hero-slide.wikihouse {
  height: 640px;
  min-height: auto;
  background-image: none;
}

.massive-hero-slide-mask {
  overflow: visible;
  height: 640px;
  min-height: auto;
  background-color: transparent;
}

.massive-hero-container {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  z-index: 2;
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 75px;
  background-color: transparent;
}

.massive-hero-h1 {
  width: 49%;
  margin-top: 128px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 52px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.slide-info {
  position: absolute;
  right: 75px;
  bottom: 34px;
  z-index: 200;
  width: 420px;
  height: auto;
  min-height: 210px;
  text-align: right;
}

.massive-hero-slide-h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.massive-hero-slide-detail {
  max-width: 420px;
  margin-bottom: 15px;
  color: #fff;
  text-align: right;
  text-shadow: 0 0 3px #000;
}

.massive-hero-detail-link {
  position: relative;
  z-index: 4000;
  display: inline-block;
  margin-left: 20px;
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
}

.massive-hero-detail-link.w--current {
  z-index: 9999;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(29, 201, 160, .94);
  background-color: transparent;
  color: rgba(29, 201, 160, .94);
}

.email-signup {
  position: static;
}

.newsletter-signup-h2 {
  margin-top: 0px;
  color: rgba(29, 201, 160, .94);
  font-size: 28px;
}

.newsletter-signup-input {
  width: 75%;
  margin-top: 19px;
  margin-bottom: 0px;
  float: left;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Open Sans', sans-serif;
}

.newsletter-signup-submit {
  width: 25%;
  margin-top: 19px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(29, 201, 160, .94);
}

.slide-nav-small {
  bottom: 80px;
  display: block;
  font-size: 6px;
}

.massiv-hero-stats {
  position: static;
  left: 0px;
  bottom: 153px;
  margin-top: 98px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2d33;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
}

.massive-showcase {
  min-height: 600px;
}

.case-study-card {
  position: relative;
  height: 380px;
  background-image: url('../images/Arduino001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 50px -25px #000;
}

.case-study-card.tor {
  background-image: url('../images/tor00-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.case-study-card.communia {
  background-image: url('../images/communia002.jpg');
}

.case-study-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #7317d6;
  opacity: 0.7;
}

.case-study-card-overlay.tor {
  background-color: #3e8de4;
}

.case-study-card-overlay.communia {
  background-color: rgba(29, 201, 160, .94);
}

.case-study-card-info {
  position: relative;
  width: 100%;
  height: 100%;
}

.case-study-card-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 115px);
  -ms-transform: translate(0px, 115px);
  transform: translate(0px, 115px);
}

.case-study-card-p {
  position: absolute;
  left: 0px;
  top: 140px;
  right: 0px;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
}

.case-study-card-read-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 29px;
  display: none;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-align: center;
}

.case-study-card-read-more:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.case-study-card-read-more:active {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.massive-intro-section {
  position: relative;
  min-height: 360px;
}

.massive-light-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100px;
  background-color: hsla(0, 0%, 100%, .06);
}

.whats-your-story {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 586px;
  height: 390px;
  padding: 50px;
  background-color: #2c2d33;
  box-shadow: 0 0 50px -25px #000;
  color: #2c2d33;
}

.case-study-label {
  padding-top: 50px;
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.what-h3 {
  display: block;
  max-width: 850px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #2c2d33;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.what-h3.light {
  margin-top: 12px;
  color: #fff;
  font-size: 24px;
  text-align: left;
}

.what-h3.light.centered {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 62px;
  text-align: center;
  text-transform: uppercase;
}

.what-p {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #2c2d33;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.what-p.small {
  color: hsla(0, 0%, 100%, .68);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.what-p.small.centered {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.what-text-button {
  position: relative;
  top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(29, 201, 160, .94);
  font-weight: 700;
}

.what-text-button.bottom {
  position: absolute;
  left: 30px;
  top: auto;
  right: 0px;
  bottom: 50px;
}

.what-text-button.centered {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.what-text-button.event-read-more {
  position: static;
  font-family: Montserrat, sans-serif;
}

.what-is-dsi {
  position: relative;
  bottom: 0px;
  z-index: 4;
  width: auto;
  height: 450px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 50px;
  background-color: #2c2d33;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 0 50px -25px #000;
}

.case-study-card-label {
  position: relative;
  left: 10px;
  bottom: 16px;
  width: 350px;
  background-color: #fff;
  box-shadow: 0 0 50px -18px #000;
}

.big-h2 {
  display: block;
  margin-top: 102px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  color: #fff;
  font-size: 62px;
  line-height: 62px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.case-study-card-name {
  width: 180px;
  padding: 10px 10px 10px 20px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: rgba(29, 201, 160, .94);
  font-weight: 700;
}

.case-study-card-name.country {
  width: 170px;
  padding-right: 20px;
  float: right;
  color: #757575;
  font-weight: 400;
  text-align: right;
}

.massive-homepage-h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #2c2d33;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
}

.highlight {
  color: rgba(29, 201, 160, .94);
}

.massive-homepage-p {
  display: block;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.case-studies-box {
  display: block;
  width: auto;
  height: 670px;
  max-width: 640px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background-color: #2c2d33;
}

.case-studies-row {
  margin-top: -359px;
  margin-bottom: 100px;
}

.case-studies-row.case-studies-row-grid {
  margin-top: 0px;
  margin-bottom: 40px;
}

.icon-right {
  width: 76px;
  height: 76px;
  padding-top: 21px;
  color: #2c2d33;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.icon-left {
  left: -24px;
  overflow: visible;
  width: 76px;
  height: 76px;
  padding-top: 21px;
  border: 1px none #1dc9a0;
  border-radius: 38px;
  background-color: transparent;
  color: #2c2d33;
  font-size: 30px;
  font-weight: 700;
}

.logo-dark {
  width: 130px;
  height: auto;
  margin-top: 13px;
  margin-left: 57px;
}

.white-menu.nav-main.alt {
  display: block;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px none #f3f3f3;
}

.white-menu.nav-main.alt.home {
  border-style: none;
  border-width: 0px;
}

.massive-who-card {
  position: relative;
  height: 370px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 50px 50px 50px 30px;
  background-color: #2c2d33;
}

.massive-who-card.alt {
  padding-left: 30px;
  background-color: #282930;
}

.massive-who-column {
  padding-right: 0px;
  padding-left: 0px;
}

.massive-h3 {
  margin-top: 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.cookies {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 75px;
  background-color: rgba(29, 201, 160, .94);
}

.cookie-h3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.cookie-button {
  min-width: 140px;
  margin-top: 20px;
  margin-left: 10px;
  padding: 7px 20px;
  float: right;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: rgba(29, 201, 160, .94);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.cookie-button:hover {
  background-color: #fff;
  color: rgba(29, 201, 160, .94);
}

.newsletter-block {
  position: absolute;
  left: 0px;
  top: -245px;
  right: 0px;
  z-index: 1;
  display: none;
  height: 185px;
  padding: 50px;
  background-color: #2c2d33;
  box-shadow: 0 0 50px -19px #000;
}

.footer-partner-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-left: 36px;
  float: right;
  opacity: 0.42;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-partner-link:hover {
  opacity: 1;
}

.footer-partner-row {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid hsla(0, 0%, 100%, .11);
}

.required {
  color: #ff3a3a;
  font-size: 10px;
}

.step-window {
  min-height: 750px;
  padding: 50px 0px 125px;
  background-color: #f3f3f3;
}

.step-tab {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.step-tab.w--current {
  background-color: #fff;
}

.step-tab.tab-link-1 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2c2d33;
  font-size: 14px;
}

.step-tab.tab-link-1.w--current {
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.step-tab.tab-link-2 {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.step-tab.tab-link-2.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  color: #000;
}

.step-tab.tab-link-3 {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 25px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.step-tab.tab-link-3.w--current {
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  color: #000;
}

.step-tab.tab-link-4 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #2c2d33;
  font-size: 14px;
}

.step-tab.tab-link-4.w--current {
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  font-family: Montserrat, sans-serif;
  color: #000;
}

.tab-button-next {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 230px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: rgba(29, 201, 160, .94);
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.tab-button-next:hover {
  box-shadow: 0 5px 50px -16px #000;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tab-button-next:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.tab-button-next.previous.tab-button-1 {
  width: 150px;
}

.tab-button-next.previous.tab-button-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.tab-button-next.update-button {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.tab-button-next.tab-button-2 {
  width: 220px;
}

.tab-button-next.tab-button-3 {
  width: 220px;
}

.tab-button-next.tab-button-4 {
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-button-next.tab-button-publish {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  background-color: rgba(29, 201, 160, .94);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.tabbed-nav-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  padding: 50px;
}

.creator-col {
  padding-right: 50px;
}

.creator-col.creator-col-right {
  padding-top: 23px;
}

.creator-data-entry {
  max-width: 320px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
}

.creator-data-entry.long-description {
  min-height: 210px;
}

.creator-data-entry.long-description.end {
  margin-bottom: 40px;
}

.creator-data-entry.long-description.wide {
  max-width: 100%;
}

.creator-data-entry.end {
  max-width: 320px;
  margin-bottom: 40px;
  margin-left: 1px;
  background-color: #fff;
}

.creator-data-entry.end.wide {
  max-width: 100%;
}

.creator-tab-menu {
  margin-top: -99px;
  margin-bottom: 50px;
}

.header-section-grey {
  height: 180px;
  margin-top: 120px;
  padding-top: 45px;
  background-color: #2c2d33;
}

.header-centre {
  color: #1dc9a0;
  text-align: center;
}

.form-col-left {
  padding-right: 50px;
  border-right: 1px solid #f3f3f3;
}

.form-col-right {
  position: relative;
  padding-left: 50px;
}

.end {
  margin-bottom: 40px;
}

.case-study-single {
  background-color: #fff;
}

.header-large {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tor00-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/tor00-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-large.nesta {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/london-bridge-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/london-bridge-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-large-h1-centre {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.header-large-desc {
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 150px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.header-large-section {
  position: static;
  min-height: auto;
}

.case-study-logo {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  border-radius: 75px;
  background-color: #2c2d33;
  color: #2c2d33;
}

.case-study-logo-over {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.case-study-single-container {
  padding-top: 50px;
  text-align: left;
}

.case-study-intro-detail {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
}

.case-study-intro-detail.centered {
  font-weight: 600;
}

.case-study-main-text {
  margin-bottom: 0px;
  padding-bottom: 50px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
}

.url-block {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: #f3f3f3;
  border-bottom-width: 0px;
  border-bottom-color: #f3f3f3;
}

.url-block.centered.org {
  margin-top: 0px;
  padding-top: 0px;
  border-top-style: none;
}

.button-more {
  margin-top: 25px;
  padding: 12px 25px;
  border-radius: 3px;
  background-color: #1dc9a0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.button-more:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.button-more:active {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.related-case-studies {
  padding-top: 50px;
  background-color: #f3f3f3;
}

.reccomendation {
  margin-bottom: 50px;
  color: #2c2d33;
  text-align: center;
}

.ext-url {
  display: block;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.project-single-social {
  display: block;
  max-width: 500px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.tagged {
  margin-top: 15px;
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #f3f3f3;
}

.tag {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #1dc9a0;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: none;
}

.tag.remove-tag {
  position: relative;
  padding-left: 30px;
}

.col-h3 {
  margin-bottom: 20px;
  color: #1dc9a0;
  font-weight: 400;
}

.impact {
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #f3f3f3;
}

.impact-descr {
  color: #2c2d33;
  font-weight: 600;
}

.involved {
  margin-top: 0px;
  padding-top: 0px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #f3f3f3;
}

.people-col {
  padding-right: 50px;
}

.orgs-col {
  padding-left: 50px;
}

.involved-card {
  position: relative;
  display: block;
  width: 290px;
  max-width: 300px;
  min-height: 76px;
  margin-right: 5px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  border: 1px none #f3f3f3;
  border-radius: 3px;
}

.involved-card:hover {
  background-color: #f3f3f3;
}

.involved-h4 {
  margin-bottom: 30px;
}

.involved-h4.orgs-h {
  margin-top: 35px;
}

.involved-profile-img {
  margin-top: 12px;
  margin-left: 10px;
  border-radius: 25px;
}

.card-name {
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 0px;
  display: inline-block;
  height: 17px;
  margin-top: 15px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.card-position {
  position: absolute;
  left: 0px;
  top: -5px;
  bottom: 0px;
  display: inline-block;
  margin-top: 41px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.view-profile {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #1dc9a0;
}

.involved-organisation-img {
  width: auto;
  height: auto;
  max-width: 110px;
  margin-top: 12px;
  margin-left: 10px;
}

.project-news {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}

.padding-right-50 {
  padding-right: 50px;
  border-right: 1px solid #f3f3f3;
}

.padding-left-50 {
  padding-left: 50px;
}

.small-print {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 15px;
}

.story {
  position: relative;
  background-color: #fff;
}

.profile-contact-link {
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #1dc9a0;
}

.profile-contact-link.link {
  color: #000;
}

.profile-contact-link.link:hover {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #000;
}

.page-info {
  padding-top: 149px;
}

.page-info-block {
  padding: 50px;
  background-color: #fff;
}

.page-info-block.update-card {
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px none #e6e6e6;
  border-radius: 0px;
}

.update-type {
  display: inline-block;
  padding: 7px 20px;
  float: left;
  border-radius: 3px;
  background-color: rgba(115, 23, 214, .96);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.update-type.bug {
  background-color: #3e8de4;
}

.update-type.update-tag {
  background-color: rgba(29, 201, 160, .94);
}

.update-date {
  display: inline-block;
  margin-left: 10px;
  padding-top: 9px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #757575;
  font-weight: 600;
}

.edit-update {
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  color: #c2c2c2;
}

.ab-fab {
  display: block;
  width: 90%;
  height: 80%;
  margin-top: 93px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.ab-fab.log-in-section {
  width: 400px;
  height: auto;
  min-height: 400px;
  margin-top: 0px;
  background-color: transparent;
}

.notification-card {
  height: 75px;
  border-radius: 3px;
}

.notification-card.positive {
  position: relative;
  height: auto;
  min-height: 75px;
  padding: 10px;
  border: 1px solid #1dc9a0;
  background-color: #bbf1e4;
}

.notification-card-h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #2c2d33;
  font-size: 16px;
}

.notification-card-p {
  font-family: 'Open Sans', sans-serif;
  color: #2c2d33;
  font-size: 12px;
  line-height: 18px;
}

.close-notification {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: 'Open Sans', sans-serif;
  color: #1dc9a0;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.password-reset {
  width: 700px;
  height: 700px;
  padding: 50px;
  background-color: #fff;
}

.password-reset.ab-fab {
  max-height: 700px;
  max-width: 700px;
  background-color: transparent;
}

.password-reset-section {
  min-height: 900px;
}

.map-background {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #ececec, #fff 61%);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ececec, #fff 61%);
}

.pin {
  position: absolute;
  top: 128px;
  right: 464px;
  bottom: 0px;
}

.pin.pin2 {
  top: 143px;
  right: 419px;
}

.pin.pin3 {
  top: 41px;
  right: 332px;
}

.pin.pin4 {
  top: 61px;
  right: 298px;
}

.pin.pin5 {
  top: 22px;
  right: 209px;
}

.pin.pin6 {
  top: 54px;
  right: 143px;
}

.pin.pin7 {
  top: 97px;
  right: 343px;
}

.pin.pin8 {
  top: 140px;
  right: 372px;
}

.pin.pin9 {
  top: 278px;
  right: 475px;
}

.pin.pin10 {
  top: 257px;
  right: 422px;
}

.pin.pin11 {
  top: 166px;
  right: 396px;
}

.pin.pin12 {
  top: 310px;
  right: 348px;
}

.pin.pin13 {
  top: 313px;
  right: 180px;
}

.pin.pin14 {
  top: 304px;
  right: 43px;
}

.pin.pin15 {
  top: 232px;
  right: 106px;
}

.pin.pin16 {
  top: 244px;
  right: 323px;
}

.pin.pin17 {
  top: 202px;
  right: 391px;
}

.pin.pin18 {
  top: 177px;
  right: 334px;
}

.pin.pin19 {
  top: 187px;
  right: 292px;
}

.pin.pin20 {
  top: 177px;
  right: 241px;
}

.pin.pin21 {
  top: 143px;
  right: 316px;
}

.pin.pin22 {
  top: 253px;
  right: 208px;
}

.pin.pin23 {
  right: 242px;
}

.pin.pin24 {
  right: 433px;
}

.pin.pin25 {
  top: 282px;
  right: 255px;
}

.layer1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.layer2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

.massive-hero-twitter-link {
  padding: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #1dc9a0;
  font-size: 28px;
  font-weight: 700;
}

.massive-hero-h2 {
  max-width: 700px;
  margin-bottom: 41px;
  color: #000;
  line-height: 40px;
}

.intro-columns {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.intro-col-left {
  padding-right: 0px;
  padding-left: 0px;
}

.intro-col-right {
  padding-right: 0px;
  padding-left: 0px;
}

.map-light {
  height: 450px;
  padding: 50px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .68), hsla(0, 0%, 100%, .68)), url('../images/dsi-map.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .68), hsla(0, 0%, 100%, .68)), url('../images/dsi-map.png');
  background-position: 0px 0px, 80% 100%;
  background-size: auto, 1170px;
}

.footer-small-print {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .48);
  font-size: 12px;
  line-height: 15px;
}

.footer-small-print.centre {
  margin-top: 14px;
  text-align: center;
}

.footer-cc-img {
  width: 80px;
  margin-right: 20px;
  float: left;
}

.footer-link-small {
  color: #fff;
  font-weight: 400;
}

.footer-logo {
  position: relative;
  width: 180px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.expanding-social {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.register-social {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  background-color: #18233f;
}

.register-social-image {
  width: 15px;
  margin-top: 8px;
  margin-left: 10px;
  float: left;
}

.register-social-text {
  margin-top: 5px;
  margin-left: 37px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: 25px;
  padding: 2px 0px 2px 13px;
  border-bottom-left-radius: 3px;
  background-color: #1dc9a0;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
}

.close-badge {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-size: 23px;
}

.badge-text {
  float: left;
}

.nav-menu {
  height: 80px;
  padding-right: 49px;
}

.nav-menu.home {
  padding-right: 50px;
}

.stats {
  position: relative;
  bottom: 5px;
  display: block;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 8px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #575757;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.stats:hover {
  background-color: #2c2d33;
  color: #fff;
}

.stat-nav {
  display: inline-block;
}

.stat-info {
  position: fixed;
  top: 101px;
  right: 219px;
  width: 500px;
  height: auto;
  padding: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 50px -18px rgba(0, 0, 0, .65);
}

.close-box {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 400;
  cursor: pointer;
}

.stat-h2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.project-stat.stat-info {
  display: none;
  background-color: hsla(0, 0%, 100%, .95);
}

.org-stat.stat-info {
  display: none;
  background-color: hsla(0, 0%, 100%, .9);
}

.stat-link {
  position: relative;
  z-index: 97;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.beta-badge {
  position: absolute;
  right: 6px;
  bottom: -15px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #80898f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
}

.beta-badge.home {
  right: 8px;
  bottom: 4px;
  width: 42px;
  background-color: #9c9c9c;
}

.funding-card-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
  border-bottom: 1px none #f3f3f3;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.funding-closing-date {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.funding-descr {
  padding-right: 20px;
  padding-left: 20px;
}

.read-more {
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 3px;
  background-color: #1dc9a0;
  font-family: 'Open Sans', sans-serif;
  color: #08122a;
  font-weight: 600;
}

.funding-country {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #08122a;
  font-size: 12px;
  font-weight: 600;
}

.funding-country.funding-new {
  top: 0px;
  right: 0px;
  background-color: #ffb800;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.funding-country.funding-source {
  top: auto;
  right: 0px;
  bottom: 0px;
}

.funding-country.full {
  padding-top: 10px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.card-h1 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #08122a;
}

.filter-h3 {
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
}

.right-arrow {
  right: -50px;
  width: 50px;
}

.left-arrow {
  left: -50px;
  overflow: visible;
  width: 50px;
}

.massive-case-study {
  display: none;
  height: 880px;
  margin-right: 75px;
  margin-bottom: 290px;
  margin-left: 75px;
  padding-top: 75px;
  background-color: #96d5c6;
}

.case-study-large {
  position: relative;
  height: 400px;
  background-color: transparent;
}

.case-study-col {
  padding-right: 0px;
  padding-left: 0px;
}

.csc-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/communia002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.csc-bg-img.alt1 {
  background-image: url('../images/1601-00.jpg');
}

.csc-bg-img.alt2 {
  background-image: url('../images/Arduino001.jpg');
}

.csc-bg-img.alt3 {
  background-image: url('../images/Gardenroom_night.jpg');
}

.csc-bg-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #dd3ea4, #dd3ea4);
  background-image: linear-gradient(180deg, #dd3ea4, #dd3ea4);
  opacity: 0.64;
}

.csc-bg-img-overlay.alt1 {
  background-image: -webkit-linear-gradient(270deg, #1dc9a0, #1dc9a0);
  background-image: linear-gradient(180deg, #1dc9a0, #1dc9a0);
}

.csc-bg-img-overlay.alt2 {
  background-image: -webkit-linear-gradient(270deg, #3e8de4, #3e8de4);
  background-image: linear-gradient(180deg, #3e8de4, #3e8de4);
}

.csc-bg-img-overlay.alt3 {
  background-image: -webkit-linear-gradient(270deg, #585ef5, #585ef5);
  background-image: linear-gradient(180deg, #585ef5, #585ef5);
}

.csc-h2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 175px;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.massive-events {
  margin: 75px;
  padding: 75px;
  background-color: #f3f3f3;
}

.homepage-events-list {
  padding-left: 75px;
}

.homepage-events-intro {
  padding-right: 75px;
}

.grey-blok-h2 {
  margin-top: 182px;
  margin-left: -6px;
  font-family: Montserrat, sans-serif;
  color: #21232c;
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.col-left {
  border-right: 1px solid #d6d6d6;
}

.event-list-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
}

.event-list-item:hover {
  background-color: transparent;
}

.event-title-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.case-study-rollover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rollover-h2 {
  opacity: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.rollover-p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 0;
  color: #fff;
  text-align: center;
}

.rollover-read-more {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 22px;
  display: block;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .15);
  opacity: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.massive-stats {
  margin-bottom: 316px;
  padding: 75px;
}

.funding-filter {
  width: 330px;
  margin-left: 20px;
  border-radius: 5px;
}

.slide-info-bg {
  position: absolute;
  right: 35px;
  bottom: -64px;
  width: 650px;
  height: 400px;
  background-color: #000;
  background-image: url('../images/Gardenroom_night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.brand-img-block {
  display: block;
}

.brand-text {
  display: none;
  padding-top: 28px;
  padding-left: 53px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-stat-link {
  font-family: 'Open Sans', sans-serif;
  color: #2c2d33;
  font-weight: 700;
}

.large-fade {
  color: #000;
  font-size: 102px;
  font-weight: 700;
  letter-spacing: -5px;
  text-transform: uppercase;
}

.large-fade.stat {
  font-size: 62px;
  line-height: 66px;
}

.large-stat {
  font-size: 102px;
}

.hero-large {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100vh;
  max-height: 1280px;
  min-height: 800px;
  margin-bottom: 75px;
  padding-right: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
  background-color: #fff;
}

.hero-section {
  position: relative;
  z-index: 3;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .91), #f3f3f3), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .91), #f3f3f3), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-filter: none;
  filter: none;
}

.hero-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.hero-scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -63px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.hero-nav-h3 {
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-nav-h3.alt {
  margin-bottom: 0px;
  border-bottom-style: none;
  font-weight: 700;
}

.hero-nav-col {
  height: 200px;
  margin-bottom: 50px;
  padding: 20px 40px 20px 75px;
  border-right: 0px none #d5d5d5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-nav-col:hover {
  height: 200px;
  background-color: hsla(0, 0%, 100%, .56);
}

.hero-nav-col.right {
  border-right-style: none;
  border-right-width: 0px;
}

.hero-nav-p {
  height: 64px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  font-size: 12px;
  line-height: 18px;
}

.title-before {
  position: absolute;
  left: 55px;
  top: 22px;
  width: 3px;
  height: 23px;
  background-color: #1dc9a0;
}

.hero-nav-link {
  padding: 7px 15px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-nav-link:hover {
  border-radius: 3px;
  background-color: #1dc9a0;
  color: #fff;
}

.hero-h1 {
  max-width: 60%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 109px;
  padding-left: 75px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.hero-sub-header {
  width: 60%;
  max-width: 40%;
  margin-left: 75px;
  font-family: Montserrat, sans-serif;
  line-height: 34px;
}

.sorting {
  display: none;
  height: 75px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 20px;
  background-color: #f3f3f3;
}

.sorting-button {
  position: relative;
  top: 10px;
  display: inline;
  float: right;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.sorting-button:hover {
  border-radius: 3px;
  background-color: #e0e0e0;
}

.back-link {
  margin-left: 20px;
}

.section-large-grey {
  margin-bottom: 75px;
  padding-right: 75px;
  padding-left: 75px;
  background-color: transparent;
}

.grey-block {
  padding: 76px;
  background-color: transparent;
}

.title-hr {
  height: 1px;
  background-color: #f3f3f3;
}

.title-hr.large {
  margin-bottom: 75px;
}

.hr-title {
  position: relative;
  top: -91px;
  display: block;
  width: 136px;
  height: 136px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #f3f3f3;
  border-radius: 68px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 136px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.block-title {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.block-p {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.block-p.event-block-intro {
  max-width: 960px;
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
}

.block-h3 {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.signup-btn {
  display: block;
  width: 185px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.signup-btn.white-card-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  width: auto;
  max-width: 235px;
}

.signup-btn.events {
  width: 210px;
  margin-top: 60px;
}

.dark-grey-inset-col {
  position: relative;
  display: none;
  min-height: 500px;
  margin-bottom: 0px;
  background-color: #2a2e38;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 0%, rgba(44, 45, 51, .83), #2c2d33 55%), url('../images/bg2.png');
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(44, 45, 51, .83), #2c2d33 55%), url('../images/bg2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pp-col {
  position: relative;
  height: auto;
  min-height: 100%;
  margin-bottom: 30px;
  border-right: 1px solid #585858;
}

.pp-col.end {
  border-right-style: none;
}

.bottom-cols {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 88px;
}

.grey-box-p {
  min-height: 140px;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
}

.grey-box-h {
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.pp-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
}

.large-stats {
  position: relative;
  display: block;
  max-height: 760px;
  max-width: 760px;
  min-height: 760px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding-right: 75px;
  padding-left: 75px;
  border: 1px solid #d5d5d5;
  border-radius: 380px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.large-text-med {
  position: absolute;
  left: 66px;
  top: 83px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.large-text-large {
  position: absolute;
  top: 92px;
  right: 61px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #1dc9a0;
  font-size: 150px;
  line-height: 160px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.large-is {
  position: absolute;
  left: -20px;
  top: 55px;
  right: -21px;
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fifth {
  display: inline-block;
  width: 20%;
}

.big-intro {
  position: relative;
  top: 81px;
  display: block;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.third {
  display: inline-block;
  width: 33.333%;
}

.white-card {
  position: relative;
  min-height: 550px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  box-shadow: none;
}

.homepage-white-cards {
  display: block;
  width: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.icon-placeholder {
  position: absolute;
  left: 0px;
  top: 65px;
  right: 0px;
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #d5d5d5;
  text-align: center;
}

.icon-holder {
  position: relative;
  top: 54px;
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d5d5d5;
  border-radius: 75px;
}

.white-card-h3 {
  top: 96px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.white-card-p {
  position: relative;
  top: 97px;
  text-align: center;
}

.event-list-homepage {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
}

.event-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}

.event-block-date {
  margin-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-size: 12px;
}

.homepage-event-short-description {
  margin-top: 8px;
}

.so-far {
  position: absolute;
  left: 100px;
  top: 60px;
  right: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #d5d5d5;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.organisation-count {
  position: absolute;
  left: 153px;
  top: 370px;
  font-family: Montserrat, sans-serif;
  font-size: 84px;
  font-weight: 700;
}

.organisation-count.projects {
  left: 204px;
  top: 558px;
  text-align: right;
}

.organsiations-large-text {
  position: absolute;
  left: 401px;
  top: 372px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.organsiations-large-text.projects {
  top: 556px;
}

.collab-text {
  position: absolute;
  left: 2px;
  right: 0px;
  bottom: 267px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #d5d5d5;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.case-study-row {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.case-study-block {
  width: 100%;
  height: 450px;
  padding: 20px;
}

.case-study-block:hover {
  border-radius: 3px;
  background-color: #f7f7f7;
}

.case-study-image-small {
  width: 100%;
}

.case-study-h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 400;
}

.case-study-info {
  position: relative;
  z-index: 3;
  height: 200px;
  background-color: #fff;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  color: #acacac;
}

.case-study-intro {
  display: block;
  max-width: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.case-study-intro.org {
  min-height: auto;
}

.case-study-intro-block {
  position: relative;
  height: 100%;
  margin-top: 128px;
  background-color: #ffb800;
  background-image: -webkit-linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
  background-image: linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
}

.case-study-intro-block.home {
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.case-study-title {
  max-width: 50%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.case-study-title.home {
  padding-top: 120px;
  padding-left: 50px;
  text-transform: uppercase;
}

.case-study-title.home.large-stat {
  max-width: 80%;
  padding-top: 80px;
  text-transform: uppercase;
}

.sub-title {
  max-width: 40%;
  padding-left: 50px;
  color: #000;
  line-height: 36px;
}

.case-study-image {
  position: absolute;
  right: 50px;
  bottom: -50px;
  z-index: 1;
  width: 500px;
  height: 300px;
  background-image: url('../images/Screen-Shot-2016-09-06-at-09.22.43.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 20px 50px -17px rgba(0, 0, 0, .62);
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.case-study-intro-text {
  margin-top: 75px;
  padding-right: 75px;
  padding-left: 75px;
}

.intro-text-caset-study {
  position: relative;
  width: 60%;
  height: 400px;
  margin-left: 75px;
  background-color: #f3f3f3;
}

.introduction-h3 {
  padding-top: 88px;
  padding-left: 75px;
  font-size: 18px;
  font-weight: 700;
}

.intro-p {
  max-width: 60%;
  padding-left: 0px;
  color: #000;
  font-weight: 600;
}

.intro-p.main-overveiw {
  display: block;
  max-width: 720px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 37px;
  border-left: 1px solid #f3f3f3;
}

.case-study-overview {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-right: 75px;
  padding-left: 75px;
}

.case-study-overview-h3 {
  margin-top: 29px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.exterenal-link {
  display: block;
  width: 250px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: 37px;
  padding: 12px 20px;
  border-radius: 3px;
  background-color: rgba(115, 23, 214, .96);
  background-image: -webkit-linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
  background-image: linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.case-study-header-button {
  min-width: 140px;
  margin-top: 25px;
  margin-left: 0px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.case-study-header-button:hover {
  background-color: #000;
  color: rgba(115, 23, 214, .96);
}

.homepage-hero-green {
  height: 680px;
  padding-right: 75px;
  padding-left: 75px;
}

.homepage-hero-block {
  height: 680px;
  background-color: #1dc9a0;
}

._3-home-nav {
  margin-top: 25px;
  margin-bottom: 90px;
  padding-top: 25px;
  padding-right: 75px;
  padding-left: 75px;
}

.main-3-col {
  height: 213px;
  margin-bottom: 20px;
  padding: 20px;
  border-right: 1px solid #f3f3f3;
  color: #000;
}

.main-3-col:hover {
  background-color: transparent;
}

.main-3-col.end {
  border-right-style: none;
}

._3-home-stats {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-right: 75px;
  padding-left: 75px;
}

.home-3-stats {
  min-height: 400px;
  background-color: #f3f3f3;
}

._3-home-block {
  position: relative;
  margin-top: 200px;
  margin-bottom: 200px;
  padding: 125px 75px 100px;
  background-color: #f3f3f3;
}

._3-home-block.grads {
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3 33%, rgba(115, 23, 214, .96) 68%, #dd3ea4);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3 33%, rgba(115, 23, 214, .96) 68%, #dd3ea4);
}

._3-home-block.case-studies {
  position: relative;
  padding-top: 125px;
  padding-bottom: 1px;
  background-color: #f3f3f3;
}

._3-h3 {
  display: block;
  max-width: 980px;
  margin: 0px auto 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

._3-h3.cta {
  position: static;
  margin-top: 53px;
}

.no-padding {
  padding-left: 0px;
  border-right: 4px solid #f3f3f3;
}

.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #1dc9a0;
}

.gradient-block {
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
}

.block-intro-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.whois-col {
  min-height: 240px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .26), hsla(0, 0%, 100%, 0));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .26), hsla(0, 0%, 100%, 0));
}

.gradient-h3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.big-stat-block {
  position: absolute;
  top: -50px;
  right: 25px;
  width: 703px;
  height: 500px;
  background-color: #fff;
  box-shadow: 0 11px 50px -7px rgba(0, 0, 0, .13);
}

.event-li {
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  padding: 25px 20px;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.event-li:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px -25px rgba(0, 0, 0, .89);
}

.event-link {
  margin-bottom: 10px;
  background-color: #fff;
  color: #000;
}

.org-no {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 94px;
  line-height: 94px;
  font-weight: 700;
  text-align: center;
}

.orgs {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.have-collab {
  position: static;
  left: 100px;
  top: 384px;
  right: 100px;
  bottom: auto;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 107px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.pro-no {
  position: static;
  left: 86px;
  top: 119px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  color: #000;
  font-size: 94px;
  line-height: 94px;
  font-weight: 700;
  text-align: center;
}

.proj {
  position: static;
  left: 110px;
  top: 184px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.span {
  color: rgba(29, 201, 160, .94);
}

.case-study-card-image {
  position: relative;
  z-index: 1;
  height: 350px;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3), url('../images/example-bg.png');
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.case-study-card-image.grad2 {
  background-image: -webkit-linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96)), url('../images/example-bg.png');
  background-image: linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.case-study-card-image.grad3 {
  overflow: hidden;
  background-image: -webkit-linear-gradient(45deg, rgba(115, 23, 214, .96) 27%, #dd3ea4), url('../images/example-bg.png');
  background-image: linear-gradient(45deg, rgba(115, 23, 214, .96) 27%, #dd3ea4), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.case-study-row-wide {
  margin-bottom: 75px;
}

.card-title-divide {
  width: 142px;
  height: 25px;
  margin-left: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.case-study-card-h3 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.case-study-card-par {
  margin-right: 20px;
  margin-left: 20px;
}

.read-more-bg {
  position: relative;
  right: 10px;
  bottom: 10px;
  width: 170px;
  height: 36px;
  border-radius: 18px;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
}

.read-more-bg.grad2 {
  border-radius: 19px;
  background-image: -webkit-radial-gradient(circle farthest-corner at -2% 63%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
  background-image: radial-gradient(circle farthest-corner at -2% 63%, hsla(0, 0%, 100%, .22), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
}

.read-more-bg.grad3 {
  height: 36px;
  border-radius: 18px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 0% 50%, hsla(0, 0%, 100%, .27), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, hsla(0, 0%, 100%, .27), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
}

.read-more-arrow-right {
  position: absolute;
  top: -9px;
  right: 15px;
  bottom: 8px;
  width: 34px;
  height: 34px;
  border-radius: 22px;
  background-color: #fff;
  background-image: url('../images/ios7-arrow-thin-right.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.card-read-more-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.case-study-card-mod {
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.case-study-card-mod:hover {
  background-color: #f3f3f3;
  box-shadow: 0 17px 50px -17px rgba(0, 0, 0, .2);
}

.link-label {
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 35px;
}

.events-block {
  display: block;
  width: auto;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.stat-line {
  height: 300px;
  margin-top: 50px;
}

.col-1 {
  height: 490px;
  padding-right: 0px;
  padding-left: 0px;
}

.so-far-div {
  position: relative;
  height: 300px;
  background-color: #f3f3f3;
}

.proj-large {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #d5d5d5;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .23), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .23), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
  box-shadow: 0 11px 50px -17px #000;
}

.org-large {
  position: absolute;
  left: -34px;
  top: -35px;
  z-index: 2;
  width: 120%;
  height: 370px;
  background-color: #1dc9a0;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
  box-shadow: 0 10px 50px -20px #000;
  color: #318ef3;
}

.final-div {
  height: 300px;
  background-color: #f3f3f3;
}

.dsi-is {
  position: static;
  top: -21px;
  display: inline-block;
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 300px;
  text-align: right;
}

.dsi-is.right {
  width: 100%;
  float: none;
  text-align: center;
}

.big {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 74px;
  line-height: 300px;
  font-weight: 700;
}

._w-for-work {
  margin-top: 190px;
  margin-bottom: 139px;
  padding-right: 75px;
  padding-left: 75px;
}

.work-div {
  position: relative;
}

._20-percent {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 800px;
  background-image: -webkit-linear-gradient(45deg, rgba(31, 124, 102, .81), rgba(62, 141, 228, .9)), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-image: linear-gradient(45deg, rgba(31, 124, 102, .81), rgba(62, 141, 228, .9)), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

._20-percent.w2 {
  left: -1px;
  top: 65px;
  width: 50%;
  height: 950px;
  float: right;
  background-image: -webkit-linear-gradient(45deg, rgba(40, 67, 97, .88), rgba(66, 39, 95, .8)), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-image: linear-gradient(45deg, rgba(40, 67, 97, .88), rgba(66, 39, 95, .8)), url('../images/panoramic-view-of-gran-via-madrid-spain-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  box-shadow: 0 12px 42px -17px #000;
}

._20-percent.left {
  z-index: 1;
  width: 50%;
  height: 950px;
  max-width: 720px;
  padding: 25px;
  float: left;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
  box-shadow: 0 9px 50px -13px rgba(0, 0, 0, .48);
}

.work-h3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: auto;
  margin-right: 237px;
  margin-bottom: 20px;
  margin-left: 100px;
  padding: 303px 0px 10px;
  border-bottom: 0px none hsla(0, 0%, 100%, .41);
  color: #000;
  text-align: left;
  text-shadow: none;
}

.work-p {
  position: static;
  left: 0px;
  top: 490px;
  right: 0px;
  z-index: 2;
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 205px;
  padding-left: 100px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-shadow: none;
}

.light-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin: 1px;
  background-color: #fff;
}

.centre-p {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.small-hr {
  display: block;
  width: 250px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-color: rgba(29, 201, 160, .94);
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
}

.small-hr.left {
  margin-left: 0px;
}

.small-hr.left.middle {
  background-image: -webkit-linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
  background-image: linear-gradient(45deg, #318ef3, rgba(115, 23, 214, .96));
}

.small-hr.left.right {
  background-image: -webkit-linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
  background-image: linear-gradient(45deg, rgba(115, 23, 214, .96), #dd3ea4);
}

.small-hr.text-hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-descr {
  position: relative;
  max-width: 390px;
  margin-right: 50px;
  padding: 25px;
  float: right;
  background-color: #f3f3f3;
  text-align: right;
}

.text-right {
  text-align: right;
}

.grad-tab {
  position: absolute;
  top: 46px;
  right: -5px;
  width: 5px;
  height: 25px;
  background-image: -webkit-linear-gradient(45deg, #1dc9a0, #318ef3);
  background-image: linear-gradient(45deg, #1dc9a0, #318ef3);
}

.timeline {
  position: relative;
  min-height: auto;
  padding-right: 75px;
  padding-left: 75px;
  background-color: transparent;
}

.timeline-line {
  position: absolute;
  left: 0px;
  top: -23px;
  right: 0px;
  display: block;
  width: 3px;
  height: 550px;
  max-width: 3px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.timeline-item {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-item-image {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #fff;
  border-radius: 60px;
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2016-09-15-at-15.58.13.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-item-info {
  width: 395px;
  height: 155px;
  padding: 20px;
  float: left;
  background-color: #fff;
}

.time-line-h3 {
  margin-top: 0px;
}

.ppo {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.people {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 450px;
  padding: 25px;
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .38), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, rgba(29, 201, 160, .9), rgba(49, 142, 243, .86)), url('../images/AireTeamSmall.jpg');
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .38), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, rgba(29, 201, 160, .9), rgba(49, 142, 243, .86)), url('../images/AireTeamSmall.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  box-shadow: 1px 7px 50px -17px rgba(0, 0, 0, .38);
}

.projects {
  position: absolute;
  left: -5%;
  top: -50px;
  z-index: 3;
  overflow: hidden;
  width: 110%;
  height: 500px;
  background-image: -webkit-linear-gradient(45deg, rgba(49, 142, 243, .9), rgba(115, 23, 214, .88)), url('../images/bigstock-group-of-multiethnic-busy-peop-66058258.jpg');
  background-image: linear-gradient(45deg, rgba(49, 142, 243, .9), rgba(115, 23, 214, .88)), url('../images/bigstock-group-of-multiethnic-busy-peop-66058258.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: 0 9px 50px -10px rgba(0, 0, 0, .76);
}

.organisations {
  position: absolute;
  top: -25px;
  width: 100%;
  height: 450px;
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .42), hsla(0, 0%, 100%, 0)), -webkit-linear-gradient(45deg, rgba(115, 23, 214, .9), rgba(221, 62, 164, .8)), url('../images/room3.jpg');
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .42), hsla(0, 0%, 100%, 0)), linear-gradient(45deg, rgba(115, 23, 214, .9), rgba(221, 62, 164, .8)), url('../images/room3.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  box-shadow: 0 7px 50px -17px rgba(0, 0, 0, .38);
}

.descr-block {
  padding-right: 0px;
  text-shadow: none;
}

.users-h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.user-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 220px;
  margin-right: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  padding: 0px 125px 25px 25px;
  background-color: hsla(0, 0%, 100%, .31);
}

.fade-out-large {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 700px;
  margin-top: 44px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, .08);
  font-size: 134px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -9px;
  text-transform: uppercase;
}

.icon {
  position: absolute;
  left: 0px;
  top: -90px;
  right: 0px;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.calendar-icon {
  position: absolute;
  left: -6px;
  top: -2px;
  width: 35px;
}

.big-row {
  display: block;
  width: 250px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.centre-t {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.large-block-h3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 70px;
  margin-top: 0px;
  padding: 20px 20px 20px 75px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.displacement {
  position: absolute;
  left: 0px;
  bottom: -70px;
  width: 240px;
  height: 70px;
  background-color: #f3f3f3;
}

.subtitle {
  position: absolute;
  left: 260px;
  top: 0px;
  height: 70px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-study-intro-light {
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 600px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 50px -14px #000;
}

.logo-flat {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}

.cta-block-home {
  height: 70px;
  margin-bottom: 75px;
  background-color: #f3f3f3;
}

.ctaline {
  padding-top: 9px;
  padding-right: 100px;
  padding-left: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.case-study-country {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.menu-button {
  z-index: 9999;
  display: inline-block;
  width: 200px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  border-left: 1px solid #757575;
  background-color: transparent;
}

.menu-button:hover {
  background-color: transparent;
}

.menu-button:focus {
  background-color: transparent;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 18px;
  right: -90px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.middle-line {
  position: absolute;
  left: 0px;
  top: 28px;
  right: -90px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.bottom-line {
  position: absolute;
  left: 0px;
  top: 38px;
  right: -90px;
  display: block;
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.navbarnu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
}

.menu-li {
  margin-top: 2px;
  margin-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-li.menu-btn {
  margin-top: -10px;
  padding: 12px 20px;
}

.menu-li.login-li {
  margin-top: 3px;
  margin-left: 0px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.menu-li.login-li:hover {
  color: #000;
}

.menu-li.login-li.readmore-li {
  font-size: 14px;
  font-weight: 700;
}

.menu-li.login-li.readmore-li.long {
  width: auto;
  text-align: left;
  text-decoration: underline;
}

.menu-li.menu-search {
  margin-top: 4px;
  float: left;
}

.menu-li.menu-search.language {
  display: block;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.menu-full-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  overflow: auto;
  background-color: #fff;
  opacity: 1;
}

.menu-full-screen.bg-blur {
  z-index: 5;
  display: block;
  overflow: scroll;
  opacity: 1;
}

.full-menu-items {
  margin-bottom: 25px;
  text-align: center;
}

.brand-logo {
  width: 180px;
  margin-top: 14px;
  margin-left: 25px;
}

.brand-logo.m-brand {
  display: none;
  width: 60px;
}

.menu {
  display: inline-block;
  max-width: auto;
  min-width: auto;
  float: left;
}

.log-in-link {
  position: relative;
  width: 140px;
  margin-top: 20px;
  margin-right: 38px;
  padding: 12px 20px 9px;
  float: right;
  border: 1px solid #1dc9a0;
  border-radius: 25px;
  background-color: #1dc9a0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.log-in-link:hover {
  background-color: transparent;
}

.log-in-link.sign-up {
  position: static;
  left: 50px;
  z-index: 0;
  display: block;
  width: 250px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #fff;
  color: #000;
}

.log-in-link.sign-up:hover {
  background-color: rgba(29, 201, 160, .94);
}

.log-in-link.sign-up.large {
  width: 360px;
  margin-top: 50px;
}

.log-in-link.sign-up.large.search-results {
  width: 240px;
}

.log-in-link.menu-search {
  width: 180px;
  margin-left: 30px;
  padding-left: 18px;
  float: right;
  border-style: none none none solid;
  border-width: 0px 0px 0px 1px;
  border-left-color: #000;
  border-radius: 0px;
  background-color: transparent;
  text-align: left;
}

.log-in-link.read-more {
  width: 147px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -10px;
  padding: 10px;
  float: none;
  border-style: none;
  background-color: transparent;
  opacity: 1;
  font-size: 12px;
}

.log-in-link.read-more:hover {
  opacity: 1;
}

.log-in-link.read-more.stat-more {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
}

.log-in-link.read-more.stat-more.stat-more-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.log-in-link.read-more.long {
  width: auto;
  margin-bottom: 30px;
  opacity: 1;
  text-decoration: underline;
}

.log-in-link.read-more.long.next-page {
  display: inline-block;
  margin-top: 75px;
}

.log-in-link.read-more.infocard {
  margin-left: 10px;
}

.log-in-link.ll {
  width: 180px;
}

.log-in-link.ll.auto {
  position: static;
  float: none;
}

.log-in-link.ll.create {
  width: 180px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.log-in-link.ll.create:hover {
  background-color: #1dc9a0;
}

.log-in-link.language {
  width: 40px;
  margin-top: 25px;
  margin-right: 15px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-radius: 23px;
  background-color: #f5f5f5;
  text-align: center;
  text-decoration: none;
}

.log-in-link.language:hover {
  background-color: rgba(29, 201, 160, .94);
  color: #fff;
}

.log-in-link.language.active {
  background-color: rgba(29, 201, 160, .94);
}

.menu-col {
  position: relative;
}

.login-arrow {
  position: relative;
  left: 4px;
  width: 30px;
  margin-top: -3px;
  float: right;
}

.hero {
  display: block;
  height: 560px;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.hero-cta {
  position: relative;
  display: block;
  width: auto;
  height: 113px;
  max-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f3f3f3;
  box-shadow: none;
}

.home-hero-h1 {
  width: 600px;
  padding-top: 142px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 88px;
  line-height: 82px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero-h3 {
  max-width: 50%;
  margin-bottom: 0px;
  padding-bottom: 90px;
  padding-left: 35px;
  color: #fff;
}

.home-hero-h3.sub-text {
  font-size: 19px;
}

.home-hero-h3.main {
  max-width: 70%;
  padding-bottom: 0px;
  padding-left: 10px;
  text-shadow: none;
}

.home-hero-h3.org {
  padding-bottom: 0px;
  padding-left: 10px;
  color: #000;
}

.home-hero-img {
  position: relative;
  top: 115px;
  right: -20px;
  z-index: 1;
  width: 470px;
}

.home-hero-cta {
  position: relative;
  display: inline-block;
  width: 90%;
  margin-right: 40px;
  padding-top: 5px;
  padding-left: 35px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 28px;
  text-transform: uppercase;
}

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

.slant {
  position: relative;
  top: 12px;
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 90px;
  margin-left: 16px;
  float: left;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.signn {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.cta-text {
  width: auto;
  max-width: auto;
  float: left;
}

.full-menu-h2 {
  display: block;
  width: 376px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(29, 201, 160, .94);
}

.full-menu-h2.stat {
  padding-left: 5px;
}

.full-menu-col {
  padding-right: 0px;
  padding-left: 0px;
}

.menu-profile-img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-image: url('../images/XG1hqhM1_400x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-menu-profile-name {
  padding-top: 6px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.full-menu-profile-detail {
  margin-top: -2px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #919191;
  font-size: 12px;
  font-weight: 600;
}

.full-menu-link {
  position: static;
  left: 10px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 5px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.full-menu-link:hover {
  background-color: transparent;
  color: #1dc9a0;
}

.full-menu-link.w--current {
  position: static;
  left: 0px;
  color: #8b8b8b;
  font-size: 16px;
  text-align: center;
}

.full-menu-link.create {
  color: rgba(29, 201, 160, .94);
}

.full-menu-profile-detail-row {
  display: none;
  width: 272px;
  margin-bottom: 0px;
  padding-bottom: 18px;
  border-bottom: 0px none #f3f3f3;
}

.full-menu-links-block {
  width: 206px;
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}

.full-menu-links-block.no-border {
  width: auto;
  padding-top: 0px;
  border-top: 0px none transparent;
}

.full-menu-stat {
  position: absolute;
  left: -30px;
  top: 8px;
  right: 0px;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-bottom: 2px solid rgba(30, 162, 130, .94);
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.stat-number {
  font-weight: 700;
}

.point {
  color: rgba(29, 201, 160, .94);
  font-size: 17px;
}

.top-3 {
  display: block;
  max-width: 1290px;
  margin: 25px auto 50px;
  padding: 0px 25px 35px;
}

.top3-h3 {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.top-3-link {
  width: 100%;
  padding-right: 45px;
}

.top3-underline {
  width: 90px;
  height: 2px;
  background-color: rgba(29, 201, 160, .94);
}

.top3-underline.infocard {
  position: relative;
  left: 20px;
  top: -8px;
}

.top-3-p {
  min-height: 105px;
  margin-top: 11px;
}

.green {
  min-height: 300px;
  background-color: transparent;
  color: rgba(29, 201, 160, .94);
}

.dark-grey {
  min-height: 500px;
  padding: 25px;
  background-color: #fff;
}

.eu-img {
  min-height: 250px;
  background-image: url('../images/Guggenheim_museum_Bilbao_HDR-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.eu-img._2 {
  background-image: url('../images/berlin-street-art.jpg');
}

.eu-img._3 {
  background-image: url('../images/London_City_Hall.jpg');
}

.eu-img._4 {
  background-image: url('../images/image.jpg');
}

.eu-img._5 {
  background-image: url('../images/Copagri-Dome-Milan-lead.jpg');
}

.eu-img._6 {
  background-image: url('../images/artist_impression_rai_hotel_by_night_vanaf_a10_afrit_s109_o0nluh.jpg');
}

.eu-img._7 {
  background-image: url('../images/city-lights-night-street-hd-city-wallpapers-amazing-city-view-beautiful-place-wallpaper-cool-city-images-amazing-photo-shot-free-city-photos-city-images-for-windows-large-places-1600x1020.jpg');
}

.eu-img._9 {
  background-image: url('../images/Amazing-Office-Interior-Architecture-Idea.jpg');
}

.block-of-europe {
  position: relative;
  background-image: none;
}

.eu-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 95%, .9), hsla(0, 0%, 95%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 95%, .9), hsla(0, 0%, 95%, .9));
}

.top-3-col {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.top-3-col:hover {
  z-index: 3;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

.h2-large {
  padding-top: 110px;
  padding-left: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 46px;
  font-weight: 300;
  text-shadow: none;
}

.h2-large.centered {
  position: relative;
  display: block;
  width: 840px;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  padding-top: 75px;
  padding-left: 0px;
  color: #fff;
}

.explore-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.stat-overlay {
  position: relative;
  height: 100%;
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.so-far-2 {
  position: static;
  left: 271px;
  top: 46px;
  margin-top: 25px;
  margin-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.so-far-2._2 {
  margin-top: -9px;
  padding-right: 15px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  text-align: right;
}

.number-of-orgs {
  position: static;
  left: 371px;
  top: 74px;
  display: block;
  margin: 25px auto;
  padding-top: 25px;
  padding-left: 15px;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 94px;
  line-height: 94px;
  font-weight: 700;
  text-align: center;
}

.number-of-orgs.pro {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
}

.organisations-2 {
  position: static;
  left: 373px;
  top: 131px;
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.organisations-2:hover {
  background-color: #fff;
  color: #2c3445;
}

.organisations-2.pro {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.stats-col-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.have-cola {
  width: 144px;
  margin-top: 65px;
  margin-left: -43px;
  padding-left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.proj-num {
  margin-top: 15px;
  padding-left: 240px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 94px;
  line-height: 94px;
  font-weight: 700;
}

.projects-2 {
  padding-left: 240px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.side {
  height: 167px;
  margin-top: 25px;
  border-right: 1px none #000;
  border-bottom: 1px none #000;
  border-left: 1px none #000;
}

.search-icon {
  width: 30px;
  float: right;
}

.content-block {
  position: relative;
  display: block;
  max-width: 1290px;
  min-height: auto;
  margin: 90px auto 25px;
  padding-left: 25px;
  background-color: transparent;
}

.content-block.cs {
  padding-left: 0px;
}

.content-h1 {
  padding-top: 75px;
  font-size: 28px;
  font-weight: 700;
}

.content-h1.side-bar-space-h1 {
  margin-bottom: 25px;
}

.content-h1.case {
  padding-top: 25px;
}

.content-h1.profile-h1 {
  margin-bottom: 0px;
  margin-left: 120px;
  padding-top: 93px;
}

.intro {
  margin-top: 47px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 47px;
  font-weight: 400;
}

.intro.org {
  margin-top: 0px;
}

.bold-p {
  margin-top: 30px;
}

.sidebar {
  padding-left: 75px;
}

.sidebar-link {
  display: block;
  width: auto;
  margin-bottom: 5px;
  padding: 5px 24px 5px 10px;
  float: none;
  border-radius: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.sidebar-link:hover {
  padding-right: 24px;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #000;
}

.sidebar-link.w--current {
  color: #9b9b9b;
}

.sidebar-link.remove {
  color: #db4343;
}

.footer-black {
  position: relative;
  min-height: 340px;
  margin-top: 75px;
  background-color: #000;
}

.partner-block {
  margin-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
  font-family: Montserrat, sans-serif;
}

.research-paper-img {
  width: 110px;
  margin-bottom: 20px;
  border-radius: 55px;
}

.p-head {
  margin-bottom: 35px;
}

.case-study-ind {
  width: 100%;
  height: 567px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.case-study-img {
  height: 400px;
  background-image: url('../images/artist_impression_rai_hotel_by_night_vanaf_a10_afrit_s109_o0nluh.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-img._2 {
  background-image: url('../images/city-lights-night-street-hd-city-wallpapers-amazing-city-view-beautiful-place-wallpaper-cool-city-images-amazing-photo-shot-free-city-photos-city-images-for-windows-large-places-1600x1020.jpg');
  background-position: 50% 50%;
  background-repeat: repeat-y;
}

.case-study-img._3 {
  background-image: url('../images/London_City_Hall.jpg');
}

.case-study-img._4 {
  background-image: url('../images/Guggenheim_museum_Bilbao_HDR-image.jpg');
}

.case-study-img._5 {
  background-image: url('../images/berlin-street-art.jpg');
}

.case-study-img._6 {
  background-image: url('../images/bigstock-group-of-multiethnic-busy-peop-66058258.jpg');
}

.case-study-img-container {
  overflow: hidden;
}

.cradp {
  margin-bottom: -5px;
}

.footer-row {
  margin-bottom: 15px;
  padding: 35px 35px 35px 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}

.footer-row-bottom {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .15);
}

.footer-partner-logo {
  width: 131px;
  margin-top: 15px;
}

.footer-partner-logo.nesta {
  margin-bottom: 4px;
}

.content-directory {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f3f3f3;
}

.list-block {
  display: block;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  position: relative;
  display: block;
  height: auto;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}

.stats-bg {
  height: 580px;
  background-color: #f3f3f3;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(13, 26, 54, .72), #11151f), url('../images/bg-map-opt.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(13, 26, 54, .72), #11151f), url('../images/bg-map-opt.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-intro-descr {
  margin-bottom: 75px;
}

.header-intro-descr.first {
  margin-bottom: 15px;
}

.info-card-h3 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.involved-tag {
  position: absolute;
  right: 10px;
  bottom: 4px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #bbb;
  font-size: 10px;
  font-weight: 400;
}

.filter-col-left {
  padding-left: 20px;
}

.sidebar-search-field {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
  margin-left: 0px;
  float: none;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.sidebar-search-field:focus {
  border-bottom-color: #1dc9a0;
  background-color: #fff;
}

.sidebar-search-button {
  width: 100px;
  height: 40px;
  min-width: 0px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: rgba(29, 201, 160, .94);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.sidebar-h3 {
  margin-bottom: 25px;
}

.search-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  background-color: #fff;
}

.close-search {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
}

.close-search:hover {
  opacity: 1;
}

.search-h1 {
  padding-top: 35px;
  font-size: 28px;
  text-align: center;
}

.main-search {
  display: block;
  width: 460px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.main-search:focus {
  border-bottom-color: #1dc9a0;
}

.cancel-search {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.main-search-results {
  display: block;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}

.search-col {
  padding-left: 30px;
}

.intro-row {
  margin-bottom: 75px;
}

.main-menu {
  position: relative;
  z-index: 200;
  display: block;
  overflow: auto;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.header-content {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 500px;
  background-color: #000;
}

.header-content.org {
  display: block;
  max-width: 1220px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.case-study-h1 {
  position: relative;
  max-width: 50%;
  margin-top: 0px;
  padding-top: 201px;
  padding-left: 35px;
  color: #fff;
  font-size: 88px;
  line-height: 82px;
}

.case-study-h1.org {
  padding-left: 0px;
  color: #000;
}

.page-content {
  display: block;
  max-width: 1290px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.case-study-img-bg-blur {
  position: absolute;
  left: -10%;
  top: -10%;
  bottom: 0px;
  width: 120%;
  height: 120%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/artist_impression_rai_hotel_by_night_vanaf_a10_afrit_s109_o0nluh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/artist_impression_rai_hotel_by_night_vanaf_a10_afrit_s109_o0nluh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: blur(30px);
  filter: blur(30px);
}

.case-study-img-bg-blur.org {
  background-image: none;
}

.content-left {
  padding-right: 35px;
}

.column-right-small {
  padding-top: 0px;
}

.side-bar-h3 {
  margin-top: 20px;
  padding-top: 81px;
}

.side-bar-h3.cse {
  margin-top: 0px;
  padding-top: 31px;
}

.related-h3 {
  margin-top: 125px;
  margin-bottom: 75px;
  font-size: 28px;
  text-align: center;
}

.filter-checkbox {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.trend-notes {
  padding-left: 20px;
  color: #9c9c9c;
}

.sub-header-centre {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

.search-mag {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 30px;
}

.search-div {
  position: relative;
}

.dropdown-label {
  margin-top: 10px;
  margin-bottom: 11px;
  margin-left: 1px;
  font-family: Montserrat, sans-serif;
}

.resource-card {
  width: 100%;
  min-height: auto;
  text-decoration: none;
}

.descr-h3 {
  margin-top: 30px;
}

.descr-h3.space {
  margin-top: 50px;
  margin-bottom: 30px;
}

.main-menu-profile-block {
  margin-bottom: 50px;
}

.profile-options {
  display: block;
  width: 480px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.footer-logo-col {
  position: relative;
  height: 43px;
}

.footer-eu {
  width: 40px;
  margin-left: 20px;
  float: left;
}

.footer-eu.cc {
  margin-top: 6px;
}

.dash-h3 {
  padding-top: 20px;
  padding-left: 20px;
}

.detail {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.form-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: auto;
  background-color: transparent;
}

.log-in-logo {
  width: 175px;
  margin-left: -7px;
}

.login-body {
  background-color: #f3f3f3;
}

.log-in-form-field {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.log-in-form-field:focus {
  border-color: rgba(29, 201, 160, .94);
}

.submit-button {
  width: 170px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  background-color: #1dc9a0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.log-in-link-note {
  position: absolute;
  right: 0px;
  bottom: 6px;
  float: right;
}

.log-in-link-note.second {
  bottom: 32px;
}

.login-form-nu {
  position: relative;
}

.log-in-error {
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #db4343;
}

.log-in-error.success {
  color: rgba(29, 201, 160, .94);
}

.or-login-with {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #818181;
  text-align: center;
}

.login-with-img {
  display: block;
  width: 25px;
  margin-right: auto;
  margin-left: auto;
}

.log-in-with-link {
  width: 100%;
  height: 75px;
  padding-top: 12px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.log-in-with-link:hover {
  background-color: #fff;
}

.log-in-with-text {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.profile-job-title {
  margin-left: 120px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
}

.partner-logo-colour {
  width: 170px;
}

.hero-container {
  height: 560px;
  background-color: rgba(29, 201, 160, .94);
}

.logo-animation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.stat-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.front-bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 500px;
}

.stat3-bg-img {
  height: 500px;
  background-color: transparent;
}

.stat-text {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.anim {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.edit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.create-drop-down-block {
  position: absolute;
  left: -62px;
  right: -12px;
  bottom: -137px;
  display: none;
  width: 372px;
  height: 120px;
  padding: 10px 0px 0px;
  background-color: #fff;
  box-shadow: 0 13px 50px -11px #000;
}

.drop-down-link-li {
  display: block;
  width: 372px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 10px 15px 20px;
  float: none;
  font-weight: 400;
  text-decoration: none;
}

.drop-down-link-li:hover {
  background-color: #f3f3f3;
}

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

.p-bottom {
  margin-bottom: 75px;
}

.event-li-location {
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cta-row {
  display: block;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
}

.side-bar-action {
  padding: 10px 20px;
  border: 1px solid #1dc9a0;
  border-radius: 35px;
  background-color: rgba(29, 201, 160, .22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.side-bar-action:hover {
  background-color: #1dc9a0;
}

.remove-tag {
  position: absolute;
  left: 0px;
  top: 0px;
}

.remove-tag-x {
  position: absolute;
  left: 9px;
  top: 1px;
  bottom: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  cursor: pointer;
}

.report-project {
  display: block;
  margin-top: 51px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #db4343;
  font-size: 12px;
}

.languages {
  float: right;
}

.languages.menu-languages {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 250;
  display: none;
  width: 170px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
}

.additional {
  margin-top: 38px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

html.w-mod-js *[data-ix="pin-drop"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="pin-drop-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="pin-drop-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="pin-drop-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="downbeforeup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="addpost"] {
  height: 38px;
}

html.w-mod-js *[data-ix="postblockclosed"] {
  height: 55px;
}

html.w-mod-js *[data-ix="update-image-closed"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="hide-cancel-or-save"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

html.w-mod-js *[data-ix="under-dev"] {
  -webkit-transform: translate(0px, 75px);
  -ms-transform: translate(0px, 75px);
  transform: translate(0px, 75px);
}

html.w-mod-js *[data-ix="slide-info"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="fadeinup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinup-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-9"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-10"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-11"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-12"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-13"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponload-14"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="menuhide"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="hide-stat"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="unfoldonload"] {
  height: 0px;
}

html.w-mod-js *[data-ix="searchunfold"] {
  width: 40px;
}

html.w-mod-js *[data-ix="slideonload"] {
  height: 1px;
}

html.w-mod-js *[data-ix="fadeinonload"] {
  opacity: 1;
  height: 0px;
}

html.w-mod-js *[data-ix="fadeinout"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="growdown500"] {
  opacity: 0;
  height: 1%;
}

html.w-mod-js *[data-ix="growdown-501"] {
  opacity: 0;
  height: 1%;
}

html.w-mod-js *[data-ix="screenfadeinonload"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="growdown-2"] {
  opacity: 0;
  height: 1%;
}

html.w-mod-js *[data-ix="bg-grad"] {
  opacity: 0;
  width: 46px;
}

html.w-mod-js *[data-ix="roll-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 18px);
  -ms-transform: translate(0px, 18px);
  transform: translate(0px, 18px);
}

html.w-mod-js *[data-ix="roll-down-20"] {
  opacity: 1;
  height: 1px;
}

html.w-mod-js *[data-ix="roll-up-overlay"] {
  opacity: 0;
  -webkit-transform: translate(0px, 950px);
  -ms-transform: translate(0px, 950px);
  transform: translate(0px, 950px);
}

html.w-mod-js *[data-ix="fadeinuponloadoffset"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fadeinuponloadoffset-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="growin"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="growin-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="growin-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fadeinslow"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="displaynone"] {
  display: none;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="hero-header-fold-down"] {
  opacity: 1;
  height: 91px;
}

html.w-mod-js *[data-ix="growinanim"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px) scale(0.8, 0.8);
  -ms-transform: translate(0px, 15px) scale(0.8, 0.8);
  transform: translate(0px, 15px) scale(0.8, 0.8);
}

@media (max-width: 991px) {
  .brand {
    margin-left: 10px;
  }
  .nav.log-in {
    margin-bottom: 40px;
  }
  .search-field.quicksearch.home {
    margin-right: 0px;
    float: right;
  }
  .info-card {
    position: relative;
  }
  .info-card.left.small {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
  }
  .info-card.right.small {
    width: 100%;
    margin-left: 0px;
  }
  .footer {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .btn.btn-join {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 91%;
  }
  .current-status {
    margin-top: 0px;
  }
  .status-link {
    width: auto;
    max-width: 0px;
    text-align: left;
  }
  .news-content {
    width: 342px;
  }
  .post-author.new-post {
    height: 85px;
  }
  .add-post {
    height: 95px;
  }
  .homepage-hero {
    height: 780px;
  }
  .invite-form {
    width: 100%;
    padding-left: 12px;
  }
  .invite-form-field {
    width: 100%;
  }
  .section-grey {
    padding-top: 36px;
  }
  .image-placeholder {
    margin-left: 0px;
  }
  .home-h2 {
    text-align: center;
  }
  .home-h2.cta-text-light {
    text-align: left;
  }
  .p-big {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-big.cta-text-light {
    text-align: left;
  }
  .showcase-card {
    height: 215px;
    margin-bottom: 20px;
  }
  .partner-logos {
    margin-top: 58px;
    padding-left: 0px;
  }
  .partner {
    width: 25%;
    margin-top: 5px;
    margin-bottom: 16px;
    padding-right: 0px;
    float: none;
  }
  .partner-hp-link {
    display: block;
    width: 116px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-wide {
    padding-bottom: 0px;
  }
  .footer-h3 {
    font-size: 12px;
  }
  .footer-link {
    font-size: 12px;
  }
  .hp-post {
    height: 146px;
  }
  .hp-post-link {
    height: 326px;
    margin-bottom: 20px;
  }
  .hp-post-h3 {
    margin-top: 51px;
    text-align: left;
  }
  .m-menu-btn {
    color: #1dc9a0;
  }
  .menu-open.w--open {
    background-color: transparent;
  }
  .m-nav-open {
    background-color: #fff;
  }
  .create-new-post {
    top: auto;
    right: 14px;
    bottom: 5px;
  }
  .new-post-bg.bg-blur {
    display: none;
  }
  .add-post-modal {
    width: 95%;
    height: 90vh;
  }
  .centered.title {
    position: static;
    width: auto;
  }
  .centered.title.big-dsi {
    width: auto;
  }
  .dsi-button.top-filter {
    width: 115px;
  }
  .overlay {
    height: 780px;
  }
  .card-row {
    margin-bottom: 0px;
  }
  .alphabet-link {
    margin-bottom: 4px;
  }
  .page-h1.light {
    padding-left: 20px;
  }
  .dashboard-widget {
    margin-bottom: 20px;
  }
  .notification-detail.post-latest-card {
    display: block;
    width: 420px;
    margin-left: 70px;
    float: none;
  }
  .single-post-hero {
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .latest-post-title {
    margin-top: 10px;
    padding-left: 10px;
  }
  .notification-p {
    top: 11px;
  }
  .clear-social {
    width: auto;
  }
  .signup-input {
    width: 240px;
  }
  .eu-footer {
    height: 135px;
  }
  .ec-logo {
    width: 40px;
  }
  .massive-hero-container {
    height: auto;
    padding: 32px;
  }
  .massive-hero-h1 {
    margin-top: -11px;
    font-size: 52px;
    line-height: 60px;
  }
  .slide-info {
    right: 32px;
  }
  .case-study-card-label {
    left: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .people-col {
    padding-right: 10px;
  }
  .orgs-col {
    padding-left: 10px;
  }
  .involved-organisation-img {
    max-width: 109px;
    margin-top: 19px;
  }
  .padding-right-50 {
    border-style: none;
  }
  .padding-left-50 {
    padding-left: 0px;
  }
  .updates-h1 {
    margin-left: 20px;
  }
  .footer-small-print {
    margin-top: 0px;
    padding-left: 28px;
    font-size: 10px;
  }
  .massive-case-study {
    margin-right: 0px;
    margin-left: 0px;
  }
  .massive-events {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-large {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-section {
    height: auto;
  }
  .hero-nav {
    position: static;
  }
  .hero-scroll-down {
    display: none;
  }
  .hero-nav-col {
    height: 230px;
  }
  .hero-sub-header {
    margin-bottom: 50px;
  }
  .section-large-grey {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-bar-nu {
    background-color: transparent;
  }
  .menu-full-screen {
    display: none;
  }
  .menu-full-screen.bg-blur {
    overflow: scroll;
  }
  .log-in-link.menu-search {
    border-left-style: none;
  }
  .log-in-link.ll {
    display: none;
  }
  .hero-cta {
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .home-hero-img {
    display: none;
  }
  .home-hero-cta {
    display: block;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .full-menu-h2 {
    width: auto;
    height: 84px;
  }
  .h2-large.centered {
    padding-left: 0px;
  }
  .content-block {
    padding-right: 25px;
  }
  .content-block.cs {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-h1 {
    margin-top: 0px;
  }
  .sidebar {
    margin-bottom: 75px;
    padding-left: 10px;
  }
  .footer-black {
    min-height: 380px;
  }
  .filter-col-left {
    padding-left: 10px;
  }
  .log-in-link-note {
    left: 0px;
    right: 0px;
    bottom: 6px;
    display: block;
    width: 114px;
    margin-right: auto;
    margin-left: auto;
  }
  .log-in-link-note.second {
    left: 0px;
    right: 0px;
    bottom: 32px;
    display: block;
    width: 197px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .login-form-nu {
    height: 300px;
  }
  .stat-text {
    width: auto;
  }
  .languages {
    display: none;
  }
  .languages.menu-languages {
    display: block;
  }
}

@media (max-width: 767px) {
  .search.bg-blur {
    height: auto;
  }
  .search-field {
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }
  .search-field.quicksearch {
    margin-top: 5px;
  }
  .project-header {
    margin-top: 30px;
    border-radius: 0px;
  }
  .info-card.left.small {
    min-width: auto;
  }
  .footer {
    margin-right: 10px;
    margin-left: 10px;
  }
  .body-container {
    margin-top: -52px;
  }
  .body-content.add-story {
    margin-top: 157px;
  }
  .btn.btn-join {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 90%;
  }
  .tags-block {
    margin-left: 20px;
  }
  .post-author.new-post {
    height: 55px;
  }
  .add-post {
    height: 55px;
  }
  .project-post-image {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
  .homepage-hero {
    height: 780px;
  }
  .hero-h1 {
    margin-top: 57px;
  }
  .hero-sub-heading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-h2.cta-text-light {
    text-align: center;
  }
  .p-big.centre {
    width: auto;
  }
  .p-big.cta-text-light {
    text-align: center;
  }
  .showcase-card {
    height: 230px;
  }
  .partner-logos {
    display: block;
    width: 518px;
    margin-top: 39px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .partner {
    width: 25%;
    margin-top: 11px;
    padding-right: 0px;
    float: none;
  }
  .partner-hp-link {
    display: block;
    width: 83px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-wide.header {
    max-width: auto;
    padding-top: 60px;
  }
  .container-wide.container-wide-header-large {
    padding-top: 195px;
  }
  .hp-post {
    height: 176px;
  }
  .hp-post-link {
    height: 356px;
  }
  .create-new-post {
    right: 14px;
    bottom: 12px;
  }
  .feedback-h1 {
    width: 100%;
  }
  .feed-back-info {
    width: 100%;
  }
  .feedback-form-wrapper {
    width: 100%;
  }
  .feedback-h2 {
    width: 100%;
  }
  .feedback-list {
    width: 100%;
  }
  .filter-block {
    top: 170px;
  }
  .dsi-button.create {
    margin-bottom: 15px;
  }
  .dsi-button.top-filter {
    margin-top: 15px;
  }
  .card-thin {
    height: auto;
    text-align: center;
  }
  .card-logo-small {
    width: 50px;
    max-width: auto;
  }
  .card-slim-h2 {
    text-align: left;
  }
  .card-slim-location {
    width: 100%;
    text-align: left;
  }
  .page-h1.light {
    margin-top: 44px;
    margin-left: 0px;
  }
  .single-post-category {
    top: -52px;
  }
  .sm-nu-bloxk {
    margin-bottom: 30px;
  }
  .cta-block {
    height: 328px;
  }
  .page-header.stories-header {
    height: 360px;
  }
  .modal-content {
    width: 100%;
    border-style: none;
    border-radius: 0px;
  }
  .modal-input {
    width: 100%;
  }
  .signup-input {
    width: 170px;
  }
  .bread-crumbs {
    display: none;
  }
  .eu-footer {
    height: 155px;
  }
  .ec-logo {
    width: 40px;
  }
  .search-column {
    height: 50px;
  }
  .massive-hero-h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .what-h3.light.centered {
    font-size: 2.4em;
  }
  .what-p.small.centered {
    font-size: 14px;
  }
  .logo-dark {
    margin-left: 0px;
  }
  .tabbed-nav-buttons {
    padding: 10px;
  }
  .creator-col {
    padding-right: 0px;
  }
  .creator-tab-menu {
    margin-top: -151px;
  }
  .header-large-desc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .case-study-main-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .card-orgs {
    text-align: left;
  }
  .ab-fab.log-in-section {
    margin-top: 50px;
  }
  .massive-hero-h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .funding-card-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .massive-case-study {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-large {
    height: auto;
  }
  .hero-nav {
    position: relative;
  }
  .hero-scroll-down {
    display: none;
  }
  .hero-nav-col {
    height: 130px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-before {
    left: 16px;
  }
  .hero-h1 {
    padding-left: 30px;
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .hero-sub-header {
    margin-bottom: 40px;
    margin-left: 30px;
  }
  .section-large-grey {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grey-block {
    padding: 30px;
  }
  .block-title {
    font-size: 2.4em;
    line-height: 1.2em;
  }
  .case-study-intro {
    min-height: auto;
  }
  .menu-full-screen {
    overflow: scroll;
  }
  .full-menu-items {
    text-align: left;
  }
  .brand-logo {
    width: 130px;
    margin-top: 23px;
  }
  .log-in-link.menu-search {
    width: 150px;
    margin-right: 1px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .home-hero-h1 {
    width: auto;
    padding-top: 169px;
    font-size: 58px;
    line-height: 62px;
  }
  .home-hero-h3 {
    max-width: 100%;
    padding-bottom: 54px;
  }
  .home-hero-cta {
    margin-top: 2px;
    text-align: left;
  }
  .full-menu-h2 {
    width: 288px;
    margin-left: 0px;
    text-align: left;
  }
  .full-menu-col {
    padding-left: 20px;
  }
  .full-menu-link {
    text-align: left;
  }
  .full-menu-link.w--current {
    margin-left: 0px;
    text-align: left;
  }
  .full-menu-links-block.no-border {
    width: 378px;
  }
  .h2-large.centered {
    width: auto;
  }
  .content-h1 {
    padding-top: 0px;
  }
  .intro {
    font-size: 24px;
    line-height: 37px;
  }
  .footer-black {
    min-height: 860px;
  }
  .content {
    height: auto;
    padding-bottom: 55px;
  }
  .stats-bg {
    height: auto;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 65, 85, .8), #212735), url('../images/bg.png');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(56, 65, 85, .8), #212735), url('../images/bg.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .filter-col-left {
    padding-left: 10px;
  }
  .main-menu {
    overflow: scroll;
  }
  .header-content {
    min-height: 360px;
  }
  .case-study-h1 {
    min-width: 100%;
    padding-top: 150px;
    padding-right: 35px;
    font-size: 35px;
    line-height: 42px;
  }
  .case-study-h1.org {
    padding-left: 10px;
  }
  .side-bar-h3 {
    margin-top: 0px;
    padding-top: 40px;
  }
  .related-h3 {
    margin-top: 75px;
  }
  .main-menu-profile-block {
    position: relative;
  }
  .profile-col {
    font-size: 16px;
  }
  .partner-logo-colour {
    margin-bottom: 35px;
    margin-left: -4px;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 48px;
  }
  .brand {
    margin-left: 0px;
  }
  .nav {
    margin-top: 0px;
  }
  .search-field.quicksearch {
    display: none;
  }
  .profile-img {
    margin-left: 20px;
    padding-left: 20px;
    float: left;
  }
  .profile-name {
    width: auto;
    margin-left: 85px;
    text-align: left;
  }
  .profile-name.profile-organisation {
    margin-left: 85px;
  }
  .card-city {
    bottom: 107px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }
  .card-pin {
    display: none;
  }
  .info-card.left.small {
    min-width: auto;
    margin-right: 0px;
  }
  .info-card.right.small {
    min-width: auto;
    margin-left: 0px;
  }
  .modal-signup.bg-blur {
    display: none;
  }
  .signup-form {
    width: 100%;
  }
  .modal-brand {
    width: 97px;
  }
  .body-container {
    margin-top: -51px;
  }
  .tabs-content {
    width: 100%;
  }
  .body-content.add-story {
    margin-top: 230px;
  }
  .tab {
    display: inline-block;
    width: 62px;
    font-size: 14px;
  }
  .tab.w--current {
    display: inline-block;
    font-size: 14px;
  }
  .login-field {
    width: 100%;
  }
  .login-form {
    width: 100%;
    margin-top: 31px;
  }
  .login-button {
    border-radius: 0px;
  }
  .skill {
    line-height: 18px;
    text-align: left;
  }
  .status-h3 {
    text-align: left;
  }
  .news-content {
    width: 95%;
  }
  .post-author.new-post {
    height: 85px;
  }
  .add-post {
    height: 85px;
  }
  .homepage-hero {
    height: 821px;
  }
  .homepage-hero.minus-100 {
    height: 920px;
  }
  .hero-h1 {
    margin-top: 0px;
  }
  .hero-sub-heading.social {
    margin-top: 144px;
  }
  .invite-form {
    padding-left: 0px;
  }
  .invite-form-field {
    width: 100%;
    margin-right: 0%;
    float: none;
    border-radius: 0px;
  }
  .invite-form-field.submit {
    border-radius: 0px;
  }
  .home-h2.centre {
    font-size: 22px;
    line-height: 34px;
  }
  .p-big.centre {
    width: auto;
  }
  .showcase-card {
    height: 305px;
  }
  .partner-logos {
    display: none;
  }
  .container-wide.header {
    height: 265px;
    margin-top: -13px;
    padding-top: 134px;
  }
  .hp-post {
    height: 226px;
  }
  .hp-post-link {
    height: 406px;
  }
  .create-new-post {
    right: 6px;
  }
  .dsi-button.top-filter {
    margin-bottom: 10px;
  }
  .dsi-button.profile-edit {
    right: 9px;
    width: 100px;
    font-size: 12px;
  }
  .overlay {
    height: 980px;
  }
  .card-thin {
    height: 190px;
    margin-bottom: 10px;
    text-align: center;
  }
  .card-slim-h2 {
    padding-right: 0px;
    text-align: center;
  }
  .card-slim-location {
    text-align: center;
  }
  .alphabet-selectors {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 20px;
  }
  .page-h1.light {
    margin-top: 45px;
    margin-left: 0px;
    font-size: 18px;
    text-align: center;
  }
  .intro-title {
    height: 125px;
  }
  .card-notification.card-project {
    height: 95px;
  }
  .card-notification.latest-post {
    height: 221px;
  }
  .notification-detail {
    width: 210px;
  }
  .notification-detail.post-latest-card {
    width: auto;
  }
  .tabs-menu-explore {
    width: 100%;
    margin-top: -161px;
  }
  .post-hero-title {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }
  .single-post-author {
    margin-top: 14px;
    margin-bottom: -41px;
  }
  .author-details {
    height: 261px;
  }
  .single-post-category {
    top: -81px;
  }
  .content-h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .social-login-hero {
    width: 320px;
  }
  .under-development {
    height: 175px;
  }
  .notification-p {
    left: 12px;
    margin-top: 51px;
    padding-right: 8px;
  }
  .sm-nu-bloxk.inline {
    width: 46%;
  }
  .cta-block {
    height: 384px;
  }
  .cta-column-left {
    padding-left: 10px;
  }
  .page-header.stories-header {
    height: 410px;
  }
  .large-profile-img {
    margin-top: 30px;
    float: none;
  }
  .tab-buttons-container {
    height: 185px;
  }
  .tab-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .signup-input {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .search-clear {
    display: none;
  }
  .eu-footer {
    height: 175px;
  }
  .ec-logo {
    width: 40px;
  }
  .massive-hero {
    margin-right: 0px;
    margin-left: 0px;
  }
  .massive-hero-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .slide-info {
    right: 10px;
    width: auto;
    padding-left: 10px;
  }
  .case-study-card-label {
    left: auto;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .case-study-card-name {
    width: 50%;
  }
  .case-study-card-name.country {
    width: 50%;
  }
  .tab-button-next.update-button {
    width: 150px;
    margin-bottom: 10px;
  }
  .tab-button-next.tab-button-publish {
    width: 150px;
    margin-bottom: 10px;
    float: right;
  }
  .creator-col {
    padding-right: 0px;
  }
  .creator-col.creator-col-right {
    padding-right: 0px;
  }
  .creator-tab-menu {
    margin-top: -214px;
  }
  .reccomendation {
    line-height: 48px;
  }
  .tag {
    line-height: 16px;
  }
  .people-col {
    padding-right: 10px;
  }
  .involved-organisation-img {
    max-width: 99px;
    margin-top: 22px;
    margin-left: 0px;
  }
  .padding-right-50 {
    padding-right: 0px;
  }
  .card-orgs {
    text-align: center;
  }
  .page-info-block {
    padding: 10px;
  }
  .ab-fab.log-in-section {
    width: auto;
    max-width: auto;
    min-width: 100%;
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-small-print.centre {
    padding-right: 10px;
    padding-left: 10px;
  }
  .funding-card-h2 {
    margin-top: 100px;
    font-size: 20px;
  }
  .funding-filter {
    width: 260px;
  }
  .hero-nav-col {
    height: 170px;
  }
  .hero-h1 {
    max-width: 90%;
    padding-top: 25vh;
  }
  .hero-sub-header {
    width: 80%;
    max-width: 90%;
  }
  .grey-block {
    padding: 30px;
  }
  .case-study-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .have-collab {
    padding-top: 59px;
  }
  .menu-button {
    width: 109px;
    margin-right: 20px;
    padding-right: 30px;
    padding-left: 4px;
  }
  .menu-li {
    font-size: 12px;
  }
  .menu-li.menu-search {
    margin-left: 1px;
    font-size: 12px;
  }
  .menu-full-screen {
    display: none;
  }
  .brand-logo {
    display: none;
  }
  .brand-logo.m-brand {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 5px;
  }
  .log-in-link.sign-up.large.search-results {
    width: auto;
  }
  .log-in-link.menu-search {
    width: 90px;
    margin-right: 0px;
    margin-left: 16px;
    padding-right: 6px;
    float: right;
  }
  .hero-cta {
    height: auto;
    padding-bottom: 65px;
  }
  .home-hero-h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .home-hero-h3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .home-hero-cta {
    margin-top: 8px;
    text-align: left;
  }
  .full-menu-links-block.no-border {
    width: auto;
  }
  .top-3-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .number-of-orgs {
    margin-top: 0px;
    font-size: 74px;
  }
  .search-icon {
    width: 25px;
  }
  .content-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-h1 {
    margin-top: 25px;
    padding-top: 0px;
    font-size: 24px;
    line-height: 36px;
  }
  .content-h1.profile-h1 {
    margin-top: 18px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .intro {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 27px;
  }
  .sidebar {
    margin-bottom: 126px;
  }
  .footer-black {
    min-height: 970px;
  }
  .case-study-ind {
    height: 380px;
    margin-bottom: 201px;
  }
  .case-study-ind.end-cs {
    margin-bottom: 0px;
  }
  .case-study-img._3 {
    height: 200px;
  }
  .filter-col-left {
    padding-left: 10px;
  }
  .search-block {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: scroll;
  }
  .close-search {
    position: fixed;
    top: 30px;
    right: 15px;
  }
  .search-h1 {
    width: auto;
  }
  .main-search {
    width: 80%;
  }
  .main-menu {
    overflow: scroll;
    padding-top: 112px;
  }
  .case-study-h1 {
    padding-top: 128px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-left {
    padding-right: 10px;
  }
  .m-brand {
    position: absolute;
    top: -5px;
    z-index: 99999;
    width: 60px;
    height: 60px;
  }
  .profile-options {
    width: auto;
  }
  .profile-col {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    text-align: left;
  }
  .form-container {
    width: auto;
    min-height: auto;
    min-width: 100%;
  }
  .log-in-form-field {
    display: block;
    width: auto;
    max-width: auto;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .login-form-nu {
    max-width: auto;
    min-width: 100%;
  }
  .profile-job-title {
    margin-left: 0px;
  }
  .form-wrapper {
    min-width: 100%;
  }
  .fromform {
    width: auto;
  }
  .cta-row {
    height: 340px;
  }
  .languages.menu-languages {
    margin-left: 15px;
  }
}

.twitter-text {
    margin-top:21px !important;
    font-size:16px !important;
}

.homepage-twitter-logo {
    margin-top: 11px !important;
}

.footer-black {
    margin-top:0 !important;
}

.full-menu-link.view-all {
    font-size: 12px !important;
    width: 280px !important;
}

.log-in-link.sign-up.large.search-results {
    width: 360px !important;
}

.tab-button-next.update-button {
    width: auto !important;
}

.tab-button-next {
    width:auto !important;
}

.tab-button-next.tab-button-publish {
    width: auto !important;
}