/*
  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: 06 February 2026 09:55:54
*/




body:not(.wcag-border) button:focus,
body:not(.wcag-border) input:focus,
body:not(.wcag-border) select:focus {
    outline-color: var(--wcag-focus-foreground-color);
}

body:not(.wcag-border) button:focus {
    box-shadow: none;
}

/* sitewide overrides */
.content-container .content img {
    height: auto;
    /*min-width: 100%;*/
}

/* button styles still work when applied to <p> around <a> element */
.content-container .content p.button a {
    /*color: #FFFFFF;*/
    color: var(--primary-color);
    text-decoration: none;
}
.content-container .content p.button:hover a {
    color: #FFFFFF;
}

/* button styles */
.content-container .content .button {
    background: #fdc82f;
    border-color: #fdc82f;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}
.content-container .content .button a {
    color: var(--primary-color);
}
.content-container .content .button:hover {
    background: #fdc82f;
    border-color: #fdc82f;
    
}
.content-container .content .button:hover a {
    color: #FFFFFF;
}



/* remove inline link underline style (brought across with content copy/paste process) */
.content-container .content a {
    border-bottom: none!important;
}



ol.breadcrumbs__list li::after {
    border-top-color: var(--primary-color);
    border-right-color: var(--primary-color);
}



.content-container .content .status--warning {
    background-image: url('https://wds-dev-cbs.squiz.cloud/__data/assets/file/0017/1017422/status-warning-dark.svg?v=0.0.1');
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: auto 36px;
}

/* PBN News Listing Pagination */

.news-listing-grid .pagination a {
    color: var(--primary-color);
    text-decoration: none;
}
.news-listing-grid .pagination a:hover {
    text-decoration: underline;
}

/* PBN News Listing Items */
main .news-listing-grid__content .news-listing-grid__headline {
    line-height: 1.3;
}


/* add yellow line above h1 throughout site */
.content-container .content h1:before,
.banner h1:before,
.content-container .content h2:before,
.banner h2:before,
.content-container .content h3:before,
.banner h3:before {
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 44px;
    height: 4px;
    top: -30px;
    left: 0;
    background-color: #fdc82f;
}

.content-container .content .accordion-container h3:before,
.banner h3:before {
    display: none;
}

.banner hr {
    display: none;
}
.content-container .content h1,
.banner h1 {
    font-size: 60px;
    text-align: left;
    max-width: 1200px;
    margin: 10px auto;
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .content-container .content h1,
    .banner h1 {
        font-size: 40px;
    }
}



/* Homepage */
.home .call-to-action {
    height: auto!important;
}
.home .call-to-action .call-to-action__title {
    padding-top: 0.25em;
}
.home .call-to-action .call-to-action__title-text {
    color: #111111!important;
    font-size: 1.125rem!important;
    font-weight: 400;
}
.home .call-to-action .call-to-action__description,
.home .call-to-action .call-to-action__description a {
    color: #111111!important;
    font-weight: 600;
    padding-top: 0.5em;
}
.home .call-to-action .call-to-action__action {
    margin: 0 20px;
}
.home .call-to-action .call-to-action__action a {
    background-color: var(--tertiary-color);
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
}
.home .call-to-action .call-to-action__action a:hover {
    color: #FFFFFF;
}



.home #homepage-splash {
    background-size: 60%;
    background-position: right top!important;
}

.home #homepage-splash h2:before {
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 44px;
    height: 4px;
    top: -30px;
    left: 0;
    background-color: #fdc82f;
}

/* Homepage - Things you should know section */
.home .news-listing-grid {
    padding-top: 2em;
    padding-bottom: 2em;
}
.home .news-listing-grid h2 {
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 20px;
}
.home .news-listing-grid h2:after {
    /*content: '';*/
    /*display: block;*/
    /*width: 44px;*/
    /*height: 4px;*/
    /*background-color: #fdc82f;*/
    /*margin: 40px auto;*/
}
.home .news-listing-grid hr {
    display: none;
}

/* Homepage - Did you know section */
.home #homepage-splash-content {
    margin: 0 40px;
    width: 50%;
    padding-top: 20px!important;
}

.home #homepage-splash-content h2 {
    width: 80%!important; /* important to override inline style */
    font-weight: 400;
    font-size: 2.125rem;
}

@media screen and (min-width: 1199px) {
    .home #homepage-splash {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .home #homepage-splash-content h2 {
        width: 100%!important; /* important to override inline style */
    }
    .home #homepage-splash {
        background-size: 60%!important;
        background-position: center 20px!important;
    }
    .home #homepage-splash-content {
        width: 90%;
        padding-top: 240px!important;
    }
    .home .news-listing-grid .dateinline {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .home #homepage-splash {
        background-size: 80%!important;
    }
}
@media screen and (max-width: 450px) {
    .home #homepage-splash {
        background-size: 100%!important;
    }
}



#content_container_862083 h2 {
    font-weight: 400;
    font-size: 1.625rem;
    max-width: 500px;
    margin: 0 auto;
}
#content_container_862083 h2:before,
#content_container_862083 h2:after {
    content: '';
    display: block;
    width: 44px;
    height: 4px;
    background-color: #fdc82f;
    margin: 40px auto;
}




.home .icon-panel .icon-panel__link {
    padding-top: 1em;
}
.home .icon-panel .icon-panel__icon {
    margin-bottom: 0;
}
.home .icon-panel .icon-panel__title {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .home main .icon-panel__items .icon-panel__item {
        height: auto;
    }
    .home main .icon-panel__link:hover {
        position: relative;
        top: auto!important;
        left: auto!important;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-radius: 0px;
        padding: 16px 0px 0px!important;
        border: none!important;
    }
}


/* Landing page - bullet style */

.landing ul {}
    
}

/* Landing page - heading + popular links */
.landing .landing-head {
    /*padding-bottom: 60px;*/
}
.landing .landing-head h1 {
    font-size: 2.75rem;
    text-align: left;
}
.landing .landing-head h3 {
    font-size: 1.625rem;
    font-weight: 400;
    max-width: 450px;
    line-height: 1.4em;
}
.landing .landing-head h1:before {
    content: '';
    display: block;
    margin: 0 0 30px;
    background: #fdc82f;
    width: 45px;
    height: 5px;
}
.landing .landing-head .multi-column-content__area--second {
    -webkit-box-shadow: 0px 0px 95px -26px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 95px -26px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 95px -26px rgba(0,0,0,0.25);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px 40px 30px;
}
.landing .landing-head .multi-column-content__area--second h3 {
    font-size: 1.3rem;
    margin-top: 0.6em;
}
.landing .multi-column-content ul,
.landing .landing-head .multi-column-content__area--second ul {
    margin-bottom: 0;
    list-style-image: url(https://wds-dev-cbs.squiz.cloud/__data/assets/image/0009/859770/icon-arrow-right.png);
    padding-left: 20px;
    margin-left: 0;
}
.landing .content-container .content .multi-column-content li,
.landing .landing-head .multi-column-content__area--second ul li {
    padding-left: 0.25em;
}
.landing .multi-column-content li::before,
.landing .landing-head .multi-column-content__area--second ul li::before {
    display: none;
}






/* Landing page - two column slider - control image size above 1200px */
@media screen and (min-width: 1200px) {
    .landing .two-col-slider__image .two-col-slider__linkimage img {
        max-width: 700px;
    }
}
/* Landing page - two column slider */
.landing .content-container .content .two-col-slider__button {
    background-color: #fdc82f;
    color: #004B88;
    font-weight: 600;
    text-decoration: none;
}
.landing .two-col-slider {
    margin: 60px 0;
}
.landing .two-col-slider .two-col-slider__content-text h3 {
    font-size: 2rem;
    margin-top: 1rem;
}



/* Landing page - landing intro text */
/*#content_container_855296 h3 {*/
/*    font-size: 1.625rem;*/
/*    font-weight: 400;*/
/*    max-width: 800px;*/
/*    margin: 40px auto;*/
/*    line-height: 1.4em;*/
/*}*/




/* Landing page - Call to action */
.landing main .call-to-action {
    background-color: #002776;
}
.landing main .call-to-action__title .call-to-action__title-text,
.landing main .call-to-action__description, .content-container .content .call-to-action__description {
    color: #FFFFFF;
}
.landing main .call-to-action__action .call-to-action__link {
    background-color: #fdc82f;
    font-weight: 600;
}








/* Subscribe widget - asset id #858168 */
.subscribe {
    display: flex;
    padding: 60px 0;
    width: 100%;
    margin-top: 60px;
    position: relative;
}
.subscribe:before {
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 200px;
    height: 4px;
    top: 0px;
    left: calc(50% - 100px);
    background-color: #fdc82f;
    position: absolute;
}
.subscribe.no {
    display: none;
    visibility: hidden;
}  
.subscribe__img {
    width: 295px;
    height: 261px;
    margin-right: 40px;
}
.subscribe__text--heading {
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.subscribe__text--intro {
    font-size: 1.625rem;
    font-weight: 400;
    padding-bottom: 20px;
}
.content-container .content .subscribe__text--intro a {
    font-size: 1.625rem;
    font-weight: 400;
}
.subscribe__text--desc {
    padding-bottom: 20px;
    font-size: 1.1rem;
}
.subscribe__text--desc::before {
    content: '';
    display: block;
    margin: 0 0 30px;
    background: #fdc82f;
    width: 45px;
    height: 5px;
}
.content-container .content .subscribe__text--button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.subscribe__text--button::after {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .subscribe__img {
        display: none;
    }
}





/* Campaigns */
.news-listing-grid .taginline {display: none;}





/* Misc */
.callout-box {
    background-color: var(--primary-color);
}
.content-container .content .callout-box p,
.content-container .content .callout-box em {
    color: #FFFFFF;
    font-size: 1.625rem;
}



.news-search-form__pagination {
    text-align: center;
    margin-top: 40px;
}
.news-search-form__pagination a {
    text-decoration: none;
    color: var(--primary-color);
    padding: 0px 10px;
}
.news-search-form__pagination span {
    padding: 0px 10px;
}
.news-search-form__pagination a:hover {
    text-decoration: underline;
    color: #000000;
}
.news-search-form__pagination b {
    padding: 0px 10px;
}


.home .news-listing-grid__heading a {
    text-decoration: none;
    color: var(--primary-color);
}

.news-listing-grid .news-listing-grid__heading {display: none;}
.home .news-listing-grid .news-listing-grid__heading {display: block;}

.home .news-listing-grid__items li:nth-child(n+5),
.home .news-listing-grid .news-search-form__pagination {
    display: none;
}



.news-cards__container {
    display: grid;
    justify-content: center;
}

.news-cards__list {
    display: grid;
    column-gap: 1.125rem;
    row-gap: 1.125rem;
    list-style-type: none;
    max-width: 75rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

@media (min-width: 36rem) {
    .news-cards__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 62rem) {
    .news-cards__list {
        grid-template-columns: repeat(4, 1fr);
        padding-left: 0;
        padding-right: 0;
    }
}

.news-card {
    border-radius: 0.375rem;
    box-shadow: 0 0 9px 0 rgba(92, 92, 92, 0.31);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 62rem) {
    .news-card {
        display: grid;
        grid-template-rows: 1fr 11.875rem;
    }
}

.news-card:focus-within {
    background-color: var(--wcag-focus-background-color);
    box-shadow: none;
}

.news-card:focus-within .news-card__body {
    background-color: transparent;
}

.news-card:focus-within .news-card__cta-icon-wrapper {
    color: #5c5c5c;
}

.news-card:focus-within .news-card__cta-icon-wrapper g {
    stroke: currentColor;
}

@media (min-width: 62rem) {
    .news-card:focus-within {
        background-color: transparent;
    }

    .news-card:focus-within .news-card__body {
        background-color: var(--wcag-focus-background-color);
    }

    .news-card:focus-within .news-card__cta-icon-wrapper {
        color: #ffffff;
    }
}

.news-card__body,
.news-card__meta {
    color: #5c5c5c;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.news-card__body {
    background-color: #ffffff;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    order: 1;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media (min-width: 62rem) {
    .news-card__body {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
        order: 0;
        padding-bottom: 2.5rem;
    }
}

.news-card__meta {
    align-items: center;
    column-gap: 1rem;
    display: grid;
    font-size: 1rem;
    grid-template-columns: 1fr 2rem;
    order: 2;
    padding-bottom: 1.25rem;
    z-index: 1;
}

@media (min-width: 62rem) {
    .news-card__meta {
        align-self: end;
        color: #ffffff;
        grid-column-start: 1;
        grid-row-start: 2;
        order: 1;
    }
}

.news-card__heading {
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

/* Specificity Override */
main .news-listing-grid .news-card__heading {
    text-align: left;
}

.news-card__heading-link {
    color: #343434;
    text-decoration: none;
}

.news-card__heading-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

body:not(.wcag-border) .news-card__heading-link:focus {
    background-color: transparent !important;
    border-bottom: 4px solid var(--wcag-focus-foreground-color);
    box-shadow: none !important;
    color: var(--wcag-focus-foreground-color) !important;
}

.news-card p {
    font-size: 0.9375rem;
    line-height: 1.47;
    max-width: 60ch;
}
.news-card p:first-of-type {
    margin-top: 0.75rem;
}

.news-card__cta-icon-wrapper {
    align-items: center;
    display: flex;
}

.news-card__cta-icon {
    flex-shrink: 0;
}

.news-card__image-wrapper {
    align-items: stretch;
    background-color: #000000;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    display: flex;
    height: 11.875rem;
    justify-content: center;
    overflow: hidden;
    order: 0;
    position: relative;
}

@media (min-width: 62rem) {
    .news-card__image-wrapper {
        border-bottom-left-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        grid-column-start: 1;
        grid-row-start: 2;
        order: 2;
    }
}

.news-card__image-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 62rem) {
    .news-card__image-overlay {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    }
}

.news-card__image {
    object-fit: cover;
    width: 100%;
}

h2.subscribe__text--heading {
text-transform: uppercase;
font-size: .9rem!important;
letter-spacing: 1px;
padding-bottom: 20px;
font-family: "Lato", sans-serif;
color: #343434;
}
.related-items__heading a {
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase !important;
    font-size: .9rem !important;
    letter-spacing: 1px !important;
    padding-bottom: 20px !important;
    font-family: "Lato", sans-serif !important;
    color: var(--primary-color) !important;
}
.footer-columns__col ul {
    list-style-type: none;
    padding-left: 0;
    font-weight: 300;
    line-height: 1.2em;
}


.footer__link {
    color: #ffffff;
}
body:not(.wcag-border) .footer a:focus {
    color: var(--wcag-focus-foreground-color) !important;
}
.footer__link-icon {
    fill: currentColor;
}
.footer__link:focus .footer__link-raster-image {
    filter: invert(1);
}
/* Specificity override */
body:not(.wcag-border) .footer__link:focus {
    color: var(--wcag-focus-foreground-color) !important;
}

.sr-only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
width: 1px !important;
height: 1px !important;
padding: 0 !important;
border: 0 !important;
overflow: hidden;
white-space: nowrap;
}

@media (min-width: 62rem) {
    .news-card__image-overlay {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .95));
    }
}