<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Override Stylesheet for Dark theme
 * --------------------------------------------------
 */

 /*
.white-logo {display:block;}

.red-logo {display:none;}

.grid__item.two-tenths.red-logo {
    display: none;
}

.desk-two-tenths.red,
.lap-two-thirds.red,
.palm-two-thirds.red {
    display: none;
}

.desk-two-tenths.white,
.lap-two-thirds.white,
.palm-two-thirds.white {
    display: inline-block;
}

*/

@media (min-width:768px) { 


}

body {
    background-image: none;
    background-color: #2c2c2c;
    color: #666666;
}

body .content_wrapper .topNavWrapper {
	background-color: #2c2c2c;
}

@media (max-width:999px) {
body header .content_wrapper .topNavWrapper .topNav nav, html header .content_wrapper .topNavWrapper .topNav nav {
background-color: black;
}

body header .content_wrapper .topNavWrapper .topNav .grid__item:nth-of-type(2) img, html header .content_wrapper .topNavWrapper .topNav .grid__item:nth-of-type(2) img {
    display: block;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 5px;
}
}


@media (max-width: 601px) {

    body header .content_wrapper .topNavWrapper .topNav .grid__item:nth-of-type(2) img, html header .content_wrapper .topNavWrapper .topNav .grid__item:nth-of-type(2) img {
    display: block;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 5px;
}


}

    .grid.with-bg-white {
        background-color: #858585;
    }

    .grid.with-bg-white::before {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 100%;
        left: 0;
        background: transparent url(/content/dam/Australia/kelloggs_au/images/wave-top-grey.png) 50% 0 no-repeat;
    }

    .grid.with-bg-white::after {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 100%;
        left: 0;
        background: transparent url(/content/dam/Australia/kelloggs_au/images/wave-bottom-grey.png) 50% 100% no-repeat;
    }

    .product-grid-container .heading h3 {
        color: white;
    }

    .custom-gsa-container .collection .result-item .link-wrapper .name {
        color: white;
    }

    .custom-gsa-container .collection .result-item .link-wrapper {
        background-color: transparent;
    }

.custom-gsa-container .collection {
    border-top: solid 1px #000000;
    }


.navicon span, .navicon span:after, .navicon span:before {
    background: #ffffff;
}

body header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top a {
    color: white;
}

body .internal-scroll.is-sticky {
    background-color: #2c2c2c;
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.02);
}

body .internal-scroll .nav ul li a {
    color: white;
}

body .internal-scroll .nav ul li a:hover, 
body .internal-scroll .nav ul li a.active {
    background-color: #424242;
}

body .blades-container .blade .block.description h4 {
    color: #666666;
}

body .blades-container .blade .block.description p {
    color: white;
}

body .footer .copyright {
    background-color: #858585;
}

body .footer .widgets .widget-list ul li a {
    color: white;
    border-bottom-color: #404040;
}


.table-footer {
    border-collapse: collapse !important;
    border: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.table-footer a {
    font-family: 'DINMedium';
    font-size: 25px;
    line-height: 25px;
    color: #ffe9c0;
    text-decoration: none;
    letter-spacing:2px;
}

.table-footer a:hover {

    color: #ffe9c0 !important;
}

.table-footer th, .table-footer td {
    clear: both;
    padding: 0px !important;
    border:none;
}

.table-footer .bar span {
    display: inline-block !important;
    width: 100%;
    height: 8px;
    background: #d09d65;
    border-radius: 8px;
}

.table-footer .circle span {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #d09d65;
}

.table-social {
    margin: 0 2px 0 2px;
}

.table-footer td
{
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.table-footer td img
{
    width: 26px;
    vertical-align: middle !important;
    display: inline-block !important;
}

.table-footer td a
{
    display: inline-block;
    vertical-align: middle;
}

.table-link {
    padding-right: 10px;
    padding-top: 1px;
}

.table-link span {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("/content/dam/Australia/nutrigrain/img/arrow-right-4.png") no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    margin: 0 0 4px 10px;
}
.table-footer a {
    font-family: 'DINMedium';
    font-size: 25px;
    line-height: 25px;
    color: #ffe9c0;
    text-decoration: none;
    letter-spacing: 2px;
}


/* Custom css */
body header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top.highlightedNavLink a.kstl-mega-nav__link--top {
    color: #fff;
}

body header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top.highlightedNavLink a {
    color: #fff;
}
</pre></body></html>