.ssp-projects {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: start;
}

.ssp-project {
  max-width: 31.333%;
  margin: 0 1% 1rem;
}

.mybu-tiles {
  position: relative;
  padding: 0 4rem 5rem 0;
}

a.mybu-tiles__header {
  display: block;
  height: 325px;
}

.mybu-tiles__header img {
  object-fit: cover;
  width: auto;
  height: 325px;
}

.mybu-tiles__content {
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: calc(100% - 4rem);
  background: #fff;
  box-shadow: 0 0 20px -2px lightgrey;
  padding: 1rem 1.5rem 1.5rem;
}

h3.mybu-tiles__header {
  font-size: 1.5rem;
  margin: 0 0 0.3rem;
}

p.mybu-tiles__descr {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}

a.mybu-tiles__link {
  display: inline-block;
  padding: 0.6rem 1rem;
  line-height: 1.4;
  border: 2px solid;
  background: #a9b533;
  color: #fff;
  transition: all 0.3s;
}

a.mybu-tiles__link:hover {
  background: #8d9829;
}

.project-attr-list ul li .elementor-icon-list-text {
  display: block;
  width: 100%;
}

.project-atts-container {
  display: flex !important;
}

.project-atts-container {
  display: flex !important;
  align-content: center;
}

.project-atts-container span {
  display: block !important;
  flex: 1 1 1120px;
}

.project-atts-before {
  max-width: 180px;
}

.ssp-tag {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

a.ssp-tag__header {
  display: block;
}

.ssp-tag__meta {
  font-size: 0.8rem;
  color: #1e1e1e;
}
.ssp-tag__descr {
  font-size: 12px;
}
.ssp-tag__content {
  padding: 15px 8px;
}

h3.ssp-tag__header {
  font-size: 1.5rem;
  margin: 0;
}

a.ssp-tag__link {
  text-align: right;
  display: block;
}

h3.ssp-curtains__title {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 9;
  pointer-events: none;
}
.ssp-curtains {
  position: relative;
  height: 60vh;
}
.ssp-curtain__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.ssp-curtain__image.active {
  z-index: 2;
  opacity: 1;
}
.ssp-curtain__image img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: center;
}
.ssp-curtains__lines {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
  height: 60vh;
}
.ssp-curtain {
  display: flex;
  flex-direction: column;
  width: 25%;
  justify-content: center;
  align-content: center;
  text-align: center;
  transition: all 0.5s ease;
  color: #fff;
}
.ssp-curtain:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #a9b533;
}

/*svg.curtains-arrow {
  fill: #fff;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}*/
.curtains-arrow {
    width: 30%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 8px auto 0;
    transition: all .5s ease;
}

.ssp-curtain__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

/*.ssp-curtain:hover svg.curtains-arrow {
  fill: #a9b533;
}*/
.ssp-curtain:hover .curtains-arrow {
  background: #a9b533;
  width: 50%;
}

/*.ssp-curtain__meta,*/
.ssp-curtain__more {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
}

/*.ssp-curtain:hover .ssp-curtain__meta,*/
.ssp-curtain:hover .ssp-curtain__more {
  opacity: 1;
  max-height: 100px;
}

.ssp-synergies {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ssp-synergy {
  width: 353px;
  margin: .5rem 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

a.ssp-synergy__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.ssp-synergy__link {
  color: #243444;
  border-color: #243444;
  background-color: transparent;
  padding: 15px 35px;
  font-size: .9rem;
  margin: 35px auto 10px;
  display: block;
}

a.ssp-synergy__link:hover {
  border-color: #8d9829;
  background-color: #8d9829;
  color: #fff;
}

/* Ecosystem menu */
/*background: linear-gradient(to right, #A9B533, #243444);
background: linear-gradient(to right, #99A635, #8D9937);
background: linear-gradient(to right, #6D7B3B, #606E3C);
background: linear-gradient(to right, #415040, #344342);*/
.ecosystem-menu {
    overflow: visible !important;
    z-index: 7000;
    min-height: 20px;
    position: relative;
}
.ecosystem-menu__container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: -5rem;
    left: 0px;
    right: 0px;
    width: 100%;
}
.ecosystem-menu__item {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
}
.ecosystem-menu__wrapper {
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ecosystem-menu__content {
    font-weight: bold;
    font-size: 0.915rem;
    line-height: 1.2em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #243444;
}


/* Events */
.ssp-events__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}
.ssp-events__item {
  margin: 15px 1%;
  width: 31.333%;
}

.ssp-event__image a {
  display: block;
}
.ssp-event__image a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ssp-event__title {
  margin: 15px 0 0;
}
.ssp-event__title h3 {
  font-size: 1.1rem;
  margin: 0;
}

.ssp-event__date {
  font-size: .7rem;
  color: #000;
  font-weight: 700;
}

.ssp-event__excerpt {
  margin: 15px 0 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, .6);
  line-height: 1.4;
}

.ssp-event__excerpt p.read-more {
  margin: 15px 0 0;
}

.ssp-event__excerpt p.read-more a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .ssp-projects {
    flex-direction: column;
    align-content: center;
  }

  .ssp-project {
    max-width: 98%;
  }

  h3.ssp-curtains__title {
    position: static;
    width: 100%;
    transform: translateX(0);
    color: #243444;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
  }

  .ssp-curtains__container {
    position: relative;
  }

  .ssp-curtains__lines {
    flex-direction: column;
    justify-content: space-evenly;
    background: rgba(0, 0, 0, 0.5);
  }

  .ssp-curtain {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
  }

  /*.ssp-curtain__meta,*/
  .ssp-curtain__arrow,
  .ssp-curtain__more {
    display: none;
  }

  .ecosystem-menu {
    display: none;
  }
}
