.hero-map .state.active {
    fill: #c4c4c4;
    cursor: pointer;
    transition: all 0.4s;
}

.hero-map .state.active:hover {
    fill: #909090;
}

.hero-map svg {
    width: 100%;
}

.popup-body .company-website-link {
    font-size: 14px;
    text-decoration: underline;
    font-style: italic;
    color: #131721;
}

.popup-body .course-wrapper:not(:last-child) {
    margin-bottom: 12px;
}

.popup-body .course-wrapper p {
    margin: 0;
    font-size: 17px;
}

.popup-body .company-name {
    font-size: 18px;
    font-weight: bold;
    color: #131721;
    margin: 0;
}

.popup-title {
    display: none !important;
}

.popup-body {
    text-align: left !important;
}

.entry-title {
    border-bottom: 2px solid #cf6757;
    color: #000;
    text-align: center;
}

.csv-map-tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px 15px 8px 15px;
  border-radius: 5px;
  font-size: 17px;
  z-index: 1000;
}

.popup.courses .popup-header .popup-close {
    color: #191919;
    font-size: 35px;
}