/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 05:16:49 */
/*  home page specialties popup broken issue */
.featured-category--list-wrap .featured-category-list li {
    overflow-x: visible;
}
@media (min-width: 1025px) {
    .featured-overlay--content .merit-featured--content {
        width: 444px !important;
        border-right-width: 1px;
    }
}
@media (min-width: 1500px) {
    .featured-overlay--content .featured-category--list-wrap {
        width: 70% !important;
    }
}
.featured-overlay {
    height: auto !important;
}
/*solutions post type banner description a tag*/
.single-solutions a {
 line-height: 24px;
}
/* row layout middle block title styling */
.merit-row-layout .merit-text-block-middle h3{
	font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}
.merit-row-layout .merit-text-block-middle p{
	padding-top: .5rem;
    padding-bottom: .5rem;
}