.category {
    color: white;  
    background-color: var(--rdf-blue);
    min-height: 100px;
}

.category:hover {
    opacity: 0.8;
}

.no-after-category::after {
    content: '';
}
    
.category-role {
    padding: 24px 32px 32px 24px;
} 

.category-role-text {
    padding: 24px 32px 32px 24px;
}

@media (max-width: 1020px) { 
    .category-role {
        padding: 8px 24px;
    } 

    .category-role-text {
        padding: 8px 24px;
    }   
} 

.chevron-wrap {
    white-space: nowrap;
    margin-top:5px;
}

.chevron-simple-category {

    width: 1em;
    height: 1em;
    text-align: center;
    color:#1c5170;
    margin-left:2px;
}

.chevron-simple-category::after {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;

	position: relative;
	top: 0.1em;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 0.65em;
	margin-bottom:8px;
}