/* CUSTOM RULES */

.error {
  color: #f00;
}

.feature__icon [class*=" ti-"] {
  font-size: 50px;
}

.bg-overlay-primary:before {
  background-color: rgba(0, 135, 216, 0.85);
}

.slide__content {
    background-color: rgba(255, 255, 255, .5);
    padding: 20px 15px;
    border-radius: 20px;
}

/* Slider: fluid title + responsive full-bleed background (no JS .bg-img hook) */
.slider .slide-item.slider-slide-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-slide-bg__content {
    position: relative;
    z-index: 1;
}

.slider .slide__title {
    font-size: clamp(1.375rem, 3.25vw + 0.875rem, 4.6875rem);
    line-height: 1.12;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .slider .slide-item.slider-slide-bg {
        min-height: clamp(22rem, 62svh, 40rem);
        background-size: cover;
        background-position: center center;
    }
}

.member .member__info {
  padding: 10px;
}

section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer .footer-widget-nav li a {
  color: #e6e7e8;
}
.footer .footer-widget-nav li a:hover {
  color: #fff;
  font-weight: bold;
}