/*! nzsl.scss.liquid : version: 1.26.0 (1.26.0), environment: production, built: 2024-09-17 09:30:59.265 NZST */
/* base/settings/* */
/* @debug 'base/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/**
* Definitons for settings
* Used to build Settings
*/
/* theme_icons: {"theme-icon--nzsl":"icon-nzsl-tp-omg.svg","theme-icon--arrow-forward":"icon-carat-right-omg.svg","theme-icon--arrow-down":"icon-carat-right-omg.svg","theme-icon--arrow-back":"icon-carat-left-omg.svg","theme-icon--arrow-up":"icon-carat-left-omg.svg","theme-icon--menu-open":"menu-open-omg.svg","theme-icon--menu-close":"menu-close-omg.svg","theme-icon--player-play":"player-play-omg.svg","theme-icon--player-pause":"player-pause-omg.svg","theme-icon--captions-button":"icon-cc-plain-omg.svg","theme-icon--prev":"icon-prev-omg.svg","theme-icon--next":"icon-next-omg.svg"} */
.nzsl-brand--2rjAmFvBt7 {
  background-image: url("/assets/nzsl-logo-thumb.svg"); }

.nzsl-brand--R48cFxd-au {
  width: 46px;
  height: 50px; }

/* nzsl/nzsl.scss */
/* @debug 'nzsl/nzsl.scss'; */
/* base/settings/* */
/* @debug 'base/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/**
* Definitons for settings
* Used to build Settings
*/
/* nzsl/settings/settings.theme.typography */
/* @debug 'nzsl/settings/settings.theme.typography'; */
@keyframes menuSlideUp {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
.is-not-showing-controls .video-player-controls--hideable {
  animation-duration: 300ms;
  animation-name: menuCollapse;
  animation-fill-mode: forwards; }

#cc-list-showing:checked + .cc-list {
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-name: menuSlideUp, menuExpand; }

/* base/settings/* */
/* @debug 'base/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/**
* Definitons for settings
* Used to build Settings
*/
/* shared/settings/* */
/* @debug 'shared/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/* base/base.scss */
/* @debug 'base/base.scss'; */
/* base/settings/* */
/* @debug 'base/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/**
* Definitons for settings
* Used to build Settings
*/
/* base/tools/* */
/* @debug 'base/tools/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/**
  * Apply a set of properties for a shorthand width/style/color set (top, right, bottom, left)
  * - Handle null list as non-emitting
  * - Handle null values as non-emitting *for just that value*
  * - Handle border-{side}-{propertyKey} and {propertyKey}-{side} syntax
  * - Just emit the list if it is complete
*/
/* utilities that cannot be shown, nor play a part in display */
.hidden, [hidden] {
  display: none; }

html, body {
  height: 100%; }

.video-player-controls--cc-selector, .cc-list-toggle, .credits-image, .tepapa-logo, .link-item, .link-item--icon, .link-item--arrow, .page-header--menu-button, .menu-button--label, .menu-button span, .page, .page-header--content, .nzsl-brand--area, .nzsl-back-link, .video-player-controls--bottom, .video-player-controls--hideable, .video-player-controls--slider {
  display: flex;
  align-items: center; }

.video-player-controls--cc-selector, .cc-list-toggle, .credits-image {
  justify-content: center; }

.page > header, .page > footer > *, .lyt--guide-landing .nzsl-brand--header > *,
.lyt--guide-cover .nzsl-brand--header > *, .lyt--guide-landing .nzsl-brand--main > *,
.lyt--guide-landing .link-item, .lyt--guide-cover .menu-link--link,
.lyt--guide-cover .menu-link--hn,
.lyt--guide-video .menu-link--link,
.lyt--guide-video .menu-link--hn,
.lyt--guide-credits .menu-link--link,
.lyt--guide-credits .menu-link--hn, .location, .credits, .prev-next, .video-player, .video-captions {
  max-width: 768px;
  margin-left: auto !important;
  margin-right: auto !important; }

.screen-reader-only {
  position: absolute !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  font-weight: inherit !important; }

em {
  font-style: italic; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Apply a natural box layout model to all elements. This is a recommended
 * practice from Paul Irish. For more info see
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * Chris Coyer explains the updated code well
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
.block-item,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 1.5rem; }

ul,
ol,
dd {
  margin-left: 1.5rem; }

html {
  min-height: 100%; }

body {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  font-family: National2, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  position: relative; }

*:active,
*:focus {
  outline: none; }

::selection {
  background: #b3d4fc; }

::-moz-selection {
  background: #b3d4fc; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: National2, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.8rem; }

a {
  color: #fff;
  text-decoration: none; }

ul,
ol {
  padding: 0 0 0 20px; }
  ul li,
  ol li {
    padding: 0 0 0 10px; }

li > ul,
li > ol {
  margin-bottom: 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left; }

img,
svg {
  max-width: 100%;
  vertical-align: middle; }

svg {
  max-height: 100vh; }

.list-unstyled, .block-list {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .list-unstyled > li, .block-list > li {
    padding-left: 0;
    list-style: none; }

/**
### Block list
Throws a list into a vertical stack. Handy for things like navigation.
*/
.block-list > li {
  display: block; }

/* shared/shared.scss */
/* @debug 'shared/shared.scss'; */
/* shared/settings/* */
/* @debug 'shared/settings/*'; */
/* base/tools.base.functions */
/**
* Return merged map copy, without overriding
*/
/**
* Return merged map copy, with overriding
*/
/**
* Return value from a value list for a particular side
* @param {list} valueList
* @param {string} side
*/
/* shared/generic/generic.shared.scss */
/* @debug 'shared/generic/generic.shared.scss'; */
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 400;
  font-style: normal;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-Regular.eot");
  src: url("./fonts/National/National2Web-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-Regular.woff2") format("woff2"), url("./fonts/National/National2Web-Regular.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 400;
  font-style: italic;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-RegularItalic.eot");
  src: url("./fonts/National/National2Web-RegularItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-RegularItalic.woff2") format("woff2"), url("./fonts/National/National2Web-RegularItalic.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 700;
  font-style: normal;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-Bold.eot");
  src: url("./fonts/National/National2Web-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-Bold.woff2") format("woff2"), url("./fonts/National/National2Web-Bold.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 700;
  font-style: italic;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-BoldItalic.eot");
  src: url("./fonts/National/National2Web-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-BoldItalic.woff2") format("woff2"), url("./fonts/National/National2Web-BoldItalic.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 300;
  font-style: normal;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-Light.eot");
  src: url("./fonts/National/National2Web-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-Light.woff2") format("woff2"), url("./fonts/National/National2Web-Light.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 300;
  font-style: italic;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-LightItalic.eot");
  src: url("./fonts/National/National2Web-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-LightItalic.woff2") format("woff2"), url("./fonts/National/National2Web-LightItalic.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 500;
  font-style: normal;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-Medium.eot");
  src: url("./fonts/National/National2Web-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-Medium.woff2") format("woff2"), url("./fonts/National/National2Web-Medium.woff") format("woff"); }
@font-face {
  font-display: swap;
  font-family: National2;
  font-weight: 500;
  font-style: italic;
  font-variant-ligatures: none;
  src: url("./fonts/National/National2Web-MediumItalic.eot");
  src: url("./fonts/National/National2Web-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/National/National2Web-MediumItalic.woff2") format("woff2"), url("./fonts/National/National2Web-MediumItalic.woff") format("woff"); }
.link-item {
  font-family: National2, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25; }
  .featured-link--link, .menu-link--link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.TPMG-annotate--1 [data-prop] {
  box-shadow: inset 0 0 0 1px #66ff00; }
.TPMG-annotate--1 [data-prop-alt] {
  box-shadow: inset 0 0 0 1px #ff66cb; }
.TPMG-annotate--1 [data-prop],
.TPMG-annotate--1 [data-prop-alt] {
  position: relative; }
  .TPMG-annotate--1 [data-prop]:before, .TPMG-annotate--1 [data-prop]:after,
  .TPMG-annotate--1 [data-prop-alt]:before,
  .TPMG-annotate--1 [data-prop-alt]:after {
    display: block;
    color: black;
    font-family: monospace;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    overflow: visible;
    letter-spacing: normal;
    text-shadow: none;
    text-transform: none;
    right: 0;
    max-width: 140px;
    line-break: loose;
    overflow-wrap: break-word; }
  .TPMG-annotate--1 [data-prop]:hover:before,
  .TPMG-annotate--1 [data-prop-alt]:hover:before {
    content: attr(data-prop);
    background-color: rgba(102, 255, 0, 0.8);
    top: 0; }
  .TPMG-annotate--1 [data-prop]:hover:after,
  .TPMG-annotate--1 [data-prop-alt]:hover:after {
    content: attr(data-prop-alt);
    background-color: rgba(255, 102, 203, 0.8);
    bottom: 0; }

.page-header--content {
  border: solid #fff;
  border-width: 0 0 1px 0; }

.tepapa-logo {
  color: #555;
  justify-content: start; }
  .tepapa-logo-header, .tepapa-logo-footer {
    height: 3.5625rem; }
  .tepapa-logo--logo {
    height: 100%; }
  .tepapa-logo svg path:first-child {
    fill: #120e10; }

.featured-link + .featured-link {
  margin-top: 20px; }

.featured-link--link {
  color: #fff;
  background-color: #00205b; }
  .featured-link--link > * {
    border-style: solid;
    border-color: #fff;
    border-width: 1px; }
  .featured-link--link:hover, .featured-link--link:active, .featured-link--link:focus, .featured-link--link.is-current {
    background-color: #00328d;
    transition: none; }
  .featured-link--link.is-current {
    color: rgba(255, 255, 255, 0.7); }

.menu-link--hn, .video-card .link-item-label--section_header, .credits h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.0416666667em; }

.menu-link--hn {
  background-color: transparent; }
  .menu-link--hn-ctr {
    padding: 10px 0;
    min-height: 43px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-style: solid;
    border-color: #3e3e3e transparent;
    border-width: 1px; }
    .menu-link + .menu-link--hn .menu-link--hn-ctr {
      border-top-color: transparent; }
  .menu-link--hn:first-child > div {
    border-top-color: transparent; }
  .menu-link--hn .hn {
    font-weight: inherit;
    margin: 0;
    line-height: inherit;
    font-size: inherit; }
.menu-link--link {
  color: #fff;
  margin-top: -1px;
  border-top: 1px solid transparent;
  display: block; }
  .menu-link:first-child .menu-link--link {
    margin-top: 13px; }
  .menu-link:last-child .menu-link--link {
    margin-bottom: 13px; }
  @media only screen and (min-width: 360px) {
    .menu-link:first-child .menu-link--link {
      margin-top: 41px; }
    .menu-link:last-child .menu-link--link {
      margin-bottom: 41px; } }
  .menu-link--link > * {
    border-style: solid;
    border-color: #3e3e3e transparent;
    border-width: 1px; }
    .menu-link + .menu-link .menu-link--link > * {
      border-top-color: transparent; }
  .menu-link--link:hover, .menu-link--link:active, .menu-link--link:focus, .menu-link--link.is-current {
    background-color: #3e3e3e;
    transition: none; }
    .menu-link--link:hover > *, .menu-link--link:active > *, .menu-link--link:focus > *, .menu-link--link.is-current > * {
      border-color: transparent; }
  .menu-link--link.is-current {
    color: rgba(255, 255, 255, 0.7); }

.link-item {
  width: 100%;
  justify-content: flex-start;
  height: auto;
  min-height: 64px; }
  .link-item--label {
    flex-grow: 1;
    padding: 0.625em 0 0.625em 1em; }
  .link-item--icon, .link-item--arrow {
    flex-shrink: 0; }
  .link-item--icon {
    justify-content: flex-start;
    width: 34px;
    height: 64px;
    padding: 0; }
    .link-item--icon svg {
      width: 34px;
      height: 100%; }
  .link-item--arrow {
    justify-content: flex-end;
    width: auto;
    height: 64px;
    padding: 0 0 0 6px; }
    .link-item--arrow svg {
      width: 8px;
      height: 100%; }
  .link-item svg {
    display: block; }

.site-footer {
  color: #333;
  background-color: #eaeaea;
  text-align: center; }
  .page .site-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .site-footer > * + * {
    margin-top: 20px; }
  .site-footer--logo > * {
    justify-content: center; }
  .site-footer--links {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .site-footer--links > * + *::before {
      content: ' | '; }
    .site-footer--links a {
      text-decoration: underline; }
      .site-footer--links a, .site-footer--links a:visited {
        color: #0057a8; }
      .site-footer--links a:hover, .site-footer--links a:focus {
        color: #0071db; }
      .site-footer--links a:active {
        color: #1671c5; }

#slide-menu {
  display: none;
  overflow: hidden;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  position: absolute;
  top: 48px;
  z-index: 2000;
  background-color: #222; }

@keyframes menuExpand {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes menuCollapse {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }
#menu-showing ~ * {
  opacity: 1; }
#menu-showing ~ #slide-menu {
  opacity: 0; }
#menu-showing:checked ~ * {
  animation-name: menuCollapse;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  opacity: 0; }
#menu-showing:checked ~ #slide-menu {
  animation-name: menuExpand;
  height: auto;
  min-height: calc(100vh - 48px);
  overflow: visible;
  opacity: 1;
  display: block; }
#menu-showing:checked ~ header {
  animation: none;
  opacity: 1; }
  #menu-showing:checked ~ header label[for=menu-showing] > span {
    display: none; }
    #menu-showing:checked ~ header label[for=menu-showing] > span.menu-button--menu-showing {
      display: flex; }
  #menu-showing:checked ~ header .nzsl-back-link {
    visibility: hidden; }

.page-header--menu-button {
  height: 44px;
  font-size: 0.875rem;
  margin-left: 5px; }

.menu-button--label {
  height: 100%; }
  .menu-button--label[for=menu-showing] > span {
    display: none; }
    .menu-button--label[for=menu-showing] > span.menu-button--menu-hiding {
      display: flex; }
    .menu-button--label[for=menu-showing] > span.menu-button--menu-showing .button--icon {
      color: #0fa; }
.menu-button span {
  height: 100%;
  justify-content: center; }
.menu-button--title {
  padding-left: 5px;
  padding-right: 5px; }
.menu-button--icon {
  width: 24px;
  height: 24px; }
  .menu-button--icon svg {
    height: 13px;
    width: auto; }

.page > header, .page > footer > *, .lyt--guide-landing .nzsl-brand--header > *,
.lyt--guide-cover .nzsl-brand--header > *, .lyt--guide-landing .nzsl-brand--main > *,
.lyt--guide-landing .link-item, .lyt--guide-cover .menu-link--link,
.lyt--guide-cover .menu-link--hn,
.lyt--guide-video .menu-link--link,
.lyt--guide-video .menu-link--hn,
.lyt--guide-credits .menu-link--link,
.lyt--guide-credits .menu-link--hn, .location, .credits, .prev-next, .video-card {
  padding: 0 10px; }
  @media only screen and (min-width: 360px) {
    .page > header, .page > footer > *, .lyt--guide-landing .nzsl-brand--header > *,
    .lyt--guide-cover .nzsl-brand--header > *, .lyt--guide-landing .nzsl-brand--main > *,
    .lyt--guide-landing .link-item, .lyt--guide-cover .menu-link--link,
    .lyt--guide-cover .menu-link--hn,
    .lyt--guide-video .menu-link--link,
    .lyt--guide-video .menu-link--hn,
    .lyt--guide-credits .menu-link--link,
    .lyt--guide-credits .menu-link--hn, .location, .credits, .prev-next, .video-card {
      padding: 0 20px; } }

.page {
  height: auto;
  min-height: 100vh !important;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-direction: column;
  background-color: #004394; }
  .page.lyt--guide-video, .page.lyt--guide-credits {
    background-color: #222; }
  .page > * {
    width: 100%; }
  .page > main {
    flex: 1; }
  .page > header {
    flex: none; }
  .page > footer {
    flex: none; }

.lyt--guide-landing > main,
.lyt--guide-cover > main {
  display: flex;
  flex-direction: column; }

.lyt--guide-video {
  display: block;
  padding-bottom: 48px;
  height: auto; }
  .lyt--guide-video .location,
  .lyt--guide-video .filler {
    opacity: 1;
    overflow: hidden;
    height: auto;
    transition: all 0.3s ease; }
  .lyt--guide-video .footer-nav {
    position: fixed;
    bottom: 0; }
  .lyt--guide-video .video-player.is-not-showing-captions ~ .video-captions {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .lyt--guide-video .video-player ~ .filler {
    height: 48px; }

.page-header--content {
  justify-content: space-between;
  height: 48px; }
  .lyt--guide-video .page-header--content, .lyt--guide-credits .page-header--content {
    border-color: transparent; }

.nzsl-brand--area {
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00347b;
  background-position: 50% 0;
  flex: 1; }
  .nzsl-brand--area > * {
    margin-top: 30px; }
  .lyt--guide-landing .nzsl-brand--area {
    padding-bottom: 30px; }
.nzsl-brand--header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start; }
.nzsl-brand--image-primary {
  align-self: center;
  margin: 0 0 8px; }
.nzsl-brand--title {
  font-size: 1.5rem;
  margin: 0 0 8px; }
.nzsl-brand--description {
  line-height: 1.5; }
.nzsl-brand--label {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .nzsl-brand--label {
      text-align: center; } }
.nzsl-brand--main {
  width: 100%; }
  .lyt--guide-cover .nzsl-brand--main {
    background-color: #222;
    flex: 1; }
  .lyt--guide-landing .nzsl-brand--main {
    flex: 1; }

.nzsl-back-link {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1;
  height: 100%;
  min-width: 44px; }
  .nzsl-back-link--arrow {
    height: 100%;
    width: 8px; }
  .nzsl-back-link--label {
    margin-left: 0.5em; }

.link-item--label {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.17px; }
.link-item--thumb {
  margin: 0.625em 0 0.625em 1em;
  margin-left: 0;
  flex-shrink: 0;
  background-size: cover;
  width: 75px;
  height: 75px; }
.link-item-label--title {
  font-weight: 500;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: -0.23px; }
.link-item-label--location {
  text-transform: uppercase; }

.video-card {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease; }
  .video-card .link-item--thumb {
    width: 52px;
    height: 52px; }
  .video-card .link-item-label--section_header {
    margin: 0;
    line-height: 1.25rem; }
  .is-not-showing-controls .video-card {
    opacity: 0; }

:root {
  --plyr-video-background: transparent;
  --plyr-video-progress-buffered-background: rgba(255, 255, 255, 0.6);
  --plyr-video-range-track-background: rgba(255, 255, 255, 0.6);
  --plyr-range-fill-background: #0fa;
  --plyr-range-thumb-background: #0fa;
  --plyr-progress-loading-background: #0fa;
  --plyr-progress-loading-size: 20px;
  --plyr-range-thumb-height: 17px;
  --plyr-range-track-height: 10px;
  --plyr-control-spacing: 0;
  --plyr-font-size-time: 12px; }

.video-player-controls--bottom {
  position: absolute;
  z-index: 1003;
  color: white;
  left: 0;
  right: 0;
  bottom: -44px;
  transform: translate(0, -44px);
  transition: transform 0.6s ease; }
  .is-not-showing-controls .video-player-controls--bottom {
    transform: translate(0, -19px); }
.video-player-controls--top {
  position: absolute;
  z-index: 1002;
  left: 0;
  right: 0;
  top: 0; }
.video-player-controls--hideable {
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 44px;
  width: 109px; }
.video-player-controls--times {
  font-size: 12px;
  font-variant-numeric: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  flex: none; }
  .video-player-controls--times .plyr__time + .plyr__time::before {
    content: "\202F/\202F" !important;
    margin: 0 !important; }
.video-player-controls--cc-selector {
  flex: none;
  position: relative;
  width: 44px; }
  .video-player-controls--cc-selector ul,
  .video-player-controls--cc-selector li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .video-player-controls--cc-selector .cc-list {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    margin: 30px 10px;
    opacity: 0;
    display: block; }
    .video-player-controls--cc-selector .cc-list > li:first-child > label {
      border-radius: 10px 10px 0 0; }
    .video-player-controls--cc-selector .cc-list > li:last-child > label {
      border-radius: 0 0 10px 10px; }
    .video-player-controls--cc-selector .cc-list > li > label {
      background-color: #fff; }
  .video-player-controls--cc-selector input {
    display: none;
    position: absolute; }

.is-showing-controls {
  overflow: hidden; }
  .is-showing-controls .cc-list {
    display: block;
    opacity: 0; }

#cc-list-showing ~ .cc-list-toggle {
  display: flex; }
#cc-list-showing:checked + .cc-list {
  display: block;
  animation-fill-mode: forwards; }
#cc-list-showing + .cc-list {
  display: none; }

.cc-list label {
  color: #000;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  min-height: 44px;
  width: 100px; }
.cc-list input:checked + label {
  background-color: #0fa; }

.cc-list-toggle {
  min-width: 44px; }
  .is-showing-captions .cc-list-toggle {
    color: #0fa; }
  .cc-list-toggle .icon--captions {
    height: 14px;
    width: 22px; }

.video-player-controls--slider {
  height: 44px;
  padding: 0 0 0 4px;
  width: calc(100% - 120px); }
  .video-player-controls--slider,
  .video-player-controls--slider .plyr__progress__buffer,
  .video-player-controls--slider .plyr__progress {
    transition: all 0.3s ease; }
  .is-not-showing-controls .video-player-controls--slider {
    padding: 0;
    width: 100%; }

.video-player {
  background-color: #222;
  height: 100vw;
  height: calc( var(--vvw, 100vw) / 1 );
  max-width: 100vw;
  max-height: 100vw;
  position: relative;
  margin-bottom: 6px;
  transition: height 0.2s ease-in, width 0.2s ease-in;
  /* remove special styling */
  /* BIG PLAY BUTTON */
  /* END BIG PLAY BUTTON */ }
  @media only screen and (min-width: 768px) {
    .video-player {
      height: 768px;
      width: 768px; } }
  @media only screen and (min-height: 398px) {
    .video-player {
      max-width: var(--vvw, 100vw);
      max-height: calc( var(--vvh, var(--vvw, 100vw) / 1) + (-198px) ); } }
  @media only screen and (min-height: 407px) {
    .video-player {
      max-height: calc( var(--vvh, var(--vvw, 100vw) / 1) + (-207px) ); } }
  .video-player.is-not-showing-captions {
    max-height: calc( var(--vvh, var(--vvw, 100vw) / 1) + (-102px) ); }
  .video-player iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    background-color: #222; }
  .video-player .plyr__video-embed {
    height: 100% !important;
    max-height: 100% !important;
    padding: 0 !important; }
  .video-player .plyr__video-embed__container {
    padding-bottom: 0 !important;
    position: initial !important;
    transform: none !important; }
  .video-player .video-player-controls .plyr__control--overlaid {
    transition: none;
    background: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .video-player .plyr__control--overlaid {
    /* apply special styling from overlay */
    /*
      Custom button sizing: scale the button with the screen,
      but match the minimum thumb size at minimum screen design size.
      @see https://www.microsoft.com/en-us/research/publication/target-size-study-for-one-handed-thumb-use-on-small-touchscreen-devices/
    */ }
    .video-player .plyr__control--overlaid button {
      /* prevent movement on iOS Safari */
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      /* prevent click gray out on iOS Safari */
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      /* prevent bubble popup on iOS Safari */
      -webkit-touch-callout: none;
      /* prevent selection of labels */
      -webkit-user-select: none;
      user-select: none;
      background: rgba(0, 0, 0, 0.5) !important;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      width: 108px;
      height: 108px;
      transition: scale 0.1s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .video-player .plyr__control--overlaid button:hover, .video-player .plyr__control--overlaid button:focus, .video-player .plyr__control--overlaid button:active {
        /* background: none; */
        transition: none; }
      .video-player .plyr__control--overlaid button:active svg {
        transform: scale(1.2); }
    .video-player .plyr__control--overlaid svg {
      width: 100%; }
      .video-player .plyr__control--overlaid svg.icon--not-pressed {
        height: 51px;
        left: 5px; }
      .video-player .plyr__control--overlaid svg.icon--pressed {
        height: 43px;
        left: 0; }
  .video-player.is-showing-controls .plyr__control--overlaid {
    z-index: 1001;
    transition: opacity 0.3s, visibility 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.99) 0px, rgba(0, 0, 0, 0.1) 88px), linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0px, rgba(0, 0, 0, 0.1) 44px);
    opacity: 1;
    visibility: visible; }
  .video-player.is-not-showing-controls .plyr__control--overlaid {
    transition: opacity 1.2s, visibility 1.2s; }
  .video-player .plyr__progress__container {
    flex: none;
    width: 100%; }
  .video-player .plyr--full-ui.plyr--video input[type="range"],
  .video-player .plyr__progress__buffer {
    margin-left: 0;
    margin-right: 0; }
  .video-player .plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: 4.5px;
    height: 1px;
    width: 1px;
    box-sizing: border-box;
    border: 0;
    box-shadow: 0 0 0 7.5px #0fa, 0 2px 4px 9.5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5px; }
  .video-player .plyr--full-ui.plyr--video input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    margin-top: 4.5px;
    height: 1px;
    width: 1px;
    box-sizing: border-box;
    border: 0;
    box-shadow: 0 0 0 7.5px #0fa, 0 2px 4px 9.5px rgba(0, 0, 0, 0.2);
    border-radius: 0.5px; }
  .video-player .plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 21px #0fa, 0 2px 4px 9.5px rgba(0, 0, 0, 0.2); }
  .video-player .plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 21px #0fa, 0 2px 4px 9.5px rgba(0, 0, 0, 0.2); }
  .video-player.is-not-showing-controls .plyr__progress {
    left: 0;
    margin-right: 0; }
    .video-player.is-not-showing-controls .plyr__progress input {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      border-radius: 0; }
    .video-player.is-not-showing-controls .plyr__progress .plyr__progress__buffer {
      height: 6px;
      border-radius: 0;
      margin-top: -3px;
      width: 100%; }
    .video-player.is-not-showing-controls .plyr__progress input::-webkit-slider-runnable-track,
    .video-player.is-not-showing-controls .plyr__progress .plyr__progress__buffer::-webkit-progress-value {
      height: 6px;
      border-radius: 0; }
    .video-player.is-not-showing-controls .plyr__progress input::-moz-range-track,
    .video-player.is-not-showing-controls .plyr__progress .plyr__progress__buffer::-moz-progress-bar {
      height: 6px;
      border-radius: 0; }
    .video-player.is-not-showing-controls .plyr__progress input[type="range"]::-webkit-slider-thumb {
      box-shadow: none;
      display: none; }
    .video-player.is-not-showing-controls .plyr__progress input[type="range"]::-moz-range-thumb {
      box-shadow: none;
      display: none; }
    .video-player.is-not-showing-controls .plyr__progress input::-webkit-slider-runnable-track {
      height: 6px;
      border-radius: 0; }
    .video-player.is-not-showing-controls .plyr__progress input::-moz-range-progress,
    .video-player.is-not-showing-controls .plyr__progress input::-moz-range-track {
      height: 6px;
      border-radius: 0; }

.plyr--video {
  overflow: visible !important;
  /* prevent click gray out on iOS Safari */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent bubble popup on click and hold on iOS Safari */
  -webkit-touch-callout: none;
  max-height: 100%;
  height: 100%; }

.plyr__controls {
  position: inherit !important; }

.video-captions {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5; }
  .video-captions > div {
    flex-grow: 1;
    flex-shrink: 0;
    white-space: pre-line;
    text-align: center;
    transition: height 0.3s ease;
    height: auto;
    margin: 0;
    min-height: 0; }

.video-player.is-showing-captions ~ .video-captions > div {
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  min-height: 72px; }
  @media only screen and (min-height: 407px) and (min-width: 360px) {
    .video-player.is-showing-captions ~ .video-captions > div {
      min-height: 81px;
      font-size: 18px; } }

.video-player.is-paused ~ .video-captions > div:empty {
  height: 0;
  min-height: 0;
  margin: 0; }

.location {
  margin: 12px 0; }
  .location > .location--summary {
    border-style: solid;
    border-color: #3e3e3e transparent;
    border-width: 1px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #49a7ff;
    padding: 7px 10px;
    list-style-image: none;
    list-style: none;
    display: block;
    position: relative; }
    .location > .location--summary svg {
      transform: translate(-50%, -50%) rotate(90deg);
      display: none;
      position: absolute;
      right: 10px;
      top: 50%; }
    .location > .location--summary .icon--is-open {
      width: 8px;
      height: 14px; }
    .location > .location--summary .icon--is-closed {
      width: 8px;
      height: 14px;
      display: block; }
    .location > .location--summary::-webkit-details-marker, .location > .location--summary::marker {
      display: none; }
  .location[open] > .location--summary {
    border-bottom-color: transparent;
    padding-bottom: 2px; }
    .location[open] > .location--summary .icon--is-open {
      display: block; }
    .location[open] > .location--summary .icon--is-closed {
      display: none; }
  .location > .location--details {
    font-size: 16px;
    line-height: 1.5;
    color: none;
    padding: 0 10px 10px;
    border-style: solid;
    border-color: #3e3e3e;
    border-width: 0 0 1px; }

.credits {
  padding-top: 20px !important;
  padding-bottom: 76px !important;
  font-size: 18px;
  line-height: 1.4444444444; }
  .credits p {
    margin-bottom: 26px; }
  .credits h1 {
    font-size: 24px; }
  .credits h2 {
    margin: 0;
    border-style: solid;
    border-color: #3e3e3e transparent;
    border-width: 0 0 1px;
    padding: 15px 0 13px; }
    .credits h2 + p {
      margin-top: 13px; }
  .credits-image {
    margin: 1em 0 2em; }
    @media only screen and (min-width: 768px) {
      .credits-image {
        display: block; } }
    .credits-image img,
    .credits-image svg {
      object-fit: scale-down;
      width: 100%;
      max-height: 71vh;
      max-width: 384px; }
  @media only screen and (min-width: 768px) {
    .credits {
      padding: 20px; }
      .credits-image {
        display: block; } }

.footer-nav {
  height: 48px;
  width: 100%; }

.prev-next {
  background-color: #3e3e3e;
  font-size: 14px;
  line-height: 1.1428571429;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 48px;
  justify-content: space-between;
  align-items: center;
  color: #979797; }
  .prev-next > div {
    min-width: 44px; }
  .prev-next a, .prev-next--current {
    order: 1;
    color: white; }
  .prev-next--current {
    text-align: center; }
  .prev-next--current h5, .prev-next--current--progress {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0; }
  .prev-next--current--progress {
    font-weight: 500; }
  .prev-next--current-page {
    color: #0fa; }
  .prev-next--next {
    order: 2;
    text-align: right; }
  .prev-next--prev {
    order: 0;
    text-align: left; }
  .prev-next .label {
    display: block; }
  .prev-next svg {
    margin: 2px; }
  .prev-next .icon--next {
    width: 16px;
    height: 16px; }
  .prev-next .icon--prev {
    width: 16px;
    height: 16px; }
