:root {
    --site-title-hue: #18598D;
    --site-tagline-hue: #000000;
    --theme-primary-hue: #18598D;
    --site-tagline-hue: #000000;
    --theme-background-hue: #fff;
    --site-title-hue: #18598D;
    --theme-text-hue: #000;
}
.single-card-container.tile-card .single-card-image::after {
    display:none
}
.single-card-container.tile-card .single-card-image a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: var(--radius);
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%);
}
.custom-logo {
    max-height: 60px;
    width: auto;
}
.site-identity {
    text-align: left;
}
.header-search .header-search-wrap .header-search-icon,
.main-navigation ul a{ 
    color: #fff;
    opacity: 1;
}
.theme-main-header{
    background-color: #1D71B1;
}