.weather-min {
    color: #026fe3;
}
.weather-max {
    color: red;
}
.video-gallery__play .video-js,
.post__leading-image .video-js {
    width: 100%;
    height: 400px;
}
.custom-modal .video-js {
    width: 100%;
    height: 90vh;
}
.custom-btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 2rem;
    z-index: 2;
    padding: 5px;
    opacity: 1;
    background-size: 20px;
}
.gmap {
    left: 0;
    position: absolute;
    width: 100%;
}
.gmap::after {
    content: "";
    clear: both;
}

.form-check-hidden {
    display: none;
}
.form-check-hidden:checked ~ label {
    color: #0054a6;
}
.widget-video { width: 100%; }
.video-iframe { position: relative; overflow: hidden; width: 100%; padding-top: 56.25%; }
.video-iframe iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }
.pressclub__details > .row { padding-top: 25px; }
.pressclub__tag--live > a { color: #fff }
.news-card__subheading { display: block; }


aside.post__aside .video-js {
    max-height: 220px
}
#chrono-more { margin-bottom: 4rem; }
.chronology__header { position: sticky; top: 0; background-color: #fff; }
.news-updated { color: #026fe3 }