/*! mobile-landing.scss.liquid : version: 1.26.0 (1.26.0), environment: production, built: 2024-09-17 09:30:53.235 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
*/
/* mobile-landing/mobile-landing.scss */
/* @debug 'mobile-landing/mobile-landing.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
*/
/* mobile-landing/settings/settings.theme.typography */
/* @debug 'mobile-landing/settings/settings.theme.typography'; */
/* 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%; }

.tepapa-logo, .link-item, .link-item--icon, .link-item--arrow, .page, .guides-logo {
  display: flex;
  align-items: center; }

.page > * > * {
  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: #222;
  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: #222;
  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: 400;
  line-height: 1.25; }
  .featured-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 main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.page-header {
  background-color: #fff;
  border: solid #557500;
  border-width: 0 0 10px 0; }
  .page .page-header {
    padding-top: 20px;
    padding-bottom: 19px; }

.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--hn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.0416666667em; }

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

.featured-link--hn + .featured-link {
  margin-top: 15px; }
.featured-link--hn-ctr {
  margin: 0 0 0.8333333333em 0;
  padding: 0 0 0 0.8333333333em;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.featured-link--hn:first-child > div {
  border-top-color: transparent; }
.featured-link--hn .hn {
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
  font-size: inherit; }
.featured-link--link {
  color: #fff;
  background-color: #333; }
  .featured-link--link > * {
    border-style: none;
    border-color: #ccc;
    border-width: 1px; }
  .featured-link--link:hover, .featured-link--link:active, .featured-link--link:focus, .featured-link--link.is-current {
    background-color: #494949;
    transition: none; }
  .featured-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 {
  background-color: #fff;
  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; }

/* responsive padding for tiny screens */
.page > * {
  padding: 0 10px; }
  @media only screen and (min-width: 360px) {
    .page > * {
      padding: 0 20px; } }

.page {
  flex-direction: column;
  background-color: #ededec; }
  .page > * {
    width: 100%;
    flex-shrink: 0; }
  .page > main {
    flex-grow: 1; }

.page-header--logo-title {
  line-height: 1;
  margin-bottom: 0; }

.guides-logo {
  color: #333;
  justify-content: center; }
  .guides-logo-header {
    height: 3.625rem; }
  .guides-logo--logo {
    height: 100%; }
    .guides-logo--logo .brandColor {
      fill: #557500; }

.link-item {
  border-width: 0;
  padding: 0 10px; }
  .link-item--label {
    font-size: 1rem;
    font-weight: 500; }
  .link-item-label--title {
    font-weight: 400;
    margin: 0;
    line-height: inherit;
    font-size: inherit; }
