/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/pf/resources/dist/images/ajax-loader.gif?d=428) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/pf/resources/dist/fonts/slick.eot?d=428);
    src: url(/pf/resources/dist/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/pf/resources/dist/fonts/slick.woff?d=428) format('woff'), url(/pf/resources/dist/fonts/slick.ttf?d=428) format('truetype'), url(/pf/resources/dist/fonts/slick.svg?d=428#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.m-none{margin:0}.p-none{padding:0}.m-t-none{margin-top:0}.p-t-none{padding-top:0}.m-r-none{margin-right:0}.p-r-none{padding-right:0}.m-b-none{margin-bottom:0}.p-b-none{padding-bottom:0}.m-l-none{margin-left:0}.p-l-none{padding-left:0}.m-xxs{margin:.25rem}.p-xxs{padding:.25rem}.m-t-xxs{margin-top:.25rem}.p-t-xxs{padding-top:.25rem}.m-r-xxs{margin-right:.25rem}.p-r-xxs{padding-right:.25rem}.m-b-xxs{margin-bottom:.25rem}.p-b-xxs{padding-bottom:.25rem}.m-l-xxs{margin-left:.25rem}.p-l-xxs{padding-left:.25rem}.m-xs{margin:.5rem}.p-xs{padding:.5rem}.m-t-xs{margin-top:.5rem}.p-t-xs{padding-top:.5rem}.m-r-xs{margin-right:.5rem}.p-r-xs{padding-right:.5rem}.m-b-xs{margin-bottom:.5rem}.p-b-xs{padding-bottom:.5rem}.m-l-xs{margin-left:.5rem}.p-l-xs{padding-left:.5rem}.m-sm{margin:.75rem}.p-sm{padding:.75rem}.m-t-sm{margin-top:.75rem}.p-t-sm{padding-top:.75rem}.m-r-sm{margin-right:.75rem}.p-r-sm{padding-right:.75rem}.m-b-sm{margin-bottom:.75rem}.p-b-sm{padding-bottom:.75rem}.m-l-sm{margin-left:.75rem}.p-l-sm{padding-left:.75rem}.m-md{margin:1rem}.p-md{padding:1rem}.m-t-md{margin-top:1rem}.p-t-md{padding-top:1rem}.m-r-md{margin-right:1rem}.p-r-md{padding-right:1rem}.m-b-md{margin-bottom:1rem}.p-b-md{padding-bottom:1rem}.m-l-md{margin-left:1rem}.p-l-md{padding-left:1rem}.m-lg{margin:1.5rem}.p-lg{padding:1.5rem}.m-t-lg{margin-top:1.5rem}.p-t-lg{padding-top:1.5rem}.m-r-lg{margin-right:1.5rem}.p-r-lg{padding-right:1.5rem}.m-b-lg{margin-bottom:1.5rem}.p-b-lg{padding-bottom:1.5rem}.m-l-lg{margin-left:1.5rem}.p-l-lg{padding-left:1.5rem}.m-xl{margin:2rem}.p-xl{padding:2rem}.m-t-xl{margin-top:2rem}.p-t-xl{padding-top:2rem}.m-r-xl{margin-right:2rem}.p-r-xl{padding-right:2rem}.m-b-xl{margin-bottom:2rem}.p-b-xl{padding-bottom:2rem}.m-l-xl{margin-left:2rem}.p-l-xl{padding-left:2rem}.m-xxl{margin:3rem}.p-xxl{padding:3rem}.m-t-xxl{margin-top:3rem}.p-t-xxl{padding-top:3rem}.m-r-xxl{margin-right:3rem}.p-r-xxl{padding-right:3rem}.m-b-xxl{margin-bottom:3rem}.p-b-xxl{padding-bottom:3rem}.m-l-xxl{margin-left:3rem}.p-l-xxl{padding-left:3rem}.m-xxxl{margin:4rem}.p-xxxl{padding:4rem}.m-t-xxxl{margin-top:4rem}.p-t-xxxl{padding-top:4rem}.m-r-xxxl{margin-right:4rem}.p-r-xxxl{padding-right:4rem}.m-b-xxxl{margin-bottom:4rem}.p-b-xxxl{padding-bottom:4rem}.m-l-xxxl{margin-left:4rem}.p-l-xxxl{padding-left:4rem}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%;vertical-align:middle}img,svg,video,canvas{height:auto}audio{width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}input::-moz-placeholder{opacity:1}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}svg{flex-grow:0;flex-shrink:0}figure{margin:0}ul,ol{margin:0 0 0 1.25rem;padding:0;line-height:1.6}li{padding:0;margin-top:0.3125rem}@media (min-width: 576px){.article-weather__header--ashburton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/ashburton.jpg")}}@media (min-width: 768px){.article-weather__header--ashburton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/ashburton-md.jpg")}}@media (min-width: 992px){.article-weather__header--ashburton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/ashburton-lg.jpg")}}@media (min-width: 576px){.article-weather__header--auckland{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/auckland.jpg")}}@media (min-width: 768px){.article-weather__header--auckland{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/auckland-md.jpg")}}@media (min-width: 992px){.article-weather__header--auckland{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/auckland-lg.jpg")}}@media (min-width: 576px){.article-weather__header--blenheim{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/blenheim.jpg")}}@media (min-width: 768px){.article-weather__header--blenheim{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/blenheim-md.jpg")}}@media (min-width: 992px){.article-weather__header--blenheim{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/blenheim-lg.jpg")}}@media (min-width: 576px){.article-weather__header--christchurch{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/christchurch.jpg")}}@media (min-width: 768px){.article-weather__header--christchurch{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/christchurch-md.jpg")}}@media (min-width: 992px){.article-weather__header--christchurch{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/christchurch-lg.jpg")}}@media (min-width: 576px){.article-weather__header--dannervirke{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dannervirke.jpg")}}@media (min-width: 768px){.article-weather__header--dannervirke{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dannervirke-md.jpg")}}@media (min-width: 992px){.article-weather__header--dannervirke{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dannervirke-lg.jpg")}}@media (min-width: 576px){.article-weather__header--dargaville{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dargaville.jpg")}}@media (min-width: 768px){.article-weather__header--dargaville{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dargaville-md.jpg")}}@media (min-width: 992px){.article-weather__header--dargaville{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dargaville-lg.jpg")}}@media (min-width: 576px){.article-weather__header--dunedin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dunedin.jpg")}}@media (min-width: 768px){.article-weather__header--dunedin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dunedin-md.jpg")}}@media (min-width: 992px){.article-weather__header--dunedin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/dunedin-lg.jpg")}}@media (min-width: 576px){.article-weather__header--gisborne{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gisborne.jpg")}}@media (min-width: 768px){.article-weather__header--gisborne{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gisborne-md.jpg")}}@media (min-width: 992px){.article-weather__header--gisborne{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gisborne-lg.jpg")}}@media (min-width: 576px){.article-weather__header--gore{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gore.jpg")}}@media (min-width: 768px){.article-weather__header--gore{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gore-md.jpg")}}@media (min-width: 992px){.article-weather__header--gore{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/gore-lg.jpg")}}@media (min-width: 576px){.article-weather__header--greymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/greymouth.jpg")}}@media (min-width: 768px){.article-weather__header--greymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/greymouth-md.jpg")}}@media (min-width: 992px){.article-weather__header--greymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/greymouth-lg.jpg")}}@media (min-width: 576px){.article-weather__header--hamilton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hamilton.jpg")}}@media (min-width: 768px){.article-weather__header--hamilton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hamilton-md.jpg")}}@media (min-width: 992px){.article-weather__header--hamilton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hamilton-lg.jpg")}}@media (min-width: 576px){.article-weather__header--hastings{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hastings.jpg")}}@media (min-width: 768px){.article-weather__header--hastings{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hastings-md.jpg")}}@media (min-width: 992px){.article-weather__header--hastings{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hastings-lg.jpg")}}@media (min-width: 576px){.article-weather__header--hokitika{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hokitika.jpg")}}@media (min-width: 768px){.article-weather__header--hokitika{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hokitika-md.jpg")}}@media (min-width: 992px){.article-weather__header--hokitika{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/hokitika-lg.jpg")}}@media (min-width: 576px){.article-weather__header--invercargill{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/invercargill.jpg")}}@media (min-width: 768px){.article-weather__header--invercargill{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/invercargill-md.jpg")}}@media (min-width: 992px){.article-weather__header--invercargill{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/invercargill-lg.jpg")}}@media (min-width: 576px){.article-weather__header--kaikoura{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaikoura.jpg")}}@media (min-width: 768px){.article-weather__header--kaikoura{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaikoura-md.jpg")}}@media (min-width: 992px){.article-weather__header--kaikoura{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaikoura-lg.jpg")}}@media (min-width: 576px){.article-weather__header--kaitaia{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaitaia.jpg")}}@media (min-width: 768px){.article-weather__header--kaitaia{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaitaia-md.jpg")}}@media (min-width: 992px){.article-weather__header--kaitaia{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/kaitaia-lg.jpg")}}@media (min-width: 576px){.article-weather__header--levin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/levin.jpg")}}@media (min-width: 768px){.article-weather__header--levin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/levin-md.jpg")}}@media (min-width: 992px){.article-weather__header--levin{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/levin-lg.jpg")}}@media (min-width: 576px){.article-weather__header--masterton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/masterton.jpg")}}@media (min-width: 768px){.article-weather__header--masterton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/masterton-md.jpg")}}@media (min-width: 992px){.article-weather__header--masterton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/masterton-lg.jpg")}}@media (min-width: 576px){.article-weather__header--motueka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/motueka.jpg")}}@media (min-width: 768px){.article-weather__header--motueka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/motueka-md.jpg")}}@media (min-width: 992px){.article-weather__header--motueka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/motueka-lg.jpg")}}@media (min-width: 576px){.article-weather__header--napier{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/napier.jpg")}}@media (min-width: 768px){.article-weather__header--napier{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/napier-md.jpg")}}@media (min-width: 992px){.article-weather__header--napier{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/napier-lg.jpg")}}@media (min-width: 576px){.article-weather__header--nelson{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/nelson.jpg")}}@media (min-width: 768px){.article-weather__header--nelson{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/nelson-md.jpg")}}@media (min-width: 992px){.article-weather__header--nelson{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/nelson-lg.jpg")}}@media (min-width: 576px){.article-weather__header--new-plymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/new-plymouth.jpg")}}@media (min-width: 768px){.article-weather__header--new-plymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/new-plymouth-md.jpg")}}@media (min-width: 992px){.article-weather__header--new-plymouth{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/new-plymouth-lg.jpg")}}@media (min-width: 576px){.article-weather__header--omaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/omaru.jpg")}}@media (min-width: 768px){.article-weather__header--omaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/omaru-md.jpg")}}@media (min-width: 992px){.article-weather__header--omaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/omaru-lg.jpg")}}@media (min-width: 576px){.article-weather__header--palmerston-north{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/palmerston-north.jpg")}}@media (min-width: 768px){.article-weather__header--palmerston-north{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/palmerston-north-md.jpg")}}@media (min-width: 992px){.article-weather__header--palmerston-north{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/palmerston-north-lg.jpg")}}@media (min-width: 576px){.article-weather__header--paraparaumu{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/paraparaumu.jpg")}}@media (min-width: 768px){.article-weather__header--paraparaumu{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/paraparaumu-md.jpg")}}@media (min-width: 992px){.article-weather__header--paraparaumu{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/paraparaumu-lg.jpg")}}@media (min-width: 576px){.article-weather__header--queenstown{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/queenstown.jpg")}}@media (min-width: 768px){.article-weather__header--queenstown{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/queenstown-md.jpg")}}@media (min-width: 992px){.article-weather__header--queenstown{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/queenstown-lg.jpg")}}@media (min-width: 576px){.article-weather__header--reefton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/reefton.jpg")}}@media (min-width: 768px){.article-weather__header--reefton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/reefton-md.jpg")}}@media (min-width: 992px){.article-weather__header--reefton{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/reefton-lg.jpg")}}@media (min-width: 576px){.article-weather__header--rotorua{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/rotorua.jpg")}}@media (min-width: 768px){.article-weather__header--rotorua{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/rotorua-md.jpg")}}@media (min-width: 992px){.article-weather__header--rotorua{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/rotorua-lg.jpg")}}@media (min-width: 576px){.article-weather__header--taumaranui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taumaranui.jpg")}}@media (min-width: 768px){.article-weather__header--taumaranui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taumaranui-md.jpg")}}@media (min-width: 992px){.article-weather__header--taumaranui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taumaranui-lg.jpg")}}@media (min-width: 576px){.article-weather__header--taupo{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taupo.jpg")}}@media (min-width: 768px){.article-weather__header--taupo{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taupo-md.jpg")}}@media (min-width: 992px){.article-weather__header--taupo{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/taupo-lg.jpg")}}@media (min-width: 576px){.article-weather__header--tauranga{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tauranga.jpg")}}@media (min-width: 768px){.article-weather__header--tauranga{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tauranga-md.jpg")}}@media (min-width: 992px){.article-weather__header--tauranga{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tauranga-lg.jpg")}}@media (min-width: 576px){.article-weather__header--tekuiti{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tekuiti.jpg")}}@media (min-width: 768px){.article-weather__header--tekuiti{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tekuiti-md.jpg")}}@media (min-width: 992px){.article-weather__header--tekuiti{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tekuiti-lg.jpg")}}@media (min-width: 576px){.article-weather__header--thames{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/thames.jpg")}}@media (min-width: 768px){.article-weather__header--thames{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/thames-md.jpg")}}@media (min-width: 992px){.article-weather__header--thames{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/thames-lg.jpg")}}@media (min-width: 576px){.article-weather__header--timaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/timaru.jpg")}}@media (min-width: 768px){.article-weather__header--timaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/timaru-md.jpg")}}@media (min-width: 992px){.article-weather__header--timaru{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/timaru-lg.jpg")}}@media (min-width: 576px){.article-weather__header--tokoroa{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tokoroa.jpg")}}@media (min-width: 768px){.article-weather__header--tokoroa{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tokoroa-md.jpg")}}@media (min-width: 992px){.article-weather__header--tokoroa{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/tokoroa-lg.jpg")}}@media (min-width: 576px){.article-weather__header--wanaka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wanaka.jpg")}}@media (min-width: 768px){.article-weather__header--wanaka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wanaka-md.jpg")}}@media (min-width: 992px){.article-weather__header--wanaka{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wanaka-lg.jpg")}}@media (min-width: 576px){.article-weather__header--wellington{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wellington.jpg")}}@media (min-width: 768px){.article-weather__header--wellington{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wellington-md.jpg")}}@media (min-width: 992px){.article-weather__header--wellington{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/wellington-lg.jpg")}}@media (min-width: 576px){.article-weather__header--westport{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/westport.jpg")}}@media (min-width: 768px){.article-weather__header--westport{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/westport-md.jpg")}}@media (min-width: 992px){.article-weather__header--westport{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/westport-lg.jpg")}}@media (min-width: 576px){.article-weather__header--whakatane{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whakatane.jpg")}}@media (min-width: 768px){.article-weather__header--whakatane{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whakatane-md.jpg")}}@media (min-width: 992px){.article-weather__header--whakatane{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whakatane-lg.jpg")}}@media (min-width: 576px){.article-weather__header--whanganui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whanganui.jpg")}}@media (min-width: 768px){.article-weather__header--whanganui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whanganui-md.jpg")}}@media (min-width: 992px){.article-weather__header--whanganui{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whanganui-lg.jpg")}}@media (min-width: 576px){.article-weather__header--whangarei{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whangarei.jpg")}}@media (min-width: 768px){.article-weather__header--whangarei{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whangarei-md.jpg")}}@media (min-width: 992px){.article-weather__header--whangarei{background-image:url("https://media.nzherald.co.nz/pf/weather/locations/whangarei-lg.jpg")}}@font-face{font-weight:300;font-family:'Source Sans Pro';font-style:normal;src:url(/pf/resources/dist/fonts/SourceSansPro-Light.otf?d=428)}@font-face{font-weight:400;font-family:'Source Sans Pro';font-style:normal;src:url(/pf/resources/dist/fonts/SourceSansPro-Regular.otf?d=428)}@font-face{font-weight:600;font-family:'Source Sans Pro';font-style:normal;src:url(/pf/resources/dist/fonts/SourceSansPro-Semibold.otf?d=428)}@font-face{font-weight:700;font-family:'Source Sans Pro';font-style:normal;src:url(/pf/resources/dist/fonts/SourceSansPro-Bold.otf?d=428)}@font-face{font-weight:400;font-family:'Source Sans Pro';font-style:italic;src:url(/pf/resources/dist/fonts/SourceSansPro-It.otf?d=428)}@font-face{font-weight:400;font-family:'Stag';font-style:normal;src:url(/pf/resources/dist/fonts/Stag-Book.otf?d=428)}@font-face{font-weight:500;font-family:'Stag';font-style:normal;src:url(/pf/resources/dist/fonts/Stag-Medium.otf?d=428)}@font-face{font-weight:600;font-family:'Stag';font-style:normal;src:url(/pf/resources/dist/fonts/Stag-Semibold.otf?d=428)}@font-face{font-weight:700;font-family:'Stag';font-style:normal;src:url(/pf/resources/dist/fonts/Stag-Bold.otf?d=428)}@font-face{font-weight:300;font-family:'Stag';font-style:normal;src:url(/pf/resources/dist/fonts/Stag-Light.otf?d=428)}@font-face{font-weight:300;font-family:'Stag';font-style:italic;src:url(/pf/resources/dist/fonts/Stag-LightItalic.otf?d=428)}@font-face{font-weight:300;font-family:'Stag Sans';font-style:normal;src:url(/pf/resources/dist/fonts/StagSans-Light.otf?d=428)}@font-face{font-weight:400;font-family:'Stag Sans';font-style:normal;src:url(/pf/resources/dist/fonts/StagSans-Book.otf?d=428)}@font-face{font-weight:500;font-family:'Stag Sans';font-style:normal;src:url(/pf/resources/dist/fonts/StagSans-Medium.otf?d=428)}@font-face{font-weight:700;font-family:'Stag Sans';font-style:normal;src:url(/pf/resources/dist/fonts/StagSans-Bold.otf?d=428)}@font-face{font-weight:300;font-family:'Stag Sans Light';font-style:normal;src:url(/pf/resources/dist/fonts/StagSans-Light.otf?d=428)}.theme-form .form-button.theme-form-section-sport__button{background-color:#50ac47}.theme-form .input-group--checkbox.theme-form-section-sport__checkbox .input-label{background-color:#50ac47}.theme-form .form-button.theme-form-section-business__button{background-color:#394190}.theme-form .input-group--checkbox.theme-form-section-business__checkbox .input-label{background-color:#394190}.theme-form .form-button.theme-form-section-national__button{background-color:#38a3d7}.theme-form .input-group--checkbox.theme-form-section-national__checkbox .input-label{background-color:#38a3d7}.theme-form .form-button.theme-form-section-politics__button{background-color:#38a3d7}.theme-form .input-group--checkbox.theme-form-section-politics__checkbox .input-label{background-color:#38a3d7}.theme-form .form-button.theme-form-section-new-zealand__button{background-color:#38a3d7}.theme-form .input-group--checkbox.theme-form-section-new-zealand__checkbox .input-label{background-color:#38a3d7}.theme-form .form-button.theme-form-section-crime__button{background-color:#38a3d7}.theme-form .input-group--checkbox.theme-form-section-crime__checkbox .input-label{background-color:#38a3d7}.theme-form .form-button.theme-form-section-world__button{background-color:#3374ba}.theme-form .input-group--checkbox.theme-form-section-world__checkbox .input-label{background-color:#3374ba}.theme-form .form-button.theme-form-section-entertainment__button{background-color:#a43f82}.theme-form .input-group--checkbox.theme-form-section-entertainment__checkbox .input-label{background-color:#a43f82}.theme-form .form-button.theme-form-section-lifestyle__button{background-color:#de2363}.theme-form .input-group--checkbox.theme-form-section-lifestyle__checkbox .input-label{background-color:#de2363}.theme-form .form-button.theme-form-section-royalty__button{background-color:#de2363}.theme-form .input-group--checkbox.theme-form-section-royalty__checkbox .input-label{background-color:#de2363}.theme-form .form-button.theme-form-section-technology__button{background-color:#ef5633}.theme-form .input-group--checkbox.theme-form-section-technology__checkbox .input-label{background-color:#ef5633}.theme-form .form-button.theme-form-section-travel__button{background-color:#f47d22}.theme-form .input-group--checkbox.theme-form-section-travel__checkbox .input-label{background-color:#f47d22}.theme-form .form-button.theme-form-section-property__button{background-color:#30bdb0}.theme-form .input-group--checkbox.theme-form-section-property__checkbox .input-label{background-color:#30bdb0}.theme-form .form-button.theme-form-section-northern-advocate__button{background-color:#808285}.theme-form .input-group--checkbox.theme-form-section-northern-advocate__checkbox .input-label{background-color:#808285}.theme-form .form-button.theme-form-section-bay-of-plenty-times__button{background-color:#0063a4}.theme-form .input-group--checkbox.theme-form-section-bay-of-plenty-times__checkbox .input-label{background-color:#0063a4}.theme-form .form-button.theme-form-section-waikato-news__button{background-color:#8b080d}.theme-form .input-group--checkbox.theme-form-section-waikato-news__checkbox .input-label{background-color:#8b080d}.theme-form .form-button.theme-form-section-hawkes-bay-today__button{background-color:#0e76bc}.theme-form .input-group--checkbox.theme-form-section-hawkes-bay-today__checkbox .input-label{background-color:#0e76bc}.theme-form .form-button.theme-form-section-kapiti-news__button{background-color:#30638b}.theme-form .input-group--checkbox.theme-form-section-kapiti-news__checkbox .input-label{background-color:#30638b}.theme-form .form-button.theme-form-section-manawatu-guardian__button{background-color:#088b6c}.theme-form .input-group--checkbox.theme-form-section-manawatu-guardian__checkbox .input-label{background-color:#088b6c}.theme-form .form-button.theme-form-section-rotorua-daily-post__button{background-color:#8b080d}.theme-form .input-group--checkbox.theme-form-section-rotorua-daily-post__checkbox .input-label{background-color:#8b080d}.theme-form .form-button.theme-form-section-stratford-press__button{background-color:#8b080d}.theme-form .input-group--checkbox.theme-form-section-stratford-press__checkbox .input-label{background-color:#8b080d}.theme-form .form-button.theme-form-section-aucklander__button{background-color:#8b080d}.theme-form .input-group--checkbox.theme-form-section-aucklander__checkbox .input-label{background-color:#8b080d}.theme-form .form-button.theme-form-section-the-country__button{background-color:#469031}.theme-form .input-group--checkbox.theme-form-section-the-country__checkbox .input-label{background-color:#469031}.theme-form .form-button.theme-form-section-whanganui-chronicle__button{background-color:#084a7a}.theme-form .input-group--checkbox.theme-form-section-whanganui-chronicle__checkbox .input-label{background-color:#084a7a}.theme-form .form-button.theme-form-section-northland-age__button{background-color:#8c163d}.theme-form .input-group--checkbox.theme-form-section-northland-age__checkbox .input-label{background-color:#8c163d}.theme-form .form-button.theme-form-section-horowhenua-chronicle__button{background-color:#0063a4}.theme-form .input-group--checkbox.theme-form-section-horowhenua-chronicle__checkbox .input-label{background-color:#0063a4}.theme-form .form-button.theme-form-section-te-awamutu-courier__button{background-color:#1e9043}.theme-form .input-group--checkbox.theme-form-section-te-awamutu-courier__checkbox .input-label{background-color:#1e9043}.theme-form .form-button.theme-form-section-default__button{background-color:#121617}.theme-form .input-group--checkbox.theme-form-section-default__checkbox .input-label{background-color:#121617}.theme-form .form-button.theme-form-section-nosection__button{background-color:#8a8f96}.theme-form .input-group--checkbox.theme-form-section-nosection__checkbox .input-label{background-color:#8a8f96}.theme-form .form-button.theme-form-section-newstalk-zb__button{background-color:#00beeb}.theme-form .input-group--checkbox.theme-form-section-newstalk-zb__checkbox .input-label{background-color:#00beeb}.theme-form .form-button.theme-form-section-the-vision-is-clear__button{background-color:#009290}.theme-form .input-group--checkbox.theme-form-section-the-vision-is-clear__checkbox .input-label{background-color:#009290}.theme-form .form-button.theme-form-section-trailblazers__button{background-color:#6e2053}.theme-form .input-group--checkbox.theme-form-section-trailblazers__checkbox .input-label{background-color:#6e2053}.theme-form .form-button.theme-form-section-eatwell__button{background-color:#c33857}.theme-form .input-group--checkbox.theme-form-section-eatwell__checkbox .input-label{background-color:#c33857}.theme-form .form-button.theme-form-section-recipes__button{background-color:#c33857}.theme-form .input-group--checkbox.theme-form-section-recipes__checkbox .input-label{background-color:#c33857}.theme-form .form-button.theme-form-section-food-news__button{background-color:#c33857}.theme-form .input-group--checkbox.theme-form-section-food-news__checkbox .input-label{background-color:#c33857}.theme-form .form-button.theme-form-section-premium__button{background-color:#ecac0c}.theme-form .input-group--checkbox.theme-form-section-premium__checkbox .input-label{background-color:#ecac0c}.theme-form .form-button.theme-form-section-fallback__button{background-color:#333c3d}.theme-form .input-group--checkbox.theme-form-section-fallback__checkbox .input-label{background-color:#333c3d}.theme-form .form-button.theme-form-section-kahu__button{background-color:#597c35}.theme-form .input-group--checkbox.theme-form-section-kahu__checkbox .input-label{background-color:#597c35}.theme-form .form-button.theme-form-section-talanoa__button{background-color:#00c29b}.theme-form .input-group--checkbox.theme-form-section-talanoa__checkbox .input-label{background-color:#00c29b}.theme-form .form-button.theme-form-section-reset__button{background-color:#00b2b1}.theme-form .input-group--checkbox.theme-form-section-reset__checkbox .input-label{background-color:#00b2b1}.form-feedback{display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;width:100%;height:1.9375rem;margin-top:1rem;margin-bottom:0.5rem;padding:0.5rem;border-radius:0.125rem}.form-feedback--success{color:#38a3d7;background-color:rgba(56,163,215,0.2)}.form-feedback--error{color:#ed213e;background-color:#fbd3d9}.form-feedback__message{margin-left:0.625rem;color:inherit;font-weight:600;font-size:0.78125rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.form-feedback__icon{width:100%;max-width:0.4375rem;height:100%;max-height:0.4375rem}.form-feedback__icon-circle{display:flex;align-items:center;justify-content:center;width:0.9375rem;height:0.9375rem;border-radius:50%}.form-feedback__icon-circle--success{background-color:#38a3d7}.form-feedback__icon-circle--error{background-color:#ed213e}body{color:#111617;font-weight:300;font-size:1.0625rem;font-family:"Source Sans Pro","Helvetica",sans-serif}h1,h2,h3{margin-top:1.25rem;margin-bottom:0.625rem;color:#4c585d;font-weight:500;font-family:"Stag","Georgia",serif}h1{font-size:2.1875rem;line-height:1.1}@media (min-width: 768px){h1{font-size:2.8125rem}}h2{margin-top:0.3125rem;margin-bottom:0.3125rem;font-size:1.875rem}h3{margin:0;font-size:1rem;line-height:1.2}h4{margin:0}p{margin-top:0;margin-bottom:0.625rem;font-size:1.1875rem;line-height:1.6}@media (min-width: 768px){p{font-size:1.0625rem}}a{color:#38a3d7;text-decoration:none}a:hover,a:focus{opacity:0.8;transition:opacity 0.2s}strong{font-weight:700}figcaption{margin-top:0.3125rem;margin-bottom:0.625rem;color:#707c83;font-size:0.875rem;line-height:1.6}time{font-weight:300;font-size:0.75rem}blockquote{color:#333;font-weight:500;font-size:2.1875rem;font-family:"Stag","Georgia",serif;text-align:center;quotes:'“' '”' '‘' '’'}@media print{figcaption{display:none}}.eatwell__heading-meta{display:flex;flex-flow:row nowrap}.eatwell__heading-meta.sponsored__header{margin-bottom:0.625rem}.eatwell__meta-item{display:flex;flex-flow:row nowrap;align-items:center;box-sizing:border-box;width:auto;height:2.1875rem;margin:0 0.625rem 0 0;padding:0.625rem 0.9375rem;color:#1c2122;font-weight:600;font-size:0.78125rem;font-family:"Source Sans Pro","Helvetica",sans-serif;background-color:#fcf3f5;border-radius:0.25rem}.eatwell__meta-item:last-of-type{margin:0}.eatwell__meta-icon{width:100%;max-width:1rem;height:100%;max-height:1rem;margin-right:0.5rem}.eatwell__directions,.eatwell__ingredients{margin:0 0 2.5rem}.eatwell__ingredients-table{width:100%;border-spacing:0}.eatwell__ingredients-table tr{display:flex;flex-flow:row nowrap}.eatwell__ingredients-table tr:first-of-type td{padding:0 1.5625rem 0.625rem}.eatwell__ingredients-table td{padding:0.625rem 1.5625rem;font-weight:300;font-size:1.1875rem;font-family:'Source Sans Pro', sans-serif;border-bottom:1px solid #dce1e2}@media (min-width: 576px){.eatwell__ingredients-table td{font-size:1.0625rem;line-height:1.5rem}}.eatwell__ingredients-table td:first-of-type{flex-basis:15%;min-width:5rem}.eatwell__ingredients-table td:last-of-type{flex-basis:85%;font-weight:400}ol.eatwell__directions-list>li{margin:0 0 1.875rem}@media (max-width: 575px){ol.eatwell__directions-list{margin:0;list-style-position:inside}}ul.eatwell__directions-list>li{margin:0 0 0.5rem}.eatwell__directions-list{margin:0 0 0 0.9375rem;font-size:1.1875rem;list-style-position:outside}@media (min-width: 576px){.eatwell__directions-list{font-size:1.0625rem;line-height:1.5rem}}.eatwell__directions-list li>span{display:block;margin-left:0.625rem}@media (max-width: 575px){.eatwell__directions-list li>span{display:inline;margin-left:0;padding-left:0.1875rem}}.eatwell__directions-list li>span>strong,.eatwell__directions-list li>span>b,.eatwell__directions-list li>span>i{padding-right:0.25rem}.logo-bar{padding:1rem 5rem 0.875rem;text-align:center;background-color:#f5f5f5}.logo-bar h3{display:inline;padding:0.625rem 0.9375rem;opacity:0.5}.logo-bar svg{display:inline;height:0.9375rem;padding:0.625rem 0;opacity:0.35;filter:grayscale(100%)}.logo-bar svg.nz-herald{width:10rem;height:1.25rem;padding:0.4375rem 0}.logo-bar svg.be-well{width:5.9375rem;height:1.25rem;padding:0.4375rem 0}.logo-bar svg.canvas{width:7.5rem;height:0.875rem}@media (max-width: 991px){.logo-bar{padding:1rem 0.3125rem 0.875rem;text-align:center}.logo-bar h3{display:block}}.accordion{width:100%;border-bottom:2px solid #23292a}.accordion:first-of-type{border-top:2px solid #23292a}.accordion:last-of-type{border-bottom:none}.accordion--is-expanded .accordion__chevron{color:#fff;background-color:#4c585d;transform:rotate(90deg)}.accordion--is-expanded .accordion__content{max-height:625rem;overflow:visible}.accordion__button{display:flex;align-items:center;box-sizing:border-box;width:100%;padding:0.625rem 1.5625rem;background-color:transparent;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.accordion__button .accordion__chevron{transition:all 0.1s}.accordion__button small{margin-left:0.3125rem;font-size:70%}.accordion__button,.accordion__link{color:#c4cccb;font-weight:400;font-size:1.0625rem;font-family:"Stag","Georgia",serif;line-height:1.45}.accordion__icon{width:2.1875rem;height:2.1875rem;margin-right:1.25rem}.accordion__icon--avatar{margin-top:-0.375rem;color:#4c585d}.accordion__icon--my-news{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#313c3d;border-radius:50%}.accordion__chevron{box-sizing:content-box;width:0.3125rem;height:0.5rem;margin-left:auto;padding:0.125rem 0.1875rem;color:#4c585d;border:2px solid #4c585d;border-radius:50%}.accordion__content{height:auto;max-height:0;overflow:hidden;background-color:#1c2122}.ad{color:#9e9f9f;text-align:center}.ad .pb-ad-container{margin:0 auto}.ad .pb-ad-container[data-adtype='Leaderboard']{display:inline-block}@media (min-width: 768px){.ad.ad-rectangle .pb-ad-container[data-ad-env='mobile'],.ad.ad-native .pb-ad-container[data-ad-env='mobile']{display:none}}@media (max-width: 767px){.ad.ad-rectangle .pb-ad-container[data-ad-env='desktop'],.ad.ad-native .pb-ad-container[data-ad-env='desktop']{display:none}}.ad.ad-leaderboard{display:none;flex-flow:column nowrap;align-items:center;justify-content:center;width:100%}@media (min-width: 992px){.ad.ad-leaderboard{display:flex}}.ad.ad-leaderboard .ad__link{margin-top:0.3125rem}.ad__placeholder{display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff;text-align:center;background-color:#38a3d7}@media (min-width: 768px){.ad__placeholder[data-ad-env='mobile']{display:none}}@media (max-width: 767px){.ad__placeholder[data-ad-env='desktop']{display:none}}.ad__heading{margin-bottom:0.625rem;font-weight:300;font-size:0.6875rem;text-transform:uppercase}@media (min-width: 768px){.ad__heading[data-ad-env='mobile']{display:none}}@media (max-width: 767px){.ad__heading[data-ad-env='desktop']{display:none}}.ad__link{display:block;color:#9e9f9f;font-size:0.625rem;font-style:italic}@media (min-width: 768px){.ad__link[data-ad-env='mobile']{display:none}}@media (max-width: 767px){.ad__link[data-ad-env='desktop']{display:none}}@media print{.ad,.ad.ad-leaderboard{display:none}}.article-media{outline:0}@media (min-width: 576px){.article-media{position:relative}}.article-media__full-screen-button{display:none}@media (min-width: 576px){.article-media__full-screen-button{position:absolute;top:0.3125rem;right:0.3125rem;display:flex;align-items:center;justify-content:center;width:2.1875rem;height:2.1875rem;padding:0;background-color:#4c585d;border:none;border-radius:0.375rem;cursor:pointer;transition:opacity 0.2s}}.article-media__full-screen-button:hover{opacity:0.8}.article-media__full-screen-button-icon{width:2.1875rem;height:2.1875rem;color:#fff}.article-media__image{width:100%}.article-media__image--portrait{width:auto;height:31.25rem;margin:0 auto}@media (max-width: 575px){.article__header-simple .hero-container{padding:0 0.625rem}}@media (max-width: 575px){.article__header-simple .hero-container.with-no-video{padding:0}}.article-media__hero-wrapper{position:relative;margin-top:1.25rem;padding-top:56.25%}@media (max-width: 575px){.article-media__hero-wrapper.no-video{padding-top:106.42%}}.article-media__hero-wrapper.placeholder-image{overflow:hidden}.article-media__hero-wrapper .header__figure{margin-top:0}.article-media__hero-wrapper .article-media__image{position:absolute;top:0;left:0;width:100%;margin-top:0}.article-media__hero-wrapper .video-outer{position:absolute;top:0;width:100%;height:100%}@media print{.article-media__full-screen-button{position:static;display:none}.article-media__image{display:none}.article-media__caption{display:none}}.article-offer{position:relative;z-index:1;width:100%;text-align:center;background:linear-gradient(to bottom, #f8f9fa 90%, #fff);border-top:0.0625rem solid #e1a325}.article-offer::before{position:absolute;top:-7.25rem;left:0;display:block;width:100%;height:6.25rem;background-image:linear-gradient(rgba(255,255,255,0), #fff);content:''}.article-offer__inner{position:relative;max-width:23.75rem;margin:0 auto;padding:4rem 1.25rem}.article-offer__subheading{margin-bottom:1rem;color:#000;font-weight:500;font-size:1.25rem}@media (max-width: 767px){.article-offer__subheading{margin-bottom:1.3125rem}}.article-offer__heading{font-weight:400;font-size:1.5625rem}.article-offer__inline-break{display:inline-block}.article-offer__price{display:flex;align-items:flex-end;justify-content:center;margin-bottom:1.5rem;font-weight:700;font-size:3rem;line-height:3.75rem;letter-spacing:-0.0625rem}@media (max-width: 767px){.article-offer__price{margin-bottom:1.6875rem}}.article-offer__price-sign{position:relative;font-size:3rem;line-height:3.75rem;letter-spacing:-0.0625rem}.article-offer__price-period{padding-bottom:0.375rem;padding-left:0.3125rem;font-size:1.5rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.875rem}.article-offer__signin{margin-top:1rem;font-weight:700;font-size:0.875rem;line-height:1.375rem}.article-offer__hr{position:relative;display:flex;margin-top:2.25rem;margin-bottom:2.25rem}.article-offer__hr::before{z-index:-1;width:100%;height:0.0625rem;background:#dde2e3;content:''}.article-offer__hr span{position:absolute;top:50%;left:50%;width:2.5rem;padding:0 0.875rem;background:#f8f9fa;transform:translate(-50%, -60%)}.article-offer__call-to-action{display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:3.25rem;padding:0 5rem;color:#000;font-weight:600;font-size:1rem;background-color:#ecac0c;border-radius:0.25rem}@media (min-width: 576px){.article-offer__call-to-action{padding:0.5rem 7rem}}@media print{.article-offer{page-break-inside:avoid}}.author{display:flex;align-items:center;color:#4c585d;font-size:0.875rem}.author__image{width:3.75rem;height:3.75rem;margin-right:1.25rem;border-radius:50%}@media (min-width: 992px){.author__info{max-width:18.75rem}}.author__description{margin-top:0;margin-bottom:0;color:#313c3d;font-size:0.875rem;line-height:1.125rem}.author__description.role{font-weight:400}.author__name{color:#313c3d;font-weight:400;line-height:1.125rem}.author__name .name__heading{display:inline;font-weight:700;font-size:0.875rem}.author__link{display:inline;margin-top:0.3125rem;font-weight:700}.author__profile{position:relative;display:block;margin-top:1.125rem;font-weight:700;font-size:0.75rem;line-height:0.9375rem}.author__profile::before{position:absolute;top:-0.59375rem;width:4.6875rem;height:0.0625rem;background-color:#dde2e3;content:''}.author .author--is-hidden{display:none}.author--is-sponsored .sponsored-text-info{background-color:#9b9b9b;border-radius:3px}.author--is-sponsored .sponsored-text{margin:auto;padding:0.5rem;color:#fff;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.07}.syndicator__logo-container{max-width:150px;max-height:20px}.syndicator__logo{width:100%;height:100%}.syndicator__logo--eatwell-syndicator{width:4.8125rem;height:1.25rem}.syndicator__logo--viva{width:1.875rem;height:1.25rem}.syndicator__logo--canvas{width:8.125rem;height:1.25rem}.syndicator__logo--nz-listener{width:6.125rem;height:1.25rem}.syndicator__logo--nz-womans-weekly{width:6.3125rem;height:1.25rem}.syndicator__logo--nz-herald{width:8.75rem;height:1.25rem}.syndicator__logo--be-well{width:4.6875rem;height:1.25rem}.syndicator__logo--dish{width:2.625rem}@media (max-width: 767px){.syndicator__logo--dish{margin-left:0.625rem}}.syndicator__logo-container+.author__name{margin-top:0.625rem}@media (max-width: 767px){.syndicator__logo-container+.author__name{margin-left:0.625rem}}.author--apo{width:50%}@media (max-width: 575px){.author--apo{width:100%}}@media (min-width: 576px) and (max-width: 768px){.author--apo{width:60%}}.author--apo .meta-data{justify-content:flex-start;margin-top:0.5rem;color:#93a0a8}.author--apo .meta-data__time-stamp{margin-right:0.5rem}.author--apo .meta-data__read-time{line-height:1.3}.author--apo .meta-data__time-stamp,.author--apo .meta-data__read-time{font-weight:400 !important;font-size:0.875rem}.author--apo .syndicator__name,.author--apo .author__name{color:#111617;font-weight:600;word-break:break-word}.author--apo .syndicator__name .name__heading,.author--apo .author__name .name__heading{font-weight:600}.author--apo .author__byline_name{color:#111617;font-weight:400}.author--apo .author__name .author__link{font-weight:600;text-decoration:underline}.author--apo .author__image{margin-right:0.5rem}.author--apo span.author__image{min-width:3.75rem;margin-right:0.5rem;background-color:#313c3d}.author--apo span.author__image .author__image--svg{position:relative;top:0.75rem;left:0.75rem;width:60%;height:60%}.author--apo .author__role{font-weight:400;font-size:0.875rem}.action-bar{display:flex;padding:0.3125rem 0.625rem 0.3125rem 0.75rem}.action-bar.action-bar-black-bg{max-width:100%;padding-left:1.25rem;background:#121617;border-top:0.0625rem solid #313c3d}@media (max-width: 575px){.action-bar.action-bar-black-bg{border-top:none}}@media (min-width: 768px){.action-bar{padding:0.3125rem 0 0.3125rem 0}.action-bar.action-bar-split-line{border-bottom:0.0625rem solid #d5d5d5}}@media (min-width: 992px){.action-bar{max-width:58.75rem;margin-right:auto;margin-left:auto}}.action-bar .website-of-year{display:flex;width:100%;margin:0.1875rem;padding-top:0.25rem;color:#121617;font:normal normal 700 0.875rem/0.9375rem "Source Sans Pro","Helvetica",sans-serif;letter-spacing:0;white-space:nowrap;text-align:left;text-transform:uppercase}@media (min-width: 768px){.action-bar .website-of-year{width:calc(100% - 1.25rem * 2)}}.action-bar .website-of-year img,.action-bar .website-of-year amp-img{display:inline-block;padding-right:1.25rem;vertical-align:middle}@media (max-width: 575px){.action-bar .website-of-year img,.action-bar .website-of-year amp-img{padding-right:0.625rem}}.action-bar .btn-premium-wrapper{margin:auto}@media (min-width: 768px){.action-bar .btn-premium-wrapper{display:none}}.action-bar .btn-premium-wrapper .sub-btn{display:inline-block;margin:0 auto 1.25rem;padding:0.5rem 0.75rem;color:#fff;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;white-space:nowrap;text-align:center;text-decoration:none;vertical-align:middle;background-color:#ecac0d;border:0.0625rem solid #ecac0d;border-radius:0.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;margin:auto;padding-top:0.6875rem;padding-bottom:0.6875rem;color:#000;text-transform:uppercase;border-radius:0.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.action-bar .btn-premium-wrapper .sub-btn:hover{background-color:#d49b0b;border-color:#d49b0b}.action-bar__img-container{display:inline-block;padding-right:0.6875rem;border-right:0.0625rem solid #e3e3e3}@media (max-width: 575px){.action-bar__img-container{padding-right:0.625rem}}.action-bar__img-container img{vertical-align:middle}.action-bar__img-container.img-container-journalist{padding-right:0;border-right:none}.action-bar__voyager-awards-text{display:flex;flex-direction:column;justify-content:center;padding-left:0.78125rem}.action-bar__voyager-awards-text.voyager-awards-text-color{padding-left:0;color:#fff}@media (max-width: 575px){.action-bar__voyager-awards-text.voyager-awards-text-color{padding-left:0.6875rem}}@media print{.action-bar{display:none}}.brandedstrap{max-width:60rem;margin:0.625rem;padding:1.25rem 0;border-top:1px solid #313c3d;border-bottom:1px solid #313c3d}@media (min-width: 992px){.brandedstrap{margin:2.5rem auto}}@media (min-width: 576px){.brandedstrap__wrapper{display:flex;align-items:center;justify-content:space-between}}.brandedstrap__image{max-width:13.125rem;max-height:2.1875rem;margin-right:0.3125rem}.brandedstrap__description{margin-top:0.3125rem;padding:0 0.9375rem;color:#000;font-weight:400;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.0625rem}@media (min-width: 576px){.brandedstrap__description{flex-basis:70%;margin-top:0;padding:0 3.125rem}}.brandedstrap__link{display:flex;margin-top:0.3125rem;color:#313c3d;font-weight:700;font-size:0.75rem;font-family:"Stag Sans","Helvetica",sans-serif;text-transform:uppercase;word-break:normal}@media (min-width: 576px){.brandedstrap__link{min-width:6.875rem;margin-top:0}}.brandinsight{height:4.0625rem}.brandinsight__wrapper{display:flex;align-items:center;justify-content:space-between;max-width:60rem;height:100%;margin:0 0.625rem}@media (min-width: 992px){.brandinsight__wrapper{margin:0 auto}}.brandinsight__logo{display:flex;align-items:center}.brandinsight__logo-icon{width:2.8125rem;height:2.8125rem}.brandinsight__logo-text{display:none;margin-left:0.125rem;color:#fff;font-size:1.3125rem;font-family:"Stag","Georgia",serif;line-height:2.8125rem}@media (min-width: 576px){.brandinsight__logo-text{display:inline}}.brandinsight__sponsor-logo{max-height:3.75rem}.breaking-news{height:2.5rem;overflow:hidden;color:#fff;background-color:#ed213e}@media (max-width: 767px){.breaking-news{position:fixed;bottom:0;left:0;z-index:3;width:100%;box-shadow:0 -0.3125rem 0.625rem rgba(28,33,34,0.3)}}.breaking-news--has-animation .breaking-news__message{-webkit-animation:ticker 15s linear infinite;animation:ticker 15s linear infinite}.breaking-news__inner{position:relative;display:flex;align-items:center;width:100%;height:100%}.breaking-news__message{display:inline-block;margin-bottom:0;padding:0 0.625rem;font-weight:600;font-size:1rem;line-height:1;white-space:nowrap;text-transform:uppercase}@media (min-width: 768px){.breaking-news__message{font-size:1.125rem}}@media (min-width: 1200px){.breaking-news__message{padding-left:4.375rem}}.breaking-news__message:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.breaking-news__link{padding-left:0.1875rem;color:#fff;font-weight:400;font-family:"Stag","Georgia",serif;text-transform:none}.breaking-news__close-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background-color:#d51e38;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.breaking-news__close-icon{width:1.3125rem;height:1.3125rem;color:#fff}@-webkit-keyframes ticker{0%{transform:translateX(0)}30%{transform:translateX(0)}100%{transform:translateX(-110%)}}@keyframes ticker{0%{transform:translateX(0)}30%{transform:translateX(0)}100%{transform:translateX(-110%)}}@media print{.breaking-news{display:none}}.section-chain .slick-slide article[class^='story-card']{margin:0 0.625rem}.section-chain .slick-prev{left:-2.5rem}.section-chain .slick-next{right:-2.5rem}.section-chain .slick-dots li button::before{font-size:0.625rem}.journalistcarousel-chain .slick-dots li button::before{color:#8a8f96;font-size:0.625rem}.journalistcarousel-chain .slick-dots li.slick-active button::before{color:#fff}.commenting__wrapper{padding:1.125rem 1.0625rem;background-color:#f5f5f5}.commenting__main{padding:1.875rem 0.9375rem;background-color:#fff}@media (min-width: 768px){.commenting__main{padding:1.875rem}}.commenting__description{max-width:29.6875rem;margin:0 0 0.625rem;color:#121617;font-weight:300;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.commenting__heading{margin:0 0 0.625rem;color:#313c3d;font-weight:400;font-family:"Stag","Georgia",serif}.commenting__name-form,.commenting__paywall{display:flex;flex-flow:column nowrap;align-items:center;width:100%;height:auto;text-align:center}.commenting__paywall .commenting__heading{font-size:1.375rem}.commenting__paywall .article-offer__price{margin-bottom:0.1875rem}.commenting__paywall .button{max-width:23.75rem;margin:0 0 1.125rem}.commenting__paywall h4{margin:0.5rem 0 0.9375rem;color:#313c3d;font-weight:400}.commenting__paywall .note{color:#333;font-size:0.875rem}.commenting__name-form .commenting__heading{font-size:1.375rem}.commenting__name-form .commenting__description{margin-bottom:1.25rem}.commenting .button{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;font-weight:600;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-align:center;border-radius:0.25rem}.commenting .button:hover{cursor:pointer;opacity:0.8;transition:opacity 0.2s}.commenting .button:disabled{opacity:0.3;transition:opacity 0.2s}.commenting .button--primary{color:#fff;background-color:#38a3d7;border:1px solid #38a3d7}.commenting .button--premium{color:#000;background-color:#ecac0c;border:1px solid #ecac0c}.commenting__count{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;margin:1.5625rem 0 0.3125rem;padding-top:0.9375rem;padding-bottom:0.9375rem;border-top:1px solid #dce1e2}.commenting__count-info{display:flex;flex-flow:row nowrap;align-items:center}@media (max-width: 575px){.commenting__count{padding:1.625rem 0.625rem}}.commenting__count-title{color:#38a3d7;font-weight:400;font-size:1.375rem;font-family:"Stag","Georgia",serif}.commenting__speech-bubble{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:2.40625rem;height:1.75rem;margin:0 0.625rem 0 0;padding:0 0.75rem;color:#fff;font-weight:500;font-size:0.875rem;font-family:"Stag","Georgia",serif;line-height:1.125rem;background-color:#38a3d7;border-radius:0.125rem}.commenting__speech-bubble::after{position:absolute;right:-0.3125rem;bottom:1px;margin-bottom:-0.625rem;margin-left:0.5rem;border:10px solid transparent;border-top-color:#38a3d7;border-right:0;border-bottom:0;transform:translateX(-50%);content:''}.commenting .coral-count-number,.commenting .coral-count{color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit}.form{width:100%}.form .form-input-row{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center}.form .form-input-row--two{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center}@media (min-width: 576px){.form .form-input-row--two .input-group{width:49%}.form .form-input-row--two .input-group:first-child{margin-right:2%}}.form .input-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:1.25rem}.form .input-label{order:1;margin:0 0 0.375rem;color:#95989d;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-transform:uppercase}.form .input-text{order:2;box-sizing:border-box;width:100%;max-height:3rem;padding:0.75rem 0.875rem;font-weight:300;font-size:1.0625rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.0625rem;background-color:#f5f5f5;border:1.5px solid rgba(0,0,0,0);border-radius:0.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form .input-text:focus{background-color:#fff;border:1.5px solid #38a3d7;outline-width:0}.form .input-error{order:3;margin-top:0.25rem;color:#d51e38;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-align:left}.form .input-text:focus ~ .input-label{color:#38a3d7}.form__feedback{margin-bottom:1.25rem}@media print{.commenting__wrapper{display:none}.commenting__count{display:none}}.share-bar--apo .commenting__speech-bubble{height:1.5rem;margin-top:0.25rem}.share-bar--apo .coral-count{color:#fff}.share-bar--apo .commenting-caption--apo{font-weight:400;font-size:0.875rem;cursor:pointer}.follow-bar{display:flex;flex-wrap:wrap;padding:0.625rem 1.5625rem}@media (max-width: 575px){.follow-bar{margin-bottom:7.5rem}}.follow-bar__heading{flex-basis:100%;color:#9e9f9f;font-weight:600;font-size:0.625rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-transform:uppercase}.follow-bar .follow-bar-link{margin-top:0.625rem}.follow-bar .follow-bar-link:not(:first-of-type){margin-left:0.625rem}.follow-bar-link{display:flex;align-items:center;justify-content:center;width:2.1875rem;height:2.1875rem;color:#fff;background-color:#4c585d;border-radius:0.375rem}.follow-bar-link--facebook{background-color:#4267b2}.follow-bar-link--twitter{background-color:#38a1f3}.follow-bar-link--linkedin{background-color:#0077b5}.follow-bar-link--reddit{background-color:#f24511}.follow-bar-link--instagram{background-color:#8b5191}.follow-bar-link--youtube{background-color:#dc4e41}.follow-bar-link--rss{background-color:#e3702d}.follow-bar-link--mail{background-color:#4c585d}.follow-bar-link--share{background-color:#111617}.follow-bar-link__icon{width:1.375rem;height:1.375rem}.follow-bar-link--youtube>.follow-bar-link__icon,.follow-bar-link--rss>.follow-bar-link__icon{width:2.1875rem;height:2.1875rem}.gallery{margin-top:1.25rem;padding-bottom:0.625rem}@media (min-width: 768px){.gallery{max-width:62rem}}@media (min-width: 992px){.gallery{max-width:39.375rem}}.gallery::before{position:absolute;top:-0.625rem;display:block;width:100%;height:0.0625rem;background-color:#d5d5d5;content:''}.gallery__image-count{font-weight:700}@media (min-width: 576px){.gallery+.overlay__full-screen-button{top:0.9375rem}}.gallery .slick-prev{left:0.625rem}.gallery .slick-next{right:0.625rem}.gallery__caption{margin-bottom:0.3125rem;padding-bottom:0.625rem;color:#4c585d;font-size:0.875rem;line-height:1.6;border-bottom:1px solid #d5d5d5}.overlayad{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;max-width:100%;height:100%;background-color:#000;border:none}.section-iframe{margin:1.25rem 0}.section-iframe iframe{width:0.625rem;min-width:100%}.section-iframe.both{display:block}.section-iframe.mobile{display:block}@media (min-width: 992px){.section-iframe.mobile{display:none}}.section-iframe.desktop{display:none}@media (min-width: 992px){.section-iframe.desktop{display:block}}.label-updated{position:relative;padding-left:0.8125rem;color:#9e9f9f;font-weight:700;font-size:0.625rem;text-transform:uppercase}.label-updated::before{position:absolute;top:calc(50% - 3px);left:0;width:0.3125rem;height:0.3125rem;background-color:#9e9f9f;border-radius:50%;content:''}.masthead{display:flex;align-items:center;justify-content:center}.masthead+.masthead{margin-top:0.625rem}.masthead:last-of-type{margin-bottom:5rem}@-webkit-keyframes fadeOut{0%{height:100%;opacity:1}100%{height:0;opacity:0}}@keyframes fadeOut{0%{height:100%;opacity:1}100%{height:0;opacity:0}}.main>.email-boost .email-boost__container{margin:2.8125rem auto}@media (min-width: 992px){.main>.email-boost .email-boost__container{margin:2.8125rem auto 2.8125rem 4.375rem}}.email-boost--hide{height:0;opacity:0;-webkit-animation:fadeOut ease 200ms;animation:fadeOut ease 200ms}.email-boost__email-section{box-sizing:border-box;padding:2rem 2.4375rem 1.5rem 2.4375rem;background-color:#fff}@media (max-width: 575px){.email-boost__email-section{padding:2.5rem 2rem 2rem}}.email-boost__container{box-sizing:border-box;max-width:39.375rem;margin:2.8125rem auto;background-color:#fff;border:1px solid #efefef}.email-boost__heading{color:#313c3d;font-weight:500;font-size:1.5rem;font-family:"Stag","Georgia",serif}.email-boost__description{display:block;color:#313c3d;font-weight:normal;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.125rem}.email-boost__legal{margin:1rem 0 0;color:#9e9f9f;font-weight:normal;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1rem}.email-boost__legal>a{color:inherit;font-size:inherit;font-family:inherit;text-decoration:underline}.email-boost .close-newsletter{padding:0.6875rem 1.875rem;padding-top:0.6875rem;font-weight:normal;font-size:0.875rem;line-height:1.125rem;background-color:#f1f3f4}.email-boost .close-newsletter__button{color:#38a3d7;text-decoration:underline}.email-boost .close-newsletter__button:hover{cursor:pointer}.email-boost .form-button{width:100%;height:2.5rem;margin:1rem 0 0;color:#fff;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-transform:uppercase;background-color:#38a3d7;border:none;border-radius:0.25rem;cursor:pointer}@media (min-width: 576px){.email-boost .form-button{width:11.25rem;margin:0}}.email-boost .form-button:hover{opacity:0.9}.email-boost .form-button:active{opacity:0.8}.email-boost .form-button:disabled{opacity:0.5}.email-boost label.hidden{display:none}.email-boost input[type='text']{box-sizing:border-box;width:100%;height:2.5rem;padding:0 0.75rem;color:#313c3d;font-weight:400;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.5rem;border:1px solid #dce1e2;border-radius:0.25rem;outline:none}.email-boost input[type='text']:disabled{background-color:#fff;opacity:1;-webkit-text-fill-color:#313c3d}.email-boost input[type='text']::-moz-placeholder{color:#9e9f9f}.email-boost input[type='text']:-ms-input-placeholder{color:#9e9f9f}.email-boost input[type='text']::placeholder{color:#9e9f9f}.email-boost .premium-bg-color{background-color:#ecac0c}.email-boost .input-group{display:flex}.email-boost .input-group--newsletter{flex-flow:column nowrap;margin:1rem 0}@media (min-width: 576px){.email-boost .input-group--newsletter{flex-flow:row nowrap}}.email-boost .input-group--newsletter .input-wrapper{flex-grow:1;margin:0 0.4375rem 0 0}@media (max-width: 575px){.email-boost .input-group--newsletter .input-wrapper{margin:0}}.email-boost .input-group--checkbox{margin:1rem 0}.email-boost .input-group--checkbox .input-wrapper{display:flex;flex-flow:row nowrap;align-items:center}.email-boost .input-group--checkbox .input-checkbox{display:none}.email-boost .input-group--checkbox .input-label{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.0625rem;height:1.0625rem;margin:0 0.5rem 0 0;background-color:#38a3d7;border-radius:0.125rem;cursor:pointer}.email-boost .input-group--checkbox .checkbox-icon{max-width:0.6875rem;max-height:0.6875rem}.email-boost .input-group--checkbox .label-string{color:#9e9f9f;font-weight:600;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.email-boost .input-group .input-error{padding:0.25rem 0;color:#d51e38;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.signin-modal__wrapper{top:45%;justify-content:initial;width:95%;padding:5rem 4rem}@media (min-width: 576px){.signin-modal__wrapper{min-height:18.5rem}}.signin-modal__wrapper .signin-modal{background-color:#fff}@media (max-width: 575px){.signin-modal__wrapper .signin-modal .heading{font-size:1.5rem;line-height:1.875rem}}.signin-modal__wrapper .signin-modal__sign-in{font:normal normal normal 1rem/1.25rem "Source Sans Pro","Helvetica",sans-serif;text-align:center}.signin-modal__wrapper .signin-modal__continue-btn{display:block;padding:0.75rem 0;font-size:0.875rem;text-align:center}@media (min-width: 576px){.signin-modal__wrapper .signin-modal__continue-btn{padding:0.875rem 0;font-size:1rem}}.signin-modal__wrapper .signin-modal__continue-btn:disabled{opacity:1}@media (min-width: 394px) and (max-width: 576px){.signin-modal__wrapper .signin-modal__sign-in{padding:0 1.25rem}}.signin-modal__wrapper .exit-btn{display:flex;float:right;background-color:transparent;border:none}.signin-modal__wrapper .exit-btn:hover{cursor:pointer}.signin-modal__wrapper .exit-btn__container{position:absolute;top:8%;right:5%}.signin-modal__wrapper .exit-btn__icon{align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.signin-modal__wrapper .exit-btn__container::after{display:table;clear:both;content:''}@media (min-width: 768px) and (max-width: 992px){.signin-modal__wrapper{top:56%}}@media (max-width: 575px){.signin-modal__wrapper{width:90%;padding:3rem 1.5rem}}@media print{.email-boost{display:none}}.OUTBRAIN{display:flex}@media print{.OUTBRAIN{display:none}}.meta-data{display:flex;align-items:center;justify-content:space-between;color:#9e9f9f;font-size:0.75rem}.meta-data__read-time{display:flex;align-items:center;line-height:1}.meta-data__read-time-icon{width:0.625rem;height:0.625rem;margin-right:0.1875rem}.meta-data__premium-tag{display:flex;align-items:center;padding-top:0.0625rem;padding-left:0.5625rem;color:#ecac0c;font-weight:600;font-size:0.8125rem}.meta-data__premium-tag::before{position:relative;left:-0.3125rem;display:block;width:0.0625rem;height:0.625rem;background-color:#9e9f9f;content:''}.meta-data__premium-tag-icon{position:relative;width:0.9375rem;height:1.125rem;padding-right:0.125rem}.modal{position:fixed;top:0;left:0;z-index:110;width:100%;height:100%;background:rgba(0,0,0,0.6)}.modal__wrapper{position:fixed;top:50%;left:50%;box-sizing:border-box;width:95%;max-width:31.25rem;height:auto;padding:4.0625rem 2.8125rem;background:#fff;border-radius:0.25rem;transform:translate(-50%, -50%)}@media (min-width: 576px){.modal__wrapper{width:90%;padding:3.5rem 5.625rem}}.modal__title{margin-bottom:1.875rem;color:#313c3d;font-weight:500;font-size:1.25rem;font-family:"Stag","Georgia",serif;text-align:center}.modal__title span{text-transform:capitalize}@media (min-width: 768px){.modal__title{font-size:1.5625rem}}.modal .forgot-password{display:block;width:100%;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-align:center}.modal .button-group{display:flex;flex-flow:row wrap;justify-content:space-between;margin:1rem 0}.modal .button-group .button{width:100%;margin-bottom:1rem}.modal .social__button--apple,.modal .social__button--google{display:flex;align-items:center;width:100%;height:2.625rem;padding:0 1.09375rem;background-color:#fff;border:0.0625rem solid #333c3d;border-radius:0.125rem;cursor:pointer}.modal .social__button--apple:hover:enabled,.modal .social__button--google:hover:enabled{border-color:#4285f4}.modal .social__button--apple:active,.modal .social__button--google:active{background:#eee;border:0.0625rem solid #4285f4}.modal .social__button--apple:focus,.modal .social__button--google:focus{outline:none}.modal .social__button--apple:disabled,.modal .social__button--google:disabled{opacity:0.25;filter:grayscale(100%)}.modal .social__button-icon--google{width:1.125rem;height:1.125rem;background:url(/pf/resources/dist/fonts/google-icon.svg?d=428)}.modal .social__button-icon--apple{width:1.125rem;height:1.125rem;background:url(/pf/resources/dist/fonts/apple-icon.svg?d=428);background-repeat:no-repeat;background-size:0.9375rem 0.9375rem}.modal .social__button-text{margin:0 auto;color:#000;font-weight:600;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.modal .social .button--secondary{margin-top:1rem}.modal .reauth-form .input-group{position:relative;margin-bottom:1rem}.modal .reauth-form .input-label{position:absolute;top:0.9375rem;left:0.9375rem;z-index:1;color:#000;font-size:0.75rem;text-transform:none;cursor:text;transition:0.2s}.modal .reauth-form .input-text{max-height:2.8125rem;font-size:0.75rem;background-color:#fff;border:0.09375rem solid #d3d3d3}.modal .reauth-form .input-text:focus{background-color:#fff;border:0.09375rem solid #38a3d7;outline:none}.modal .reauth-form .input-text--error,.modal .reauth-form .input-text--error:focus{border-color:#ed213e}.modal .reauth-form .input-text--error ~ .input-label{color:#ed213e}.modal .reauth-form .input-text:focus ~ .input-label,.modal .reauth-form .input-text:valid ~ .input-label{top:-0.375rem;left:0.8125rem;padding:0 0.1875rem;font-size:0.625rem;background-color:#fff}.modal .reauth-form .input-show{position:absolute;top:0.9375rem;right:1.875rem;color:#000;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-transform:uppercase;cursor:pointer}.modal .reauth-form .button-group{margin:0}.modal .form-feedback{order:3;margin-top:0.5rem}.modal .button{height:2.5625rem;font-weight:700;font-size:0.875rem;border:none;cursor:pointer}.modal .button--primary{background-color:#38a3d7}.modal .button--secondary{background-color:#dce1e2}.modal .button--secondary:active{background-color:#c7cdd5}.modal .button--secondary:hover{background-color:#c7d0db;opacity:1;transition:background-color 0.2s}.modal .exit-btn{display:flex;float:right;color:#000;background-color:transparent;border:none}.modal .exit-btn:hover{cursor:pointer}.modal .exit-btn__container{position:absolute;top:8%;right:5%}.modal .exit-btn__icon{align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.modal .exit-btn__container::after{display:table;clear:both;content:''}.my-news{padding:1.5625rem}.my-news__heading{display:flex;align-items:center;color:#fff;font-weight:400;font-size:2.1875rem;line-height:1}.my-news__heading-fine-text{padding-left:0.1875rem;color:#9e9f9f;font-weight:300;font-size:0.8125rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.my-news__description{margin-top:1.5625rem;color:#c4cccb;font-size:0.875rem;line-height:1.4}.my-news__link{color:#fff;font-size:0.875rem}.my-news__link:not(:first-of-type){display:inline-block;margin-left:0.625rem}.my-news__item{position:relative;padding-bottom:0.625rem}.my-news__item:not(:first-of-type){margin-top:0.625rem;padding-top:0.625rem;border-top:1px solid #d5d5d5}.my-news__item:not(:first-of-type) .my-news__item-close-button{top:0.8125rem}.my-news__item-close-button{position:absolute;top:0.125rem;right:0;width:0.9375rem;height:0.9375rem;padding:0.125rem;background-color:#313c3d;border:none;border-radius:50%;cursor:pointer;transition:opacity 0.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.my-news__item-close-button:hover,.my-news__item-close-button:focus{opacity:0.8}.my-news__item-close-icon{width:0.6875rem;height:0.6875rem;color:#f5f5f5}.my-news .story-card{position:static;margin-right:0;margin-left:0}.my-news .story-card__heading__link,.my-news .story-card .story-card__heading{color:#fff;font-size:0.875rem}.my-news .story-card__article-video_icon{fill:#f5f5f5}.myaccount-form{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;box-sizing:border-box;width:100%;max-width:23.1875rem;margin-top:4.0625rem;padding:4.0625rem 1.25rem;background-color:#fff}@media (min-width: 576px){.myaccount-form{max-width:36rem;margin-top:4.0625rem;padding:8.125rem 6.4375rem;box-shadow:0 20px 28px rgba(85,99,137,0.08)}}.myaccount-form__container{display:flex;align-items:center;justify-content:center}.myaccount-form .heading{width:100%;margin:0;color:#121617;font-weight:500;font-size:2rem;font-family:"Stag","Georgia",serif;line-height:2.25rem;text-align:center}@media (min-width: 576px){.myaccount-form .heading{font-size:2.5rem;line-height:2.75rem}}.myaccount-form .description{width:100%;margin-bottom:2rem;color:#313c3d;font-weight:600;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.25rem;text-align:center}.myaccount-form .description .paragraph{margin:0;line-height:1.25rem}.myaccount-form .hr{display:block;width:2.0625rem;height:0.1875rem;margin:2rem 0;background-color:#ecac0c;border-radius:0.09375rem}.myaccount-form .hr-success{display:block;width:2.0625rem;height:0.1875rem;margin:2rem 0;background-color:#38a3d7;border-radius:0.09375rem}.myaccount-form .divider.hr{margin:2rem auto;background-color:#38a3d7}.myaccount-form input[type='text']:focus,.myaccount-form input[type='text']:hover,.myaccount-form input[type='email']:focus,.myaccount-form input[type='email']:hover{border-color:#ecac0c}.myaccount-form .form-button--submit{color:#fff;font-weight:700;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;background-color:#ecac0c}.myaccount-form .form-button--submit:disabled{opacity:0.2}.myaccount-form .form-button--submit:hover,.myaccount-form .form-button--submit:active{background-color:#fdb215}.myaccount-form .form-button--submit:active{opacity:0.5}.myaccount-form .form-button--verify{color:#fff;font-weight:700;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;background-color:#38a3d7}.myaccount-form .form-button--verify:disabled{background-color:#38a3d7;opacity:0.5}.myaccount-form .form-button--verify:hover,.myaccount-form .form-button--verify:active{background-color:#2aaae8}.myaccount-form .form-button--verify:active{opacity:0.8}.myaccount-form .form-button .button--suffix{display:flex;flex-direction:row;align-items:center;justify-content:center}.myaccount-form .form-button .button-text--IE{margin-right:15%;margin-left:25%}.myaccount-form .form-button .button--text{margin:auto}.myaccount-form .form-button .button--suffix span:last-child{align-self:flex-end;margin-right:5%}.myaccount-form .form-button .button--suffix-arrow{width:1rem;height:1rem;fill:#ffffff}.myaccount-form .email-field{display:flex;align-items:center;padding:0.75rem 0;padding-right:2.1875rem;padding-left:1.125rem;font-size:0.875rem;border:0.0625rem solid #dde1e2;border-radius:0.125rem}.myaccount-form .email-field__input{margin-left:1rem;background-color:#fff;border:none;outline:none}.myaccount-form .email-field .input-wrapper{width:100%}.myaccount-form .email-field input[type='text']{width:100%;border:none;opacity:1;-webkit-text-fill-color:#23292a}.myaccount-form .email-field .google-icon,.myaccount-form .email-field .apple-icon{width:1.125rem;height:1.125rem}.myaccount-form .email-field .google-icon{background:url(/pf/resources/dist/fonts/google-icon.svg?d=428)}.myaccount-form .email-field .apple-icon{background:url(/pf/resources/dist/fonts/apple-icon.svg?d=428);background-repeat:no-repeat;background-size:15px 18px}.myaccount-form .ms-ie-container-fix{max-width:25rem}.myaccount-form .user-agreement{margin-top:1rem;margin-bottom:0;color:#adadad;font:normal normal 600 0.75rem/1.125rem "Source Sans Pro","Helvetica",sans-serif;letter-spacing:0rem;text-align:center}@media (max-width: 575px){.myaccount-form .user-agreement{padding:0 3.125rem;font-stretch:1rem}}.myaccount-form .user-agreement a{color:#adadad;font-weight:700;text-decoration:underline}@media (max-width: 575px){.myaccount-form.user-form{box-shadow:none}}.myaccount-form .feedback-message{margin-bottom:2rem;color:#313c3d;font:normal normal 600 1rem/1.25rem "Source Sans Pro","Helvetica",sans-serif;letter-spacing:0;text-align:center}.myaccount-form .input-label{display:block;margin-bottom:0.5rem;font:normal normal 700 0.875rem/1.5rem "Source Sans Pro","Helvetica",sans-serif}.myaccount-form .checkbox__label{color:#272f31;font-weight:600;font-size:0.9375rem;font-family:"Source Sans Pro","Helvetica",sans-serif;font-stretch:1.25rem;letter-spacing:0rem}.myaccount-form .submit-button,.myaccount-form .try-again-button{width:100%;margin-top:0.5rem;padding:0.6875rem 0;color:#fff;background-color:#38a3d7;border:none}.myaccount-form .submit-button:hover,.myaccount-form .try-again-button:hover{background:#2b7199;border-color:#2b7199}.myaccount-form .submit-button:focus,.myaccount-form .try-again-button:focus{background:#2b7199;border-color:#2b7199}.myaccount-form .try-again-button{background-color:#38a3d7}.myaccount-form .manage-account{margin-top:2rem;font:normal normal 700 0.875rem/1.125rem "Source Sans Pro","Helvetica",sans-serif;letter-spacing:0rem;text-align:center}@media (max-width: 575px){.myaccount-form .manage-account{margin-top:4.6875rem}}.myaccount-form .contact-customer-service{margin-top:2rem;font:normal normal 700 0.875rem/1.125rem "Source Sans Pro","Helvetica",sans-serif;letter-spacing:0rem;text-align:center}.myaccount-form .checkbox{position:relative;display:flex;margin-top:1.5rem;margin-bottom:1.5rem}.myaccount-form .checkbox__input{position:relative;width:1.25rem;min-width:1.25rem;height:1.25rem;margin-right:0.625rem;border:0.0625rem solid #dde1e2;border-radius:4px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.myaccount-form .checkbox__input::after{position:absolute;top:0.125rem;left:0.375rem;display:none;width:0.1875rem;height:0.5rem;border:solid #fff;border-width:0 0.15625rem 0.15625rem 0;transform:rotate(45deg);content:''}.myaccount-form .checkbox__input:checked{background-color:#38a3d7;border:0.0625rem solid #38a3d7}.myaccount-form .checkbox__input:checked::after{display:block}.myaccount-form .checkbox-icon{position:absolute;top:0.3125rem;left:0.3125rem;display:none;width:7px;height:10px}.myaccount-form .radio-row{display:flex;align-items:center;margin-bottom:1.1875rem}.myaccount-form .radio-button{position:relative;width:1rem;height:1rem;margin-right:0.9375rem;border:0.125rem solid #dce1e2;border-radius:50%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.myaccount-form .radio-button::after{position:absolute;top:0.125rem;left:0.125rem;display:none;width:0.5rem;height:0.5rem;background-color:#38a3d7;border-radius:50%;content:''}.myaccount-form .radio-label{font-weight:600;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;cursor:pointer}.myaccount-form .radio-button:checked{border-color:#38a3d7}.myaccount-form .radio-button:checked+.cancel-form__radio-label{color:#38a3d7}.myaccount-form .radio-button:checked::after{display:block}.fusion-form{width:100%}.fusion-form form{width:100%}.fusion-form .input-group{margin:0 0 1rem 0}.fusion-form .input-group label{padding:0 0 0.5rem 0;color:#23292a;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.5rem}.fusion-form .input-wrapper{position:relative}.fusion-form .input-icon{position:absolute;top:50%;right:1rem;display:flex;align-items:center;justify-content:center;width:1.1875rem;height:1.1875rem;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;border-radius:50%;transform:translateY(-50%)}.fusion-form .input-icon--warning{background-color:#ed213e;content:'!'}.fusion-form .input-icon--warning::before{color:#fff;content:'!'}.fusion-form input[type='text'],.fusion-form input[type='email']{display:flex;flex-flow:column nowrap;box-sizing:border-box;width:100%;height:2.8125rem;padding:0.8125rem 1.125rem;color:#23292a;font-weight:600;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;border:0.0625rem solid #c7c7c7;border-radius:0.25rem;outline:none}.fusion-form .input-error{position:absolute;bottom:-2.5625rem;left:1rem;box-sizing:border-box;width:auto;height:auto;padding:0.5rem 0.75rem;color:#23292a;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.5rem;white-space:nowrap;background-color:#fff;border:0.0625rem solid #dce1e2;border-radius:0.25rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}@media (min-width: 768px){.fusion-form .input-error{bottom:0.125rem;left:calc(100% + 1rem)}}.fusion-form .input-error::before{position:absolute;top:-0.75rem;left:1.25rem;border-top:0.375rem solid transparent;border-right:0.375rem solid transparent;border-bottom:0.375rem solid #dce1e2;border-left:0.375rem solid transparent;content:''}@media (min-width: 768px){.fusion-form .input-error::before{top:50%;left:-0.375rem;display:block;border-color:transparent #dce1e2;border-style:solid;border-width:0.375rem 0.375rem 0.375rem 0;transform:translateY(-50%)}}.fusion-form .input-error::after{position:absolute;top:-0.625rem;left:1.3125rem;border-top:0.3125rem solid transparent;border-right:0.3125rem solid transparent;border-bottom:0.3125rem solid #fff;border-left:0.3125rem solid transparent;content:''}@media (min-width: 768px){.fusion-form .input-error::after{top:50%;left:-0.3125rem;border-color:transparent #fff;border-style:solid;border-width:0.3125rem 0.3125rem 0.3125rem 0;transform:translateY(-50%)}}.fusion-form .form-button{width:100%;height:2.8125rem;border:none;border-radius:0.125rem;cursor:pointer}.fusion-form .form-button--submit{color:#fff;font-weight:700;font-size:1rem;font-family:"Source Sans Pro","Helvetica",sans-serif;background-color:#ecac0c}.fusion-form .form-button--submit:disabled{opacity:0.2}.fusion-form .form-button--submit:hover,.fusion-form .form-button--submit:active{background-color:#fdb215}.fusion-form .form-button--submit:active{opacity:0.5}.form-feedback{display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;width:100%;height:auto;margin-top:1rem;padding:0.5rem;overflow:auto;border-radius:0.125rem}.form-feedback--success{color:#38a3d7;background-color:rgba(56,163,215,0.2)}.form-feedback--error{color:#ed213e;background-color:#fbd3d9}.form-feedback__message{margin-left:0.625rem;color:inherit;font-weight:600;font-size:0.78125rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.form-feedback__icon{width:100%;max-width:0.4375rem;height:100%;max-height:0.4375rem}.no-margin-top{margin-top:0}.form-feedback__icon-circle{display:flex;align-items:center;justify-content:center;width:0.9375rem;height:0.9375rem;border-radius:50%}.form-feedback__icon-circle--success{background-color:#38a3d7}.form-feedback__icon-circle--error{background-color:#ed213e}.social-auth-newsletter-form{flex-flow:wrap;min-width:25rem;max-width:36rem}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.social-auth-newsletter-form__ms-ie-container-fix{max-width:25rem}}@media (max-width: 575px){.social-auth-newsletter-form{min-width:23.4375rem}}@media (min-width: 576px){.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;max-width:100%;height:100%;background-color:#000;border:none}}.overlay .article-media__image{margin:0 auto}@media (min-width: 576px){.overlay .article-media__image{width:100%}}@media (min-width: 1400px){.overlay .article-media__image{max-width:100%}}.overlay .article-media__image--portrait{height:100%}@media (min-width: 576px){.overlay .article-media__image--portrait{width:auto;height:100vh}}@media (min-width: 576px){.overlay .article-media__caption{position:absolute;bottom:0;left:0;width:calc(100% - 1.25rem * 2);margin:0;padding:1.25rem;color:#fff;background-color:rgba(0,0,0,0.8)}}@media (min-width: 576px){.overlay .gallery{min-width:100%;margin-top:0;padding:0;border-top:none;border-bottom:none}.overlay .gallery::before{display:none}}@media (min-width: 576px){.overlay .gallery__item{position:relative;display:flex;align-items:center;justify-content:center;height:100vh}}.overlay .article .figure{margin-top:0}.overlay__close-button{display:none}@media (min-width: 576px){.overlay__close-button{position:fixed;top:1.875rem;right:0;z-index:110;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;background-color:#38a3d7;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}}.overlay__close-button-icon{width:1.875rem;height:1.875rem;color:#fff}@media (min-width: 576px){.body--overlay-is-active{overflow:hidden}}.read-more-links{padding:1.25rem 0}.read-more-links h3.read-more{display:flex;align-items:center;justify-content:center;padding-right:1rem;font-size:1.25rem}.read-more-links h3.read-more::after{flex:1;height:1px;margin-left:1rem;background-color:#d5d5d5;content:''}.read-more-links>ul>li{font-weight:500;font-size:0.9375rem;font-family:"Stag","Georgia",serif}@media print{.read-more-links{display:none}.article__raw-html,.article__raw-html-static,.article__raw-html__top,.article__raw-html__bottom{page-break-inside:avoid}.article__raw-html iframe[src*='nzonscreen.com/embed'],.article__raw-html iframe[src*='youtube.com/embed'],.article__raw-html iframe[src*='iheart.com'],.article__raw-html-static iframe[src*='nzonscreen.com/embed'],.article__raw-html-static iframe[src*='youtube.com/embed'],.article__raw-html-static iframe[src*='iheart.com'],.article__raw-html__top iframe[src*='nzonscreen.com/embed'],.article__raw-html__top iframe[src*='youtube.com/embed'],.article__raw-html__top iframe[src*='iheart.com'],.article__raw-html__bottom iframe[src*='nzonscreen.com/embed'],.article__raw-html__bottom iframe[src*='youtube.com/embed'],.article__raw-html__bottom iframe[src*='iheart.com']{display:none}.article__raw-html .embed-container,.article__raw-html-static .embed-container,.article__raw-html__top .embed-container,.article__raw-html__bottom .embed-container{display:none}}.related-articles{margin:2.8125rem 0 4.375rem}@media (min-width: 576px){.related-articles{margin:1.25rem 0}}.related-articles__heading{margin:0 0 1.25rem;font-weight:500;font-size:1.875rem;font-family:"Stag","Georgia",serif;text-align:center}.related-articles__items-wrapper{display:flex;flex-flow:row wrap}.related-articles .story-card--headline-image-small{padding-bottom:0.625rem;border-bottom:1px solid #dce1e2}.related-articles article[class^='story-card']{flex-basis:100%;margin:0}@media (min-width: 576px){.related-articles article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem);margin:0 1.25rem 0 0}.related-articles article[class^='story-card']:nth-child(even){margin:0}}.related-articles article[class^='story-card'] .story-card__heading{font-weight:500}.related-articles article[class^='story-card'] .meta-data{display:block}.related-articles article[class^='story-card'] .meta-data__read-time{margin-top:0.3125rem}@media print{.related-articles{display:none}}.share-bar{position:relative;display:flex}.share-bar .story-card__bookmark{background-color:transparent}.share-bar .social-link--bookmark,.share-bar .social-link--share-mobile{position:relative;padding-right:1.5rem;font-weight:400;font-size:0.875rem;font-style:normal}.share-bar .social-link--share-mobile svg{width:1.25rem;height:1rem;padding-right:0.3125rem}.share-bar .social-popup{position:absolute;top:1.875rem;left:33%;z-index:6;box-sizing:border-box;width:19.5625rem;padding:2rem;background-color:#fff;border-radius:0.1875rem;box-shadow:0 0.25rem 2.125rem rgba(0,0,0,0.1)}.share-bar .social-popup__title{font-weight:700;font-size:1rem;font-style:normal}.share-bar .social-popup__reminder{color:#ecac0c;font-weight:400;font-size:1rem;font-style:italic;line-height:1.5rem}.share-bar .social-popup__close-btn{position:absolute;top:0.625rem;right:0.625rem;background-color:transparent;border:0;cursor:pointer}.share-bar .social-popup strong{font-weight:600}.share-bar .social-popup .social-link svg{padding-right:0.5rem}.share-bar .social-popup .social-link{color:#111617;font-weight:400;font-size:1rem;font-style:normal;line-height:1.125rem}.share-bar .social-popup .copy-bg-color{color:#38a3d7}.share-bar .social-popup .copy-bg-color .social-link__icon--tick{margin-left:0.5rem}.share-bar .social-popup-hidden{display:none}@media (max-width: 575px){.share-bar{align-items:center;margin-top:0.625rem}}.share-bar .social-link{text-transform:capitalize}.share-bar .social-link:first-of-type{margin-left:0}.share-bar .social-link--bookmark{position:relative;margin-left:auto;background-color:transparent}.share-bar .social-link--bookmark svg{width:1rem;height:1.25rem;padding-right:0.3125rem}@media (min-width: 576px){.share-bar .social-link--bookmark{margin-left:1.5625rem}}.share-bar .social-link--bookmark::after,.share-bar .social-link--divide-line::after{position:absolute;top:0.25rem;right:0.75rem;display:block;width:0.0625rem;height:1.5rem;background-color:#d5d5d5;content:''}@media (min-width: 576px) and (max-width: 768px){.share-bar .social-link--bookmark::after,.share-bar .social-link--divide-line::after{right:0.5rem}}@media (min-width: 576px){.article__body .share-bar--apo{display:none}}.body--modal{position:absolute;top:0;left:0;z-index:5;width:100%;height:auto;background-color:rgba(0,0,0,0.4)}.arrow-icon{width:1.5625rem;height:1.5625rem}.slick-dots{position:static;padding:1rem 0 0}.slick-prev{transform:translate(0, -50%) rotate(180deg)}.slick-prev,.slick-next{z-index:2;display:flex !important;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:#fff !important;background-color:#4c585d !important;border-radius:50%;transition:opacity 0.2s}.slick-prev.slick-disabled,.slick-next.slick-disabled{cursor:auto}.slick-prev.slick-disabled,.slick-prev.slick-disabled:hover,.slick-next.slick-disabled,.slick-next.slick-disabled:hover{opacity:0.6}.slick-prev::before,.slick-next::before{display:none}.slick-prev:hover,.slick-next:hover{opacity:0.8}.social-link{display:flex;align-items:center;justify-content:left;height:2rem;color:#111617}.social-link--facebook{color:#4267b2;fill:#4267b2}.social-link--twitter{color:#38a1f3;fill:#38a1f3}.social-link--linkedin{color:#0077b5;fill:#0077b5}.social-link--reddit{color:#f24511;fill:#f24511}.social-link--instagram{color:#8b5191;fill:#8b5191}.social-link--youtube{color:#dc4e41;fill:#dc4e41}.social-link--rss{color:#e3702d;fill:#e3702d}.social-link--mail{color:#4c585d;fill:#4c585d}.social-link--share{color:#111617;fill:#111617}.social-link__icon{width:1.4375rem;height:1.4375rem}.social-link--bookmark{background-color:#4c585d}.social-link--bookmark .social-link__icon:first-of-type{display:block}.social-link--bookmark .social-link__icon:last-of-type{display:none}.social-link--commenting{width:auto;margin-left:0.5rem;padding:0 0.625rem;font-weight:700;font-size:0.8125rem;font-family:"Source Sans Pro","Helvetica",sans-serif;background-color:#38a3d7}.social-link--commenting .social-link__icon{width:1.25rem;height:1.25rem;margin-right:0.33rem;fill:#fff}.social-link--is-selected{background-color:#38a3d7}.social-link--is-selected .social-link__icon:first-of-type{display:none}.social-link--is-selected .social-link__icon:last-of-type{display:block}.sponsor__image{max-width:210px;max-height:35px;margin-right:10px;overflow:hidden;border-radius:0}.sponsor__info-title{display:block}.sponsor__info-link{color:#4c585d;font-weight:700;font-family:"Source Sans Pro","Helvetica",sans-serif}.sponsored{height:4.0625rem;color:#fff;font-weight:700;font-size:0.6875rem;font-family:"Source Sans Pro","Helvetica",sans-serif}@media (min-width: 768px){.sponsored{margin-top:0.3125rem}}.sponsored__wrapper{position:relative;display:flex;align-items:center;justify-content:center;max-width:60rem;height:100%;margin:0 0.625rem}@media (min-width: 992px){.sponsored__wrapper{margin:0 auto}}@media (max-width: 767px){.sponsored__wrapper{margin:0}}.sponsored__text{margin:0;padding-right:1.0625rem;padding-left:1.875rem;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.3}.sponsored__sponsor-logo-box{height:2.5rem;border-right:1px solid #707070}.sponsored__sponsor-link{display:block;padding-right:0.625rem;padding-left:1.0625rem}.sponsored__logo{max-height:3.125rem}.sponsored__textwrapper{display:flex;align-items:center;min-height:1.875rem}.story-card--has-label::before{position:absolute;top:0;left:0;z-index:1;width:100%;height:0.0625rem;background-color:#ecac0c;content:''}.story-card__label{position:absolute;top:0;right:0;z-index:1;padding:0.1875rem 0.3125rem;color:#313c3d;font-weight:600;font-size:0.75rem;text-transform:uppercase;background-color:#ecac0c;border-bottom-left-radius:0.4375rem}.story-card--is-admin-highlight{box-shadow:0 0 0 2px red}@media (max-width: 575px){.story-card__image-link{position:relative;display:block;width:100%;padding-top:56.25%;overflow:hidden}}.story-card__image-link:hover,.story-card__image-link:focus{opacity:1}.story-card__image-link__picture{width:100%}@media (max-width: 575px){.story-card__image-link__picture{position:absolute;top:0;right:0;bottom:0;left:0}}.story-card__kicker-wrapper{display:flex;flex-wrap:wrap}.story-card__kicker{font-weight:700;font-size:0.625rem;text-transform:uppercase}.story-card__subkicker{padding-left:0.1875rem;font-weight:400;font-size:0.625rem;text-transform:capitalize}.story-card__subkicker-separator{position:relative;top:-0.0625rem;padding-left:0.1875rem;font-size:0.5625rem}.story-card__heading-wrapper{display:flex;flex-flow:row nowrap;justify-content:flex-start}.story-card__heading-wrapper.pb__editable{background-color:transparent}.story-card__meta-container{display:inline-flex;flex-flow:row;align-items:center}.story-card__meta-container:empty{display:none}.story-card__article-video_icon{position:absolute;left:-0.25rem;width:1.25rem;height:1.25rem}.story-card__heading{margin-top:0.625rem;font-weight:400;font-family:"Stag","Georgia",serif;line-height:1.2}.story-card__heading__link{color:#4c585d}.story-card .meta-data{margin-top:0.25rem}.story-card__deck{margin-top:0.1875rem;margin-bottom:0;font-size:0.875rem;line-height:1.3}.story-card__icon{position:absolute;top:0;left:0;z-index:2;width:1.5625rem;height:1.5625rem;background-color:#4c585d}.story-card__comment-icon-wrapper,.story-card__video-icon-wrapper{position:relative;top:0.1em;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-right:0.375rem;padding-right:0.25rem;font-size:inherit;border-right:0.0625rem solid rgba(220,225,226,0.75);fill:#121617}.story-card__headline-standalone .story-card__video-icon-wrapper{border-right:0}.story-card__comment-icon{width:0.9em;height:0.9em;fill:#38a3d7}.story-card h1.story-card__heading .story-card__comment-icon-wrapper{top:-0.25rem;width:0.75em;height:0.75em;margin-right:0.625rem;padding-right:0.4375rem}.story-card h1.story-card__heading .story-card__comment-icon{width:0.55em;height:0.55em}.story-card h2.story-card__heading .story-card__comment-icon-wrapper{top:0;width:0.8em;height:0.8em;margin-right:0.625rem;padding-right:0.5rem}.story-card h2.story-card__heading .story-card__comment-icon{width:0.7em;height:0.7em}.story-card__bookmark{margin-left:0.9375rem;padding-right:0;padding-left:0;color:#4c585d;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.story-card__bookmark--is-selected .story-card__bookmark-icon:first-of-type{display:none}.story-card__bookmark--is-selected .story-card__bookmark-icon:last-of-type{display:block}.story-card__bookmark-icon{width:0.625rem;height:1.1875rem}.story-card__bookmark-icon:first-of-type{display:block}.story-card__bookmark-icon:last-of-type{display:none}@media (max-width: 767px){.story-card,.story-card--secondary{margin-right:0.625rem;margin-left:0.625rem}}.story-card,.story-card--secondary,.story-card--featured,.story-card--featured-medium,.story-card--featured-large,.story-card--featured-extra-large{position:relative}.story-card--landscape-text-below .story-card__kicker-wrapper,.story-card--portrait-text-below .story-card__kicker-wrapper,.story-card--headline-image .story-card__kicker-wrapper,.story-card--headline .story-card__kicker-wrapper{padding-top:0.625rem}.story-card--featured .story-card__image-link::before,.story-card--featured-medium .story-card__image-link::before,.story-card--featured-large .story-card__image-link::before,.story-card--featured-extra-large .story-card__image-link::before{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;background-image:linear-gradient(180deg, transparent 35%, #000);content:''}.story-card--featured .story-card__info,.story-card--featured-medium .story-card__info,.story-card--featured-large .story-card__info,.story-card--featured-extra-large .story-card__info{position:absolute;right:0;bottom:0;left:0;z-index:2;margin-bottom:1.25rem;padding-right:1.25rem;padding-left:0.625rem}.story-card--featured .story-card__kicker,.story-card--featured-medium .story-card__kicker,.story-card--featured-large .story-card__kicker,.story-card--featured-extra-large .story-card__kicker{color:#fff}.story-card--featured .story-card__subkicker,.story-card--featured-medium .story-card__subkicker,.story-card--featured-large .story-card__subkicker,.story-card--featured-extra-large .story-card__subkicker{color:#fff}.story-card--featured .story-card__subkicker-separator,.story-card--featured-medium .story-card__subkicker-separator,.story-card--featured-large .story-card__subkicker-separator,.story-card--featured-extra-large .story-card__subkicker-separator{color:#fff}.story-card--featured .story-card__heading,.story-card--featured-medium .story-card__heading,.story-card--featured-large .story-card__heading,.story-card--featured-extra-large .story-card__heading{color:#fff;font-size:1.125rem}.story-card--featured .story-card__label-updated,.story-card--featured-medium .story-card__label-updated,.story-card--featured-large .story-card__label-updated,.story-card--featured-extra-large .story-card__label-updated{color:#fff}.story-card--featured .story-card__label-updated::before,.story-card--featured-medium .story-card__label-updated::before,.story-card--featured-large .story-card__label-updated::before,.story-card--featured-extra-large .story-card__label-updated::before{background-color:#fff}.story-card--featured .story-card__heading__link,.story-card--featured-medium .story-card__heading__link,.story-card--featured-large .story-card__heading__link,.story-card--featured-extra-large .story-card__heading__link{color:#fff}.story-card--featured .meta-data,.story-card--featured-medium .meta-data,.story-card--featured-large .meta-data,.story-card--featured-extra-large .meta-data{margin-top:0.3125rem;color:#d5d5d5}.story-card--featured .story-card__icon,.story-card--featured-medium .story-card__icon,.story-card--featured-large .story-card__icon,.story-card--featured-extra-large .story-card__icon{top:0.625rem;left:0.625rem}.story-card--featured .story-card__article-video_icon,.story-card--featured-medium .story-card__article-video_icon,.story-card--featured-large .story-card__article-video_icon,.story-card--featured-extra-large .story-card__article-video_icon{fill:#f5f5f5}.story-card--featured-medium,.story-card--featured-large,.story-card--featured-extra-large{margin-right:0;margin-left:0}.story-card--featured-medium .story-card__heading,.story-card--featured-large .story-card__heading,.story-card--featured-extra-large .story-card__heading{line-height:1.07}.story-card--featured .story-card__heading,.story-card--featured-medium .story-card__heading{font-weight:500}.story-card--featured-large .story-card__heading,.story-card--featured-extra-large .story-card__heading{font-size:2.1875rem}@media (min-width: 576px){.story-card--featured-large .story-card__heading,.story-card--featured-extra-large .story-card__heading{font-size:2.8125rem}}.story-card--secondary.story-card--has-label::before{width:calc((100% - 1.25rem + 0.0625rem) / 2)}@media (min-width: 576px){.story-card--secondary.story-card--has-label::before{width:8.75rem}}.story-card--secondary .story-card__label{right:auto;left:calc((100% - 1.25rem + 0.0625rem) / 2);transform:translateX(-100%)}@media (min-width: 576px){.story-card--secondary .story-card__label{left:8.75rem}}.story-card--secondary .story-card__content{display:flex;flex-wrap:wrap}.story-card--secondary .story-card__image-link{flex-basis:calc((100% - 1.25rem) / 2)}@media (max-width: 575px){.story-card--secondary .story-card__image-link{padding-top:60.94%}}@media (min-width: 576px){.story-card--secondary .story-card__image-link{display:inline;flex-basis:8.75rem}}.story-card--secondary .story-card__info{flex-basis:calc((100% - 1.25rem) / 2);margin-left:1.25rem}@media (min-width: 576px){.story-card--secondary .story-card__info{flex-basis:calc(100% - 8.75rem - 1.25rem)}}.story-card--secondary .story-card__kicker{display:inline-block;margin-top:0}.story-card--secondary .meta-data,.story-card--secondary .meta-data__time-stamp{display:block}.story-card--secondary .meta-data__read-time{margin-top:0.3125rem}.story-card--featured .story-card__content{position:relative}.story-card--featured .meta-data__time-stamp{display:block}.story-card--featured .meta-data__read-time{margin-top:0.3125rem}@media (max-width: 575px){.story-card--featured-medium .story-card__image-link{padding-top:90%}}.story-card--featured-medium .story-card__heading{font-size:1.875rem}@media (max-width: 575px){.story-card--featured-large .story-card__image-link{padding-top:110.58%}}@media (max-width: 575px){.story-card--featured-extra-large .story-card__image-link{padding-top:127.58%}}.story-card--headline .story-card__icon,.story-card--headline-deck .story-card__icon{position:static}.story-card--headline .story-card__heading-wrapper>.story-card__icon,.story-card--headline-deck .story-card__heading-wrapper>.story-card__icon{margin:0.75rem 0.625rem 0 0}.story-card--summary .story-card__content{position:relative}.story-card--summary .story-card__icon{top:1.5rem;left:0}.story-card--summary .story-card__icon+.story-card__info .story-card__heading{margin-left:2.1875rem}.story-card--summary .story-card__heading{font-weight:500;font-size:1.125rem}.story-card--summary .meta-data{flex-direction:flex-start;margin-top:0.9375rem}.story-card--summary .meta-data__read-time{margin-left:auto}.story-card--headline-image-small{padding:0.625rem 0}.story-card--headline-image-small .story-card__icon{position:static}.story-card--headline-image-small .story-card__heading-wrapper>.story-card__icon{margin:0.9375rem 0.625rem 0 0}.story-card--headline-image-small .story-card__kicker-wrapper{position:absolute;top:0.625rem;left:0}.story-card--headline-image-small .story-card__heading{margin:0.9375rem 0 0}.story-card--headline-image-small .story-card__info{width:100%}.story-card--headline-image-small .story-card__content{display:flex;flex-flow:row nowrap}.story-card--headline-image-small .story-card__image-link{width:3.75rem;min-width:3.75rem;height:2.5rem;margin:0.9375rem 0.625rem 0 0;padding-top:0}.user-actions{display:flex;flex-wrap:wrap;box-sizing:content-box;font-weight:400;font-size:1.0625rem;font-family:"Stag","Georgia",serif}.user-actions__item{flex-basis:calc(100% / 2 - 1.25rem);padding:0.5rem;color:#c4cccb;line-height:1.45;text-align:center;border-top:2px solid #23292a;border-right:2px solid #23292a;border-bottom:none;border-left:2px solid #23292a}.user-actions__item:nth-of-type(2){border-right:none}.user-actions__item:hover{color:#38a3d7}.user-actions__premium-subscription-link{flex-basis:100%;margin-bottom:0.25rem;padding:0.625rem;color:#313c3d;font-weight:700;font-family:"Source Sans Pro","Helvetica",sans-serif;text-align:center;background-color:#ecac0c;border:1px solid #ecac0c;transition:all 0.2s}@media (min-width: 576px){.user-actions__premium-subscription-link{margin:0.25rem}}.user-actions__premium-subscription-link:hover,.user-actions__premium-subscription-link:focus{color:#121617;background-color:#ecac0c;border-color:#000;opacity:1}.user-actions .accordion{border:0}.video-paywall{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;background-color:rgba(255,255,255,0.85)}.video-paywall__heading{color:#000;font-weight:400;font-size:1.5625rem}.video-paywall__call-to-action{display:inline-block;margin-top:1.25rem;padding:0.5rem 1.875rem;color:#fff;font-weight:700;font-size:1.125rem;background-color:#ecac0c;border-radius:0.25rem}@media (min-width: 576px){.video-paywall__call-to-action{padding:0.625rem 2.5rem}}.video-paywall__fine-text{margin-top:1.25rem;color:#313c3d;font-weight:700;font-size:1rem}.video-paywall__link{color:#313c3d;text-decoration:underline;transition:color 0.2s}.video-paywall__link:hover,.video-paywall__link:focus{color:#ecac0c}.video-outer{position:relative;display:block;max-width:100%}.video-wrapper{padding-top:56.25%}.video-wrapper.premium-video{padding-top:initial}.video-wrapper.premium-video .vjs-big-play-button{display:none}.video-js{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#myPlayerID .vjs-icon-placeholder:before{position:relative}#myPlayerID .vjs-modal-dialog{position:relative}#myPlayerID .vjs-button>.vjs-icon-placeholder:before{position:relative}#myPlayerID .vjs-modal-dialog{position:relative}#myPlayerID .vjs-modal-dialog-content{position:relative}.vc{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);cursor:pointer;pointer-events:none}.vc__controls{position:absolute;top:0;display:flex;justify-content:flex-start;width:100%;padding-top:2rem;color:#fff;font-weight:900;font-size:0.75rem;text-transform:uppercase}.vc__ticker{display:flex;margin-left:2.0625rem}.vc__ticker-text-before{display:flex;align-items:center;margin-right:0.75rem}.vc__ticker-countdown{font-size:1.125rem}.vc__buttons-base,.vc__cancel,.vc__disable-autoplay,.vc__enable-autoplay{display:inline-block;pointer-events:auto;min-width:7.5rem;margin-left:0.75rem;padding:0.8125rem 1.125rem;color:#fff;line-height:1.2;text-align:center;background-color:#4a5657;border:none;border-radius:0.1875rem;cursor:pointer}.vc__buttons-base:hover,.vc__cancel:hover,.vc__disable-autoplay:hover,.vc__enable-autoplay:hover,.vc__buttons-base:focus,.vc__cancel:focus,.vc__disable-autoplay:focus,.vc__enable-autoplay:focus{background-color:#556364}.vc__cancel{color:#111617;background-color:#fff}.vc__cancel:hover,.vc__cancel:focus{background-color:#e7e9ef}.vc__enable-autoplay{margin-left:2.3125rem}@media print{.video-outer{display:none}}.recommended-articles{max-width:640px;margin:1.5rem auto;padding:0rem 0.625rem}@media (min-width: 576px){.recommended-articles{max-width:960px}}@media (min-width: 768px){.recommended-articles{margin:3rem auto}}@media (min-width: 992px){.recommended-articles{padding:0}}.recommended-articles__heading{margin:2rem 0;color:#38a3d7;font-weight:500;font-size:1.25rem;line-height:1.5625rem;text-align:center}@media (min-width: 768px){.recommended-articles__heading{margin:0}}.recommended-articles__items-wrapper{display:flex;padding:0 0.625rem 1.375rem 0.625rem}@media (max-width: 767px){.recommended-articles__items-wrapper{display:block;padding:0}}@media (max-width: 767px){.recommended-articles__items-wrapper.paid-promoted-content{margin:-0.625rem;padding:0}}.recommended-articles article[class^='story-card'],.recommended-articles div[class^='pb-ad-container']{margin-top:1.25rem;margin-right:0;margin-left:0}@media (min-width: 768px){.recommended-articles article[class^='story-card'],.recommended-articles div[class^='pb-ad-container']{width:33.33%}.recommended-articles article[class^='story-card']:nth-of-type(even),.recommended-articles div[class^='pb-ad-container']:nth-of-type(even){margin-right:1.25rem;margin-left:1.25rem}}@media print{.recommended-articles{display:none}}.got-prompt___container{position:fixed;z-index:999}@media (max-width: 575px){.got-prompt___container{right:1.25rem;bottom:0.625rem;left:1.25rem}}@media (min-width: 576px){.got-prompt___container{top:3.125rem;right:0.625rem}}.got-modal__wrapper{top:45%;justify-content:initial;width:95%;max-width:36rem;min-height:initial;padding:4.0625rem 2.125rem}.got-modal__wrapper .got-newsletter-modal{background-color:#fff}@media (max-width: 575px){.got-modal__wrapper .got-newsletter-modal .heading{font-size:1.75rem;line-height:1.8125rem}}.got-modal__wrapper .got-newsletter-modal .divider{margin:1.375rem auto}@media (min-width: 576px){.got-modal__wrapper .got-newsletter-modal .divider{margin:1.875rem auto}}.got-modal__wrapper .got-newsletter-modal__setup-profile{margin-top:1.5625rem;font:normal normal 600 1rem/1.25rem "Source Sans Pro","Helvetica",sans-serif;text-align:center}@media (min-width: 576px){.got-modal__wrapper .got-newsletter-modal__setup-profile{margin-top:2rem}}.got-modal__wrapper .got-newsletter-modal__back-to-reading{width:100%;margin-top:1.0625rem;padding:0.75rem 0;font-size:0.875rem;background-color:#dce1e2;border:none}@media (min-width: 576px){.got-modal__wrapper .got-newsletter-modal__back-to-reading{padding:0.875rem 0;font-size:1rem}}.got-modal__wrapper .got-newsletter-modal__back-to-reading:hover{background-color:#c7d0d8}.got-modal__wrapper .got-newsletter-modal__continue-btn{display:block;padding:0.75rem 0;font-size:0.875rem;text-align:center}@media (min-width: 576px){.got-modal__wrapper .got-newsletter-modal__continue-btn{padding:0.875rem 0;font-size:1rem}}.got-modal__wrapper .got-newsletter-modal__continue-btn:disabled{opacity:1}.got-modal__wrapper .got-newsletter-modal .checkbox{margin-top:1.5625rem;margin-bottom:1.5625rem}@media (min-width: 576px){.got-modal__wrapper .got-newsletter-modal .checkbox{margin-top:2.125rem;margin-bottom:2.1875rem}}@media (max-width: 575px){.got-modal__wrapper .got-newsletter-modal .checkbox__label{font-size:0.875rem}}.got-modal__wrapper .exit-btn{display:flex;float:right;background-color:transparent;border:none}.got-modal__wrapper .exit-btn:hover{cursor:pointer}.got-modal__wrapper .exit-btn__container{position:absolute;top:4.5%;right:6%}@media (min-width: 576px){.got-modal__wrapper .exit-btn__container{top:5%;right:5%}}.got-modal__wrapper .exit-btn__icon{align-items:center;justify-content:center;width:1.875rem;height:1.875rem;color:#38a3d7}.got-modal__wrapper .exit-btn__container::after{display:table;clear:both;content:''}.got-modal__wrapper .user-agreement{margin-top:0.9375rem;padding:0}.got-modal__wrapper .user-agreement a{color:#38a3d7}@media (min-width: 375px){.got-modal__wrapper{padding:5.3125rem 2.5rem}}@media (min-width: 576px){.got-modal__wrapper{width:100%;min-height:42.75rem;padding:8.25rem 6.375rem}}.font-header,.journalist-details__name,.journalist-details__quote,.journalist-details__latest-content{font-weight:500;font-family:"Stag","Georgia",serif}.font-role,.journalist-details__role{font-weight:900}.font-location,.journalist-details__location{font-weight:700}.journalist-details{margin:0 0.625rem}.journalist-details__card-wrap{display:flex;flex-direction:column;background:#f5f5f5}@media (min-width: 576px){.journalist-details__card-wrap{display:block;float:left;width:100%}}.journalist-details__title-box{display:flex;flex-direction:column;align-items:center;padding-top:2.1875rem}@media (min-width: 576px){.journalist-details__title-box{padding-bottom:3rem;background:#fff}}.journalist-details__name{font-size:1.5rem;line-height:1.875rem}@media (min-width: 576px){.journalist-details__name{font-size:2.5rem;line-height:3.125rem}}.journalist-details__role{margin-top:0.25rem;color:#8a8f96;font-size:0.75rem;line-height:0.9375rem;text-align:center;text-transform:uppercase}@media (min-width: 576px){.journalist-details__role{margin-top:0.5rem;font-size:1rem;line-height:1.25rem}}.journalist-details__photo-box{display:flex;justify-content:center;order:-1;padding-top:3.5rem}@media (min-width: 576px){.journalist-details__photo-box{float:left;width:20rem;padding-top:4.5625rem}}.journalist-details__photo-img,.journalist-details__default-img{width:11.375rem;height:11.375rem;background-color:#ebebeb;background-size:cover;border-radius:100%}@media (min-width: 576px){.journalist-details__photo-img,.journalist-details__default-img{width:14.125rem;height:14.125rem}}.journalist-details__default-img{display:flex;justify-content:center}.journalist-details__default-img-svg{width:3.5625rem;color:#bfc5c6}.journalist-details__social{display:flex;flex-wrap:wrap;justify-content:center;padding-top:1.25rem}@media (min-width: 576px){.journalist-details__social{float:left;clear:left;width:20rem;padding-top:3.125rem}}.journalist-details__location{width:100%;margin:1.5rem 0 2.8125rem 0;color:#8a8f96;font-size:0.75rem;line-height:0.9375rem;text-align:center;text-transform:uppercase}@media (min-width: 576px){.journalist-details__location{width:auto;margin-top:0.0625rem;margin-bottom:4.0625rem}}.journalist-details__location.location-only{margin-left:0;padding-left:0;border:none}.journalist-details__location-border{border-left:1px solid #dde2e3}@media (min-width: 576px){.journalist-details__location-border{margin-left:1.5625rem}}.journalist-details__location-border span{margin-left:0.515625rem}.journalist-details__description{flex:1;padding:2rem 0.625rem 2rem;color:#313c3d;background:#fff}@media (min-width: 576px){.journalist-details__description{margin:0;padding:4rem 2.75rem 2rem;background:initial}}.journalist-details__description .bio{font-weight:bold}.journalist-details__description p{margin:1.75rem 0;font-size:1.1875rem;line-height:1.8125rem}@media (min-width: 576px){.journalist-details__description p{margin:1.125rem 0;font-size:1.0625rem;line-height:1.375rem}}.journalist-details__description p:first-child{margin-top:0}.journalist-details__description p:last-child{margin-bottom:0}.journalist-details__description p.journalist-details__bold-text{font-weight:bold}.journalist-details__description .bio-long{white-space:pre-line}.journalist-details__quote{clear:both;margin:0 1.25rem 2.8125rem 4.0625rem;padding-top:3.125rem;font-size:1.625rem;line-height:2rem}@media (min-width: 576px){.journalist-details__quote{margin-right:9.625rem;margin-left:9.625rem;font-size:1.5rem;line-height:1.875rem;text-align:center}}.journalist-details__latest-content{padding:2.8125rem 0.3125rem 1.75rem;font-size:1.25rem;line-height:1.5625rem;text-align:center;border-top:0.0625rem solid #dde2e3}.journalist-card{position:relative;display:flex}.journalist-card__image-link__picture{width:7.5625rem;height:7.5625rem;border-radius:50%}@media (max-width: 767px){.journalist-card__image-link__picture{position:absolute;top:0;left:0;width:5.3125rem;height:5.3125rem}}@media (min-width: 768px) and (max-width: 992px){.journalist-card__image-link__picture{position:absolute;top:0;left:0}}.journalist-card__body-wrapper{display:flex;flex-direction:column;width:100%}@media (min-width: 992px){.journalist-card__body-wrapper{max-width:19.1875rem;margin-left:1.125rem}}@media (min-width: 768px) and (max-width: 992px){.journalist-card__body-wrapper{margin-left:9.375rem}}@media (max-width: 767px){.journalist-card__body__name-wrapper{display:flex;flex-direction:column;justify-content:center;height:5.3125rem;margin-left:6.75rem}}@media (min-width: 768px) and (max-width: 992px){.journalist-card__body__name-wrapper{display:flex;flex-direction:column;justify-content:center}}.journalist-card__body__name{color:#000;font-weight:500;font-size:1.1875rem;font-family:"Stag","Georgia",serif;line-height:1.375rem}@media (max-width: 767px){.journalist-card__body__name{font-size:1.125rem;line-height:1.4375rem}}.journalist-card__body__role{margin-top:0.125rem;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:0.9375rem;text-transform:uppercase}.journalist-card__body__bio{margin-top:1.125rem;margin-bottom:1.75rem;color:#313c3d;font-weight:400;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1.375rem}@media (max-width: 767px){.journalist-card__body__bio{margin-bottom:1.375rem;font-size:1.0625rem}}.journalist-card__footer-wrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.journalist-card__footer__social-wrapper{display:flex}.journalist-card__footer__social-link--mail{display:block;width:1.0625rem;height:1rem}.journalist-card__footer__social-link--twitter{display:block;width:1.1875rem;height:1rem;margin-left:1.3125rem}.journalist-card__footer__social-link__icon{width:100%;height:100%}.journalist-card__footer__read-more{color:#38a3d7;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-transform:uppercase}.article-sidebar{margin-top:1.25rem}@media (min-width: 992px){.article-sidebar:first-child{margin-top:0}}@media (min-width: 992px){.article-sidebar{margin-top:0}}.article-sidebar__section{margin-top:1.875rem}.article-sidebar__section-heading{margin-top:0;margin-bottom:1.25rem;font-weight:300;font-size:1.875rem}.article-sidebar .ordered-list__item,.article-sidebar .ordered-list__item-link{font-size:0.875rem}.article-sidebar .ordered-list__item{padding-left:0}.article-sidebar .ordered-list__item-link{color:inherit}.article-sidebar .story-card,.article-sidebar .story-card--secondary{margin-bottom:0;padding-bottom:0.625rem}@media (max-width: 767px){.article-sidebar .story-card,.article-sidebar .story-card--secondary{margin-right:0;margin-left:0}}.article-sidebar .story-card:last-of-type,.article-sidebar .story-card--secondary:last-of-type{margin-bottom:0;border-bottom:none}.article-sidebar .story-card--headline,.article-sidebar .story-card--headline-image-small{border-bottom:1px solid #d5d5d5}.article-sidebar .story-card--has-label::before{top:-0.0625rem}.article-sidebar .story-card__label{top:-0.0625rem}.article-sidebar .ad{margin-top:1.25rem}.article-sidebar .ad.ad-native{margin-top:0}.article{max-width:60rem;margin:0 auto;padding:1.25rem 0.625rem 0}@media (min-width: 992px){.article{display:flex;flex-wrap:wrap;align-items:stretch;padding:2.5rem 0 0}}.article .article__header-premium{position:relative;border-top:0.0625rem solid #ecac0c}@media (min-width: 576px){.article .article__header-premium{padding-top:0.625rem}}.article .article__header-premium::before{position:absolute;top:-0.0625rem;right:0;z-index:1;width:auto;height:auto;padding:0.1875rem 0.3125rem;color:#333;font-weight:600;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:1;background-color:#ecac0c;border-bottom-left-radius:0.4375rem;content:'PREMIUM'}.article .article__header-sponsored .article__kicker,.article .article__header-sponsored .article__subkicker-separator,.article .article__header-sponsored .article__subkicker{display:none}@media (max-width: 575px){.article .article__action-bar-simple{padding:0 0.625rem}}@media (max-width: 575px){.article .article__header-simple .article__header-info{padding:0 0.625rem}}@media (max-width: 575px){.article .article__header-simple .article__action-bar{padding:0 0.625rem}}@media (min-width: 992px){.article__main{flex-basis:calc(100% / 3 * 2 - 1.25rem / 2)}}@media (max-width: 991px){.article--sidebar-hidden .article-sidebar{display:none}}@media (max-width: 575px){.article--header-is-sponsored{margin:0;padding:0}}@media (max-width: 575px){.article--header-is-sponsored .article__heading-caption{padding-left:0.625rem}}@media (max-width: 575px){.article--header-is-sponsored .article-sponsored__header .figure{margin-top:0}}@media (max-width: 575px){.article--header-is-sponsored .article__body{padding:1.25rem 0.625rem 0}}@media (max-width: 575px){.article--header-has-image{margin:0;padding:0}}@media (max-width: 575px){.article--header-has-image .article__header{position:relative}}@media (max-width: 575px){.article--header-has-image .article__action-bar{padding-right:0.625rem;padding-left:0.625rem}}@media (max-width: 575px){.article--header-has-image .article__body{padding:1.25rem 0.625rem 0}}@media (max-width: 575px){.article--header-has-image .article__header-info{position:absolute;right:0;bottom:0;left:0;z-index:2;margin-bottom:1.25rem;padding-right:0.625rem;padding-left:0.625rem}.article--header-has-image .article__header-info .article__kicker,.article--header-has-image .article__header-info .article__subkicker,.article--header-has-image .article__header-info .article__subkicker-separator,.article--header-has-image .article__header-info .article__heading,.article--header-has-image .article__header-info .article__label-updated{color:#fff}.article--header-has-image .article__header-info .article__label-updated::before{background-color:#fff}}@media (max-width: 575px){.article--header-has-image .article__heading-caption{padding:0 0.625rem}}@media (max-width: 575px){.article--header-has-image .article__header .figure{margin-top:0}}@media (max-width: 575px){.article--header-has-image .article__header .figure::before,.article--header-has-image .header__figure::before{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;background-image:linear-gradient(180deg, transparent 35%, #000);content:''}}.article .article__heading-caption{display:block;margin-top:0.3125rem;margin-bottom:0.625rem;color:#707c83;font-weight:400;font-size:0.875rem;line-height:1.6}@media (min-width: 576px){.article .article__heading-caption{line-height:1.125rem}}.article .article-media__caption.hero{display:none}@media (max-width: 575px){.article .article-sidebar{padding-right:0.625rem;padding-left:0.625rem}}@media (min-width: 992px){.article .article-sidebar{flex-basis:calc(100% / 3 - 1.25rem);margin-left:1.25rem}}.article__kicker{font-weight:700;font-size:0.8125rem;text-transform:uppercase}.article__subkicker{padding-left:0.125rem;font-weight:400;font-size:0.8125rem;text-transform:capitalize}.article__subkicker-separator{padding-left:0.125rem}.article__heading{color:#111617;font-weight:400;line-height:3rem}@media (max-width: 575px){.article__heading{margin-top:0.625rem;font-size:1.625rem;line-height:1.2}}@media (min-width: 576px){.article__heading{margin-top:1.25rem}}.article__label-updated{margin-left:0.625rem;font-size:0.8125rem}@media (max-width: 575px){.article .meta-data{font-weight:600}}@media (max-width: 575px){.article .meta-data__time-stamp{font-weight:600}}@media (max-width: 575px){.article .meta-data__read-time__icon{display:none}}.article .figure{margin-top:1.25rem}.article__action-bar{margin-top:1.25rem;margin-bottom:1.0625rem}@media (min-width: 576px){.article__action-bar{display:flex;justify-content:space-between;margin-bottom:2rem}}.article__sponsored-action-bar,.article__brandinsight-action-bar{margin-top:1.25rem;margin-bottom:0.625rem}@media (max-width: 575px){.article__sponsored-action-bar,.article__brandinsight-action-bar{margin-top:0.625rem;padding-right:0.625rem;padding-left:0.625rem}}@media (min-width: 576px){.article__sponsored-action-bar,.article__brandinsight-action-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}}.article__body{padding-top:1.25rem;font-weight:400;border-top:1px solid #dde2e3}.article__body p strong,.article__body p i{font-size:1.1875rem}@media (min-width: 576px){.article__body p{line-height:1.5rem}.article__body p strong,.article__body p i{font-size:1.0625rem;line-height:1.5rem}.article__body .article-media__caption{line-height:1.125rem}}.article .JsoJhsMPFP .ellipsis::after{content:'...'}.article__subheading{margin-top:1.25rem;color:#313c3d;font-weight:400}.article__subheading--small{color:#000;font-family:inherit;text-transform:uppercase}.article__unordered-list,.article__ordered-list{margin-bottom:1.25rem;font-size:1.0625rem}.article__button{display:flex;align-items:center;justify-content:center;margin:1.25rem auto;padding:0.625rem 1rem;color:#fff;font-weight:700;font-size:0.875rem;text-align:center;text-transform:uppercase;border-radius:0.25rem}@media (min-width: 576px){.article__button{display:table}}.article__button--default{background-color:#0076b5}.article__oembed{display:flex;flex-direction:column;align-items:center}@media all and (-ms-high-contrast: active), (-ms-high-contrast: none){.article__oembed{display:inline}}.article__raw-html{padding:0.625rem 0}.article__raw-html__top{margin-top:0.3125rem;margin-bottom:1.25rem}.article__raw-html__bottom{margin-bottom:0.625rem}.article__blockquote{margin:1.25rem 0;padding:1.25rem 0;border-top-width:2px;border-top-style:solid;border-bottom-width:2px;border-bottom-style:solid}.article__blockquote p{font-weight:500;font-size:2.1875rem;font-family:"Stag","Georgia",serif;line-height:1.15}.article__blockquote p::before{display:inline-block;margin-right:0.3125rem;line-height:0;content:open-quote}.article__blockquote p::after{margin-left:0.3125rem;line-height:0;content:close-quote}.article__blockquote footer{color:#4c585d;font-weight:400;font-size:0.625rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.article__blockquote--default{border-color:#d5d5d5}.article__print-button{display:none}@media (min-width: 576px){.article__print-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#fff;background-color:#4c585d;border-radius:0.25rem;cursor:pointer}}.article__print-button-icon{width:1.5rem;height:1.5rem}.article--horoscope .author{display:block}.article--horoscope__date{display:block}.article--photo-gallery .article__header{width:100%;border-bottom:1px solid #dde2e3}.article--photo-gallery .gallery{max-width:60rem;margin-top:0}.article--photo-gallery .gallery::before{display:none}.article--photo-gallery .gallery__caption{padding-bottom:0;border-bottom:none}.article--photo-gallery .slick-list{width:100%}.article--photo-gallery+.section-chain.section-chain--triple-image{margin-top:1.25rem}.article--photo-gallery+.section-chain--triple-image .section-chain__wrapper{width:100%;max-width:60rem}@media (min-width: 768px){.article--photo-gallery+.section-chain--triple-image .section-chain__wrapper article[class^='story-card'],.article--photo-gallery+.section-chain--triple-image .section-chain__wrapper .ad{flex-basis:calc(100% / 3 - 1.25rem * 2 / 3 - 0.0625rem / 3)}}.article__photo-gallery-caption{margin:1.25rem 0;color:#4c585d;font-size:0.9375rem}@media (min-width: 576px){.article__photo-gallery-caption{font-size:0.875rem}}@media (max-width: 991px){.article--video-gallery{display:flex;flex-direction:column}}@media (max-width: 991px){.article--video-gallery .article__main{order:1}}@media (max-width: 575px){.article--video-gallery .article__action-bar{padding:0.625rem 0 0}}.article--video-gallery .article__body{padding-top:0}@media (max-width: 575px){.article--video-gallery .article__body{margin-right:0;margin-left:0}}@media (max-width: 991px){.article--video-gallery .article-sidebar{order:3;margin-bottom:1.25rem}}@media (max-width: 991px){.article--video-gallery .figure{order:2}}@media (min-width: 992px){.article--video-gallery .figure{width:60rem;margin-bottom:1.25rem}}.article strong{margin-bottom:1.25rem;font-weight:700;font-size:1rem;line-height:1.6}.article strong a,.article strong strong{display:inline;font-weight:300}.article i{font-weight:700;line-height:1.6}.article .element-action-button{margin:0.625rem 0;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}@media (min-width: 576px){.article .element-action-button{padding:0 1.875rem}}.article .JlgsEJmUcw{display:none;color:#fff;opacity:0}.article .whisk-widget{margin:1.25rem 0}.article .whisk-widget iframe{display:block !important}.article .article__header-info--apo{position:initial;color:#111617}@media (min-width: 320px) and (max-width: 992px){.article .article__header-info--apo .article__heading{color:inherit}}@media print{.article{padding:0}.article__main{flex-basis:100%}.article .article-sidebar,.article__action-bar .share-bar,.article__print-button{display:none}.article__header .article-media__image,.article__header .article-media__caption{display:block}.article__oembed{page-break-inside:avoid}.article__oembed iframe[src*='player.vimeo.com']{display:none}}.section-chain__header{margin-bottom:1.25rem;text-align:center}@media (min-width: 576px){.section-chain__header{margin-bottom:2.1875rem;text-align:left}}@media (min-width: 576px){.section-chain__header--has-branding{display:flex;align-items:center;justify-content:space-between}}@media (max-width: 575px){.section-chain__header--has-branding h2.section-chain__heading{display:none}}@media (min-width: 992px){.chain-main{display:flex;flex-basis:620px}}@media (min-width: 768px){.section-chain--hero-list .chain-main,.section-chain--hero-list-extra .chain-main,.section-chain--subhero .chain-main,.section-chain-with-native--subhero .chain-main,.section-chain-with-native--subheronew .chain-main,.section-chain--triple-image-with-ad .chain-main,.section-chain--hero-text-link .chain-main{display:flex;flex-wrap:wrap}}.section-chain--hero-list .chain-main article[class^='story-card'],.section-chain--hero-list-extra .chain-main article[class^='story-card'],.section-chain--subhero .chain-main article[class^='story-card'],.section-chain-with-native--subhero .chain-main article[class^='story-card'],.section-chain-with-native--subheronew .chain-main article[class^='story-card'],.section-chain--triple-image-with-ad .chain-main article[class^='story-card'],.section-chain--hero-text-link .chain-main article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2)}@media (min-width: 992px){.section-chain--hero-list .chain-main article[class^='story-card'],.section-chain--hero-list-extra .chain-main article[class^='story-card'],.section-chain--subhero .chain-main article[class^='story-card'],.section-chain-with-native--subhero .chain-main article[class^='story-card'],.section-chain-with-native--subheronew .chain-main article[class^='story-card'],.section-chain--triple-image-with-ad .chain-main article[class^='story-card'],.section-chain--hero-text-link .chain-main article[class^='story-card']{flex-basis:300px}}@media (max-width: 767px){.section-chain--hero-list .chain-main article[class^='story-card']:not(:first-of-type),.section-chain--hero-list-extra .chain-main article[class^='story-card']:not(:first-of-type){margin-top:1.25rem}}@media (min-width: 768px){.section-chain--hero-list .chain-main article[class^='story-card']:nth-of-type(n+2),.section-chain--hero-list-extra .chain-main article[class^='story-card']:nth-of-type(n+2){margin-top:1.25rem}}@media (max-width: 767px){.section-chain--hero-list-extra .chain-main article[class^='story-card'].story-card{margin-top:0}}@media (min-width: 768px){.section-chain--hero-list-extra .chain-main article[class^='story-card'].story-card:nth-of-type(n+6){margin-top:0}}.section-chain--hero-list .chain-main article[class^='story-card']:first-of-type,.section-chain--hero-list-extra .chain-main article[class^='story-card']:first-of-type,.section-chain--hero-text-link .chain-main article[class^='story-card']:first-of-type{flex-basis:100%}@media (min-width: 768px){.section-chain--hero-list .chain-main article[class^='story-card']:not(:first-of-type):nth-of-type(odd),.section-chain--hero-list-extra .chain-main article[class^='story-card']:not(:first-of-type):nth-of-type(odd),.section-chain--hero-text-link .chain-main article[class^='story-card']:not(:first-of-type):nth-of-type(odd){margin-left:1.25rem}}.section-chain--subhero .chain-main article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subhero .chain-main article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subheronew .chain-main article[class^='story-card']:not(:first-of-type),.section-chain--triple-image-with-ad .chain-main article[class^='story-card']:not(:first-of-type),.section-chain--gallery-hero .chain-main article[class^='story-card']:not(:first-of-type){margin-top:1.25rem}@media (min-width: 768px){.section-chain--subhero .chain-main article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subhero .chain-main article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subheronew .chain-main article[class^='story-card']:not(:first-of-type),.section-chain--triple-image-with-ad .chain-main article[class^='story-card']:not(:first-of-type),.section-chain--gallery-hero .chain-main article[class^='story-card']:not(:first-of-type){margin-top:0}}.section-chain--subhero .chain-main article[class^='story-card']:first-of-type,.section-chain-with-native--subhero .chain-main article[class^='story-card']:first-of-type,.section-chain-with-native--subheronew .chain-main article[class^='story-card']:first-of-type,.section-chain--triple-image-with-ad .chain-main article[class^='story-card']:first-of-type,.section-chain--gallery-hero .chain-main article[class^='story-card']:first-of-type{margin-top:0}@media (min-width: 768px){.section-chain--subhero .chain-main article[class^='story-card']:nth-of-type(even),.section-chain-with-native--subhero .chain-main article[class^='story-card']:nth-of-type(even),.section-chain-with-native--subheronew .chain-main article[class^='story-card']:nth-of-type(even),.section-chain--triple-image-with-ad .chain-main article[class^='story-card']:nth-of-type(even),.section-chain--gallery-hero .chain-main article[class^='story-card']:nth-of-type(even){margin-left:1.25rem}}@media (min-width: 768px){.section-chain--subhero .chain-main article[class^='story-card']:nth-of-type(n+3),.section-chain-with-native--subhero .chain-main article[class^='story-card']:nth-of-type(n+3),.section-chain-with-native--subheronew .chain-main article[class^='story-card']:nth-of-type(n+3),.section-chain--triple-image-with-ad .chain-main article[class^='story-card']:nth-of-type(n+3),.section-chain--gallery-hero .chain-main article[class^='story-card']:nth-of-type(n+3){margin-top:1.25rem}}@media (max-width: 991px){.section-chain--gallery-hero .chain-main{display:block}}@media (max-width: 767px){.section-chain--hero-text-link .chain-main article[class^='story-card']:nth-of-type(2){margin-top:0.625rem}}@media (min-width: 768px){.section-chain--hero-text-link .chain-main article[class^='story-card']:nth-of-type(n+2):nth-of-type(-n+3){margin-top:0.625rem}}.section-chain--hero-text-link .chain-main article[class^='story-card']:first-of-type{margin-top:0}.chain-sidebar{display:block}@media (min-width: 768px){.chain-sidebar{display:flex;flex-wrap:wrap}}@media (min-width: 992px){.chain-sidebar{display:block;flex-basis:300px}}.chain-sidebar .story-card:first-of-type:not(.story-card--has-label) .story-card__kicker-wrapper{padding-top:0}@media (min-width: 768px){.chain-sidebar .story-card{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2);padding-bottom:0.625rem}}@media (min-width: 768px){.chain-sidebar .story-card:nth-child(even){margin-left:1.25rem}}@media (min-width: 992px){.chain-sidebar .story-card:nth-child(even){margin-left:0}}.section-chain--hero-list .chain-sidebar{margin-top:1.25rem}@media (min-width: 992px){.section-chain--hero-list .chain-sidebar{margin-top:0}}@media (min-width: 768px){.section-chain--hero-list .chain-sidebar .story-card:first-child{padding-top:0.3125rem}}@media (min-width: 992px){.section-chain--hero-list .chain-sidebar .story-card:first-child{padding-top:0}}.section-chain--hero-list-extra .chain-sidebar{margin-top:0}.section-chain--subhero .chain-sidebar,.section-chain-with-native--subhero .chain-sidebar,.section-chain-with-native--subheronew .chain-sidebar,.section-chain--triple-image-with-ad .chain-sidebar,.section-chain--hero-text-link .chain-sidebar,.section-chain--gallery-hero .chain-sidebar{display:block;margin-top:1.25rem}@media (min-width: 992px){.section-chain--subhero .chain-sidebar,.section-chain-with-native--subhero .chain-sidebar,.section-chain-with-native--subheronew .chain-sidebar,.section-chain--triple-image-with-ad .chain-sidebar,.section-chain--hero-text-link .chain-sidebar,.section-chain--gallery-hero .chain-sidebar{margin-top:0}}.section-chain--triple-hero-list.section-chain .section-chain__wrapper--has-sidebar,.section-chain--triple-hero-list.section-chain .section-chain .section-chain__wrapper--has-sidebar-left{display:-ms-grid;display:grid;grid-gap:10px;grid-template-areas:'main' 'sidebar' 'secondary'}@media (min-width: 768px){.section-chain--triple-hero-list.section-chain .section-chain__wrapper--has-sidebar,.section-chain--triple-hero-list.section-chain .section-chain .section-chain__wrapper--has-sidebar-left{grid-gap:20px;-ms-grid-rows:auto 20px auto;grid-template-areas:'main main' 'secondary sidebar';-ms-grid-columns:1fr 20px 1fr;grid-template-columns:1fr 1fr}}@media (min-width: 992px){.section-chain--triple-hero-list.section-chain .section-chain__wrapper--has-sidebar,.section-chain--triple-hero-list.section-chain .section-chain .section-chain__wrapper--has-sidebar-left{-ms-grid-rows:370px 20px auto;-ms-grid-columns:620px 20px 300px;grid-template:"main sidebar" 370px "secondary sidebar" auto/620px 300px}}.section-chain--triple-hero-list.section-chain .section-chain__wrapper--has-sidebar .chain-sidebar,.section-chain--triple-hero-list.section-chain .section-chain .section-chain__wrapper--has-sidebar-left .chain-sidebar{margin-left:0}.section-chain--triple-hero-list .chain-main{-ms-grid-row:1;-ms-grid-column:1;grid-area:main}@media (min-width: 768px){.section-chain--triple-hero-list .chain-main{display:flex;flex-wrap:wrap}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-main>article{height:23.125rem}.section-chain--triple-hero-list .chain-main>article img{height:23.125rem}}.section-chain--triple-hero-list .chain-main article[class^='story-card']{flex-basis:100%}@media (min-width: 768px){.section-chain--triple-hero-list .chain-main article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2)}.section-chain--triple-hero-list .chain-main article[class^='story-card']:not(:first-of-type){margin-top:1.25rem}.section-chain--triple-hero-list .chain-main article[class^='story-card']:nth-of-type(n+2){margin-top:1.25rem}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-main article[class^='story-card']{flex-basis:300px}}@media (min-width: 768px){.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2);margin-left:1.25rem}.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article{padding:0;border:0}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper{flex-basis:300px}}.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article[class^='story-card']{margin-top:1.25rem}@media (min-width: 768px){.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article[class^='story-card']{margin-top:0}.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article[class^='story-card']:nth-of-type(n+2){margin-top:1.25rem}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article[class^='story-card']{height:10.9375rem}.section-chain--triple-hero-list .chain-main .chain-main__hero-wrapper article[class^='story-card'] .story-card__content{height:100%}}.section-chain--triple-hero-list .chain-secondary{-ms-grid-row:5;-ms-grid-column:1;grid-area:secondary;align-content:start}@media (min-width: 768px){.section-chain--triple-hero-list .chain-secondary{display:flex;flex-wrap:wrap}}.section-chain--triple-hero-list .chain-secondary article[class^='story-card']{flex-basis:100%}@media (max-width: 991px){.section-chain--triple-hero-list .chain-secondary article[class^='story-card']:nth-of-type(n+2){margin-top:1.25rem}.section-chain--triple-hero-list .chain-secondary article[class^='story-card']:last-child{margin-top:0}}@media (max-width: 767px){.section-chain--triple-hero-list .chain-secondary article[class^='story-card']:nth-of-type(1){margin-top:1.25rem}}@media (min-width: 768px){.section-chain--triple-hero-list .chain-secondary article[class^='story-card']{margin-left:0}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-secondary article[class^='story-card']{flex-basis:300px}.section-chain--triple-hero-list .chain-secondary article[class^='story-card']:nth-of-type(even){margin-left:1.25rem}.section-chain--triple-hero-list .chain-secondary article[class^='story-card']:nth-of-type(n+3){margin-top:1.25rem}}.section-chain--triple-hero-list .chain-sidebar{-ms-grid-row:3;-ms-grid-column:1;grid-area:sidebar;align-content:start}@media (min-width: 768px){.section-chain--triple-hero-list .chain-main{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:3}.section-chain--triple-hero-list .chain-secondary{-ms-grid-row:3;-ms-grid-column:1}.section-chain--triple-hero-list .chain-sidebar{-ms-grid-row:3;-ms-grid-column:3}}@media (min-width: 992px){.section-chain--triple-hero-list .chain-main{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1}.section-chain--triple-hero-list .chain-secondary{-ms-grid-row:3;-ms-grid-column:1}.section-chain--triple-hero-list .chain-sidebar{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3}}.section-chain--triple-hero-list .chain-sidebar div[class^='content']{margin-top:0.3125rem}@media (max-width: 767px){.section-chain--triple-hero-list .chain-sidebar div[class^='content']{margin:0.5rem 0.625rem 0;border-bottom:1px solid #d5d5d5}}@media (max-width: 767px){.section-chain--triple-hero-list .chain-sidebar div[class^='ad']{margin:0.625rem;padding-bottom:1.25rem;border-bottom:1px solid #d5d5d5}}@media (max-width: 767px){.section-chain--triple-hero-list .chain-sidebar:nth-of-type(1){margin-top:1.25rem}}.section-chain--triple-hero-list .chain-sidebar article[class^='story-card']{flex-basis:100%}@media (max-width: 575px){.section-chain--triple-hero-list .chain-sidebar article[class^='story-card']:first-of-type{margin-top:0}}@media (min-width: 768px){.section-chain--triple-hero-list .chain-sidebar article[class^='story-card']{margin-left:0}}.footer{margin:0 auto;padding:2.1875rem 2.5rem 3.125rem;font-family:"Stag Sans","Helvetica",sans-serif;background-color:#121617}@media (min-width: 992px){.footer{position:relative;display:flex;flex-wrap:wrap;width:calc(100% - 2.5rem * 2);padding:1.875rem 2.5rem}}@media (min-width: 992px){.footer{width:calc(100% - 5rem * 2);padding:3.75rem 5rem}}@media (max-width: 991px){.footer__logo-link{display:table;margin:0 auto 2.1875rem}}@media (min-width: 992px){.footer__logo-link{position:absolute;top:4.0625rem;right:5rem}}.footer__logo-icon{width:6.5rem;height:1.625rem}@media (min-width: 576px){.footer__navigation{display:flex;flex-wrap:wrap}}@media (min-width: 768px){.footer__navigation{flex-basis:calc(100% / 4 * 3)}}@media (min-width: 576px){.footer__navigation-inner{flex-basis:calc(100% / 3)}}.footer__navigation-link{display:table;margin-top:0.625rem;color:#fff;font-size:0.75rem;line-height:1.4}@media (min-width: 768px){.footer__navigation-link{flex-basis:calc(100% / 2);margin-top:0.3125rem}}.footer__copyright{display:flex;flex-direction:row;align-items:center;color:#dce1e2;font-size:0.625rem;text-align:center}.footer__copyright .shielded{margin-left:0.5rem}@media (max-width: 991px){.footer__copyright{justify-content:center;margin-top:2.8125rem}}@media (min-width: 992px){.footer__copyright{flex-basis:calc(100% / 4);align-self:flex-end;justify-content:flex-end;text-align:right}}@media print{.footer{display:none}}.header{position:fixed;top:0;left:0;z-index:3;display:flex;align-items:center;width:calc(100% - 0.625rem);height:4.0625rem;padding:0 0.625rem 0 0;box-shadow:0 0.1875rem 0.3125rem rgba(28,33,34,0.3)}@media (min-width: 576px){.header{position:static;flex-wrap:wrap;box-shadow:none}}.header--myaccount{width:100%;padding:0}.header--default{background-color:#121617}.header__navigation-wrapper{display:flex}.header__navigation-toggle-button{position:relative;width:3.125rem;height:3.125rem;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header__navigation-toggle-button-inner,.header__navigation-toggle-button-inner::before,.header__navigation-toggle-button-inner::after{position:absolute;top:1.4375rem;left:0.875rem;width:1.375rem;height:0.1875rem;background-color:#fff;transition-duration:0.2s;transition-property:none}@media (min-width: 576px){.header__navigation-toggle-button-inner,.header__navigation-toggle-button-inner::before,.header__navigation-toggle-button-inner::after{transition-duration:0.3s}}.header__navigation-toggle-button-inner::before,.header__navigation-toggle-button-inner::after{content:''}.header__navigation-toggle-button-inner::before{top:-0.4375rem;left:0}.header__navigation-toggle-button-inner::after{top:0.4375rem;left:0}.header__logo{display:flex;align-items:center;margin:0 auto 0 0.75rem}@media (min-width: 576px){.header__logo{margin-left:0.9375rem}}.header__home-link,.header__logo-link{display:flex;align-items:center;color:#fff}.header__home-link:hover,.header__home-link:focus,.header__logo-link:hover,.header__logo-link:focus{opacity:1}.header__home-link{width:3.125rem;height:3.125rem;background-color:#000}.header__logo-link{margin-left:0}.header__logo-image{width:2.0625rem;height:2.25rem;margin:auto}@media (max-width: 575px){.header__logo-image{max-width:9.375rem}}.header__logo-image--bay-of-plenty-times{width:16.25rem;height:2rem}.header__logo-image--waikato-news{width:15rem;height:2.1875rem}.header__logo-image--hawkes-bay-today{width:10.5625rem;height:2.1875rem}.header__logo-image--horowhenua-chronicle{width:9.8125rem;height:2.1875rem}.header__logo-image--kapiti-news{width:9.5625rem;height:2.1875rem}.header__logo-image--manawatu-guardian{width:12.375rem;height:2.1875rem}.header__logo-image--northern-advocate{width:13rem;height:2.1875rem}.header__logo-image--northland-age{width:16.25rem;height:2.0625rem}.header__logo-image--rotorua-daily-post{width:16.25rem;height:1.6875rem}.header__logo-image--stratford-press{width:8.8125rem;height:2.1875rem}.header__logo-image--te-awamutu-courier{width:10.9375rem;height:2.1875rem}.header__logo-image--aucklander{width:15.875rem;height:2.1875rem}.header__logo-image--whanganui-chronicle{width:16.25rem;height:1.6875rem}.header__logo-image--trailblazers{width:14.4375rem;height:2.5rem}.header__logo-image--the-vision-is-clear{width:16.25rem;height:2.8125rem}.header__logo-image--the-country{width:15.0625rem;height:2.1875rem}.header__logo-image--eatwell{width:8.8125rem;height:2.25rem}.header__logo-text{font-weight:300;font-size:1.625rem;font-family:"Stag","Georgia",serif}.header__center-logo-link{display:none;margin-right:0.5rem}@media (min-width: 992px){.header__center-logo-link{display:block}}.header__center-logo-icon{width:1.625rem;height:2.25rem}.header__next-section-link{display:none}@media (min-width: 576px){.header__next-section-link{display:flex;align-items:center;color:#fff;font-weight:400;font-size:0.75rem;text-align:right}}.header__next-section-link-category{display:block;font-size:1rem;font-family:"Stag","Georgia",serif;text-align:left}.header__next-section-link-chevron{width:1.5625rem;height:1.5625rem;margin-left:0.625rem;padding:calc(0.3125rem / 2);background-color:rgba(158,159,159,0.3);border-radius:50%}.header__search{position:relative;display:none;margin-left:0.625rem}@media (min-width: 576px){.header__search{display:flex;align-items:center;justify-content:center}}.header__search-input{position:absolute;top:0.125rem;right:2.25rem;box-sizing:border-box;width:0rem;height:2rem;padding-left:0.625rem;color:#fff;font-weight:300;font-size:0.875rem;border:0;opacity:0;transition:width 0.1s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header__search-input::-moz-placeholder{color:#fff}.header__search-input:-ms-input-placeholder{color:#fff}.header__search-input::placeholder{color:#fff}.header__search-submit{width:2.25rem;height:2.25rem;padding:0.625rem;color:#fff;border-style:solid;border-width:1px;border-radius:0.125rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.header__search-submit:hover{border-color:#fff}.header__search-icon{width:0.875rem;height:0.875rem;margin:auto}.header__search-is-active .header__search-input{width:12.5rem;opacity:1}.header__search-is-active .header__search-submit{border-color:#fff}.header__sub-btn{display:inline-block;margin:0 auto 1.25rem;padding:0.5rem 0.75rem;color:#fff;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;white-space:nowrap;text-align:center;text-decoration:none;vertical-align:middle;background-color:#ecac0d;border:0.0625rem solid #ecac0d;border-radius:0.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;height:2.25rem;margin:0.625rem 0 0.625rem 0.625rem;color:#000;line-height:1;text-transform:uppercase;border-radius:0.125rem}.header__sub-btn:hover{background-color:#d49b0b;border-color:#d49b0b}@media (max-width: 767px){.header__sub-btn{display:none}}.header__close-btn{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#fff;background-color:#38a3d7}.header__close-btn-icon{width:1.875rem;height:1.875rem}.login-state__link{display:flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;margin-left:0.63rem;background:#303b3c 0% 0% no-repeat padding-box;border-radius:1.5rem}@media (min-width: 576px){.login-state__link--signed-in{width:auto;padding-right:1rem;padding-left:1rem}}.login-state__image{width:0.75rem;height:0.75rem;fill:#fff}.login-state__image--signed-in{display:none;fill:#38a3d7}@media (min-width: 576px){.login-state__image--signed-in{display:block}}.login-state__image--blank-user{display:block}.login-state__image--premium{fill:#ecac0d}.login-state__user-name{color:#fff;letter-spacing:0}.login-state__user-name--desktop{display:none}@media (min-width: 576px){.login-state__user-name--desktop{display:inline;padding-left:0.5rem;font-weight:600;font-size:0.875rem}}.login-state__user-name--mobile{display:inline-block;color:#38a3d7;font-weight:700;font-size:1rem}@media (min-width: 576px){.login-state__user-name--mobile{display:none}}.login-state__user-name--mobile-blank-user{display:none}.login-state__user-name--mobile-premium{color:#ecac0d}@media (min-width: 576px){.fusion-app--myaccount-page .header{position:relative;max-width:1100px;margin:0 auto}}.fusion-app--myaccount-page .header__logo{width:auto;margin-right:auto}.container--sidebar-is-active .header__navigation-toggle-button-inner{background-color:transparent}.container--sidebar-is-active .header__navigation-toggle-button-inner::before,.container--sidebar-is-active .header__navigation-toggle-button-inner::after{top:0;transition-property:all}.container--sidebar-is-active .header__navigation-toggle-button-inner::before{transform:rotate(135deg)}.container--sidebar-is-active .header__navigation-toggle-button-inner::after{transform:rotate(225deg)}@media print{.header{display:none}}.section__logo-image{height:2.25rem}.section-bushtelegraph-news-bg-color{background-color:#006c32 !important}.section-chbmail-news-bg-color{background-color:#f03c36 !important}.section-hastingsleader-news-bg-color{background-color:#00a158 !important}.section-hcpost-news-bg-color{background-color:#204c96 !important}.section-napiercourier-news-bg-color{background-color:#009dd0 !important}.section-rotweekender-news-bg-color{background-color:#001553 !important}.section-taupoherald-news-bg-color{background-color:#275aa9 !important}.section-tepuketimes-news-bg-color{background-color:#356d1f !important}.section-wanganuimidweek-news-bg-color{background-color:#004a3b !important}.section-katikatiadvertiser-news-bg-color{background-color:#62a646 !important}.navigation__item-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.625rem 1.5625rem;background-color:transparent;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.navigation__item-button .navigation__item-link{padding:0}.navigation__item-button .navigation__item-icon{transition:all 0.1s}.navigation__item-button:hover .navigation__item-link{color:#fff}.navigation__item-link{display:block;padding:0.625rem 1.5625rem;font-weight:400;font-size:1.0625rem;font-family:"Stag","Georgia",serif;line-height:1.45;opacity:1;transition:all 0.2s}.navigation__item-link-color{color:#c4cccb}.navigation__item-link-color:hover{color:#fff}.navigation__item-link:hover,.navigation__item-link:focus{color:#fff !important;opacity:1}.navigation__item-link--active{color:#38a3d7}.navigation__item-link--no-submenu:hover{background-color:#313c3d}.navigation__item-icon{width:0.3125rem;height:0.5rem;padding:0.125rem 0.1875rem;color:#4c585d;border:2px solid #4c585d;border-radius:50%}.page-not-found{padding:1.5625rem 1.875rem 17.75rem;background-color:#000;background-image:url(/pf/resources/dist/images/404-bg.png?d=428);background-repeat:no-repeat;background-position:bottom;background-size:contain}@media (min-width: 576px){.page-not-found{padding:16.5625rem 1.25rem 7rem;background-image:url(/pf/resources/dist/images/404-bg-sm.png?d=428);background-size:auto auto}}@media (min-width: 768px){.page-not-found{padding:16.5625rem 1.875rem 7rem}}@media (min-width: 992px){.page-not-found{padding:16.5625rem 2.8125rem 7rem}}@media (min-width: 1200px){.page-not-found{padding:16.5625rem 4.0625rem 7rem}}.page-not-found__heading{margin-top:0;color:#fff;font-size:4rem}@media (min-width: 576px){.page-not-found__heading{font-size:6.875rem}}.page-not-found__description{margin-bottom:0;margin-left:0.3125rem;color:#fff;font-size:1rem;font-family:"Stag","Georgia",serif;line-height:1.25}@media (min-width: 576px){.page-not-found__description{font-size:1.625rem}}.page-not-found__description:first-of-type{margin-top:0.9375rem}@media (min-width: 576px){.page-not-found__description:first-of-type{margin-top:1.5625rem}}@-webkit-keyframes loading-animation{0%{transform:translateY(19.0625rem)}100%{transform:translateY(0)}}@keyframes loading-animation{0%{transform:translateY(19.0625rem)}100%{transform:translateY(0)}}@media (min-width: 1400px){.container--sidebar-is-active .premium-toaster{margin-left:18.75rem}}.premium-toaster-safari-fix:not(:root:root){transform:translateZ(0);will-change:transform}.premium-toaster{position:fixed;bottom:0;z-index:2;width:68.5rem;height:17.9375rem;background:url(/pf/resources/dist/images/left.jpg?d=428) left bottom no-repeat,url(/pf/resources/dist/images/right.jpg?d=428) right bottom no-repeat;background-color:#f2f2f2;border-top:0.125rem solid #ecac0c;border-right:0.125rem solid #ecac0c;border-left:0.125rem solid #ecac0c;transition:bottom .2s cubic-bezier(0.55, 0.05, 0.67, 0.19)}@media (max-width: 1200px){.premium-toaster{width:100%}}@media (max-width: 992px){.premium-toaster{background:url(/pf/resources/dist/images/left-tab.jpg?d=428) left top no-repeat,url(/pf/resources/dist/images/right-tab.jpg?d=428) right top no-repeat;background-color:#f2f2f2}}@media (max-width: 550px){.premium-toaster{background:url(/pf/resources/dist/images/left-mob.jpg?d=428) left -0.5rem top no-repeat,url(/pf/resources/dist/images/right-mob.jpg?d=428) right -0.5rem top no-repeat;background-color:#f2f2f2}}.premium-toaster.up{bottom:0}.premium-toaster.up.load{bottom:0;-webkit-animation:loading-animation .2s;animation:loading-animation .2s}.premium-toaster.up.close{bottom:-19.0625rem}.premium-toaster.down{bottom:-13.5625rem}@media (max-width: 992px){.premium-toaster.down{bottom:-14.875rem}}.premium-toaster.down.load{bottom:-13.5625rem;-webkit-animation:loading-animation .2s;animation:loading-animation .2s}@media (max-width: 992px){.premium-toaster.down.load{bottom:-14.875rem}}.premium-toaster.down.close{bottom:-19.0625rem}.premium-toaster .btn-premium{display:inline-block;margin:0 auto 1.25rem;padding:0.5rem 0.75rem;color:#fff;font-weight:700;font-size:0.875rem;font-family:"Source Sans Pro","Helvetica",sans-serif;white-space:nowrap;text-align:center;text-decoration:none;vertical-align:middle;background-color:#ecac0c;border:0.0625rem solid #ecac0c;border-radius:0.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;color:#000;font-size:0.8125rem}.premium-toaster .btn-premium:hover{background-color:#d49b0b;border-color:#d49b0b}.premium-toaster .toaster-control{position:absolute;top:-1.875rem;right:0;left:0;width:2.5rem;height:1.875rem;margin:auto;background:url(/pf/resources/dist/images/control-tab.png?d=428) bottom no-repeat;cursor:pointer}.premium-toaster .toaster-control .arrow{width:0;height:0;margin:1.375rem auto 0;border-top:0.4375rem solid #383838;border-right:0.4375rem solid transparent;border-left:0.4375rem solid transparent}.premium-toaster .toaster-control .arrow.up{border-top:none;border-bottom:0.4375rem solid #383838}.premium-toaster .header-wrap{height:4.375rem;padding:0;overflow:hidden}@media (max-width: 992px){.premium-toaster .header-wrap{height:3rem}}.premium-toaster .header-wrap .toaster-control-bar{position:absolute;top:0;left:0;width:70%;height:4.25rem}@media (max-width: 992px){.premium-toaster .header-wrap .toaster-control-bar{width:87%;height:2.875rem}}@media (max-width: 550px){.premium-toaster .header-wrap .toaster-control-bar{width:80%}}.premium-toaster .header-wrap h2{margin:1.5625rem 0 1.125rem;color:#000;font-weight:400;font-size:1.25rem;text-align:center}@media (max-width: 992px){.premium-toaster .header-wrap h2{margin-top:0.625rem;margin-bottom:-0.5rem;font-size:0.9375rem;line-height:0.9375rem}}@media (max-width: 350px){.premium-toaster .header-wrap h2{font-size:0.75rem}}.premium-toaster .header-wrap .offer-peek{position:absolute;top:1.125rem;left:2.5rem;margin:0.0625rem 0 0.3125rem}@media (max-width: 992px){.premium-toaster .header-wrap .offer-peek{position:static;margin:0;margin-top:0.375rem;text-align:center}}.premium-toaster .header-wrap .offer-peek h4{margin:0;color:#000;font-weight:600;font-size:1.125rem;font-family:"Source Sans Pro","Helvetica",sans-serif}@media (max-width: 992px){.premium-toaster .header-wrap .offer-peek h4{display:inline-block;margin-right:0.1875rem;font-size:0.75rem}}@media (max-width: 350px){.premium-toaster .header-wrap .offer-peek h4{font-size:0.6875rem}}.premium-toaster .header-wrap .offer-peek p{margin:0;color:#000;font-weight:400;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif}@media (max-width: 992px){.premium-toaster .header-wrap .offer-peek p{display:inline-block}}@media (max-width: 350px){.premium-toaster .header-wrap .offer-peek p{font-size:0.6875rem}}.premium-toaster .header-wrap .btn.top{position:absolute;top:1.0625rem;right:8.75rem;color:#000;font-weight:600;font-family:"Source Sans Pro","Helvetica",sans-serif}@media (max-width: 992px){.premium-toaster .header-wrap .btn.top{display:none}}.premium-toaster .header-wrap .close{position:absolute;top:0;right:0;width:4.0625rem;height:4.0625rem;cursor:pointer;opacity:0.8}@media (max-width: 992px){.premium-toaster .header-wrap .close{width:3.25rem;height:3.25rem}}.premium-toaster .header-wrap .close:hover{opacity:1}.premium-toaster .header-wrap .close::before,.premium-toaster .header-wrap .close::after{position:absolute;top:1.5625rem;right:1.875rem;width:0.1875rem;height:1.3125rem;background-color:#1c1c1c;content:' '}@media (max-width: 992px){.premium-toaster .header-wrap .close::before,.premium-toaster .header-wrap .close::after{top:0.8125rem;right:1.625rem}}.premium-toaster .header-wrap .close::before{transform:rotate(45deg)}.premium-toaster .header-wrap .close::after{transform:rotate(-45deg)}.premium-toaster .see-all{margin:0 auto;padding-top:0.6875rem;font-weight:600;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;text-align:center}.premium-toaster .see-all a{color:#000}.premium-toaster .offer-wrap{display:flex;align-items:center;justify-content:center;width:37.5rem;margin:0 auto}@media (max-width: 992px){.premium-toaster .offer-wrap{width:100%;background-color:#f2f2f2}}.premium-toaster .offer{width:12.875rem;height:9rem;margin:0.125rem 0.5rem;padding:0.9375rem 0.875rem;text-align:center;background:#fff;border:0.0625rem solid #ecac0c;box-shadow:0.125rem 0.125rem 0.5625rem 0 #ddd}@media (max-width: 992px){.premium-toaster .offer{margin-top:1.25rem}}@media (max-width: 550px){.premium-toaster .offer:nth-child(2){display:none}}.premium-toaster .offer h2{margin:0;color:#000;font-weight:400;font-size:1.1875rem}.premium-toaster .offer .offer-title{margin:0 0 0.125rem;color:#000;font-weight:400;font-size:1.5625rem;font-family:"Stag","Georgia",serif}.premium-toaster .offer .offer-description{width:100%;margin-top:0.1875rem;margin-bottom:0.3125rem;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif;line-height:0.9375rem;text-align:center}.premium-toaster .offer .offer-pricing{width:13.125rem;min-height:3.625rem;margin:0.25rem auto;font-weight:400;font-family:"Stag","Georgia",serif}.premium-toaster .offer .offer-pricing .text-muted{width:8.4375rem;min-height:0.75rem;margin:0 auto -0.125rem;color:#777;font-size:0.75rem;line-height:0.75rem;text-align:left}.premium-toaster .offer .offer-pricing h3{margin:0}.premium-toaster .offer .offer-pricing h3 sup{top:-0.4375rem;margin-right:0.25rem;color:#000;font-weight:400;font-size:1.125rem}.premium-toaster .offer .offer-pricing h3 b{color:#000;font-weight:normal;font-size:1.625rem}.premium-toaster .offer .offer-pricing h3 sub{bottom:0;margin-left:0.3125rem;color:#000;font-weight:400;font-size:0.625rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.premium-toaster .offer .offer-pricing span{display:block;color:#ecac0c;font-weight:700;font-size:0.75rem;font-family:"Source Sans Pro","Helvetica",sans-serif}.premium-toaster .offer .btn-premium{padding:0.3125rem 1.625rem}@media print{.premium-toaster{display:none}}.search-page{max-width:38.75rem;margin:0 auto;padding:1.25rem 0.625rem 0}@media (min-width: 992px){.search-page{display:flex;flex-wrap:wrap;max-width:58.75rem;padding:2.5rem 0}}@media (min-width: 992px){.search-page__header{flex-basis:100%}}.search-page__heading{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.1875rem}@media (max-width: 767px){.search-page__heading{display:block}}@media (max-width: 767px){.search-page__heading-text{width:100%;text-align:center}}.search-page__heading-inputs-input,.search-page__heading-inputs-submit{display:inline}@media (max-width: 767px){.search-page__heading-inputs{text-align:center}}.search-page__heading-input{width:13.75rem;color:#38a3d7;font-weight:300;font-style:italic;border-top:none;border-right:none;border-bottom:1px solid #d5d5d5;border-left:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width: 768px){.search-page__heading-input{margin-left:0.5rem}}.search-page__heading-submit{margin-left:0.5rem;padding:0;background-color:transparent;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-page__heading-icon{width:1.5rem;height:1.5rem}.search-page__results-number{margin-top:3.125rem;color:#4c585d;font-weight:600;font-size:1.125rem}.search-page__results-number--featured{font-weight:700}@media (min-width: 992px){.search-page__results-list{flex-basis:calc(100% / 3 * 2 - 1.25rem / 2)}}.search-page__results-list .ad{margin:1.25rem 0}@media (min-width: 992px){.search-page__results-list .ad{display:none}}@media (max-width: 991px){.search-page__results-list .ad+.story-card--summary{border-top:1px solid #d5d5d5}}.search-page .story-card--summary{padding:0.625rem 0 0.9375rem;border-bottom:1px solid #d5d5d5}@media (max-width: 767px){.search-page .story-card--summary{margin-right:0;margin-left:0}}@media (max-width: 991px){.search-page__sidebar{display:none}}@media (min-width: 992px){.search-page__sidebar{flex-basis:calc(100% / 3 - 1.25rem);margin-top:0;margin-left:1.25rem}}.search-page__sidebar .ad:not(:first-of-type){margin-top:100vh}.search-page__pagination{display:flex;align-items:center;justify-content:center;margin:3.4375rem 0}@media (min-width: 992px){.search-page__pagination{margin:5rem 0}}.search-page__pagination-item{color:#9e9f9f;font-size:0.875rem}.search-page__pagination-item:not(:first-of-type){margin-left:1.5625rem}.search-page__pagination-item--current{color:#313c3d;font-weight:600}.search-page__pagination-previous,.search-page__pagination-next{display:flex;align-items:center;justify-content:center;width:3.25rem;height:2.1875rem;color:#fff;font-weight:400;font-size:0.875rem;text-transform:uppercase;background-color:#313c3d;border-radius:0.1875rem}.search-page__pagination-next{margin-left:1.5625rem}.search-page__pagination-ellipsis{margin-left:0.4375rem;color:#c4cccb}.search-page__pagination-ellipsis+.search-page__pagination-item{margin-left:0.4375rem}.section-chain{width:100%}@media (min-width: 768px){.section-chain{padding:1.25rem 1.25rem 0}}@media (min-width: 992px){.section-chain{padding:1.25rem 0}}.section-chain:not(:first-of-type){margin-top:1.25rem}@media (min-width: 992px){.section-chain:not(:first-of-type){margin-top:2.5rem}}.section-chain:not(:first-of-type).section-chain--journalist-page{margin-top:2.375rem}.section-chain:not(:first-of-type).section-chain--journalist-page.journalists-content{margin-top:0}.section-chain.section-chain-insight-widget{margin-top:0}@media (min-width: 768px){.section-chain__wrapper,.section-chain__header{width:calc(100% - 1.25rem * 2)}}@media (min-width: 992px){.section-chain__wrapper,.section-chain__header{max-width:58.75rem;margin-right:auto;margin-left:auto}}.section-chain[class*='-bg-color']{padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width: 768px){.section-chain[class*='-bg-color']{padding-top:2.5rem;padding-bottom:2.5rem}}.section-chain__brand{margin-left:auto}@media (max-width: 575px){.section-chain__brand{margin-right:0.625rem;padding-top:0.625rem}}.section-chain__brand--watch-me{width:14.375rem;height:2.25rem}.section-chain__brand--brand-insights{width:3.5rem;height:3.5rem}.section-chain__brand--be-well{width:11.6875rem;height:3.125rem}.section-chain__brand--driven{width:9.3125rem;height:1.25rem}.section-chain__brand--nzme{width:5.6875rem;height:1.9375rem}.section-chain__brand--spy{width:5.375rem;height:3.5rem}.section-chain__brand--viva{width:4.6875rem;height:3.125rem}.section-chain__brand--one-roof{width:10.3125rem;height:2.625rem}.section-chain__brand--time-out{width:8.3125rem;height:1.875rem}.section-chain__brand--nzh-premium{width:10.625rem;height:3.1875rem}.section-chain__brand--eatwell{width:8.8125rem;height:2.25rem}.section-chain__brand--the-country{width:14.3125rem;height:2.625rem}.section-chain .story-card--has-label::before{top:-0.0625rem}.section-chain .story-card__label{top:-0.0625rem}.section-chain .slick-slide .story-card--has-label::before{top:0;height:0.08125rem}.section-chain .slick-slide .story-card__label{top:0}.section-chain .story-card--headline,.section-chain .story-card--headline-image-small{padding-bottom:0.625rem;border-bottom:1px solid #d5d5d5}.section-chain__heading{margin-top:0;font-weight:300;font-size:1.875rem;font-family:"Stag","Georgia",serif;text-align:center;border-bottom:none}@media (min-width: 576px){.section-chain__heading{margin-left:0.625rem;text-align:left}}@media (min-width: 768px){.section-chain__heading{margin-left:0}}.section-chain__heading--has-label .section-chain__heading-link{font-style:italic;border-bottom:1px solid #d5d5d5}@media (min-width: 576px){.section-chain__heading--has-label .section-chain__heading-link{padding-right:3.125rem}}.section-chain__heading-label{display:block;font-weight:700}@media (min-width: 576px){.section-chain__heading-label{display:inline;margin-right:1.25rem}}.section-chain__heading-link--default{color:inherit}@media (min-width: 992px){.section-chain .section-chain__wrapper--has-sidebar,.section-chain .section-chain__wrapper--has-sidebar-left{display:flex;flex-wrap:wrap;align-items:flex-start}}@media (min-width: 992px){.section-chain .section-chain__wrapper--has-sidebar .chain-sidebar{margin-left:1.25rem}}@media (min-width: 768px){.section-chain .section-chain__wrapper--has-sidebar-left .chain-main{order:2}}@media (min-width: 768px){.section-chain .section-chain__wrapper--has-sidebar-left .chain-sidebar{order:1;margin-right:1.25rem}}.section-chain--triple-image-with-ad .section-chain__wrapper--has-sidebar-left .chain-main .ad{margin-top:1.25rem}@media (min-width: 768px){.section-chain--triple-image-with-ad .section-chain__wrapper--has-sidebar-left .chain-main .ad{display:flex;flex-wrap:wrap;margin:0}}@media (min-width: 992px){.section-chain--triple-image-with-ad .section-chain__wrapper--has-sidebar-left .chain-main .ad{display:block;flex-basis:300px}}@media (min-width: 768px){.section-chain--triple-image-with-ad .section-chain__wrapper--has-sidebar-left .chain-main .only-one-article{margin-right:1.25rem}}.section-chain--white-text{color:#fff}.section-chain--white-text .section-chain__header,.section-chain--white-text .section-chain__heading,.section-chain--white-text .story-card__kicker,.section-chain--white-text .story-card__subkicker,.section-chain--white-text .story-card__subkicker-separator,.section-chain--white-text .story-card__heading,.section-chain--white-text .story-card__heading__link,.section-chain--white-text .story-card .meta-data{color:inherit}.section-chain--black-text{color:#111617}.section-chain--black-text .section-chain__header,.section-chain--black-text .section-chain__heading,.section-chain--black-text .story-card__kicker,.section-chain--black-text .story-card__subkicker,.section-chain--black-text .story-card__subkicker-separator,.section-chain--black-text .story-card__heading,.section-chain--black-text .story-card__heading__link,.section-chain--black-text .story-card__deck,.section-chain--black-text .story-card .meta-data{color:inherit}.section-chain--black-text .story-card--featured,.section-chain--black-text .story-card--featured-medium,.section-chain--black-text .story-card--featured-large,.section-chain--black-text .story-card--featured-extra-large{color:#fff}.section-chain--black-text .story-card__comment-icon-wrapper,.section-chain--black-text .story-card__video-icon-wrapper{border-right-color:#111617}.section-chain--black-text .story-card__article-video_icon,.section-chain--black-text .story-card__comment-icon{fill:#111617}@media (min-width: 768px){.section-chain--triple-image .section-chain__wrapper{display:flex;flex-wrap:wrap}}@media (min-width: 768px){.section-chain--triple-image .section-chain__wrapper article[class^='story-card'],.section-chain--triple-image .section-chain__wrapper .ad{flex-basis:calc(100% / 3 - 1.25rem * 2 / 3)}}.section-chain--triple-image .section-chain__wrapper article[class^='story-card']:not(:first-of-type),.section-chain--triple-image .section-chain__wrapper .ad:not(:first-of-type){margin-top:1.25rem}@media (min-width: 768px){.section-chain--triple-image .section-chain__wrapper article[class^='story-card']:not(:first-of-type),.section-chain--triple-image .section-chain__wrapper .ad:not(:first-of-type){margin-top:0}}@media (min-width: 768px){.section-chain--triple-image .section-chain__wrapper article[class^='story-card']:not(:nth-of-type(3n+1)),.section-chain--triple-image .section-chain__wrapper .ad:not(:nth-of-type(3n+1)){margin-left:1.25rem}}@media (min-width: 768px){.section-chain--triple-image .section-chain__wrapper article[class^='story-card']:nth-of-type(n+4),.section-chain--triple-image .section-chain__wrapper .ad:nth-of-type(n+4){margin-top:1.25rem}}@media (max-width: 767px){.section-chain--subhero .section-chain__wrapper .chain-sidebar,.section-chain--gallery-hero .section-chain__wrapper .chain-sidebar{margin-top:1.25rem}}.section-chain--image-row .section-chain__wrapper .story-card .meta-data,.section-chain--hero-left .section-chain__wrapper .story-card .meta-data,.section-chain--quad-small-image .section-chain__wrapper .story-card .meta-data{display:block}.section-chain--image-row .section-chain__wrapper .story-card .meta-data__read-time,.section-chain--hero-left .section-chain__wrapper .story-card .meta-data__read-time,.section-chain--quad-small-image .section-chain__wrapper .story-card .meta-data__read-time{margin-top:0.3125rem}@media (min-width: 576px){.section-chain--image-row .section-chain__wrapper .story-card__image-link,.section-chain--hero-left .section-chain__wrapper .story-card__image-link,.section-chain--quad-small-image .section-chain__wrapper .story-card__image-link{padding-top:0}}@media (min-width: 768px){.section-chain--carousel{padding:0}}@media (min-width: 576px){.section-chain--carousel .section-chain__heading{margin-left:0}}.section-chain--carousel .section-chain__header{margin-right:auto;margin-left:auto}@media (min-width: 576px){.section-chain--carousel .section-chain__header{width:calc(100% - 1.25rem * 2 - 5.625rem)}}@media (min-width: 992px){.section-chain--carousel .section-chain__header{max-width:57.75rem}}.section-chain--carousel .section-chain__wrapper{margin:0 auto}@media (min-width: 576px){.section-chain--carousel .section-chain__wrapper{width:calc(100% - 1.25rem * 2 - 4.5rem);padding:0}}.section-chain--carousel .section-chain__wrapper .story-card{border-bottom:none}.section-chain--hero-left{padding-top:1.25rem;padding-bottom:1.25rem}.section-chain--hero-left .section-chain__wrapper{display:flex;flex-wrap:wrap;align-items:flex-start}.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem);margin-top:1.25rem}@media (min-width: 768px){.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2)}}@media (min-width: 992px){.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']{flex-basis:140px;max-width:8.75rem;margin-top:0;margin-left:1.25rem}}.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']:first-of-type{flex-basis:100%;max-width:100%;margin-top:0;margin-left:0}@media (min-width: 992px){.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']:first-of-type{flex-basis:620px}}.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']:last-of-type{margin-left:calc(1.25rem / 2)}@media (min-width: 768px){.section-chain--hero-left .section-chain__wrapper>article[class^='story-card']:last-of-type{margin-left:1.25rem}}.section-chain--image-row .section-chain__wrapper,.section-chain--quad-small-image .section-chain__wrapper{display:flex;flex-wrap:wrap}.section-chain--image-row .section-chain__wrapper>article[class^='story-card'],.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']{flex-basis:calc(100% / 2 - 1.25rem);border-bottom:none}@media (min-width: 768px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card'],.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']{flex-basis:calc(100% / 3 - 1.25rem * 2 / 3);margin-left:1.25rem}}@media (min-width: 992px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card'],.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']{flex-basis:140px}}@media (min-width: 768px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:first-of-type,.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:first-of-type{margin-left:0}}@media (min-width: 768px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(4),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(4){margin-left:0}}@media (min-width: 992px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(4),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(4){margin-left:1.25rem}}.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+3),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+3){margin-top:calc(1.25rem / 2)}@media (min-width: 768px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+3),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+3){margin-top:0}}@media (min-width: 768px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+4),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+4){margin-top:1.25rem}}@media (min-width: 992px){.section-chain--image-row .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+4),.section-chain--quad-small-image .section-chain__wrapper>article[class^='story-card']:nth-of-type(n+4){margin-top:0}}.section-chain--quad-small-image .section-chain__wrapper .ad{flex-basis:300px;margin-top:1.25rem}@media (max-width: 767px){.section-chain--quad-small-image .section-chain__wrapper .ad{display:flex;flex-basis:100%;flex-direction:column;justify-content:center;padding:1.25rem}}@media (min-width: 768px){.section-chain--quad-small-image .section-chain__wrapper .ad{margin-left:1.25rem}}@media (min-width: 992px){.section-chain--quad-small-image .section-chain__wrapper .ad{margin-top:0}}@media (min-width: 768px){.section-chain--gallery-hero+.section-chain--triple-image{margin-top:0}}.section-chain .placeholder{position:relative;border-bottom:none}.section-chain .placeholder--name-tip{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.section-chain .placeholder--container{box-sizing:border-box;width:100%;background-color:#f5f5f5;border:1px #d5d5d5 solid;border-radius:4px}.breaking-news+.section-chain{margin-top:0}@media (min-width: 768px){.breaking-news+.section-chain{margin-top:1.25rem}}@media (max-width: 767px){.section-chain-with-native .ad-native{margin:0.5rem 0.625rem}}@media (max-width: 991px){.section-chain-with-native .box-ad{display:block}}@media (min-width: 768px) and (max-width: 991px){.section-chain-with-native .box-ad{float:right;width:50%}}@media (min-width: 992px){.section-chain-with-native .box-ad .ad-container{position:absolute;z-index:2;justify-content:center;width:300px}}@media (min-width: 768px){.section-chain-with-native--subhero .chain-main-triple{display:flex;flex-wrap:wrap}}@media all and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none){.section-chain-with-native--subhero .chain-main-triple{flex:1 0 100%}}@media (min-width: 992px){.section-chain-with-native--subhero .chain-main-triple>:not(:nth-child(3n+1)),.section-chain-with-native--subhero .chain-main-triple .non-stack>:not(:nth-child(2n+1)){margin-left:1.25rem}}.section-chain-with-native--subhero .chain-main-triple article[class^='story-card'],.section-chain-with-native--subhero .chain-main-triple .ad{flex-basis:100%;margin-top:1.25rem}@media (min-width: 992px){.section-chain-with-native--subhero .chain-main-triple article[class^='story-card'],.section-chain-with-native--subhero .chain-main-triple .ad{flex-basis:300px}.section-chain-with-native--subhero .chain-main-triple article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subhero .chain-main-triple .ad:not(:first-of-type){margin-top:1.25rem}}.section-chain-with-native--subhero .chain-main-triple article[class^='story-card']:not(:first-of-type),.section-chain-with-native--subhero .chain-main-triple .ad:not(:first-of-type){margin-top:1.25rem}.section-chain-with-native--subhero .chain-main-triple .blank{border-bottom:0}@media (max-width: 991px){.section-chain-with-native--subhero .chain-main-triple .blank{display:none}}@media (min-width: 992px){.section-chain-with-native--subhero .chain-main-triple .stack{flex-basis:calc(100% / 3 - 1.5rem)}}.section-chain-with-native--subhero .chain-main-triple .stack article[class^='story-card']:first-of-type:not(.story-card--has-label) .story-card__kicker-wrapper{padding-top:0}.section-chain-with-native--subhero .chain-main-triple .stack article[class^='story-card']:nth-of-type(n+2){margin-top:0}.section-chain-with-native--subhero .chain-main-triple .non-stack{display:flex;flex-wrap:wrap}@media all and (-ms-high-contrast: active), (-ms-high-contrast: none){.section-chain-with-native--subhero .chain-main-triple .non-stack{flex:1 0 100%}}@media (min-width: 992px){.section-chain-with-native--subhero .chain-main-triple .non-stack{flex-basis:100%}}.section-chain-with-native--subhero .chain-main-triple .non-stack article[class^='story-card']{margin-top:0}.section-chain-with-native--subheronew .chain-main .ad-native{flex-basis:100%;margin:0 0.625rem}@media (max-width: 767px){.section-chain-with-native--subheronew .chain-main .ad-native{flex-basis:100%;margin:0.625rem}}@media (min-width: 768px){.section-chain-with-native--subheronew .chain-main .ad-native{flex-basis:calc(100% / 2 - 1.25rem / 2 - 0.0625rem / 2);margin:0}}@media (min-width: 992px){.section-chain-with-native--subheronew .chain-main .ad-native{flex-basis:300px}}.section-chain-with-native--subheronew .chain-main .story-card:first-of-type{margin-top:1.25rem}@media (min-width: 768px){.section-chain-with-native--subheronew .chain-main .story-card:first-of-type{margin-top:0;margin-left:1.25rem}}@media (min-width: 768px){.section-chain-with-native--subheronew .chain-main-triple{display:flex;flex-wrap:wrap}}@media all and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none){.section-chain-with-native--subheronew .chain-main-triple{flex:1 0 100%}}.section-chain-with-native--subheronew .chain-main-triple article[class^='story-card']{flex-basis:100%;margin-top:1.25rem}@media (min-width: 992px){.section-chain-with-native--subheronew .chain-main-triple article[class^='story-card']{flex-basis:300px;margin-top:1.25rem;margin-left:1.25rem}.section-chain-with-native--subheronew .chain-main-triple article[class^='story-card']:nth-child(3n+1){margin-left:0}}.section-chain-with-native--subheronew .blank{border-bottom:0}@media (max-width: 991px){.section-chain-with-native--subheronew .blank{display:none}}.section-chain-with-native--subheronew .stack{margin-top:1.25rem}@media (min-width: 992px){.section-chain-with-native--subheronew .stack{flex-basis:300px;margin-left:1.25rem}}.section-chain-with-native--subheronew .stack article[class^='story-card']{margin:0 0.625rem}@media (min-width: 768px){.section-chain-with-native--subheronew .stack article[class^='story-card']{margin:0}}.section-chain-with-native--subheronew .stack article[class^='story-card']:first-of-type .story-card__kicker-wrapper{padding-top:0}.section-chain-with-native--subheronew .stack article[class^='story-card']:nth-of-type(n+2){margin-top:0}.section-chain-with-native--subheronew .non-stack{display:flex;flex-wrap:wrap}@media all and (-ms-high-contrast: active), (-ms-high-contrast: none){.section-chain-with-native--subheronew .non-stack{flex:1 0 100%}}@media (min-width: 992px){.section-chain-with-native--subheronew .non-stack{flex-basis:100%}}.section-chain-with-native--subheronew .non-stack article[class^='story-card']{margin-top:0}.section-chain-with-native--subheronew .non-stack div[class^='content']{margin-top:0.3125rem;margin-left:1.25rem}@media (max-width: 767px){.section-chain-with-native--subheronew .non-stack div[class^='content']{flex-basis:100%;margin:0.5rem 0.625rem 0;border-bottom:1px solid #d5d5d5}}.sidebar{position:fixed;top:4.0625rem;bottom:0;left:-100%;z-index:5;display:none;width:100%;background-color:#121617}@media (min-width: 576px){.sidebar{position:absolute;display:none;width:18.75rem}}@media (min-width: 576px) and (max-width: 1199px){.sidebar{transform:translateX(-100%)}}.sidebar--active{display:block}.sidebar .nav-control-overlay{position:absolute;left:18.75rem;width:calc(100vw - 18.75rem);height:100%;background-color:#000;opacity:0;transition-delay:0.3s;transition-duration:0.5s;transition-property:opacity}@media (max-width: 575px){.sidebar .nav-control-overlay{display:none}}@media (min-width: 1200px){.sidebar .nav-control-overlay{display:none;width:calc(68.75rem - 18.75rem)}}@media (min-width: 576px) and (max-width: 1399px){.container--sidebar-is-active .sidebar .nav-control-overlay{display:block;opacity:0.5}}.sidebar__date{display:block;margin:0 auto;padding:0.625rem 0;color:#fff;font-weight:600;text-align:center;border-top:2px solid #23292a;border-bottom:2px solid #23292a}.sidebar__search{display:flex;align-items:center;justify-content:center;padding:0.625rem 0}@media (min-width: 576px){.sidebar__search{display:none}}.sidebar__search-input{width:0rem;height:1.875rem;padding-left:0.625rem;color:#fff;font-weight:300;font-size:0.875rem;background-color:#313c3d;border:0;opacity:0;transition:width 0.1s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sidebar__search-input::-moz-placeholder{color:#fff}.sidebar__search-input:-ms-input-placeholder{color:#fff}.sidebar__search-input::placeholder{color:#fff}.sidebar__search-submit{width:2rem;height:2rem;padding:0;color:#fff;background-color:#313c3d;border:1px solid #313c3d;border-radius:0.125rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sidebar__search-submit:hover{border-color:#fff}.sidebar__search-icon{width:0.875rem;height:0.875rem;margin:auto}.sidebar__search-is-active .sidebar__search-input{width:calc(100% - 2rem);opacity:1}.sidebar__search-is-active .sidebar__search-submit{border-color:#fff}.sidebar+.main{margin-top:4.0625rem}@media (min-width: 576px){.sidebar+.main{margin-top:0}}.container--sidebar-is-active .sidebar{left:0;display:block}@media (max-width: 575px){.container--sidebar-is-active .sidebar{height:calc(100vh - 4.0625rem);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media (min-width: 576px){.container--sidebar-is-active .sidebar{transform:translateX(0);transition:transform 0.2s ease;transition-duration:0.3s}}@media (min-width: 1400px){.container--sidebar-is-active .sidebar{transition-delay:0.3s}}@media (max-width: 575px){.container--sidebar-is-active .sidebar--is-fixed{height:100vh;overflow:hidden}}@media (max-width: 575px){.body--sm-sidebar-is-active{position:fixed;overflow:hidden}}@media print{.sidebar{display:none !important}}.subnavigation{position:relative}.subnavigation__item-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#313c3d}@media (max-width: 575px){.subnavigation__item-wrapper{position:fixed;top:4.0625rem;height:calc(100vh - 4.0625rem);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;transform:translateX(100%);opacity:0;transition:transform, opacity 0.2s}}@media (min-width: 576px){.subnavigation__item-wrapper{bottom:0;display:none;width:75%}}@media (max-width: 575px){.subnavigation__item-wrapper--is-active{z-index:6;transform:translateX(0);opacity:1;transition:0.2s transform, opacity ease-in-out}}@media (min-width: 576px){.subnavigation__item-wrapper--is-active{left:100%;display:block}}.subnavigation__button-close{margin-top:0.625rem;color:#fff;background-color:transparent;border:none;transform:rotate(180deg);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width: 576px){.subnavigation__button-close{display:none}}.subnavigation__button-close .navigation__item-icon{color:#fff;border-color:#fff}.subnavigation__item-link{display:block;padding:0.625rem 1.5625rem;color:#fff;font-weight:400;font-family:"Stag","Georgia",serif;background-color:#313c3d;transition:all 0.2s}@media (min-width: 576px){.subnavigation__item-link{font-size:1rem}}.subnavigation__item-link:hover,.subnavigation__item-link:focus{color:#dce1e2;opacity:1}@media (min-width: 576px){.subnavigation__item-link:first-of-type{padding-top:0.9375rem}}@media (max-width: 575px){.subnavigation__item-link:last-of-type{margin-bottom:7.5rem}}.subnavigation:hover{background-color:#313c3d}.article-sponsored__header-wrapper{width:100%}.article-sponsored__header{position:relative;width:100%;margin:0 auto}.article-sponsored__header .figure{margin-top:0}.article-sponsored__header .article-media__caption{display:none}.article-sponsored__header .hero-wrapper{position:relative;padding-top:56.25%}@media (max-width: 575px){.article-sponsored__header .hero-wrapper.no-video{margin-top:0;padding-top:106.42%}}.article-sponsored__header .hero-wrapper.placeholder-image{overflow:hidden}.article-sponsored__header .hero-wrapper .header__figure{margin-top:0}.article-sponsored__header .hero-wrapper .article-media__image{position:absolute;top:0;left:0;width:100%;margin-top:0}.article-sponsored__header .hero-wrapper .video-outer{position:absolute;top:0;width:100%;height:100%}.article-sponsored__header--hero-video .article-sponsored__info{position:relative;margin-bottom:0.625rem}.article-sponsored__header--hero-image .article-sponsored__info{position:absolute;right:0;bottom:3.125rem;left:0;z-index:2;max-width:35.9375rem;margin-left:1.875rem;padding:0 0.625rem}@media (max-width: 991px){.article-sponsored__header--hero-image .article-sponsored__info{bottom:1.6875rem;max-width:39.375rem;padding:0}}.article-sponsored__header--hero-image .article-sponsored__heading__link{color:#fff}.article-sponsored__header--hero-image::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-image:linear-gradient(180deg, transparent 35%, #000);content:''}.article-sponsored__heading{margin-top:0.375rem;color:#111617;font-weight:400;font-size:2.1875rem;font-family:"Stag","Georgia",serif;line-height:1.07}@media (min-width: 576px){.article-sponsored__heading{font-size:2.8125rem;line-height:3rem}}.article-sponsored__kicker{margin-top:0.625rem;color:#fff;font-weight:700;font-size:0.625rem;text-transform:uppercase}@media (max-width: 575px){.article-sponsored .article-media__image{height:calc(100vh - 4.0625rem)}}.article-sponsored .meta-data{margin-top:0.625rem;color:#d5d5d5}@media print{.article-sponsored__header--hero-video .article-sponsored__heading__link{color:#1c2122}.article-sponsored__header--hero-image .article-sponsored__info{position:static;max-width:none;margin:0 0 1.25rem 0}.article-sponsored__header--hero-image .article-sponsored__heading__link{color:#1c2122}.article-sponsored__header--hero-image::after{background-image:none}}.back-to-top{position:fixed;right:1.5rem;bottom:5.75rem;z-index:4;display:flex;flex-flow:wrap column;align-items:center;justify-content:center;width:2.5625rem;height:2.5625rem;color:#000;font-weight:600;background-color:#fff;border:solid 0.0625rem #dde2e3;border-radius:0.1875rem;cursor:pointer}.back-to-top__icon{width:0.8125rem;height:0.4375rem}.back-to-top__text{margin-top:0.0625rem;font-size:0.75rem;line-height:1.0625rem}.back-to-top--hide{display:none}@media (max-width: 991px){.back-to-top{right:1.25rem;bottom:4.25rem}}body{background-color:#f5f5f5}body .grecaptcha-badge{visibility:hidden}.fusion-app{width:100%;margin:0 auto}@media (min-width: 1200px){.fusion-app{max-width:68.75rem;transition:max-width 0.2s ease}}.fusion-app--sidebar-is-active{max-width:calc(68.75rem + 18.75rem);transition:max-width 0.2s ease}.fusion-app--shorthand-page,.fusion-app--myaccount-page{max-width:100%}.fusion-app--myaccount-page{background-color:#121617}.container{position:relative;width:100%;margin:0 auto;background-color:#fff}@media (min-width: 576px) and (max-width: 991px){.container{overflow:hidden}}@media (min-width: 1200px){.container{max-width:68.75rem;transition:max-width 0.2s ease}}@media (min-width: 1400px){.container .main{position:static;width:68.75rem}}@media (min-width: 576px){.container .main,.container .footer{position:relative}}@media (min-width: 1400px){.container .main,.container .footer{transition:margin-left 0.2s ease}}@media (min-width: 1400px){.container--sidebar-is-active{max-width:1400px;transition:max-width 0.2s ease}}@media (min-width: 1400px){.container--sidebar-is-active .footer{width:calc(100% - 5rem * 2 - 18.75rem)}}@media (min-width: 1400px){.container--sidebar-is-active .main,.container--sidebar-is-active .footer{margin-left:18.75rem;transition:margin-left 0.2s ease}}.container--shorthand-page{max-width:100%}@media (min-width: 1200px){.container--shorthand-page{max-width:100%}}.container--shorthand-page .header{z-index:101}.container--shorthand-page .main,.container--shorthand-page .header,.container--shorthand-page .footer{width:100%}.container--shorthand-page .footer{box-sizing:border-box}.container--shorthand-page.container--sidebar-is-active .main{position:relative;transform:none}@media (min-width: 1400px){.container--shorthand-page.container--sidebar-is-active .main,.container--shorthand-page.container--sidebar-is-active .footer{width:calc(100vw - 18.75rem)}}@media (min-width: 576px){.container--shorthand-page.container--sidebar-is-active main::before,.container--shorthand-page.container--sidebar-is-active footer::before{z-index:102}}.container--shorthand-page.container--sidebar-is-active .sidebar{z-index:103;display:none}.container--shorthand-page.container--sidebar-is-active .sidebar--active{display:block}.container--shorthand-page.container--sidebar-is-active .navigation__item-icon{width:1rem;height:1rem}.container--myaccount-page{width:100%;background:#fff;background-repeat:no-repeat;background-size:cover}@media (min-width: 576px){.container--myaccount-page{background-image:url("https://media.nzherald.co.nz/registration/src/img/gisborne-weather-background_sm.jpg")}}@media (min-width: 1200px){.container--myaccount-page{max-width:100%}}.container--myaccount-page .main{width:100%;min-height:calc(100vh - 4.0625rem)}.container--myaccount-v2-page{width:100%;max-width:100%;background:#fff}@media (min-width: 576px) and (max-width: 991px){.container--myaccount-v2-page{overflow:unset}}.container--myaccount-v2-page .main{display:flex;width:auto;min-height:calc(100vh - 7.5rem)}.container--myaccount-v2-page .main--no-footer{min-height:100vh}.container--myprofile-v2-page{background:#fff}@media (min-width: 576px) and (max-width: 991px){.container--myprofile-v2-page{overflow:unset}}.section-sport{color:#50ac47}.section-sport-bg-color{background-color:#50ac47}.section-sport-shade-bg-color{background-color:#3c8135}.section-sport-bg-color-on-hover:hover{background-color:#50ac47}.section-sport-border-color{border-color:#50ac47}.section-sport-shade-border-color{border-color:#3c8135}.section-business{color:#394190}.section-business-bg-color{background-color:#394190}.section-business-shade-bg-color{background-color:#2e3045}.section-business-bg-color-on-hover:hover{background-color:#394190}.section-business-border-color{border-color:#394190}.section-business-shade-border-color{border-color:#2e3045}.section-national{color:#38a3d7}.section-national-bg-color{background-color:#38a3d7}.section-national-shade-bg-color{background-color:#2b7199}.section-national-bg-color-on-hover:hover{background-color:#38a3d7}.section-national-border-color{border-color:#38a3d7}.section-national-shade-border-color{border-color:#2b7199}.section-politics{color:#38a3d7}.section-politics-bg-color{background-color:#38a3d7}.section-politics-shade-bg-color{background-color:#2b7199}.section-politics-bg-color-on-hover:hover{background-color:#38a3d7}.section-politics-border-color{border-color:#38a3d7}.section-politics-shade-border-color{border-color:#2b7199}.section-new-zealand{color:#38a3d7}.section-new-zealand-bg-color{background-color:#38a3d7}.section-new-zealand-shade-bg-color{background-color:#2b7199}.section-new-zealand-bg-color-on-hover:hover{background-color:#38a3d7}.section-new-zealand-border-color{border-color:#38a3d7}.section-new-zealand-shade-border-color{border-color:#2b7199}.section-crime{color:#38a3d7}.section-crime-bg-color{background-color:#38a3d7}.section-crime-shade-bg-color{background-color:#2b7199}.section-crime-bg-color-on-hover:hover{background-color:#38a3d7}.section-crime-border-color{border-color:#38a3d7}.section-crime-shade-border-color{border-color:#2b7199}.section-world{color:#3374ba}.section-world-bg-color{background-color:#3374ba}.section-world-shade-bg-color{background-color:#255589}.section-world-bg-color-on-hover:hover{background-color:#3374ba}.section-world-border-color{border-color:#3374ba}.section-world-shade-border-color{border-color:#255589}.section-entertainment{color:#a43f82}.section-entertainment-bg-color{background-color:#a43f82}.section-entertainment-shade-bg-color{background-color:#752d5d}.section-entertainment-bg-color-on-hover:hover{background-color:#a43f82}.section-entertainment-border-color{border-color:#a43f82}.section-entertainment-shade-border-color{border-color:#752d5d}.section-lifestyle{color:#de2363}.section-lifestyle-bg-color{background-color:#de2363}.section-lifestyle-shade-bg-color{background-color:#ae1b4e}.section-lifestyle-bg-color-on-hover:hover{background-color:#de2363}.section-lifestyle-border-color{border-color:#de2363}.section-lifestyle-shade-border-color{border-color:#ae1b4e}.section-royalty{color:#de2363}.section-royalty-bg-color{background-color:#de2363}.section-royalty-shade-bg-color{background-color:#ae1b4e}.section-royalty-bg-color-on-hover:hover{background-color:#de2363}.section-royalty-border-color{border-color:#de2363}.section-royalty-shade-border-color{border-color:#ae1b4e}.section-technology{color:#ef5633}.section-technology-bg-color{background-color:#ef5633}.section-technology-shade-bg-color{background-color:#c1462a}.section-technology-bg-color-on-hover:hover{background-color:#ef5633}.section-technology-border-color{border-color:#ef5633}.section-technology-shade-border-color{border-color:#c1462a}.section-travel{color:#f47d22}.section-travel-bg-color{background-color:#f47d22}.section-travel-shade-bg-color{background-color:#c7661c}.section-travel-bg-color-on-hover:hover{background-color:#f47d22}.section-travel-border-color{border-color:#f47d22}.section-travel-shade-border-color{border-color:#c7661c}.section-property{color:#30bdb0}.section-property-bg-color{background-color:#30bdb0}.section-property-shade-bg-color{background-color:#259389}.section-property-bg-color-on-hover:hover{background-color:#30bdb0}.section-property-border-color{border-color:#30bdb0}.section-property-shade-border-color{border-color:#259389}.section-northern-advocate{color:#808285}.section-northern-advocate-bg-color{background-color:#808285}.section-northern-advocate-shade-bg-color{background-color:#5f5f5f}.section-northern-advocate-bg-color-on-hover:hover{background-color:#808285}.section-northern-advocate-border-color{border-color:#808285}.section-northern-advocate-shade-border-color{border-color:#5f5f5f}.section-bay-of-plenty-times{color:#0063a4}.section-bay-of-plenty-times-bg-color{background-color:#0063a4}.section-bay-of-plenty-times-shade-bg-color{background-color:#0c4d7e}.section-bay-of-plenty-times-bg-color-on-hover:hover{background-color:#0063a4}.section-bay-of-plenty-times-border-color{border-color:#0063a4}.section-bay-of-plenty-times-shade-border-color{border-color:#0c4d7e}.section-waikato-news{color:#8b080d}.section-waikato-news-bg-color{background-color:#8b080d}.section-waikato-news-shade-bg-color{background-color:#720a0d}.section-waikato-news-bg-color-on-hover:hover{background-color:#8b080d}.section-waikato-news-border-color{border-color:#8b080d}.section-waikato-news-shade-border-color{border-color:#720a0d}.section-hawkes-bay-today{color:#0e76bc}.section-hawkes-bay-today-bg-color{background-color:#0e76bc}.section-hawkes-bay-today-shade-bg-color{background-color:#0f5b90}.section-hawkes-bay-today-bg-color-on-hover:hover{background-color:#0e76bc}.section-hawkes-bay-today-border-color{border-color:#0e76bc}.section-hawkes-bay-today-shade-border-color{border-color:#0f5b90}.section-kapiti-news{color:#30638b}.section-kapiti-news-bg-color{background-color:#30638b}.section-kapiti-news-shade-bg-color{background-color:#264c6a}.section-kapiti-news-bg-color-on-hover:hover{background-color:#30638b}.section-kapiti-news-border-color{border-color:#30638b}.section-kapiti-news-shade-border-color{border-color:#264c6a}.section-manawatu-guardian{color:#088b6c}.section-manawatu-guardian-bg-color{background-color:#088b6c}.section-manawatu-guardian-shade-bg-color{background-color:#0d6a53}.section-manawatu-guardian-bg-color-on-hover:hover{background-color:#088b6c}.section-manawatu-guardian-border-color{border-color:#088b6c}.section-manawatu-guardian-shade-border-color{border-color:#0d6a53}.section-rotorua-daily-post{color:#8b080d}.section-rotorua-daily-post-bg-color{background-color:#8b080d}.section-rotorua-daily-post-shade-bg-color{background-color:#720a0d}.section-rotorua-daily-post-bg-color-on-hover:hover{background-color:#8b080d}.section-rotorua-daily-post-border-color{border-color:#8b080d}.section-rotorua-daily-post-shade-border-color{border-color:#720a0d}.section-stratford-press{color:#8b080d}.section-stratford-press-bg-color{background-color:#8b080d}.section-stratford-press-shade-bg-color{background-color:#6e0d10}.section-stratford-press-bg-color-on-hover:hover{background-color:#8b080d}.section-stratford-press-border-color{border-color:#8b080d}.section-stratford-press-shade-border-color{border-color:#6e0d10}.section-aucklander{color:#8b080d}.section-aucklander-bg-color{background-color:#8b080d}.section-aucklander-shade-bg-color{background-color:#760709}.section-aucklander-bg-color-on-hover:hover{background-color:#8b080d}.section-aucklander-border-color{border-color:#8b080d}.section-aucklander-shade-border-color{border-color:#760709}.section-the-country{color:#469031}.section-the-country-bg-color{background-color:#469031}.section-the-country-shade-bg-color{background-color:#346a24}.section-the-country-bg-color-on-hover:hover{background-color:#469031}.section-the-country-border-color{border-color:#469031}.section-the-country-shade-border-color{border-color:#346a24}.section-whanganui-chronicle{color:#084a7a}.section-whanganui-chronicle-bg-color{background-color:#084a7a}.section-whanganui-chronicle-shade-bg-color{background-color:#053658}.section-whanganui-chronicle-bg-color-on-hover:hover{background-color:#084a7a}.section-whanganui-chronicle-border-color{border-color:#084a7a}.section-whanganui-chronicle-shade-border-color{border-color:#053658}.section-northland-age{color:#8c163d}.section-northland-age-bg-color{background-color:#8c163d}.section-northland-age-shade-bg-color{background-color:#6c1331}.section-northland-age-bg-color-on-hover:hover{background-color:#8c163d}.section-northland-age-border-color{border-color:#8c163d}.section-northland-age-shade-border-color{border-color:#6c1331}.section-horowhenua-chronicle{color:#0063a4}.section-horowhenua-chronicle-bg-color{background-color:#0063a4}.section-horowhenua-chronicle-shade-bg-color{background-color:#0e4b79}.section-horowhenua-chronicle-bg-color-on-hover:hover{background-color:#0063a4}.section-horowhenua-chronicle-border-color{border-color:#0063a4}.section-horowhenua-chronicle-shade-border-color{border-color:#0e4b79}.section-te-awamutu-courier{color:#1e9043}.section-te-awamutu-courier-bg-color{background-color:#1e9043}.section-te-awamutu-courier-shade-bg-color{background-color:#216e3a}.section-te-awamutu-courier-bg-color-on-hover:hover{background-color:#1e9043}.section-te-awamutu-courier-border-color{border-color:#1e9043}.section-te-awamutu-courier-shade-border-color{border-color:#216e3a}.section-default{color:#121617}.section-default-bg-color{background-color:#121617}.section-default-shade-bg-color{background-color:#313c3d}.section-default-bg-color-on-hover:hover{background-color:#121617}.section-default-border-color{border-color:#121617}.section-default-shade-border-color{border-color:#313c3d}.section-nosection{color:#8a8f96}.section-nosection-bg-color{background-color:#8a8f96}.section-nosection-bg-color-on-hover:hover{background-color:#8a8f96}.section-nosection-border-color{border-color:#8a8f96}.section-newstalk-zb{color:#00beeb}.section-newstalk-zb-bg-color{background-color:#00beeb}.section-newstalk-zb-bg-color-on-hover:hover{background-color:#00beeb}.section-newstalk-zb-border-color{border-color:#00beeb}.section-the-vision-is-clear{color:#009290}.section-the-vision-is-clear-bg-color{background-color:#009290}.section-the-vision-is-clear-shade-bg-color{background-color:#2ca3a1}.section-the-vision-is-clear-bg-color-on-hover:hover{background-color:#009290}.section-the-vision-is-clear-border-color{border-color:#009290}.section-the-vision-is-clear-shade-border-color{border-color:#2ca3a1}.section-trailblazers{color:#6e2053}.section-trailblazers-bg-color{background-color:#6e2053}.section-trailblazers-shade-bg-color{background-color:#313c3d}.section-trailblazers-bg-color-on-hover:hover{background-color:#6e2053}.section-trailblazers-border-color{border-color:#6e2053}.section-trailblazers-shade-border-color{border-color:#313c3d}.section-eatwell{color:#c33857}.section-eatwell-bg-color{background-color:#c33857}.section-eatwell-shade-bg-color{background-color:#9a223c}.section-eatwell-bg-color-on-hover:hover{background-color:#c33857}.section-eatwell-border-color{border-color:#c33857}.section-eatwell-shade-border-color{border-color:#9a223c}.section-recipes{color:#c33857}.section-recipes-bg-color{background-color:#c33857}.section-recipes-shade-bg-color{background-color:#9a223c}.section-recipes-bg-color-on-hover:hover{background-color:#c33857}.section-recipes-border-color{border-color:#c33857}.section-recipes-shade-border-color{border-color:#9a223c}.section-food-news{color:#c33857}.section-food-news-bg-color{background-color:#c33857}.section-food-news-shade-bg-color{background-color:#9a223c}.section-food-news-bg-color-on-hover:hover{background-color:#c33857}.section-food-news-border-color{border-color:#c33857}.section-food-news-shade-border-color{border-color:#9a223c}.section-premium{color:#ecac0c}.section-premium-bg-color{background-color:#ecac0c}.section-premium-bg-color-on-hover:hover{background-color:#ecac0c}.section-premium-border-color{border-color:#ecac0c}.section-fallback{color:#333c3d}.section-fallback-bg-color{background-color:#333c3d}.section-fallback-bg-color-on-hover:hover{background-color:#333c3d}.section-fallback-border-color{border-color:#333c3d}.section-kahu{color:#597c35}.section-kahu-bg-color{background-color:#597c35}.section-kahu-bg-color-on-hover:hover{background-color:#597c35}.section-kahu-border-color{border-color:#597c35}.section-talanoa{color:#00c29b}.section-talanoa-bg-color{background-color:#00c29b}.section-talanoa-bg-color-on-hover:hover{background-color:#00c29b}.section-talanoa-border-color{border-color:#00c29b}.section-reset{color:#00b2b1}.section-reset-bg-color{background-color:#00b2b1}.section-reset-bg-color-on-hover:hover{background-color:#00b2b1}.section-reset-border-color{border-color:#00b2b1}.section-primary{color:#1c2122}.section-primary-bg-color{background-color:#1c2122}.section-secondary{color:#f5f5f5}.section-secondary-bg-color{background-color:#f5f5f5}.article__header-eatwell figure.figure{margin-top:0.625rem}body.eatwell .section-sponsored{color:#c33857}body.eatwell .article-sidebar__section-heading{font-weight:400;font-size:1.875rem}body.eatwell .my-news .story-card__heading__link{color:#fff}body.eatwell .story-card__heading__link{color:#1c2122}body.eatwell .story-card--featured .story-card__heading__link,body.eatwell .story-card--featured-medium .story-card__heading__link,body.eatwell .story-card--featured-large .story-card__heading__link,body.eatwell .story-card--featured-extra-large .story-card__heading__link{color:#fff}body.eatwell .section-chain--white-text .section-chain__header,body.eatwell .section-chain--white-text .section-chain__heading,body.eatwell .section-chain--white-text .story-card__kicker,body.eatwell .section-chain--white-text .story-card__subkicker,body.eatwell .section-chain--white-text .story-card__subkicker-separator,body.eatwell .section-chain--white-text .story-card__heading,body.eatwell .section-chain--white-text .story-card__heading__link,body.eatwell .section-chain--white-text .story-card .meta-data{color:inherit}.eatwell__content{border-top:0.0625rem solid #dce1e2}.eatwell__content p{font-size:1.1875rem}@media (min-width: 576px){.eatwell__content p{font-size:1.0625rem}}.eatwell__content strong{font-size:1.1875rem}@media (min-width: 576px){.eatwell__content strong{font-size:1.0625rem}}.eatwell__content .article__heading{display:flex;align-items:center;justify-content:center;margin:1.25rem 0;color:#c33857;font-weight:500;font-size:1.25rem;font-family:"Stag","Georgia",serif}.eatwell__content .article__heading::after{flex:1;height:1px;margin-left:0.625rem;background-color:#c33857;content:''}.eatwell__content .article-offer__price{font-size:2.5rem}@media print{.article__header-eatwell .article__heading{color:#1c2122}}

