﻿.tooltip-menu {
  background: #0db7c3;
}

.tooltip-menu .row {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 0!important;
  padding: 1.5rem 4%;
}

.tooltip-menu .columns {
  padding: 0!important;
}

.tooltip-menu a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  transform: translateZ(0);
}

.tooltip-menu a:hover {
  color: #922d8d;
}

.tooltip-menu a span {
  background-color: rgba(146, 45, 141,0);
  border: 3px solid #0db7c3;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; 
  border-radius: 50%;
  height: 50px;
  margin-right: 10px;
  overflow: visible;
  width: 50px;
  transition: 0.3s;
  transform: translateZ(0);
}

.tooltip-menu a:hover span {
  background-color: rgba(146, 45, 141,1);
  transform:scale(1.1);
}

.tooltip-menu a#tooltip-market-access span {
  background-image: url(../img/market-access.svg);
}

.tooltip-menu a#tooltip-unlock-collaboration-opportunities span {
  background-image: url(../img/unlock-collaboration-opportunities.svg);
}

.tooltip-menu a#tooltip-funding span {
  background-image: url(../img/funding.svg);
}

.tooltip-menu a#tooltip-strategic-value span {
  background-image: url(../img/strategic-value.svg);
}

.noscroll { 
  overflow: hidden;
}

.small-screen {
  position: relative;
}

.small-screen .thc-hotspot-wrapper .thc-hotspot-container .hotspot.blink {
  width: 22px!important;
  height: 22px!important;
}

.tinypopover.mobile {
  position: fixed;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  width: 100%!important;
  max-width: unset!important;
  overflow-y: scroll;
    inset: 0; 
    margin: 0!important;
    padding: 0!important;
    z-index: 2000;
    display: flex!important;
}

.tinypopover.mobile .tinypopover-inner {
  border: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  min-height: 100%;
  max-width: unset!important;
  overflow-y: scroll;
  width: 100%;
}

.tinypopover.mobile .tinypopover-content {
  padding: 15px 80px 15px 15px!important;
  min-height: 100%;
  font-size: 1.25rem;
}

.tinypopover.mobile .tinypopover-title,
.tinypopover.mobile .tinypopover-arrow-border {
  display: none;
}

.close-hotspot-popup {
  background-color: #600664;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  padding: 5px;
  position: fixed;
  top: 15px;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 2005;
}

.close-hotspot-popup span {
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  width: 20px;
}

.close-hotspot-popup:hover {
  background-color: #8b1890;
}

.close-hotspot-popup.activated {
  display: flex;
}

.small-screen {
  display: block;
}

.large-screen {
  display: none;
}

@media only screen and (min-width: 768px) {

  .small-screen {
    display: none;
  }

  .large-screen {
    display: block;
  }

}