/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 September 2022 06:40:33
*/


:root{
    /* Set Primary color. Originally #004b88*/
    --primary-color: #747678; 
    /* Darker version of Primary color, used for Menus. Originally #002f55*/
    --primary-color-darken: purple;
}

main .icon-panel__title, .content-container .content .icon-panel__title {
    color: #000000;
}




/* Content link customisation */
/* Custom content link color */
.content-container .content a {
    color: #343434;
}
.content-container .content a:hover {
    color: #747678;
}
/* Custom external link icon color and hover */
.content-container .content a[rel="external"]:not(.no-external)::after {
    background: url(external-link.svg) center center no-repeat;
}
.content-container .content a[rel="external"]:not(.no-external):hover::after {
    background: url(external-link-hover.svg) center center no-repeat;
}




/* Custom Bullet 2nd level */
.content-container .content ul li ul>li::before {
    top: 8px;
    font-size: .6rem;
}




/* Topic Buttons Customisation */
/* Topic button text color */
.feature-item__text span {
    color: #343434;
}
/* Topic button background color */
.feature-carousel--gray ul.feature-slider--topic-panels .feature-item__text {
    background: #FAFAFA;
}




/* Table Customisation */
.content-container .content table tbody td {
    padding: 0.5em;
}




/* Header logo scaling */
@media screen and (max-width: 760px){
    .header__agency-crest a img {
        height: auto; /* fixes logo being 'squished' on narrow devices */
    }
}



