.map {
    position: relative;
    height: 600px;
}

.map__canvas {
    height: 100%;
}

.map__popup {
    display: none;
    position: absolute;
    background-color: #FF7E00;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin: 10px 10px;
    max-width: 200px;
}

.map__popup.is-active {
    display: block;
}

.map__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: #FF7E00;
    padding: 30px;
    color: #fff;
    box-sizing: border-box;
    display: none;
}

.map__panel.is-active {
    display: block;
}

.map__panel .loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #FF7E00;
}

.map__panel.loading .loader {
    display: flex;
}

.map__panel h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.tease--program {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.tease--program:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tease--program .tease__header {
    display: flex;
    align-items: flex-start;
}

.tease--program h4 {
    flex-grow: 1;
    font-size: 20px;
    font-weight: bolder;
    line-height: 1.2;
    margin-bottom: 5px;
}

.tease--program h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.tease--program a {
    color: #fff !important;
    font-size: 26px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 1px;
    border-bottom: 3px solid #fff;
}

.tease--program .tease__content {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.tease--program .tease__content i {
    margin-right: 5px;
}

.tease--program .tease__content__extra {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
}

.tease--program .tease__content__extra i {
    margin-right: 5px;
}

.tease--program .tease__content__extra a {
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.tease__content__text {
    padding-top: 5px;
}

.map__legend__container {
    display: flex;
    flex-wrap: wrap;
}

.legend__item {
    width: 240px;
    height: 160px;
}

.legend__content i {
    margin-right: 5px;
}

.legend__title {
    font-size: 18px;
    font-weight: bold;
}

.map__list_international {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffb0;
    z-index: 99;
}

.internationals__item {
    float: left;
    padding: 5px;
}