.cms-item-wrapper h2.subheading a:hover, 
.cms-item-wrapper h3.subheading3 a:hover,
.container .sv-text-portlet-content a:hover {
    color: #1616b2;
    text-decoration-thickness: 2px !important;
}
.footer .main-menu--role .main-menu__link--heading:hover {
    text-decoration-thickness: 3px !important;
}
.footer-global .footer-links__link:hover {
    text-decoration-thickness: 2px !important;
}
.cms-item-container--border-top .item {
    background: #f5f5f5;
}
.cms-item-container--border-top .item h3.subheading3 a {
    font-size: 1.125rem;
}
.cms-item-container--border-top .item p {
    font-size: 1rem;
}
   
@media (min-width: 768px) {
.cms-item-container--border-top {
    padding: 1rem 0 1rem;
}
}
.sv-grid-af-play .sv-svg {
   display: none;
}
@media (min-width: 900px) {
.sv-grid-af-play .sv-svg {
   display: block;
}
}