/**
 * Kelloggs AU Masterbrand style
 *
 * - Kelloggs Red: #b51946
 *
 */
/*
 * Webfonts
 * --------------------------------------------------
 */

@font-face {
    font-family: OpenSans;
    src: url(/content/dam/Australia/kelloggs_au/fonts/opensans-light-webfont.woff) format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/content/dam/Australia/kelloggs_au/fonts/opensans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/content/dam/Australia/kelloggs_au/fonts/opensans-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/content/dam/Australia/kelloggs_au/fonts/opensans-bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url(/content/dam/Australia/kelloggs_au/fonts/opensans-extrabold-webfont.woff) format("woff");
    font-weight: 800;
    font-style: normal;
}
/*
 * Tool Styles
 * --------------------------------------------------
 */

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
hr.dashed {
    border-top: 1px dashed #8c8b8b;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width: 601px) {
    .mobile-text-center {
        text-align: center;
    }
    .mobile-text-left {
        text-align: left;
    }
    .mobile-text-right {
        text-align: right;
    }
}
@media (min-width: 602px) {
    .desktop-text-center {
        text-align: center;
    }
    .desktop-text-left {
        text-align: left;
    }
    .desktop-text-right {
        text-align: right;
    }
}
.no-background {
    background-image: none !important;
}
.display-none {
    display: noen;
}
body .red,
html .red {
    background: none!important;
}
.mobile {
    display: none;
}
.desktop {
    display: block;
}
@media (max-width: 999px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}
/*
 * Partials
 * --------------------------------------------------
 */

.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #b41946;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: background-color .3s, border .3s;
    box-sizing: border-box;
}
.button:hover {
    background-color: #6f1b2b;
}
.button.white {
    background-color: white;
    color: #2c2c2c;
    border: solid 1px #cccccc;
}
.button.white:hover {
    background-color: #2c2c2c;
    color: white;
}
.desk-two-tenths.white,
.lap-two-thirds.white,
.palm-two-thirds.white {
    display: none;
}
/*
 * Default Structures
 * --------------------------------------------------
 */

body {
    font-family: OpenSans;
    background: url(/content/dam/Australia/kelloggs_au/images/pattern-natural-white.jpg) 0 0 repeat;
}
.container {
    /*background: repeating-linear-gradient(
        45deg,
        #ced2eb,
        #ced2eb 20px,
        #eaecf6 20px,
        #eaecf6 40px
    );*/
    /*padding: 40px 20px;*/
    /*background-color: #f3f2f0;*/
    /*background: transparent url(/content/dam/Australia/kelloggs_au/images/lorem/wave-bg-grey.png) center top no-repeat;*/
    /*padding-top: 40px;*/
}
.container > .wrapper {
    padding: 40px 0;
    /*background-color: #f3f2f0;*/
}
ol {
    margin-left: 40px;
}
ul {
    margin-left: 40px;
}
.nav ul {
    margin-left: 0px;
}
.centeredContent p {
    font-family: OpenSans;
    font-size: 16px;
    color: #666666;
}
/*
 * Structural Overrides
 * --------------------------------------------------
 */

.kstl-prod-detail-page .kstl-responsive-image img {
    padding: 0;
}
.grid.with-bg-white {
    position: relative;
    background-color: white;
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.grid .product-grid-container.with-bg-white.no-space {
    margin-top: 15px !important;
}
.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-white.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-white.png) 50% 100% no-repeat;
}
/*
 * Header
 * --------------------------------------------------
 */

.content_wrapper .topNavWrapper {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    background-color: white;
}
.content_wrapper .topNavWrapper .topNav .kstl-responsive-image img {
    width: 100px;
    margin: 14px 0 14px 40px;
}
@media (max-width: 999px) {
    body header .content_wrapper .topNavWrapper .topNav .menu-button,
    html header .content_wrapper .topNavWrapper .topNav .menu-button {
        display: block;
        float: none;
        background: 0 0!important;
        margin: 0 40px 0 40px;
    }
    .operator.close .navicon span {
        background: transparent;
    }
    .operator.close .navicon span:before {
        top: 0;
        transform: rotate(45deg);
    }
    .operator.close .navicon span:after {
        top: 0;
        transform: rotate(-45deg);
    }
}
@media (max-width: 601px) {
    .content_wrapper .topNavWrapper .topNav .kstl-responsive-image img {
        width: 100px;
        margin: 14px 0px 14px 20px;
    }
    body header .content_wrapper .topNavWrapper .topNav .menu-button,
    html header .content_wrapper .topNavWrapper .topNav .menu-button {
        float: none;
        margin: 0px;
        background: 0px 0px !important;
    }
}
.white-logo {
    display: none;
}
.red-logo {
    display: block;
}
.navicon span,
.navicon span:before,
.navicon span:after {
    cursor: pointer;
    height: 3px;
    width: 35px;
}
.custom-overlay-trigger-wrapper {
    float: right;
}
@media (max-width: 601px) {
    .custom-overlay-trigger-wrapper {
        float: left;
    }
}
header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top a {
    padding: 10px 20px;
}
@media (max-width: 1120px) {
    header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top a {
        padding: 10px 15px;
    }
}
@media (max-width: 601px) {
    header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top.highlightedNavLink a {
        color: #b51b47;
        display: list-item;
        list-style-type: disc;
        list-style-position: outside;
    }
    body header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul,
    html header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul {
        padding-left: 20px;
    }
    header .content_wrapper .topNavWrapper .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top a {
        padding: 10px 0px;
    }
}
.content_wrapper .topNavWrapper .topNav .operators-wrapper {
    text-align: right;
    padding-right: 20px;
}
.content_wrapper .topNavWrapper .topNav .operators-wrapper .overlay-trigger-wrapper,
.content_wrapper .topNavWrapper .topNav .custom-overlay-trigger-wrapper {
    /*background-color: rgba(0, 0, 255, 0.075);*/
    
    display: inline-block;
}
.content_wrapper .topNavWrapper .topNav .operators-wrapper .overlay-trigger-wrapper {
    margin-top: 12px;
}
.content_wrapper .topNavWrapper .topNav .custom-overlay-trigger-wrapper {
    margin-top: 26px;
    margin-left: 16px;
    transform: translateY(-8px);
}
.content_wrapper .topNavWrapper .topNav .operators-wrapper .overlay-trigger-wrapper > a,
.content_wrapper .topNavWrapper .topNav .custom-overlay-trigger-wrapper > a {
    display: block;
}
@media (max-width: 999px) {
    .content_wrapper .topNavWrapper .topNav .kstl-responsive-image img {
        margin-top: 6px;
    }
    .content_wrapper .topNavWrapper .topNav .custom-overlay-trigger-wrapper {
        margin-top: 16px;
        transform: translateY(-8px);
    }
}
@media (max-width: 601px) {
    /*.content_wrapper .topNavWrapper .topNav .operators-wrapper .custom-overlay-trigger-wrapper {
        margin-top: 8px;
    }*/
}
/* TopNav hack to workaround problematic spacings */

@media (max-width: 999px) {
    .topNav,
    .topNav[data-nav="close"] {
        height: 55px !important;
    }
    .topNav[data-nav="open"] {
        height: 100vh !important;
        position: fixed !important;
        z-index: 999999;
        background-color: white;
    }
    .topNav[data-nav="open"] > .grid__item {
        padding-top: 10px !important;
    }
    .topNav[data-nav="open"] .navicon span {
        background: transparent;
    }
    .topNav[data-nav="open"] .menu-button {
        position: absolute;
        right: 10px;
    }
    .topNav[data-nav="open"] .navicon span:before {
        top: 0;
        transform: rotate(45deg);
    }
    .topNav[data-nav="open"] .navicon span:after {
        top: 0;
        transform: rotate(-45deg);
    }
    .topNav[data-nav="open"] .search-icon-grid {
        display: none;
    }
}
@media (max-width: 999px) {
    .topNav .top-menu-container nav.kstl-mega-nav.KSTLNav-show {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .topNav .top-menu-container nav.kstl-mega-nav ul li.kstl-mega-nav-item--top {
        text-align: left;
        padding-left: 20px;
    }
}
/*
 * Footer
 * --------------------------------------------------
 */

.footer {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
}
.footer .logo-wrapper {
    max-width: 980px;
    margin: 0 auto !important;
}
.footer .logo-wrapper img {
    width: 100px;
    padding-top: 30px;
}
.footer .mob-logo-wrapper {
    padding: 0 60px;
}
.footer .breadcrumbs-wrapper {
    max-width: 980px;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 255, 0.075);*/
}
.footer .breadcrumbs-wrapper ul {
    list-style: none;
}
.footer .breadcrumbs-wrapper ul li {
    position: relative;
    display: inline-block;
    /*display: inline;*/
    
    margin-right: 17px;
    /*height: 28px;*/
    /*background-color: rgba(255, 0, 255, 0.1);*/
}
.footer .breadcrumbs-wrapper ul li::after {
    content: "";
    display: inline-block;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 100%;*/
    
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-arrow-right.png) 0 50% no-repeat;
    /*background-color: rgba(0, 255, 255, 0.2);*/
    
    width: 8px;
    height: 13px;
    margin-left: 20px;
    margin-bottom: -2px;
    opacity: 0.1;
}
.footer .breadcrumbs-wrapper ul li:last-of-type::after {
    display: none;
}
.footer .breadcrumbs-wrapper ul li.home-item img {
    margin-bottom: -9px;
}
.footer .breadcrumbs-wrapper ul li a,
.footer .breadcrumbs-wrapper ul li span {
    display: inline-block;
    /*background-color: rgba(255, 255, 0, 0.1);*/
    /*padding: 3px 10px 10px 10px;*/
    
    font-size: 12px;
    font-family: KelloggsSansRegular;
    color: #2c2c2c;
    text-transform: uppercase;
    text-decoration: none;
}
.footer .breadcrumbs-wrapper ul li a:hover {
    text-decoration: underline;
}
.footer .widgets {
    max-width: 980px;
    margin: 0 auto 40px auto !important;
}
.footer .widgets .widget-list {
    margin-right: 50px;
}
@media (max-width: 601px) {
    .footer .widgets .widget-list {
        margin-right: 0px;
    }
    .footer .widgets .widget-list ul {
        margin-left: 0px;
    }
}
.footer .widgets .widget-list ul {
    list-style: none;
}
.footer .widgets .widget-list ul li {} .footer .widgets .widget-list ul li a {
    text-decoration: none;
    display: block;
    padding: 20px 0;
    border-bottom: solid 1px #e6e6e6;
    color: #2c2c2c;
}
.footer .widgets .widget-list ul li:last-of-type a {
    border-bottom: none;
}
.footer .widgets .widget-list.social-networks ul li a {
    background-color: transparent;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.footer .widgets .widget-list.social-networks ul li a.facebook {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-facebook.png);
}
.footer .widgets .widget-list.social-networks ul li a.twitter {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-twitter.png);
}
.footer .widgets .widget-list.social-networks ul li a.youtube {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-youtube.png);
}
.footer .widgets .widget-list.social-networks ul li a.instagram {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-instagram.png);
}
.footer .copyright {
    background-color: #2c2c2c;
    color: white;
    /*padding: 40px 0 !important;*/
    
    font-size: 12px;
    max-width: 1440px;
    margin: 0 auto !important;
}
.footer .copyright .wrapper {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
}
.footer .copyright .wrapper .back-top {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 9999px;
    color: #2c2c2c;
    text-decoration: none;
}
.footer .copyright .wrapper .back-top .label {
    display: block;
    font-size: 32px;
    margin: 32px 0 0 10px;
    transform: rotate(90deg);
}
@media (max-width: 999px) {
    .footer {
        padding: 0 20px !important;
    }
    .footer .logo-wrapper {} .footer .mob-logo-wrapper {
        max-width: 320px;
        /*      margin-left: auto;*/
        
        margin-right: auto;
        margin-left: 0px;
        padding-left: 0px;
    }
    .footer .mob-logo-wrapper img {
        width: 155px;
    }
    .footer .mob-footer-nav {
        /*margin: 25px 0 100px 0;*/
        
        margin: 15px 0 20px 0;
    }
    .footer .mob-footer-nav a {
        display: block;
        /*        margin: 0 60px;
        width: calc(100% - 120px);*/
        
        border: solid 1px #cccccc;
        border-radius: 999px;
        padding: 10px 25px;
        position: relative;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none;
        color: #2c2c2c;
        background-color: white;
    }
    .footer .mob-footer-nav a::after {
        display: block;
        content: '+';
        /*background-color: rgba(255, 255, 0, 0.1);*/
        
        color: #cccccc;
        position: absolute;
        top: 50%;
        right: 26px;
        transform: translate(0, -50%);
        font-size: 36px;
    }
    .footer .widgets {
        margin-bottom: 0 !important;
    }
    .footer .widgets .widget-list.social-networks ul li {
        display: inline-block;
        width: 23%;
    }
    .footer .widgets .widget-list.social-networks ul li a {
        text-indent: -999px;
        overflow: hidden;
        background-position-x: 50%;
        border-bottom: none;
    }
    .footer .copyright {
        background-color: transparent;
        color: #2c2c2c;
    }
    .footer .copyright .wrapper {
        padding: 20px 0;
    }
    .footer .copyright .wrapper .back-top {
        display: none;
    }
}
/*
 * Heros
 * --------------------------------------------------
 */

.hero {
    /*background-color: peachpuff;*/
    
    background-color: transparent;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 514px;
    position: relative;
}
.hero .description {
    position: absolute;
    top: 50%;
    left: 230px;
    transform: translateY(-50%);
    width: 350px;
    /*height: 100px;*/
    /*background-color: rgba(255, 255, 255, 0.4);*/
}
/* A highly specialized media query behaviour for hero description positioning in 'small desktop' viewport */




@media (min-width: 1000px) and (max-width: 1455px) {
    .hero .description {
        /*background-color: rgba(0, 255, 255, 0.2);*/
        
        left: calc(48vw - 470px);
        /* 16vm ~= 235px at the given range; 3*(16vw) - 2*(235px) ~= 16vw with 3x elasticness */
    }
}
.hero .description h1 {
    /* Used by homepage */
    
    font-family: KelloggsSansMedium;
    color: #262626;
    font-size: 81px;
    /*line-height: 1.1;*/
    
    line-height: 0.8;
    padding-bottom: 15px;
}
.hero .description h2 {
    /* Used by sub-pages */
    
    font-family: KelloggsSansRegular;
    color: #262626;
    font-size: 56px;
    /*line-height: 1.1;*/
    
    line-height: 0.8;
    padding-bottom: 15px;
}
.hero .description h3 {
    /* Used as subheadings in homepage */
    
    font-family: KelloggsSansRegular;
    color: #262626;
    font-size: 36px;
    line-height: 1.1;
}

.hero .description h4 {
    /* Used as subheadings in homepage */
    
    font-family: KelloggsSansRegular;
    color: #262626;
    font-size: 24px;
    line-height: 1.1;
}

.hero .description .operator {
    border-top: solid 1px #b41946;
    margin-top: 30px;
    padding-top: 20px;
}
.hero .menu {
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    /*width: 380px;
    height: 100px;*/
    /*background-color: rgba(255, 255, 255, 0.6);*/
    
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.hero .menu ul {
    list-style-type: none;
    margin-left: 0px;
}
.hero .menu ul li {} .hero .menu ul li a {
    display: block;
    width: 275px;
    height: 90px;
    box-sizing: border-box;
    padding: 35px 20px 35px 78px;
    /*color: #b41946;*/
    
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    background-color: white;
    background-repeat: no-repeat;
    background-position-y: 50%;
    border-left: solid 2px transparent;
    border-bottom: solid 1px #f4f4f3;
    position: relative;
    transition: background-color .3s;
}
.hero .menu ul li a::after {
    display: none;
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-arrow-right.png) 0 50% no-repeat;
    top: 0;
    right: 35px;
}
.hero .menu ul li a:hover {
    background-color: #f4f4f3;
    border-left-color: #b41946;
    color: #2c2c2c;
}
.hero .menu ul li a:hover::after {
    display: block;
}
.hero .menu ul li:last-of-type a {
    border-bottom: none;
}
.hero .menu ul li a.brands {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-brands.png);
    background-position-x: 32px;
}
.unstoppable.grid__item {
    padding-left: 24px;
    padding-top: 24px;
}
.hero .menu ul li a.cereals {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-cereals.png);
    background-position-x: 24px;
}
.hero .menu ul li a.snacks {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-snacks.png);
    background-position-x: 24px;
}
.show-3 .product-view-all a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    padding-bottom: 2px;
    border-bottom: 2px solid #262626;
    font-family: KelloggsSansMedium;
}
.show-3 .result-item:nth-child(n+4) {
    display: none;
}
.show-3.view-more .result-item:nth-child(n+4) {
    display: inline-block;
}
.show-3.view-more .product-view-all {
    display: none;
}
/*articles listing*/

.articles .custom-gsa-container .collection .result-item .link-wrapper {
    background-color: white;
    margin: 20px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: block;
    transition: box-shadow 0.3s;
    min-height: 460px;
}
.articles .custom-gsa-container .collection .result-item .link-wrapper .name {
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
    font-size: 24px;
    padding-bottom: 8px;
    text-transform: uppercase;
    min-height: 64px;
}
.articles .custom-gsa-container .collection .result-item .link-wrapper .image {
    margin-bottom: 30px;
}

.cta-articles {
    display: none;
}
/* Overrides on different hero variants */

.hero.medium {
    height: 536px;
}
.hero.medium .description h1 {
    font-size: 56px;
    font-family: KelloggsSansRegular;
}
.hero.medium .description p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}
.hero.small {
    height: 332px;
}
/* Hero specialised background images */

.hero.discover {
    background-image: url(/content/dam/Australia/kelloggs_au/images/home/home-hero1.png);
}
.hero.food {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-food.png);
}
.hero.promotions {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
}
.hero.ofb {
    /* OFB stands for Open for Breakfast */
    
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-ofb.png);
}
.hero.health {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-health.png);
}
.hero.who-we-are {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
}
/* Articles Hero Images */

.hero.article {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
}
.hero.article.sustainability-goals {
    background-image: url(/content/dam/Australia/kelloggs_au/images/articles/2020-SUSTAINABILITY.jpg);
}
.hero.article.ourfood-seed-to-spoon {
    background-image: url(/content/dam/Australia/kelloggs_au/images/articles/CORN-FLAKES-SEED-2-SPOON.jpg);
}
.hero.recipes {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-recipes.png);
}
.hero.product {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
}
.hero.brand {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
}
.hero.recipe {
    background-image: url(/content/dam/Australia/kelloggs_au/images/recipes/recipe-header-1400x332px.png);
}
.hero.promotion {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
}
.hero.news {
    background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
}
@media (max-width: 601px) {
    .hero.discover {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-mobile-discover-2.png);
    }
    .hero.promotions {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
    }
    .hero.ofb {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-ofb.png);
    }
    .hero.health {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-health.png);
    }
    .hero.who-we-are {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
    }
    .hero.article {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
    }
    .hero.recipes {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-recipes.png);
    }
    .hero.product {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
    }
    .hero.brand {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
    }
/*    .hero.recipe {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
    }*/
    .hero.promotion {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-article.png);
    }
    .hero.news {
        background-image: url(/content/dam/Australia/kelloggs_au/images/hero-promotions.png);
    }
}
/* Elastic design between desktop and mobile */

@media (min-width: 602px) and (max-width: 999px) {
    .hero {
        height: 360px;
    }
    .hero .description {
        /*background-color: rgba(255, 255, 0, 0.4);*/
        
        left: 10%;
    }
    .hero .menu {
        display: none;
    }
}
/* Mobile design */

@media (max-width: 601px) {
    .hero {
        height: 420px;
        /*background-position: 100% 0;*/
    }
    .hero .description {
        /*background-color: rgba(0, 255, 255, 0.4);*/
        
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }
    .hero .menu {
        display: none;
    }
}
/* Tweaks for extra small mobile viewport */

@media (max-width: 480px) {
    .hero .description h1 {
        font-size: calc(40px + 8vw);
    }
    .hero .description h3 {
        font-size: calc(18px + 3vw);
    }
}
@media (max-width: 320px) {
    .hero .description h1 {
        font-size: calc(34px + 8vw);
    }
    .hero .description {
        width: 90%;
    }
}
@media (max-width: 999px) {
    .hero.pillar {
        margin-bottom: 125px;
        height: 420px;
    }
    .hero.pillar .description {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 440px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
/*    .hero.pillar {
        margin-bottom: 125px;
        height: 322px;
    }*/
    .hero.pillar .description.small {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 342px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .hero.pillar .description h2 {
        font-size: 36px;
    }
    .hero.pillar .description h4 {
        font-size: 16px;
        font-weight: normal;
    }
}
.hero-blurb {
    /*background-color: #f6f6f6;*/
    /*margin-top: -70px;*/
    
    padding: 40px 20px;
}
.hero-blurb > .wrapper {
    /*background-color: rgba(255, 255, 0, 0.1);*/
    
    max-width: 660px;
    margin: 0 auto;
}
.hero-blurb .preheader {
    font-size: 14px;
    color: #b51946;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-blurb h1 {
    font-size: 50px;
    color: #262626;
    font-family: KelloggsSansRegular;
}
  @media (max-width: 601px){
			.hero-blurb h1 {
   			 font-family: KelloggsSansRegular !important;
   			 font-size: 28px !important;
			}
            }
.hero-blurb h3 {
    font-size: 24px;
    color: #262626;
    font-family: KelloggsSansMedium;
}
.hero-blurb .author {
    font-size: 24px;
    color: #262626;
    font-family: KelloggsSansRegular;
}
.hero-blurb hr {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 35px 0;
}
.hero-blurb li {
    font-size: 16px;
    color: #666666;
    font-family: OpenSans;
}
/*.hero-blurb p {
    font-size: 18px;
    color: #262626;
    font-family: KelloggsSansRegular;
    margin: 15px 0;
}*/

.hero-blurb p {
    font-size: 16px;
    color: #666666;
    ;
    font-family: OpenSans;
}
.hero-blurb ul {
    margin: 10px 0 20px 24px;
}
.hero-blurb ul li {
    font-size: 18px;
    color: #262626;
    margin: 8px 0;
    padding-left: 8px;
}
/*
 * Cards
 * --------------------------------------------------
 */

.cards-container .card {
    display: block;
    background-color: #8c8b8b;
    position: relative;
    float: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s;
    /*width: 48%;*/
    
    margin: 20px 0;
    font-size: 0;
    /* technique to avoid undesirable spacings showing up as content. */
}
/*.cards-container .card:nth-last-of-type(odd) {
    margin-left: 4%;
}*/

.cards-container .card:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.cards-container .grid__item:nth-of-type(even) .card {
    float: right;
}
.cards-container .card .image {
    width: 100%;
}
.cards-container .card .description {
    /*background-color: rgba(255, 255, 255, 0.4);*/
    
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    text-align: center;
}
.cards-container .card .description h3 {
    font-family: KelloggsSansMedium;
    color: #262626;
    font-size: 24px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.cards-container .card .description p {
    color: #262626;
    font-size: 18px;
    font-family: KelloggsSansRegular;
}
/* Elastic design between desktop and mobile */

@media (min-width: 602px) and (max-width: 999px) {
    .cards-container {
        /*background-color: orange;*/
    }
    .cards-container .grid__item:nth-of-type(odd) .card {
        margin-right: 10px;
    }
    .cards-container .grid__item:nth-of-type(even) .card {
        margin-left: 10px;
    }
    .cards-container .card .description {
        top: 3vw;
        width: 90%;
    }
    .cards-container .card .description p {
        display: none;
    }
}
/* Mobile design */

@media (max-width: 601px) {
    .cards-container {
        /*background-color: mediumvioletred;*/
        
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 514px !important;
        /* 482 + 16 + 16 */
        
        margin: 0 auto !important;
    }
    .cards-container .card {
        float: none;
        width: 100%;
        max-width: 482px;
        margin-left: 0 !important;
    }
    .cards-container .card .description {
        top: 10vw;
        width: 90%;
    }
    .cards-container .card .description p {
        display: none;
    }
}
/* 2nd variants of the card component */

.cards-container .card2 {
    background-color: white;
    margin: 20px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: block;
    transition: box-shadow 0.3s;
    min-height: 510px;
}

.cards-container .card2:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
/*.cards-container .card2:nth-of-type(odd) {
    margin-right: 16px;
}
.cards-container .card2:nth-of-type(even) {
    margin-left: 16px;
}*/

.cards-container .card2 .image {} .cards-container .card2 .image img {
    width: 100%;
}
.cards-container .card2 .description {
    padding: 40px 60px;
    text-align: center;
    min-height: 150px;
}
.cards-container .card2 .description h3 {
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
    font-size: 24px;
    padding-bottom: 8px;
}
.cards-container .card2 .description p {
    color: #666666;
    font-size: 16px;
}
/* 3rd variants of the card component */

.cards-container .card3 {
    background-color: white;
    margin: 20px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: block;
    transition: box-shadow 0.3s;
    min-height: 567px;
}
.cards-container .card3:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.cards-container .card3 .image img {
    width: 100%;
}
.cards-container .card3 .description {
    padding: 40px 60px;
    text-align: center;
    min-height: 150px;
}
.cards-container .card3 .description h3 {
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
    font-size: 24px;
    padding-bottom: 8px;
}
.cards-container .card3 .description p {
    color: #666666;
    font-size: 16px;
}
/*static recipe tiles*/
 .cards-container .card4 {
    max-height: 320px;
    background-color: white;
    margin: 20px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: block;
    transition: box-shadow 0.3s;
}
.cards-container .card4 .description {
    padding: 40px 60px;
    text-align: center;
    min-height: 150px;
}
 .cards-container .card4 .description h3 {
    font-size: 18px;
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
    padding-bottom: 8px;
}
.cards-container .card4 .description p {
    color: #666666;
    font-size: 16px;
}
.cards-container .card4 .image img {
    width: 100%;
}
.cards-container .card4:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
/*
 * Banners
 * --------------------------------------------------
 */

.banners-container {
    /*margin-bottom: 100px;*/
}
.banners-container .banner {
    background-color: #8c8b8b;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 20px 0 30px 0;
    width: 980px;
    height: 400px;
    float: left;
    /*box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);*/
}
.banners-container .banner.nutrition {
    background-image: url(/content/dam/Australia/kelloggs_au/images/banner-bg-nutrition.png);
}
.banners-container .banner.breakfast {
    background-image: url(/content/dam/Australia/kelloggs_au/images/home/Our-Story-980x400px.jpg;);
    background-position: left;
}
.banners-container .banner .description {
    background-color: white;
    position: absolute;
    top: 10px;
    left: 60px;
    width: 320px;
    height: 380px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.banners-container .banner.position-alt .description {
    left: auto;
    right: 60px;
}
.banners-container .banner .description .icon {
    /*background-color: aquamarine;*/
    
    display: inline-block;
    margin: 15px 0;
}
.banners-container .banner .description h3 {
    font-family: KelloggsSansMedium;
    color: #262626;
    font-size: 54px;
    /*line-height: 1.1;*/
    
    line-height: 0.8;
    padding-bottom: 15px;
}
.banners-container .banner .description h6 {
    font-family: KelloggsSansRegular;
    color: #262626;
    font-size: 24px;
    line-height: 1.1;
}
.banners-container .banner .description .operator {
    border-top: solid 1px #b41946;
    margin: 40px 40px 0 40px;
    padding-top: 35px;
}
/* Elastic design between desktop and mobile */

@media (min-width: 602px) and (max-width: 999px) {
    .banners-container {
        /*background-color: orange;*/
    }
    .banners-container .banner {
        width: 100%;
        /*background-position: 100% 0;*/
        
        background-position: 50% 0;
    }
    /*.banners-container .banner:nth-last-of-type(odd) {
        background-position: 0 0;
    }*/
    
    .banners-container .banner .description {
        left: calc(9vw - 30px);
    }
    /*.banners-container .banner:nth-last-of-type(odd) .description {
        left: auto;
        right: calc(9vw - 30px);
    }*/
}
/* Mobile design */

@media (max-width: 601px) {
    .banners-container {
        /*background-color: mediumvioletred;*/
    }
    .banners-container .banner {
        width: 100%;
        height: 360px;
        background-size: cover;
        /*background-position: 100% 0;*/
        
        background-position: 50% 0;
        margin-bottom: 180px;
    }
    .banners-container .banner.nutrition {
        background-image: url(/content/dam/Australia/kelloggs_au/images/banner-bg-mobile-nutrition.png);
    }
    /*.banners-container .banner.breakfast {
        background-image: url(/content/dam/Australia/kelloggs_au/images/banner-bg-mobile-breakfast.png);
    }*/
    
    .banners-container .banner .description {
        width: 80%;
        height: 245px;
        left: 50% !important;
        right: auto !important;
        top: 70%;
        transform: translateX(-50%);
    }
    .banners-container .banner .description .icon {
        display: none;
    }
    .banners-container .banner .description h3 {
        font-size: 48px;
    }
    .banners-container .banner .description .operator {
        margin-top: 20px;
        padding-top: 15px;
    }
}
/* Tweaks for extra small mobile viewport */

@media (max-width: 480px) {
    .banners-container .banner .description h3 {
        font-size: 10vw;
    }
}
/* 2nd variant of the banner component */

.banners-container .banner2 {
    background-color: #8c8b8b;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 20px 0 30px 0;
    width: 980px;
    height: 400px;
    float: left;
    /*box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);*/
}
.banners-container .banner2.special-k {
    background-image: url(/content/dam/Australia/kelloggs_au/images/banner-bg-nutrition.png);
}
.banners-container .banner2 .description {
    width: 320px;
    padding: 30px 20px;
    text-align: center;
    background-color: white;
    position: absolute;
    top: 40px;
    left: 60px;
    width: 320px;
    height: 380px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.banners-container .banner2 .description .preheader {
    font-family: KelloggsSansRegular;
    font-size: 24px;
    color: #b51946;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banners-container .banner2 .description h3 {
    font-family: KelloggsSansMedium;
    color: #262626;
    font-size: 36px;
    line-height: 1.1;
    padding-bottom: 15px;
}
.banners-container .banner2 .description p {
    font-size: 16px;
    color: #666666;
}
.banners-container .banner2 .description .operator {
    border-top: solid 1px #b41946;
    margin: 40px 40px 0 40px;
    padding-top: 35px;
}
/* Elastic design between desktop and mobile */

@media (min-width: 602px) and (max-width: 999px) {
    .banners-container {
        /*background-color: orange;*/
    }
    .banners-container .banner {
        width: 100%;
        background-position: 100% 0;
    }
    /*.banners-container .banner:nth-last-of-type(odd) {
        background-position: 0 0;
    }*/
    
    .banners-container .banner .description {
        left: calc(9vw - 30px);
    }
    /*.banners-container .banner:nth-last-of-type(odd) .description {
        left: auto;
        right: calc(9vw - 30px);
    }*/
}
/* Mobile design */

@media (max-width: 601px) {
    .banners-container .banner2 {
        width: 100%;
        height: 360px;
        background-size: cover;
        background-position: 100% 0;
        margin-bottom: 260px;
    }
    .banners-container .banner2.special-k {
        background-image: url(/content/dam/Australia/kelloggs_au/images/banner-bg-mobile-nutrition.png);
    }
    .banners-container .banner2 .description {
        background-color: white;
        position: absolute;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        width: 80%;
        /*height: 245px;*/
        
        left: 50% !important;
        right: auto !important;
        top: 70%;
        transform: translateX(-50%);
    }
    .banners-container .banner2 .description .icon {
        display: none;
    }
    .banners-container .banner2 .description h3 {
        font-size: 48px;
    }
    .banners-container .banner2 .description .operator {
        margin-top: 20px;
        padding-top: 15px;
    }
}
/* Tweaks for extra small mobile viewport */

@media (max-width: 480px) {
    .banners-container .banner2 .description h3 {
        font-size: 10vw;
    }
}
/*
 * Promos
 * --------------------------------------------------
 */

.promos-container {} .promos-container .heading {
    display: block;
    text-align: center;
    font-family: KelloggsSansRegular;
    font-size: 36px;
    margin-bottom: 40px;
}
.promos-container .operator {
    text-align: center;
    margin-top: 20px;
}
.promos-container .operator a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    padding-bottom: 2px;
    border-bottom: 2px solid #262626;
    font-family: KelloggsSansMedium;
}
.promos-container .promo {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    background-color: white;
    max-width: 482px;
    height: 578px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.promos-container .promo .description {
    margin: 30px 50px;
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
}
.promos-container .promo .description h3 {
    margin-bottom: 10px;
    font-family: KelloggsSansMedium;
    font-size: 24px;
    font-weight: normal;
}
.promos-container .promo .description p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}
.promos-container .promo .description .operator {
    margin-top: 25px;
}
.promos-container .promo .description .operator a {
    text-transform: uppercase;
    color: #262626;
}
.promos-container .promo .description .operator a:hover {
    text-decoration: none;
}
/* Grid specific positionings */

.promos-container .grid__item .kstl-rich-text .promo {
    margin-bottom: 16px;
}
.promos-container .grid__item:nth-of-type(odd) .kstl-rich-text .promo {
    float: right;
}

.promos-container .grid__item:nth-of-type(even) .promo {
        margin-left: 12px;
}

.promos-container .grid__item:nth-of-type(odd) .promo {
        margin-right: 12px;
}
/* Elastic design between desktop and mobile */

@media (min-width: 602px) and (max-width: 999px) {
    .promos-container .grid__item:nth-of-type(even) .promo {
        margin-left: 12px;
    }
    .promos-container .grid__item:nth-of-type(odd) .promo {
        margin-right: 12px;
    }
}
/* Mobile design */

@media (max-width: 601px) {
    .promos-container {
        /*background-color: mediumvioletred;*/
        
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 514px !important;
        /* 482 + 16 + 16 */
        
        margin: 0 auto !important;
    }
    /*.promos-container .promo {
        float: none;
        width: 100%;
        max-width: 482px;
        margin-left: 0 !important;
    }
    .promos-container .promo .description {
        top: 10vw;
        width: 90%;
    }
    .promos-container .promo .description p {
        display: none;
    }*/
}
/* Tweaks for extra small mobile viewport */

@media (max-width: 480px) {}
/*
 * Mosaic
 * --------------------------------------------------
 */

.mosaic-main-wrapper {
    /*background: #e5dbd0 url(/content/dam/Australia/kelloggs_au/images/pattern-retina-wood.jpg) 0 0 repeat;*/
    
    background: transparent url(/content/dam/Australia/kelloggs_au/images/wood-bg-sd2.png) 50% 100% no-repeat;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 100px !important;
    background-size: cover;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper {
    /*background-color: rgba(255, 255, 0, 0.2);*/
    
    max-width: 980px;
    margin: 0 auto !important;
    /*padding: 100px 0 40px 0 !important;*/
    
    padding: 100px 0 100px 0 !important;
}
.mosaic-main-wrapper .heading {
    margin-top: -125px;
}
.mosaic-main-wrapper .heading .item {
    float: left;
}
.mosaic-main-wrapper .heading .item.operator {
    float: right;
    margin-top: 50px;
}
.mosaic-main-wrapper .heading .item.blurb {
    float: right;
    margin-top: 62px;
    margin-right: 25px;
    font-size: 24px;
    color: #262626;
    font-family: KelloggsSansRegular;
}
.mosaic-main-wrapper .operator {
    text-align: center;
    margin-top: 20px;
}
.mosaic-main-wrapper .operator .view-all {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    padding-bottom: 2px;
    border-bottom: 2px solid #262626;
    font-family: KelloggsSansMedium;
}
.operator .view-all {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    padding-bottom: 2px;
    border-bottom: 2px solid #262626;
    font-family: KelloggsSansMedium;
}
/* Standard tile style */

.mosaic-main-wrapper .mosaic-tiles-wrapper .grid__item .cta {
    /*border: solid 1px darkslategrey;*/
    
    box-sizing: border-box;
    position: relative;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .grid__item .cta .cta_image .kstl-image-wrapper .kstl-responsive-image img {
    padding: 0 !important;
}
.mosaic-main-wrapper .tile-content {
    position: absolute;
    top: 60px;
    left: 40px;
    /*transform: translate(-50%, 0);*/
    /*width: calc(100% - 36px);*/
    
    width: 236px;
    height: 280px;
    /*border: solid 1px lightblue;*/
    /*background-color: rgba(255, 255, 155, 0.2);*/
    
    color: #262626;
}
.mosaic-main-wrapper .tile-content-no-text {
    /*    position: absolute;
    top: 60px;
    left: 40px;*/
    /*transform: translate(-50%, 0);*/
    /*width: calc(100% - 36px);*/
    /*    width: 236px;
    height: 280px;*/
    /*border: solid 1px lightblue;*/
    /*background-color: rgba(255, 255, 155, 0.2);*/
    /*    color: #262626;*/
}
.mosaic-main-wrapper .tile-content .name {
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-author.png) 0 0 no-repeat;
    /*height: 24px;*/
    
    padding-left: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}
.mosaic-main-wrapper .tile-content .quote {
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 0;
    text-align: right;
    color: white;
}
.mosaic-main-wrapper .tile-content .operator {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    /*left: 50%;*/
    /*transform: 5*/
}
.mosaic-main-wrapper .tile-content .operator .view-answer {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    /*background-color: rgba(255, 255, 055, 0.2);*/
    
    font-size: 14px;
    /* explicit declaration to avoid overrides from base.css */
}
.mosaic-main-wrapper .tile-content .operator .view-answer:hover {
    text-decoration: underline;
}
/* Tile 1 customisation */
/*.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] {
    width: 220px;
    box-sizing: border-box;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] .name {
    color: #b51946;
    padding-left: 0;
    background-image: none;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] .quote {
    font-size: 36px;
    font-family: KelloggsSansRegular;
    line-height: 1;
    color: #262626;
    margin: 30px 0;
    text-align: left;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] .operator {
    text-align: left;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] .operator .view-answer {
    text-transform: uppercase;
    text-decoration: none;
    color: #262626;
}
.mosaic-main-wrapper .mosaic-tiles-wrapper .tile-content[data-index="1"] .operator .view-answer:hover {
    text-decoration: underline;
}*/
/* Tile 2&3 customisation */
/*.mosaic-main-wrapper .tile-content[data-index="2"] .name,
.mosaic-main-wrapper .tile-content[data-index="3"] .name,
.mosaic-main-wrapper .tile-content[data-index="2"] .quote,
.mosaic-main-wrapper .tile-content[data-index="3"] .quote {
    color: white;
}*/
/* Tile 5 customisation */
/*.mosaic-main-wrapper .tile-content[data-index="5"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    text-align: center;
}
.mosaic-main-wrapper .tile-content[data-index="5"] em {
    font-size: 100px;
    font-style: normal;
    line-height: 1;
    display: inline-block;
}
.mosaic-main-wrapper .tile-content[data-index="5"] em sup {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}
.mosaic-main-wrapper .tile-content[data-index="5"] .blurb {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2;
    width: 260px;
}*/

.mosaic-main-wrapper .mosaic-carousel-wrapper {
    /*background-color: rgba(255, 255, 0, 0.2);*/
    
    padding-bottom: 60px !important;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .heading {
    position: relative;
    /*margin-top: 0;*/
    
    width: 380px;
    margin: 0 auto;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .heading .item.image {
    float: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50px);
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .heading .item.operator {
    margin-bottom: 20px;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .flexslider {
    /*margin-top: 20px;*/
    
    margin-top: 0;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .flexslider .flex-viewport {
    /*border: solid 2px pink;*/
    /*width: calc(100% - 32px);*/
    /*max-width: 480px;*/
    
    width: 316px;
    margin: 0 auto;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .kstl-full-image-slide {
    position: relative;
    background-color: transparent;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .kstl-full-image-slide .kstl-feature-inset {
    position: static;
    background-image: none;
    background-color: transparent;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .kstl-full-image-slide .kstl-feature-inset .kstl-rich-text {
    height: 0;
    padding: 0 !important;
}
/* Slide 1 customisation */
/*.mosaic-main-wrapper .mosaic-carousel-wrapper .tile-content[data-index="1"] {
    width: 160px;
    height: 255px;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .tile-content[data-index="1"] .name {
    color: #b51946;
    padding-left: 0;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .tile-content[data-index="1"] .quote {
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .tile-content[data-index="1"] .operator {
    text-align: left;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .tile-content[data-index="1"] .operator .view-answer {
    color: #262626;
}
.mosaic-main-wrapper .mosaic-carousel-wrapper .operator .view-all {
    margin-bottom: 40px;
}*/
/* Tweaks for everything outside of desktop viewport */

@media (max-width: 999px) {
    .mosaic-main-wrapper {
        /*background-image: none;
        background-color: transparent;
        background-color: rgba(255, 255, 100, 0.2);*/
        
        margin-left: -20px;
        margin-right: -20px;
    }
}
/*
 * OFB Tiles Container
 * --------------------------------------------------
 */

.ofb-tiles-container {
    position: relative;
}
.ofb-tiles-container .operators-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    transform: translateY(-80px);
    /* bit of hack */
}
.ofb-tiles-container .operators-container .filter {
    display: inline-block;
    /*background-color: rgba(255, 255, 0, 0.1);*/
    
    padding: 4px 2px;
    margin: 0 15px;
    text-decoration: none;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.ofb-tiles-container .operators-container .filter.is-active,
.ofb-tiles-container .operators-container .filter:hover {
    color: #b51946;
    border-bottom-color: #b51946;
}
@media (max-width: 999px) {
    .ofb-tiles-container {
        /*background-color: rgba(255, 255, 0, 0.1);*/
        
        width: 660px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 601px) {
    .ofb-tiles-container {
        width: 320px;
    }
}
/*
 * Inline Block
 * --------------------------------------------------
 */

.inline-overlay .answer-content {
    display: none;
}
.inline-overlay-block {
    display: block;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.inline-overlay-block > .wrapper {
    position: relative;
    height: 100%;
}
.inline-overlay-block .answer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 800px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.inline-overlay-block .answer-content > .wrapper {
    padding: 60px 80px;
    padding: 80px 80px 40px 80px;
    position: relative;
}
.inline-overlay-block .answer-content h3 {
    display: block;
    /*text-align: center;*/
    
    margin-bottom: 30px;
    font-family: KelloggsSansRegular;
    font-size: 24px;
    line-height: 1.2;
    color: #262626;
}
.inline-overlay-block .answer-content h3 .question-title {
    font-family: KelloggsSansMedium;
}
.inline-overlay-block .answer-content .description p {
    margin: 12px 0;
}
.inline-overlay-block .operator.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 33px;
    height: 32px;
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-close.png) 0 0 no-repeat;
    cursor: pointer;
}
@media (max-width: 601px) {
    .inline-overlay-block .answer-content {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .inline-overlay-block .answer-content > .wrapper {
        padding: 80px 20px 40px 20px;
    }
    .inline-overlay-block .answer-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .inline-overlay-block .operator.close {}
}
/*
 * Tab Control
 * --------------------------------------------------
 */

.tab-control-wrapper {
    margin: 25px 0;
    /*    padding-bottom: 40px;*/
    /*    border-bottom: solid 1px #dddddd;*/
}

    @media (max-width: 601px) {
    .tab-control-wrapper {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #dad9d9);
    }
}
.tab-control-wrapper ul {
    list-style: none;
    text-align: center;
    margin-left: 0px;
}
@media (max-width: 601px) {
    .tab-control-wrapper ul {
        white-space: nowrap;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
.tab-control-wrapper ul li {
    display: inline-block;
    margin: 0 15px;
}
.tab-control-wrapper ul li a {
    display: block;
    /*padding: 8px 12px;*/
    
    padding: 4px 2px;
    /*background-color: rgba(100, 255, 255, 0.1);*/
    
    text-decoration: none;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    /*transition: color .3s, border .3s;*/
}
.tab-control-wrapper ul li a.active,
.tab-control-wrapper ul li a:hover {
    /*text-decoration: underline;*/
    
    color: #b51946;
    border-bottom-color: #b51946;
}
/*
 * Custom GSA List
 * --------------------------------------------------
 */

.custom-gsa-container .filters {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    text-align: center;
    margin-bottom: 70px;
    width: 104%;
}
.custom-gsa-container .filters > a {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 12px 30px;
    text-decoration: none;
    border: solid 1px #dddddd;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    margin: 4px 4px;
    border-radius: 999px;
}
@media (max-width: 601px) {
    .custom-gsa-container .filters > a {
        width: 45%;
    }
}
.results-total-wrapper {
    display: none;
    margin-bottom: 20px;
}
.results-total-wrapper span {
    font-weight: bold;
}
@media (max-width: 601px) {
    .results-total-wrapper {
        margin-left: 15px;
    }
}
.custom-gsa-container .filters > a:hover,
.custom-gsa-container .filters > a.is-active {
    border-color: #262626;
    background-color: #262626;
    color: #f7f7f7;
}
.custom-gsa-container .collection {
    border-top: solid 1px #dddddd;
    padding-top: 40px;
}
.custom-gsa-container .collection .result-item {
    /*background-color: rgba(100, 100, 255, 0.1);*/
    /*font-size: 18px;
    height: 500px;
    overflow: hidden;*/
    /*    margin-bottom: 40px;*/
}
.custom-gsa-container .collection .result-item .link-wrapper {
    display: block;
    margin: 0 8px 16px 8px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);*/
    
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    overflow: hidden;
    transition: box-shadow 0.3s;
    /*height: 500px;*/
    /*border: solid 1px aqua;*/
    
    box-sizing: border-box;
}
.custom-gsa-container .collection .result-item .link-wrapper .image {
    /*background: repeating-linear-gradient(
        135deg,
        rgba(255,255,0, 0.1),
        rgba(255,255,0, 0.1) 20px,
        transparent 20px,
        transparent 40px
    );*/
    /*height: 230px;*/
    /*min-height: 230px;*/
    
    text-align: center;
    margin-bottom: 14px;
}
.custom-gsa-container .collection .result-item .link-wrapper .image img {
    /*width: 100%;*/
}
.custom-gsa-container .collection .result-item .link-wrapper .name {
    display: block;
    text-align: center;
    font-family: KelloggsSansMedium;
    font-size: 18px;
    line-height: 1.2;
    color: #2c2c2c;
    /*margin-top: 45px;*/
    /*margin: 45px 40px 0 40px;*/
    
    margin: 0 40px;
    margin-bottom: 14px;
}
.custom-gsa-container .collection .result-item .link-wrapper .description {
    display: block;
    text-align: center;
    /*margin-top: 25px;*/
    
    margin: 25px 40px 40px 40px;
}
.custom-gsa-container .collection .result-item[data-type="product"] .link-wrapper .description {
    display: none;
}
.custom-gsa-container .collection .result-item[data-type="brand"] .link-wrapper .description {
    display: none;
}
.custom-gsa-container .pagination {
    /*background: repeating-linear-gradient(
        135deg,
        rgba(255,255,0, 0.1),
        rgba(255,255,0, 0.1) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    margin: 40px 0;
    width: 100%;
}
.custom-gsa-container .pagination ul li a.number:hover {
    text-decoration: underline;
}
@media (max-width: 601px) {
    .custom-gsa-container .pagination ul li.number {
        display: none;
    }
    .custom-gsa-container .pagination ul li.number.is-active {
        display: inline-block;
    }
}
.custom-gsa-container .pagination ul {
    list-style-type: none;
    text-align: center;
    margin-left: 0;
}
.custom-gsa-container .pagination ul li {
    display: inline-block;
    margin: 0 10px;
}
.custom-gsa-container .pagination ul li a {
    display: block;
    font-size: 16px;
    color: #2c2c2c;
    border-radius: 999px;
    padding: 6px 15px;
    /*background-color: rgba(255, 0, 255, 0.2);*/
}
.custom-gsa-container .pagination ul li a:hover {
    background-color: rgba(243, 243, 243, 0.4);
}
.custom-gsa-container .pagination ul li a.is-active {
    cursor: default;
    background-color: #2c2c2c;
    color: white;
}
.custom-gsa-container .pagination ul li a.previous-link img,
.custom-gsa-container .pagination ul li a.first-link img {
    transform: rotate(180deg);
}
/* Tweaks for everything outside of desktop viewport */

@media (max-width: 999px) {
    .product-grid-container {
        /*background-color: rgba(100, 255, 255, 0.2);*/
    }
}
@media (max-width: 601px) {
    .product-grid-container {
        /*background-color: rgba(100, 100, 255, 0.2);*/
        /*margin: 0 20px;*/
    }
}
/*
 * Products Container & Grid
 * --------------------------------------------------
 */

.product-grid-container .heading h3 {
    text-align: center;
    font-family: KelloggsSansRegular;
    font-size: 36px;
    margin-bottom: 50px;
}
.products-container {
    margin: 110px 0 140px 0 !important;
    padding: 70px 0 60px 0 !important;
}
.products-container .heading h3 {
    text-align: center;
    font-family: KelloggsSansRegular;
    font-size: 36px;
    margin-bottom: 50px;
}
.products-container .operator {
    margin-top: 15px;
    text-align: center;
}
.products-needed-container h4 {
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    margin-top: 10px;
}
.products-container .operator .show-all {
    text-decoration: none;
    font-family: KelloggsSansMedium;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c2c2c;
    border-bottom: solid 2px #2c2c2c;
}
.products-container .operator .show-all:hover {
    border-bottom-color: transparent;
}
.products-container .product_category {
    margin: 60px 0;
}
.products-container .product_category .grid__item {
    margin-bottom: 40px;
}
.products-container .product_category .grid__item > .product__image {
    /*margin: 10px;*/
}
.products-container .product_category .grid__item > h3 {
    display: inline-block;
    /*margin: 0 10px 20px 10px;*/
    
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
.products-container .product_category .grid__item > h3 > a {
    text-decoration: none;
    font-size: 18px;
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
}
/*
 * Article Grid
 * --------------------------------------------------
 */

.article-grid-container {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
}
.article-grid-container .kstl-list {
    font-size: 0;
}
.article-grid-container .kstl-list .article-item {
    /*background-color: rgba(100, 100, 255, 0.1);
    font-size: 18px;
    height: 500px;
    overflow: hidden;*/
}
.article-grid-container .kstl-list .article-item .link-wrapper {
    display: block;
    margin: 0 8px 16px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    overflow: hidden;
    transition: box-shadow 0.3s;
    height: 500px;
}
.article-grid-container .kstl-list .article-item .link-wrapper:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.article-grid-container .kstl-list .article-item .link-wrapper .image {
    background: repeating-linear-gradient( 135deg, rgba(255, 255, 0, 0.1), rgba(255, 255, 0, 0.1) 20px, transparent 20px, transparent 40px);
    /*height: 230px;*/
    
    min-height: 230px;
}
.article-grid-container .kstl-list .article-item .link-wrapper .image img {
    width: 100%;
}
.article-grid-container .kstl-list .article-item .link-wrapper h3 {
    display: block;
    text-align: center;
    font-family: KelloggsSansMedium;
    font-size: 18px;
    line-height: 1.2;
    color: #2c2c2c;
    /*margin-top: 45px;*/
    
    margin: 45px 40px 0 40px;
}
.article-grid-container .kstl-list .article-item .link-wrapper p {
    display: block;
    text-align: center;
    /*margin-top: 25px;*/
    
    margin: 25px 40px 40px 40px;
}
@media (max-width: 999px) {
    .article-grid-container .kstl-list {
        margin-left: 12px !important;
        margin-right: 12px;
    }
}
@media (max-width: 601px) {
    .article-grid-container .kstl-list .article-item .link-wrapper {
        height: auto;
    }
}
/*
 * Blades
 * --------------------------------------------------
 */

.blades-container {
    position: relative;
    margin: 60px 0 !important;
}
.blades-container .blade {
    padding: 20px 0;
}
.blades-container .blade.with-border-bottom {
    border-bottom: 1px solid #dddddd;
}
.blades-container .blade.with-vertical-spacing {
    padding: 60px 0;
}
.blades-container .blade.alt {} .blades-container .blade .block {
    width: 50%;
    float: left;
}
.blades-container .blade.alt .block {
    float: right;
}
@media (min-width: 602px) {
    .blades-container .blade.text-vertical-center {
        position: relative;
    }
    .blades-container .blade.text-vertical-center .description {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
    }
    .blades-container .blade.alt.text-vertical-center .description {
        right: unset;
        left: 0;
    }
}
/*.blades-container .blade.text-vertical-center .description > .wrapper {
    position: absolute;
    background-color: rgba(255, 255, 0, 0.1);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}*/

.blades-container .blade .block.image {} .blades-container .blade .block.image img {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.blades-container .blade .block.description {
    padding-left: 90px;
}
.blades-container .blade.alt .block.description {
    padding-left: 0;
    padding-right: 90px;
}
.blades-container .blade .block.description h4 {
    font-size: 24px;
    font-family: KelloggsSansMedium;
    color: #262626;
    margin-bottom: 10px;
}
.blades-container .blade .block.description h4 em,
.blades-container .blade .block.description h4 i {
    font-style: normal;
    color: #b51946;
}
.blades-container .blade .block.description p {
    font-size: 16px;
    font-family: KelloggsSansRegular;
    color: #666666;
    margin: 12px 0;
}
.blades-container .kstl-add-this {
    margin-top: 40px;
    text-align: center;
}
/* Tweaks for everything outside of desktop viewport */

@media (max-width: 999px) {
    .blades-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .blades-container .blade .block.description {
        padding-left: 9vw;
    }
    .blades-container .blade.alt .block.description {
        padding-right: 9vw;
    }
}
@media (max-width: 601px) {
    .blades-container {
        /*background-color: rgba(100, 100, 255, 0.07);*/
        /*padding: 20px 0 !important;*/
    }
    .blades-container .blade {
        padding: 35px 0 20px 0;
    }
    .blades-container .blade .block {
        /*margin: 0 auto;*/
        
        margin: 0;
        width: 100%;
    }
    .blades-container .blade .block,
    .blades-container .blade.alt .block {
        float: none;
    }
    .blades-container .blade .block.description {
        padding-left: 0;
        margin-top: 20px;
    }
    .blades-container .blade.alt .block.description {
        padding-right: 0;
    }
}
/*
 * Related Items
 * --------------------------------------------------
 */

.related-items-container {
    /*margin-top: 70px !important;*/
}
.related-items-container .heading {
    text-align: center;
    margin-bottom: 50px;
}
.related-items-container .heading h3 {
    font-size: 36px;
    font-family: KelloggsSansRegular;
}
.related-items-container .flexslider .flex-viewport {
    max-width: 980px;
    margin: 0 auto;
}
/*.related-items-container .kstl-feature .slides li {
    width: 400px !important;
    height: 680px;
}*/

.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide {
    /*background-color: rgba(200, 200, 0, 0.1);*/
    
    background-color: white;
    margin: 0 5px;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .kstl-feature-inset {
    position: static;
    max-width: 100%;
    width: 100%;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .kstl-feature-inset .kstl-rich-text {
    padding: 0 !important;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .description {
    height: 210px;
    text-align: center;
    padding: 30px 40px 15px 40px;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .description .preheader {
    text-transform: uppercase;
    font-size: 14px;
    color: #b51946;
    margin-bottom: 5px;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .description h5 {
    /*display: inline-block;*/
    
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.4;
    margin-bottom: 20px;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .description p {
    font-family: KelloggsSansRegular;
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    margin: 10px 0;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .operator {
    /*margin-top: 20px;*/
    
    text-align: center;
    margin: 15px 40px 40px 40px;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .operator a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #2c2c2c;
    padding-bottom: 2px;
    font-family: KelloggsSansMedium !important;
    text-align: center;
    border-bottom: 2px solid #262626;
    text-decoration: none;
}
.related-items-container .flexslider .flex-viewport .slides li .kstl-full-image-slide .operator a:hover {
    text-decoration: none;
}
.related-items-container .related-item {
    display: block;
    text-align: center;
    padding: 0 20px;
    /*background-color: rgba(200, 200, 0, 0.1);*/
    
    text-decoration: none;
    font-size: 18px;
    font-family: KelloggsSansMedium;
    color: #2c2c2c;
}
.related-items-container .related-item .image {
    /*padding: 60px;*/
}
.related-items-container .related-item .description {
    /*display: inline-block;*/
    
    margin-top: 15px;
}
/*
 * Lightbox Overlays
 * --------------------------------------------------
 */

.vbox-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}
.vbox-container > .vbox-content > .vbox-inline {
    background-color: transparent !important;
}
.vbox-container > .vbox-content > .vbox-inline > .grid > .grid__item {
    padding-left: 0;
}
.vbox-container .vbox-content .overlay-container {
    max-width: 800px;
    background-color: white;
    padding: 60px 40px;
    margin: 10px auto;
    /* workaround to an undesirable cut off */
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/*
 * 'Ask Us' Overlay
 * --------------------------------------------------
 */

.vbox-container .vbox-content .overlay-container.overlay-ask-us-container {
    /*background-color: paleturquoise;*/
    
    font-size: 16px;
    color: #666666;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactinfo-region {
    display: none !important;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region {
    border: none;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region .box-header {
    display: none !important;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region .box-body {
    padding: 0;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region > form > fieldset > div {
    margin: 20px 0;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region button[type="submit"] {
    background-color: #b51946;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 999px;
    border: none;
    margin-top: 30px;
    transition: background-color .3s, border .3s;
}
.vbox-container .vbox-content .overlay-container.overlay-ask-us-container #KSTL-ContactUs-contactform-region button[type="submit"]:hover {
    background-color: #6f1b2b;
}
/*
 * Operators container (used in Product detail, promotion detail pages)
 * --------------------------------------------------
 */

.operators-container {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    padding-top: 40px;
}
.operators-container.is-sticky {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    
    z-index: 99;
    padding-left: 40px !important;
    background-color: rgba(255, 255, 0, 0.2);
}
.operators-container .operator {
    margin-top: 30px;
}
.operators-container .operator .where-to-buy {
    background-image: url(/content/dam/Australia/kelloggs_au/images/icon-shop.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 60px;
    display: none;
}
.operators-container .operator .send-question {
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-question.png) 0px 50% no-repeat;
    display: inline-block;
    padding: 18px 10px 18px 60px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
}
.meta-container .kstl-add-this,
.operators-container .kstl-add-this {
    margin-top: 20px;
}
/*.meta-container .kstl-add-this .addthis_text,
.operators-container .kstl-add-this .addthis_text {
    cursor: pointer;
    display: block;
    margin-top: 16px;
}*/

.kstl-add-this .addthis_text {
    cursor: pointer;
    display: block;
    /*margin-top: 16px;*/
    padding-top: 14px;
    padding-bottom: 18px;
    display: inline-block;
/*    padding: 18px 10px 18px 60px;*/
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
    font-size: 14px;
}
@media (max-width: 601px) {
    .operators-container .kstl-add-this .addthis_text {} .addthis_toolbox {
        float: left;
    }
    .kstl-add-this {
        margin-left: 0;
    }
    .kstl-add-this .addthis_toolbox {
        margin-left: 0 !important;
    }
}
/*.meta-container .kstl-add-this .addthis_button_compact,
.operators-container .kstl-add-this .addthis_button_compact {
    display: block;
    position: relative;
    width: 53px;
    height: 53px;
}*/
/*.meta-container .kstl-add-this .addthis_button_compact::after,
.operators-container .kstl-add-this .addthis_button_compact::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    content: '';
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-share.png) 0 0 no-repeat;
}*/

.kstl-add-this .addthis_button_compact {
    display: block;
    position: relative;
    width: 53px !important;
    height: 53px !important;
}
.kstl-add-this .addthis_button_compact::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 53px;
    height: 53px;
    content: '';
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-share.png) 0 0 no-repeat;
}
/*.meta-container .kstl-add-this .addthis_button_compact .at-icon-wrapper,
.operators-container .kstl-add-this .addthis_button_compact .at-icon-wrapper {
    display: none;
}
*/

.kstl-add-this .addthis_button_compact .at-icon-wrapper {
    display: none;
}
@media (max-width: 601px) {
    .operators-container .operator,
    .meta-container .kstl-add-this,
    .operators-container .kstl-add-this {}
}
/*
 * Product Details Page
 * --------------------------------------------------
 */

.productDetail {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
}
.productDetail .leftColumn {
    position: relative;
}
.productDetail .headline {
    /*background-color: rgba(255, 0, 255, 0.05);*/
    
    margin-left: 60px !important;
}
.productDetail .headline .kstl-product-header {
    font-family: KelloggsSansRegular;
    font-size: 54px;
    color: #262626;
    padding-bottom: 30px;
    line-height: 1.1;
}
.productDetail .headline .kstl-product-description {
    font-family: KelloggsSansRegular;
    font-size: 18px;
    color: #2c2c2c;
}
.productDetail .headline .kstl-image-wrapper {
    margin-top: 20px;
    margin-left: 20px;
}
.productDetail .headline .kstl-nutrition-info {
    /*background-color: rgba(255, 255, 0, 0.05);*/
    
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
    color: #666666;
}
.productDetail .headline .kstl-nutrition-info .kstl-nutrition-header {
    font-family: KelloggsSansMedium;
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
}
/*.productDetail .headline .product_nutrition_btn {
    padding: 0;
    margin-top: 30px;
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    border: none;
    border-bottom: solid 2px #808080;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}*/

.product_nutrition_btn {
    padding: 0;
    margin-top: 30px;
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    border: none;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    cursor: pointer;
    padding: 15px 30px;
    background-color: #b41946;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: background-color .3s, border .3s;
    box-sizing: border-box;
    margin: 0 auto;
}
.productDetail .kstl-product-nutrition-table,
.productDetail .product-nutrition-table {
    /*width: calc(100% - 20px);*/
    
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
    /*background-color: rgba(255, 255, 0, 0.1);*/
    
    background-color: white;
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}
/*.productDetail .kstl-product-nutrition-table .kstl-nutrition-name, 
.productDetail .kstl-product-nutrition-table .kstl-nutrition-value {
    font-family: OpenSans;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}*/

.productDetail .kstl-product-nutrition-table tbody tr,
.productDetail .product-nutrition-table thead tr,
.productDetail .product-nutrition-table tbody tr {
    border: none;
}
.productDetail .product-nutrition-table thead tr {
    background-color: #b51946;
    color: white;
}
.productDetail .kstl-product-nutrition-table tbody tr:nth-of-type(odd),
.productDetail .product-nutrition-table tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8;
}
.productDetail .kstl-product-nutrition-table tbody tr td,
.productDetail .product-nutrition-table thead tr th,
.productDetail .product-nutrition-table tbody tr td {
    padding: 15px 20px;
}
.productDetail .kstl-related-products {
    margin-top: 60px;
}
.productDetail .kstl-related-products .heading {
    width: 100%;
    text-align: center;
    font-family: KelloggsSansRegular;
    font-size: 36px;
    color: #2c2c2c;
}
.productDetail .kstl-related-products .relatedItem_list {
    margin-top: 30px;
}
.productDetail .kstl-related-products .relatedItem_list .grid__item {
    padding: 0 50px !important;
}
.productDetail .kstl-related-products .relatedItem_list .grid__item h3 a {
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #2c2c2c;
}
@media (max-width: 999px) {
    .productDetail .kstl-product-nutrition-table,
    .productDetail .product-nutrition-table {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .productDetail .headline .kstl-image-wrapper {
        margin-left: 0;
    }
}
@media (max-width: 999px) and (min-width: 602px) {
    .productDetail .leftColumn {
        margin-left: 20px !important;
    }
    .productDetail .headline {
        margin-left: 20px !important;
    }
}
@media (max-width: 601px) {
    .productDetail .leftColumn {
        /*background-color: rgba(255, 255, 0, 0.1);*/
        
        max-width: 300px;
        margin: 0 auto !important;
    }
    .productDetail .headline {
        margin-left: 0 !important;
    }
    .productDetail .headline .kstl-product-header {
        padding-left: 0;
        padding-right: 0;
    }
    .productDetail .headline .kstl-product-description {
        padding-left: 0;
        padding-right: 0;
    }
    .productDetail .headline .product_nutrition_btn {
        margin-left: 0;
    }
}
/*
 * Recipes Grid Container
 * --------------------------------------------------
 */

.anchor--recipes .heading h3 {
    font-size: 36px;
    font-family: KelloggsSansRegular;
}
.recipes-grid-container {} .recipes-grid-container .kstl-list {
    font-size: 0;
    /* Prevent space characters getting in between inline-blocks */
}
.recipes-grid-container .kstl-list .recipe-item {
    font-size: 16px;
    /* Normalise all font sizes within element */
}
.recipes-grid-container .kstl-list .recipe-item .link-wrapper {
    display: block;
    text-decoration: none;
    background-color: white;
    margin: 0 8px 16px 8px;
    height: 330px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s;
}
.searchResults .result-container .result-item:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.recipes-grid-container .kstl-list .recipe-item .link-wrapper .image {
    background: repeating-linear-gradient( 45deg, rgba(206, 210, 235, 0.1), rgba(206, 210, 235, 0.1) 20px, transparent 20px, transparent 40px);
    /*min-height: 200px;*/
}
.recipes-grid-container .kstl-list .recipe-item .link-wrapper .image img {
    width: 100%;
}
.recipes-grid-container .kstl-list .recipe-item h3 {
    display: block;
    text-align: center;
    margin: 20px;
    font-family: KelloggsSansMedium;
    font-size: 16px;
    color: #2c2c2c;
    /*background-color: rgba(255, 255, 0, 0.2);*/
}
.related-recipe__body {
    margin-bottom: 14px;
}
div.kstl-related-recipes.grid {
    font-size: 0;
}
div.kstl-related-recipe {
    padding-left: 12px !important;
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
div.related-recipe__img {
    text-align: center;
    margin-bottom: 14px;
}
.related-recipe__link a {
    display: block;
    text-align: center;
    font-family: KelloggsSansMedium;
    font-size: 18px;
    line-height: 1.2;
    color: #2c2c2c;
    margin-top: 45px;
    margin: 45px 40px 0 40px;
    margin: 0 40px;
    text-decoration: none;
}
.brand-container {
    font-family: KelloggsSansMedium;
    text-transform: uppercase;
    font-size: 14px;
    color: #b51946;
    margin-top: 12px;
    ;
}
div.related-recipe__copy {
    display: none;
}
@media (max-width: 999px) {
    .recipes-grid-container .kstl-list .recipe-item .link-wrapper {
        height: 230px;
    }
}
@media (max-width: 601px) {
    .recipes-grid-container .kstl-list .recipe-item .link-wrapper {
        height: 280px;
    }
}
/*
 * Past Promotions
 * --------------------------------------------------
 */

.past-promotions {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    margin: 40px 0;
}
.past-promotions .description {
    /*background-color: rgba(255, 255, 0, 0.1);*/
    /*display: inline-block;*/
    
    float: left;
    width: 33%;
    padding-right: 60px;
}
.past-promotions .description h4 {
    font-family: KelloggsSansRegular;
    font-size: 36px;
    display: inline-block;
    line-height: 1.0;
    margin-bottom: 20px;
}
.past-promotions .description p {
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
}
.past-promotions .links {
    /*background-color: rgba(255, 0, 0, 0.1);*/
    /*display: inline-block;*/
    
    float: left;
    width: 67%;
    list-style-type: none;
}
.past-promotions .links li {
    display: inline-block;
    width: 48%;
}
.past-promotions .links li a {
    display: block;
    padding: 3px;
    margin: 4px;
    /*background-color: rgba(255, 255, 0, 0.05);*/
    
    font-size: 14px;
    color: #2c2c2c;
    margin: 10px 20px 10px 0;
    text-decoration: none;
}
.past-promotions .links li a:hover {
    text-decoration: underline;
}
@media (max-width: 601px) {
    .past-promotions {
        /*background-color: rgba(255, 255, 0, 0.05);*/
        /*width: 100%;*/
        
        margin-left: 20px;
        margin-right: 20px;
    }
    .past-promotions .description {
        width: 100%;
        padding-right: 0;
    }
    .past-promotions .links {
        width: 100%;
        margin-top: 10px;
    }
    .past-promotions .links li a {
        padding: 0;
    }
}
/*
 * Recipe Details Page
 * --------------------------------------------------
 */

.recipeDetail {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
}
html .recipeDetail .recipe-description-container {
    /* NOTE: the 'html' reference is needed to overtake the importance against another !important */
    
    margin-top: 60px !important;
}
.recipeDetail .meta-container {
    margin-right: 80px !important;
}
.recipeDetail .meta-container .kstl-recipe-servings,
.recipeDetail .meta-container .kstl-recipe-totaltime {
    text-transform: uppercase;
    padding: 35px 0 35px 10px;
    border-bottom: solid 1px #e9e8e6;
    font-size: 14px;
    color: #262626;
}
.recipeDetail .meta-container .operator {
    border-bottom: solid 1px #e9e8e6;
    padding: 30px 0;
}
.recipeDetail .meta-container .operator .send-question {
    background: transparent url(/content/dam/Australia/kelloggs_au/images/icon-question.png) 0px 50% no-repeat;
    display: inline-block;
    padding: 18px 10px 18px 65px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
}
.recipeDetail .meta-container .kstl-add-this {
    padding: 10px 0 20px 0;
    border-bottom: solid 1px #e9e8e6;
}
.recipeDetail .kstl-recipe-name {
    font-family: KelloggsSansRegular;
    font-size: 54px;
    color: #262626;
    padding-bottom: 30px;
    line-height: 1.1;
}
.recipeDetail .kstl-recipe-ingredients,
.recipeDetail .kstl-recipe-directions {
    font-family: KelloggsSansRegular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}
.recipeDetail .kstl-recipe-ingredients h4,
.recipeDetail .kstl-recipe-directions h4 {
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.recipeDetail .kstl-recipe-ingredients .ingredient-section {
    font-family: KelloggsSansRegular;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    /*margin-bottom: 8px;*/
    
    margin: 8px 0 4px 0;
}
.recipeDetail .kstl-recipe-ingredients ul {
    list-style-type: none;
    margin-left:0px;
}
.recipeDetail .kstl-recipe-ingredients ul li {
    margin-bottom: 4px;
}
@media (max-width: 999px) {
    .recipeDetail .recipe-description-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 601px) {
    html .recipeDetail .recipe-description-container {
        margin-top: 0 !important;
    }
    .recipeDetail .meta-container {
        margin-right: 0 !important;
    }
    .recipeDetail .meta-container .operator,
    .recipeDetail .meta-container .kstl-recipe-servings {
        /*text-align: center;*/
    }
    .recipeDetail .meta-container .operator {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .recipeDetail .meta-container .kstl-recipe-servings,
    .recipeDetail .meta-container .kstl-recipe-totaltime {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .recipeDetail .meta-container .kstl-add-this,
    .recipeDetail .operators-container .kstl-add-this {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .recipeDetail .kstl-recipe-name {
        padding-top: 30px;
    }
    .recipeDetail .related-items-container .centeredContent {
        margin-left: 20px !important;
        margin-right: 20px !important;
        width: auto;
    }
}
/*
 * Promotion Details Page
 * --------------------------------------------------
 */

.promotionDetail {} .promotionDetail .descriptions-container {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.4;
}
.promotionDetail .descriptions-container h2 {
    font-family: KelloggsSansRegular;
    font-size: 54px;
    line-height: 1.1;
    color: #262626;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
}
.promotionDetail .descriptions-container h4 {
    font-family: KelloggsSansMedium;
    font-size: 18px;
    color: #262626;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.promotionDetail .descriptions-container ol {
    margin: 25px 0;
    counter-reset: lorem-li;
    list-style-type: none;
}
.promotionDetail .descriptions-container ol li {
    /*background-color: rgba(255, 255, 0, 0.2);*/
    /*margin-left: 20px;*/
    
    margin: 20px 0;
    font-size: 16px;
    color: #666666;
    counter-increment: lorem-li;
    position: relative;
    padding-left: 80px;
}
.promotionDetail .descriptions-container ol li::before {
    content: '0' counter(lorem-li) '.';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: KelloggsSansMedium;
    font-size: 24px;
    color: #b51946;
}
.promotionDetail .related-products-container {
    background-color: rgba(255, 0, 255, 0.2);
    margin: 40px 0;
}
@media (max-width: 999px) {
    .promotionDetail .promotion--container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 601px) {
    .related-items-container .custom-gsa-container .collection .result-item {
        width: 100%
    }
}
@media (max-width: 601px) {
    .relatedItem_list .one-third {
        width: 100%;
    }
}
/*Healthcare Professionals*/

.our-food h4 {
    color: #b51946;
    font-size: 24px;
    font-family: KelloggsSansMedium;
}
/*
 * Search Results
 * --------------------------------------------------
 */

.searchResults .result-container {
    margin: 10px 0;
    /*background-color: rgba(255, 255, 0, 0.2);*/
}
.searchResults .result-container .result-item {
    display: block;
    padding: 60px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s;
}
.searchResults .result-container .result-item:hover {
    /*background-color: rgba(255, 0, 255, 0.1);*/
    
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.searchResults .result-container .result-item .item {
    float: left;
}
.searchResults .result-container .result-item .item.blurb {
    width: calc(100% - 240px);
    /*background-color: rgba(255, 0, 255, 0.075);*/
}
.searchResults .result-container .result-item .item.blurb h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-family: KelloggsSansMedium;
    font-size: 24px;
    color: #262626;
}
.searchResults .result-container .result-item .item.blurb p {
    display: inline-block;
    font-size: 16px;
    color: #666666;
}
.searchResults .result-container .result-item .item.image {
    width: 120px;
    margin: 0 60px;
}
/*.serach-results .tab-wrapper-2 .custom-gsa-container .collection .result-item .link-wrapper .name {
    display: none;
}*/
/*
 * Internal Scroll
 * --------------------------------------------------
 */

.internal-scroll {
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    padding: 25px 0 20px 0 !important;
}
.internal-scroll .logo-wrapper {
    float: left;
    display: none;
}
.internal-scroll .logo-wrapper img {
    width: 100px;
}
.internal-scroll .custom-overlay-trigger-wrapper {
    float: right;
    margin-top: 3px;
    display: none;
}
.internal-scroll .nav {
    /*width: 400px;*/
    
    text-align: center;
    margin: 0 auto;
    /*background-color: rgba(255, 255, 0, 0.15);*/
}
.internal-scroll .nav ul {
    list-style-type: none;
}
.internal-scroll .nav ul li {
    display: inline-block;
}
.internal-scroll .nav ul li a {
    display: block;
    margin: 0 10px;
    padding: 8px 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
    font-family: KelloggsSansRegular;
    font-size: 12px;
    border-radius: 9999px;
    /*background-color: rgba(0, 0, 0, 0.02);*/
}
.internal-scroll .nav ul li a:hover,
.internal-scroll .nav ul li a.active {
    background-color: #2c2c2c;
    color: white;
}
.internal-scroll.is-sticky {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /*z-index: 99;*/
    
    z-index: 13;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.internal-scroll.is-sticky > .grid__item {
    display: block;
    max-width: 1440px;
    margin: 0 auto !important;
}
.internal-scroll.is-sticky .logo-wrapper {
    display: block;
}
@media (max-width: 601px) {
    .internal-scroll.is-sticky .logo-wrapper {
        width: 100%;
    }
    .internal-scroll .custom-overlay-trigger-wrapper {
        position: absolute;
        top: 25px;
        right: 25px;
    }
}
.internal-scroll.is-sticky .custom-overlay-trigger-wrapper {
    display: block;
}
/*
 * Custom Overlay
 * --------------------------------------------------
 */

.custom-overlay-parent {
    display: none !important;
    /* NOTE: !important is for editor mode */
    
    position: fixed;
    /*background: repeating-linear-gradient(
        45deg,
        rgba(206,210,235, 0.2),
        rgba(206,210,235, 0.2) 20px,
        transparent 20px,
        transparent 40px
    );*/
    
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.custom-overlay-parent.active {
    display: block !important;
}
/*
 * Custom Overlay: Search Overlay
 * --------------------------------------------------
 */

.custom-overlay.search-overlay {
    max-width: 1440px;
    margin: 0 auto !important;
    /*background-color: rgba(255, 255, 0, 0.2);*/
    
    background-color: white;
    background: linear-gradient(180deg, white, white 95%, transparent);
    padding: 15px 25px 120px 25px !important;
}
.custom-overlay.search-overlay .operator.close {
    text-align: right;
    cursor: pointer;
    margin-top: 12px;
}
.custom-overlay.search-overlay .search-textbox {
    /*margin-top: 100px;*/
    
    max-width: 980px;
    margin: 100px auto 0 auto;
}
.custom-overlay.search-overlay .search-textbox input[type="text"] {
    width: calc(100% - 75px);
    font-family: KelloggsSansRegular;
    font-size: 36px;
    padding: 10px 0;
    margin: 0 20px 0 0;
    border: none;
    border-bottom: solid 1px #cccccc;
    border-radius: 0;
}



/*logo*/

.grid__item.custom-overlay-parent.active > div > div:nth-child(1) > div > span > img {
    margin-left: 15px;
    width: 100px;
    margin-top: 1px;
}
@media (max-width: 601px) {
    .grid__item.custom-overlay-parent.active > div > div:nth-child(1) > div > span > img {
        margin-left: -5px
    }
}
.custom-overlay.search-overlay .search-textbox input[type="text"]::-webkit-input-placeholder,
.custom-overlay.search-overlay .search-textbox input[type="text"]::-moz-placeholder,
.custom-overlay.search-overlay .search-textbox input[type="text"]::-ms-input-placeholder {
    /*color: #cccccc;*/
    
    color: darkslateblue;
}
/* .custom-banner-container .js-image-wrapper {
    display: none;
}*/
.custom-banner-container {
    opacity: 0;
    transition: opacity 0.25s;
}

/*spredfast*/

body > div.header-holder > div.header {
    display: none !important;
}

body > div.header-holder > div.subheader {
    background-color: none !important;
}

@media (max-width: 601px) {
    .brandDetail .custom-banner-container {
        background-size: contain;
        height: 100vw;
    }
}
/*
 * Page specific design
 * --------------------------------------------------
 */
/*body[js-page-type="product"] {
    background-image: none;
    background-color: white;
}*/
/*contact us*/

/*#KSTL-ContactUs-contactinfo-region {
    display: none !important;
}*/

#KSTL-ContactUs-main .callus {
    height:55px;
    margin-bottom:12px;
}
#KSTL-ContactUs-main .box-header {
    background: #b41946 !important;
}
#KSTL-ContactUs-main .box-bordered {
    /*border: 1px solid #b41946 !important;*/
    
    border: none !important;
}
#KSTL-ContactUs-main {
    display: block !important;
    font-family: KelloggsSansMedium !important;
    color: #262626 !important;
    font-size: 14px !important;
}
/*sitemap*/

.sitemap {
    display: block;
    padding: 0px 10px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 980px !important;
}
.sitemap .subtitle {
    font-style: normal;
    font-size: 16px !important;
    font-family: KelloggsSansMedium !important;
    margin: 14px 0;
    display: block;
    padding-left: 2px;
    padding-bottom: 16px !important;
    border-bottom: 1px dotted black;
}
.sitemap ul li a {
    text-decoration: none;
    color: #d31145;
    display: inline-block;
    padding: 4px 0;
    margin: 2px 0;
}
/*fixes*/

.modal__container {
    display: none !important;
}
.header-holder {
    display: none !important;
}
@media (max-width: 601px) {
    .productDetail .headline .product_nutrition_btn {
        margin-left: 0;
    }
}
.operator.close p {
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom-style: solid;
    width: 43px;
    float: right;
}
@media (max-width: 375px) {
    .mosaic-main-wrapper {
        margin-right: 0px;
    }
    .mosaic-main-wrapper .heading .item.blurb {
        margin-right: 12px
    }
    .mosaic-main-wrapper .mosaic-carousel-wrapper .heading {
        position: relative;
        /* margin-top: 0; */
        
        width: 375px;
        margin: 0 auto;
    }
}
/*S5,6,7 Fixes*/

@media (max-width: 360px) {
    .mosaic-main-wrapper .mosaic-carousel-wrapper .heading {
        width: 360px;
    }
    .mosaic-main-wrapper .heading .item.blurb {
        margin-right: 5px;
        margin-left: 0px;
        font-size: 22px;
    }
    .mosaic-main-wrapper .mosaic-carousel-wrapper .heading .item.operator {
        margin-bottom: 20px;
        margin-right: 12px;
    }
}
/*.mosaic-main-wrapper .heading .item.operator {
    width: 100%;
}*/
/*.mosaic-main-wrapper .heading .item.blurb {
    width: 100%;
    margin-left: 11%;
     float: left; 
     margin-top: 0px; 
     margin-right: 0px; 
}*/
/*.mosaic-main-wrapper .mosaic-carousel-wrapper .flexslider {
     margin-top: 20px; 
    margin-top: 0;
    margin-right: 18px;

}
*/
/*.banners-container .banner .description {
    width: 80%;
    height: 290px;

}*/
/*iPhone SE Fixes*/

@media (max-width: 321px) {
    .mosaic-main-wrapper .mosaic-carousel-wrapper .heading {
        width: 320px;
    }
    .mosaic-main-wrapper .heading .item.blurb {
        font-size: 19px;
        margin-right: 6px;
        margin-left: 0px;
    }
    .operator .button {
        display: inline-block;
        padding: 12px 30px;
    }
    .banners-container .banner .description {
        width: 80%;
        height: 290px;
    }
    .mosaic-main-wrapper .mosaic-carousel-wrapper .heading .item.operator {
        margin-right: 0px;
    }
}
    /*.mosaic-main-wrapper .mosaic-carousel-wrapper .heading {
        width: 320px;
}

.mosaic-main-wrapper .heading .item.operator {
    width: 100%;
}

.mosaic-main-wrapper .heading .item.blurb {
    width: 100%;
    margin-left: 11%;
     float: left; 
     margin-top: 0px; 
     margin-right: 0px; 
}

.mosaic-main-wrapper .mosaic-carousel-wrapper .flexslider {
    margin-top: 0;
    margin-right: 18px;

}*/

/*test section*/
@media (max-width: 601px) {
    .side-tile .custom-gsa-container .collection .result-item .link-wrapper .name {
        margin-bottom: 14px;
        margin-top: 24px;
        text-align: left;
        margin-left: 12px;
    }
    .side-tile .custom-gsa-container .collection .result-item .link-wrapper .image img {
        width: 45%;
        float: right;
    }
    .side-tile .custom-gsa-container .collection .result-item .link-wrapper {
        min-height: 85px; 
    }
    .articles .custom-gsa-container .collection .result-item .link-wrapper {
        min-height:0px;
    }
    .cards-container .card2 {
        min-height:0px;
    }
}

/* OFB Q&A new changes */


.qaheader {
		position: absolute;
		top: 36%;
		left: 9%;
		transform: translateY(-50%);
		width: 530px;
		font-family: KelloggsSansMedium;
		font-size: 56px;
		color: #262626;
		line-height: 0.8;
		/* font-family: KelloggsSansRegular;
		word-wrap: break-word; */
		padding-bottom: 70px;
	}

.qa-question{
		font-size: 24px !important;
		font-family: KelloggsSansMedium !important;
		line-height: 1.2;
	}

.learn-more{
		font-family: KelloggsSansMedium !important;
		color: #101010 !important;
	  }

 @media (max-width: 601px) {
	  .mosaic-main-wrapper {
		margin-top: 0px !important;
		padding-top: 50px !important;
		background: transparent url(/content/dam/Australia/kelloggs_au/images/wood-bg-sd2.png) 100% 10% no-repeat;
		background-size: cover;
	}
	}

@media (max-width: 601px){
	.tiles-mobile-container { 
	width: 320px;
		}
	}

@media (max-width: 601px) {
		.learn-more{
		font-family: KelloggsSansMedium !important;
		margin-left: 23px;
		}

.qa-question{
		font-size: 20px !important;
	   }
.qa-answer{
	display:block  !important;
	font-size: 14px;
	color: #b51946;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-top: -9px;
	}
	}

.brand-nav{
	margin-left: 18% !important;
    margin-top: -19% !important;
   /* width: 87%;*/
	}

.qa-answer{
	display:none;
	}

@media(max-width: 375px){
	.mosaic-main-wrapper .heading .item.blurb {
		margin-right: -35px;
		float: left;
		font-size: 22px;
	}

	.mosaic-main-wrapper .heading .item.operator {
		float: right;
		margin-top: 50px;
		margin-right: -22px;
	}
	}

@media (max-width: 601px) {
	.item.image {
    float: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50px);
	}
	}

.ofb-qa-related-tiles{margin-top:-110px !important;}
@media (max-width: 601px) {.ofb-qa-related-tiles{margin-top:0px !important;}}

.ofb-qa-des {
    position: absolute;
    top: 59% !important;
    left: 10% !important;
    transform: translateY(-50%) !important;
    width: 350px !important;
    font-family: KelloggsSansMedium;
    font-size: 56px;
    color: #262626;
    line-height: 0.8;
    padding-bottom: 70px;
}

@media (max-width: 601px){
.hero .description .ofb-heading {
    display: none;
}
}
@media (max-width:601px){.ofb-mobile{width:320px;}
}

.hero.article.brain-games-eula{background-image:url(/content/dam/Australia/kelloggs_nz/images/promotions/Articles_Brain-Games_Header.png);height:332px;margin-top: -70px;}
@media (max-width:601px){.hero.article.brain-games-eula{background-position: 40%;background-image: url(/content/dam/Australia/kelloggs_nz/images/promotions/Articles_Brain-Games_Header_Mobile.png); background-size: 100% auto;}
}
.banner2.brain-games-banner{background-image:url(/content/dam/Australia/kelloggs_au/images/promotions/Promotions_Brain-Games_1UP.jpg);}
.banner2.brain-games-banner .description {top: 8px !important;left: 48px !important;}
@media (max-width:601px){
.banner2.brain-games-banner{margin-bottom:325px;background-image: url(/content/dam/Australia/kelloggs_au/images/promotions/Promotions_Brain-Games_1UP_Mobile.jpg);background-position: 48%;}
}
@media (max-width:601px){
.banner2.brain-games-banner .description{left: 50% !important;top: 85% !important;}
}
.hero.article.brain-games-banner{background-image:url(/content/dam/Australia/kelloggs_au/images/promotions/Articles_Brain-Games_Header.png);}
@media (max-width:601px){.hero.article.brain-games-banner{background-position: 40%;background-image: url(/content/dam/Australia/kelloggs_au/images/promotions/Articles_Brain-Games_Header_Mobile.png); background-size: 100% auto;}
}
/****brain games*********/
.brain-games-desc{
    position: relative;
    margin-left: 200px;
    margin-top: 50px;
    max-width: 50%;
}
.brain-games-desc .preheader{color: #b51946;}
.brain-games-desc h1{font-family: KelloggsSansRegular !important;font-size: 28px !important;margin-top: 9px;margin-bottom: 21px; }
.brain-games-desc p{font-family: OpenSans;font-size: 16px;color: #666666;margin-top: 18px;}
@media (max-width: 601px) {.brain-games-desc{margin-left: 23px;margin-right: 19px;max-width:unset;margin-top: unset;}}
@media (max-width: 601px) {.AG-button-container{margin-top: 16px;
    margin-bottom: 19px;}}
.AG-button-container  {margin-left: -16px;
    margin-top: 23px;
    margin-bottom: 20px;}
.alignAddthis{
text-align: center;
}
@media (max-width: 601px) {.alignAddthis{
margin-left: 40% !important;
}}

/* Recipe des and title for each landing page */

.recipesCategory, .recipeDescContainer {
    position: relative;
}

.recipesCategory h1{
		font-size: 54px;
		color: #262626;
		font-family: KelloggsSansRegular;
        border-bottom: solid 1px #b41946;
        max-width: 38%;
        transform: translateY(-50%);
        left: 230px;
        position: absolute;
	}
    .recipesCategoryMobile h1{
		font-family: KelloggsSansRegular !important;
		font-size: 28px !important;


	}
    .recipesCategoryMobile {
       margin-left: 23px;
      margin-right: 19px;
	}
@media (max-width:601px){
.recipesCategory{
		margin-left:15px;
	}

}
.recipeDescription{
    font-family: KelloggsSansRegular;
    color: #262626;
    font-size: 24px;
    line-height: 1.1;
    max-width: 33%;
    padding-top: 28px;
    position: absolute;
    left: 230px;
}
@media (min-width:1000px) and (max-width:1455px) {
	.recipesCategory h1, .recipeDescription {
		left: calc(48vw - 470px);
    }
}

body #main_container .grid .white-background {
    background-color: #fff;
    padding: 55px 0;
    min-height: 250px;
}
.latest-section-height{
	    height: 450px;
}
@media (max-width: 601px){
.is-sticky .nav img {
    display: block !important;
    margin-bottom: -63px;
    margin-left: -45px;
    padding-right: 13%;
    width: 64%;
}
.is-sticky .nav ul{
	    width: 113%;
    margin-left: 35px;
}
}
.brand-nav{
	margin-left: 19% !important;
    margin-top: -19% !important;
  }
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 226px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 67%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.addthis_bar.addthis_bar_spacer, .at4-welcome-outer{
	display:none !important;
}
.custom-gsa-container .collection .collection-no-results {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b51946;
}
.custom-banner-container .js-image-wrapper {
    width: 108%;
}

.kstl-prod-detail-page .custom-banner-container .kstl-responsive-image img {
    padding: 0;
    width: 93%;
}
.kstl-recipe-page .custom-banner-container .kstl-responsive-image img {
    width: 92.6%;
}
/************ Two HSR images on product pages **************/

.hsr-find-out-more{
	margin-left: 67px !important;
    margin-right: -88px;
}
.hsr-find-out-more a{
    text-transform: uppercase;
    text-decoration: none;
    color: #2c2c2c;
}
@media (max-width: 601px) {
	.hsr-find-out-more{
        margin-left: 20px !important;
    	margin-right: -26px;
        }
    }
/************ Two HSR images on product pages **************/
.no-promotion{
    margin-left: 15px;
    font-size: 15px;}

/* END OF FILE */