
          /* ---------- accent.css starts here ---------- */


@media all{

/*front heading link colour set */

body.front #content .first ul#main-trailblock li.wide h3 a,
body.front #content #main-zone .first li.wide h3 a
{
    color: #005689; /* $frontLink */
    background-color: white; /* $frontLinkReverse */
}

body.front #content .first ul#main-trailblock li.wide h3 a:focus,
body.front #content .first ul#main-trailblock li.wide h3 a:active,
#badge a,
#badge
{
    color:  white;/* $frontLink */
    background-color: #005689; /* $frontLinkReverse */
}

}
          /* ----------  accent.css ends here ----------- */

@media all{

div.ventures-slot-machine a
{
	background-color:transparent;
	color:#005689;
}

body.front div.ventures-slot-machine a:focus,
body.front div.ventures-slot-machine a:active
{
    outline: none;
    background-color: #005689; /* $editorialLink */
    color: white; /* $editorialLinkReverse */
}

}
