    #website .anchor-links li a.active {
	text-decoration: none !important;
    background-color: var(--secondary-color);
    color: var(--color-white) !important;
    }
    #website .anchor-links li a.active:before {
    	content: "";
        border-bottom-color: transparent;
        border-left-color: var(--color-lighter-grey);
        border-right-color: transparent;
        border-style: solid;
        border-top-color: transparent;
        border-width: 1.2rem;
        position: absolute;
        top: 50% !important;
        left: 0 !important;
        transform: translateY(-50%);
        display: inline-block !important;
        overflow: hidden;
    }
    #website-wrapper #website .container .w-33 .news, 
    #website-wrapper #website .container .w-50 .news, 
    #website-wrapper #website .container .w-67 .news {
      padding: unset;
      min-height: unset;
}
                          