*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.banner-section .dnd-section {
  padding: 0;
}

.dnd-section .dnd-column {
  padding: 0;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0;
  max-width: 100%;
}
@font-face {
  font-family: Moderat-Bold; 
  src: url("https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/AkoAotearoa_December2022/Fonts/Moderat-Bold.eot") format("embedded-opentype"),
    url("https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/AkoAotearoa_December2022/Fonts/Moderat-Bold.woff") format("woff"); 
}
@font-face { 
  font-family: Moderat-Regular; 
  src: url("https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/AkoAotearoa_December2022/Fonts/Moderat-Regular.eot") format("embedded-opentype"),
    url("https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/AkoAotearoa_December2022/Fonts/Moderat-Regular.woff") format("woff"); 
}


body {
  line-height: 1.4em;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  font-size: 100%;
}

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
::selection {
  color: #fff;
  background-color: #328efd;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.35rem;
  font-weight: 400;
  font-family: Moderat-Regular,serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  display: inline-block;
  padding: 5px 10px;
  outline: none;
  width: 100%;
  font-size: 18px;
  color: #231f20 !important;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51 !important;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: Moderat-Regular,serif;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 20px 0;
  text-decoration: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header.lp-header {
  min-height: 134px;
}

.header-top {
  display: block;
  height: 134px;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
.custom-header {
  min-height: 219px;
}
.header-top-inner {
  color: #fff;
  width: 100%;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
  text-align: right;
  height: 134px;
}
.header__lead--nav__toggle {
  border-right: 1px solid #35496e;
  display: none;
  position: absolute;
  left: 0;
  width: 52px;
  height: 70px;
  background-image: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/toggle.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 26px 26px;
  background-size: 26px;
  cursor: pointer;
}
.header-logo a {
  width: 162px;
  height: 134px;
  -webkit-background-size: 162px auto;
  background-size: 162px auto;
  position: relative;
  float: left;
  margin-left: 0;
  left: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
}
a.header__lead--newsletter {
  color: #fff;
  font-family: Moderat-Bold,serif;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  position: relative;
  margin: 50px 30px 0 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.4em;
}
a.header__lead--newsletter:hover {
  color: #fff;
}
a.header__lead--newsletter:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/mail.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  left: -35px;
  top: 50%;
  margin-top: -8px;
}
a.header__lead--newsletter:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 40px;
  background: #79829a;
}
a.header__lead--newsletter span {
  display: block;
  font-family: Moderat-Regular,serif;
}
a.header__lead--contact {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  margin: 50px 30px 0;
  text-decoration: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Moderat-Bold,serif;
  font-size: 16px;
  line-height: 1.4em;
}
a.header__lead--contact:hover{
  color:#fff;
}
a.header__lead--contact span {
  display: block;
  font-family: Moderat-Regular,serif;
}
.header__lead--search {
  border-left: 1px solid #79829a;
  background-color: #35496e;
  width: 134px;
  height: 134px;
  background-image: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/search.svg);
  -webkit-background-size: 50px 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.header__lead--search:hover {
  background-color: #1f355e;
}

.header-bottom {
  color: #fff;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
.header-container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.header-navigation {
  height: auto;
  width: 100%;
  display: block!important;
  position: fixed;
  top: 134px;
  left: 0;
  visibility: visible;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
  background-color: #fff;
  z-index: 99;
  font-size: 20px;
}
.header-navigation .hs-menu-wrapper>ul {
  width: 100%;
  position: relative;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
  border-bottom: 10px solid #ff723b;
}
.header-navigation .hs-menu-wrapper>ul>li {
  width: 16.66667%;
  text-align: center;
  border-bottom: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #1f355e;
}

.header-navigation .hs-menu-wrapper>ul>li:first-child {
  border: 0;
}
.header-navigation .hs-menu-wrapper>ul>li>a {
  padding: 20px 5px;
  height: 85px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-family: Moderat-Bold,serif;
  color: #1f355e;
  line-height: 22.4px;
  font-size: 20px;
}
.header-navigation .hs-menu-wrapper>ul>li:last-child {
  display: none;
}
.header-navigation .hs-menu-wrapper>ul>li>a span {
  display: block;
  font-family: Moderat-Regular,serif;
}
.header-navigation .hs-menu-wrapper>ul>li>ul {
  width: 100%;
  border: none;
  margin: 0;
  display: block;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  position: absolute;
  padding-bottom: 0;
  left: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 10px;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  display: block;
  text-align: left;
  background-color: #fff;
}
.header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
  display: inline-block;
  width: 100%;
  text-align: left;
  height: auto;
  padding: 20px 50px;
  font-size: 20px;
  font-family: Moderat-regular,serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  color: #1f355e;
  line-height: 22.4px;
}
.header-navigation .hs-menu-wrapper>ul>li:first-child:hover>a,
.header-navigation .hs-menu-wrapper>ul>li:first-child.active>a,
.header-navigation .hs-menu-wrapper>ul>li:first-child.active-branch>a{
  color: #f0627d !important;
}
.header-navigation .hs-menu-wrapper>ul>li:nth-child(2):hover>a ,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(2).active>a ,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(2).active-branch>a {
  color: #47cf56 !important;
}
.header-navigation .hs-menu-wrapper>ul>li:nth-child(3):hover>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(3).active>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(3).active-branch>a{
  color: #ff723b !important;
}
.header-navigation .hs-menu-wrapper>ul>li:nth-child(4):hover>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(4).active>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(4).active-branch>a{
  color: #9b5ba1 !important;
}
.header-navigation .hs-menu-wrapper>ul>li:nth-child(5):hover>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(5).active>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(5).active-branch>a{
  color: #ffce2f !important;
}
.header-navigation .hs-menu-wrapper>ul>li:nth-child(6):hover>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(6).active>a,
.header-navigation .hs-menu-wrapper>ul>li:nth-child(6).active-branch>a{
  color: #4fd5ed !important;
}
.header-search {
  height: calc(100vh - 134px);
  position: fixed;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  text-align: center;
  overflow-x: scroll;
  background: #4fd5ed;
  display: none;
}
.header-form {
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 40px 50px;
  position: relative;
  background: none;
}
.header-form form.searchInput {
  padding-top: 150px;
  width: 100%;
  text-align: right;
  position: relative;
  border-bottom: 1px solid #fff;
}
.search-open .header-search {
  display: block;
}
.header-form input.header--search__input {
  height: 60px;
  padding-left: 80px;
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  color: #fff !important;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  font-family: Moderat-Regular,serif;
  cursor: default;
  outline: none;
  margin: 0;
}
.header-form form.searchInput input.uppercase {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
  background: none;
  color: #1f355e;
  font-size: 20px;
  font-weight: 400;
  font-family: Moderat-Bold,serif;
  border: 0 none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  padding: 1px 6px 10px 6px;
}
.header-form form.searchInput:before {
  content: "";
  width: 50px;
  height: 50px;
  -webkit-background-size: auto auto;
  background-size: auto;
}
.header-form:before {
  bottom: 80px;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: 40px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/blue-search.svg) no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
}
.header-form input.header--search__input::-webkit-input-placeholder {
  color: #fff;
}
.search-open .header__lead--search {
  background-color: #72ddf1;
  -webkit-background-size: 40px 40px;
  background-size: 40px;
  background-image: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/search-close.svg);
}

.header-result {
  width: 100%;
  display: block;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  text-align: left;
}
.header-result .hs-menu-wrapper>ul>li {
  width: calc(25% - 37.5px);
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 80px;
  line-height: 0;
}
.header-result .hs-menu-wrapper>ul>li:nth-child(2) {
  margin-left: 44px;
}
.header-result .hs-menu-wrapper>ul>li:nth-child(3) {
  margin-left: 44px;
}
.header-result .hs-menu-wrapper>ul>li:nth-child(4) {
  margin-left: 44px;
}
.header-result .hs-menu-wrapper>ul>li:first-of-type {
  margin: 0;
}
.header-result .hs-menu-wrapper>ul>li>a {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  cursor: text;
}
.header-result .hs-menu-wrapper>ul>li>ul {
  padding-top: 40px;
  width: 100%;
}
.header-result .hs-menu-wrapper>ul>li>ul>li:last-child {
  border-top: 1px solid #1f355e;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  padding-bottom: 0;
}
.header-result .hs-menu-wrapper>ul>li>ul>li span {
  font-size: 20px;
  font-family: Moderat-Bold,serif;
  display: block;
  margin: 0;
}
.header-result .hs-menu-wrapper>ul>li>ul>li>a {
  color: #1f355e;
  display: block;
  font-size: 25px;
  line-height: 22.4px;
}
.header-result .hs-menu-wrapper>ul>li>ul>li {
  padding-bottom: 20px;
}
.header-result .hs-menu-wrapper>ul>li>ul>li:last-child>a {
  font-size: 20px;
  font-family: Moderat-Bold,serif;
  padding-right: 40px;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.header-result .hs-menu-wrapper>ul>li>ul>li:last-child>a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/dark-left-arrow.svg) no-repeat;
  top: 5px;
  right: 0;
}






@media(max-width: 1760px){
  .header-navigation .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
}




@media(min-width: 1200.99px){
  .header-navigation .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
    max-height: 900px;
  }
  .header-navigation a.header__lead--newsletter {
    display: none;
  }
  .fixed .header-top {
    height: 70px;
  }
  .fixed .header__lead--search {
    height: 75px;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
  }
  .fixed a.header__lead--contact {
    margin-top: 15px;
  }
  .fixed a.header__lead--newsletter {
    margin-top: 15px;
  }
  .fixed .header-logo a {
    width: 80px;
    height: 75px;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
  }
  .fixed .header-navigation {
    top: 70px;
    border-bottom: none;
  }
  .fixed .header-navigation .hs-menu-wrapper>ul>li>a {
    height: 55px;
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .fixed .header-navigation .hs-menu-wrapper>ul>li>a span {
    display: none;
  }
  .fixed .header-search {
    height: calc(100vh - 70px);
  }
}





@media(min-width: 600px){

  .body-wrapper {
    position: relative;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .mobile-open .body-wrapper {
    position: fixed;
    width: 100vw;
    left: 50%;
    height: 100%;
    overflow-y: scroll;
  }

}

@media(max-width: 1200px){
  .header-top-inner {
    padding: 0 0 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: right;
    height: 70px;
  }
  .header-result .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .header-result .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 20px;
  }
  .header-result .hs-menu-wrapper>ul>li>ul>li:not(:last-child)>a:hover {
    text-decoration: underline;
  }
  .header-result .hs-menu-wrapper>ul>li {
    width: calc(50% - 25px);
  }
  .header-result .hs-menu-wrapper>ul>li>ul>li:last-child>a {
    font-family: Moderat-Bold,serif;
    font-size: 16px;
  }
  .header__lead--nav__toggle {
    display: block;
  }
  .header-logo a {
    width: 80px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    -webkit-background-size: 80px auto;
    background-size: 80px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 70px;
  }
  a.header__lead--newsletter {
    display: none;
  }
  a.header__lead--contact {
    display: none;
  }
  .custom-header {
    min-height: 70px;
  }
  .custom-header.lp-header {
    min-height: 70px;
  }
  .header__lead--search {
    width: 52px;
    height: 70px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
  }
  .header-top {
    height: 70px;
  }
  .header-navigation {
    visibility: hidden;
    width: 50%;
    left: -50%;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    z-index: 999;
    background-color: #1f355e;
    position: fixed;
    height: calc(100% - 70px);
    font-size: 20px;
    top: 70px;
  }
  .header-result .hs-menu-wrapper>ul>li:nth-child(3) {
    margin: 0;
  }
  .mobile-open .header-navigation {
    left: 0;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc( 100vh - 70px );
  }
  .mobile-open .header__lead--nav__toggle {
    background-color: #35496e;
  }
  .header-search {
    height: calc(100vh - 70px);
  }
  .search-open .header__lead--search {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    width: 52px;
    height: 70px;
  }
  .header-navigation .hs-menu-wrapper>ul>li {
    background-color: transparent !important;
  }
  .mobile-open .header__lead--nav__toggle {
    background-color: #35496e;
    background-image: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/close.svg);
  }
  .header-navigation .hs-menu-wrapper>ul {
    max-height: calc(100% - 190px);
    border-top: 1px solid #35496e;
    border-bottom: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .header-form input.header--search__input {
    width: calc(100% - 100px);
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    font-family: Moderat-Regular,serif;
  }
  .header-navigation .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid #35496e;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a {
    padding: 20px 50px;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    font-family: Moderat-Bold,serif;
    color: #fff !important;
    line-height: 22.4px;
    height: auto;
  }
  .header-navigation .hs-menu-wrapper>ul>li:first-child.active-branch>a, 
  .header-navigation .hs-menu-wrapper>ul>li:first-child.active>a,
  .header-navigation .hs-menu-wrapper>ul>li:first-child:hover>a ,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(2).active-branch>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(2).active>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(2):hover>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(3).active-branch>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(3).active>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(3):hover>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(4).active-branch>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(4).active>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(4):hover>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(5).active-branch>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(5).active>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(5):hover>a,
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(6).active-branch>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(6).active>a, 
  .header-navigation .hs-menu-wrapper>ul>li:nth-child(6):hover>a{
    color: #fff !important;
  }
  .header-navigation .hs-menu-wrapper>ul>li>a span {
    display: none;
  }
  .header-navigation .hs-menu-wrapper>ul>li:first-child {
    border-bottom: 1px solid #35496e;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li {
    background-color: transparent;
    display: block;
    text-align: left;
    width: 100%;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul {
    display: none;
    border: none;
    padding-bottom: 30px;
    width: 100%;
    vertical-align: top;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 15px 50px;
    font-size: 20px;
    font-family: Moderat-Regular,serif;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff !important;
    background-color: transparent !important;
  }
  .mobile__dropdown--sub {
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/child-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-position: 50%;
    width: 65px;
    height: 65px;
    cursor: pointer;
  }
  .header-navigation .hs-menu-wrapper>ul>li:last-child {
    display: block;
    border: 0;
  }
  .header-navigation a.header__lead--newsletter:after {
    display: none;
  }
  .header-navigation .hs-menu-wrapper>ul>li>ul {
    border: none;
    padding-bottom: 30px;
    max-height: 100%;
    transition: unset;
    display: none;
    position: relative;
    padding-top: 0;
  }
  .header-navigation .hs-menu-wrapper>ul>li.child-open .mobile__dropdown--sub {
    transform: rotate(180deg);
  }
  .header-navigation a.header__lead--newsletter {
    display: block;
  }
  .header-navigation a.header__lead--newsletter {
    display: inline-block;
    margin: 50px 30px 0 50px;
    text-decoration: none;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 0;
    margin-left: 90px;
    font-size: 20px;
    line-height: 22.4px;
    font-family: Moderat-regular,serif;
  }
}


@media(max-width 770px){

  .header__lead--search {
    border-left: 1px solid #35496e;
    background-color: transparent;
  }
  .header-form form.searchInput {
    padding-top: 0;
  }
  .header-form:before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 70px;
    width: 30px;
    height: 30px;
  }
  .header-form input.header--search__input {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    height: 80px;
    border: none;
    background: none;
    padding: 1px 2px 1px 80px;
  }
  .header-form form.searchInput input.uppercase {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    background: none;
    padding: 1px 6px;
  }

  .header-form form.searchInput input.uppercase {
    font-size: 18px;
  }
}



@media(max-width:769px){

  .header-form form.searchInput {
    padding: 0;
    top: -9px;
  }
  .header-form input.header--search__input {
    height: 80px;
    padding: 1px 2px;
    padding-left: 80px;
    position: relative;
    top: 9px;
  }

  .header-form form.searchInput:before {
    left: 40px;
    bottom: 70px;
    width: 30px;
    height: 30px;
  }

  .header-form:before {
    -webkit-background-size: 30px 30px;
    background-size: 30px;
    left: 40px;
    bottom: 79px;
    width: 30px;
    height: 30px;
  }

  .header-form form.searchInput input.uppercase {
    font-size: 18px;
    position: relative;
    top: 9px;
  }

}

@media(max-width: 599px){

  .header-navigation {
    transition: none;
  }
  .mobile-open .header-navigation {
    transition: none;
  }
  .header-navigation {
    width: 100%;
    left: -100%;
  }
  .header-form {
    width: 100%;
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 40px;
    position: relative;
    background: none;
  }
  .header-form:before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
  .header-result .hs-menu-wrapper>ul>li {
    width: 100%;
  }
  .header-result .hs-menu-wrapper>ul>li:nth-child(2), 
  .header-result .hs-menu-wrapper>ul>li:nth-child(3),
  .header-result .hs-menu-wrapper>ul>li:nth-child(4) {
    margin-left: 0;
  }
}




@media(max-width: 380px){
  .header-form input.header--search__input {
    padding: 1px 2px 1px 38px;
  }
}
.footer.hs-lp-footer .footer__list {
  border-color: transparent;
}

footer.footer {
  text-align: left;
  position: relative;
  z-index: 9;
}
.footer__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 35px 25px 25px;
  position: relative;
  padding-bottom: 100px;
  padding-top: 75px;
}
.lp-footer .footer__logo {
  position: relative;
}

.footer__nav {
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer__list {
  width: 210px;
  padding-bottom: 0;
  margin-left: 0;
  border-top: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin-left: 28px;
}
.footer__list .hs-menu-wrapper ul {
  padding-top: 40px;
}
.footer__list.professional-about .hs-menu-wrapper>ul {
  padding: 0;
}
.footer__list .hs-menu-wrapper ul li {
  display: block;
  line-height: 16px;
  font-size: 14px;
  font-family: Moderat-Bold,serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer__list .hs-menu-wrapper ul li a {
  font-size: 20px;
  line-height: 26px;
  font-family: Moderat-Regular,serif;
  text-transform: none;
}
.footer__list .hs-menu-wrapper ul li:first-child a {
  text-transform: uppercase;
  font-family: Moderat-Bold,serif;
}
.footer__list.footer-about {
  margin-left: 0;
  padding-bottom: 100px;
}
.footer__newsletter {
  width: 300px;
  margin-top: 140px;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: absolute;
  margin-bottom: 20px;
}
.footer__newsletter a.mailing-newsletter-signup {
  width: 300px;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.footer__newsletter a.mailing-newsletter-signup:after {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 24px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
  background-size: 35px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: right .25s ease;
  -o-transition: right .25s ease;
  transition: right .25s ease;
}
.footer__newsletter a.mailing-newsletter-signup:hover:after{
  right: -10px;
}
.footer__newsletter a.mailing-newsletter-signup span {
  font-weight: 400;
  display: block;
}
.footer__newsletter a.mailing-newsletter-after {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 24px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
  background-size: 35px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: right .25s ease;
  -o-transition: right .25s ease;
  transition: right .25s ease;
}

.footer__newsletter ul.footer__social {
  padding-left: 0;
  padding-top: 40px;
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0;
  list-style: none;
}
.footer__newsletter ul.footer__social li {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 26px;
  font-family: Moderat-Regular,serif;
  text-transform: inherit;
}
.footer__newsletter ul.footer__social li.footer__social--facebook {
  margin-right: 20px;
}
.footer__newsletter ul.footer__social li.footer__social--twitter {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.footer__newsletter ul.footer__social li a {
  text-indent: -99999px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  color: #fff;
}
.footer__newsletter ul.footer__social li.footer__social--facebook a {
  width: 22px;
  height: 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px;
}
.footer__newsletter ul.footer__social li.footer__social--twitter a {
  width: 25px;
  height: 22px;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
  background-repeat: no-repeat;
}
.footer__top {
  bottom: 50px;
  height: 80px;
  width: 31px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-family: Moderat-Bold,serif;
}
.footer__top .footer__top--arrow {
  width: 31px;
  margin-top: 5px;
  height: 43px;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/top-arrow.svg);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-background-size: 31px 31px;
  background-size: 31px;
}
.footer__top--text {
  width: 31px;
  height: 16px;
  background-position: 50%;
  position: absolute;
  bottom: 0;
  background: url(https://21032560.fs1.hubspotusercontent-na1.net/hubfs/21032560/raw_assets/public/AkoAotearoa_December2022/images/top.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 31px 31px;
  background-size: 31px;
}
.footer__newsletter ul.footer__social li.footer__social--facebook a:hover,
.footer__newsletter ul.footer__social li.footer__social--twitter a:hover {
  opacity: .6;
}
.footer__small {
  background-color: #ff723b;
  height: 70px;
  text-align: center;
  font-family: Moderat-Bold,serif;
  font-size: 27px;
  line-height: 70px;
}
.footer__small p {
  line-height: 70px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Moderat-Bold,serif;
}
.footer__small p a {
  color: #1f355e;
  font-family: Moderat-Bold,serif;
  margin-left: 10px;
}
.footer__list.professional-about .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>a {
  font-family: Moderat-Regular,serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}
.footer__top:hover .footer__top--arrow {
  margin-top: 0;
}





@media(max-width:1200px){
  .footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 25px 25px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .footer__nav {
    width: calc(100% - 230px);
  }
  .footer__list.footer-about {
    padding-bottom: 100px;
    margin-left: 0;
    width: 140px;
    padding-top: 0;
  }
  .footer__list {
    width: 140px;
    display: inline-block;
    vertical-align: top;
  }
  .footer__list .hs-menu-wrapper ul {
    padding-top: 20px;
  }
  .footer__list .hs-menu-wrapper ul li {
    font-size: 16px;
  }
  .footer__list .hs-menu-wrapper ul li a {
    text-transform: none;
    font-size: 13px;
    line-height: 16px;
    font-family: Moderat-Regular,serif;
  }
  .footer__list .hs-menu-wrapper ul li:first-child a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-family: Moderat-Bold,serif;
  }
  .footer__list.professional-about .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>a {
    text-transform: none;
    font-size: 13px;
    line-height: 16px;
    font-family: Moderat-Regular,serif;
  }
  .footer__list.professional-about .hs-menu-wrapper>ul>li:last-child>ul {
    padding-top: 15px;
  }
  .footer__newsletter {
    width: 230px;
    margin-top: 100px;
    font-size: 13px;
    line-height: 16px;
  }
  .footer__newsletter a.mailing-newsletter-signup {
    width: 220px;
  }
  .footer__newsletter ul.footer__social {
    text-align: left;
    padding-top: 30px;
  }
  .footer__newsletter ul.footer__social li.footer__social--facebook a {
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px;
    background-size: 16px;
  }
  .footer__newsletter ul.footer__social li.footer__social--facebook {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: top;
  }
  .footer__newsletter ul.footer__social li {
    line-height: 24px;
    font-family: Moderat-Bold,serif;
  }
  .footer__newsletter ul.footer__social li.footer__social--twitter a {
    -webkit-background-size: 20px;
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  .footer__top {
    bottom: 35px;
    height: 70px;
    width: 31px;
  }
  .footer__top .footer__top--arrow {
    width: 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
  }
  .footer__top--text {
    width: 25px;
    -webkit-background-size: 23px 23px;
    background-size: 23px;
  }
  .footer__small p {
    text-align: center;
    font-family: Moderat-Bold,serif;
    font-size: 20px;
  }
}






@media(max-width:920px){
  .footer__inner {
    padding: 35px 25px 25px;
    padding-top: 60px;
  }
  .footer__top .footer__top--arrow {
    width: 22px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    height: 35px;
    margin-top: 13px;
  }
  .footer__top--text {
    height: 16px;
    background-position: 50%;
    width: 22px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    bottom: 5px;
  }
  .footer__newsletter {
    width: 200px;
    margin-top: 100px;
    font-size: 13px;
    line-height: 16px;
  }
  .footer__nav {
    width: calc(100% - 215px);
    padding-bottom: 0;
  }
  .footer__list.professional-about .hs-menu-wrapper>ul>li:last-child>ul {
    padding-top: 20px;
  }
}





@media(max-width: 770px){
  .footer__list.footer-about .hs-menu-wrapper>ul>li:not(:first-child) {
    display: none;
  }
  .footer__list.our-community .hs-menu-wrapper>ul>li:not(:first-child) {
    display: none;
  }
  .footer__inner {
    padding: 35px 25px 25px;
    position: relative;
  }

  .footer__nav {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-bottom: 140px;
    padding-top: 0;
  }
  .footer__list.footer-about {
    width: calc(100% - 40px);
    border-top: 2px solid #fff;
    padding-top: 30px;
    display: inline-block;
    padding-bottom: 0;
  }
  .footer__list .hs-menu-wrapper ul {
    padding-top: 0;
  }
  .footer__list.professional-about .hs-menu-wrapper>ul>li:last-child>ul {
    padding-top: 0;
  }
  .footer__list {
    border: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .footer__list .hs-menu-wrapper ul li:first-child a,
  .footer__list.professional-about .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>a,
  .footer__list .hs-menu-wrapper ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: Moderat-Bold,serif;
    text-transform: uppercase;
  }
  .footer__newsletter {
    margin-top: 143px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer__newsletter {
    margin-top: 143px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
    font-family: Moderat-Regular,serif;
    line-height: 1.4em;
    font-size: 16px;
  }
  .footer__newsletter a.mailing-newsletter-signup {
    display: inline-block;
    width: 240px;
    margin: 0 auto;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
  }
  .footer__top .footer__top--arrow {
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 0;
    height: 43px;
    width: 31px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-background-size: unset;
    background-size: unset;
  }
  .footer__top--text {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    width: 31px;
    height: 19px;
    -webkit-background-size: unset;
    background-size: unset;
  }
}




@media(max-width: 600px){
  footer.footer {
    text-align: center;
  }
  footer.footer.hs-lp-footer .footer__nav {
    display: none;
  }

  .footer__nav {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer__list.footer-about {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: 0;
  }
  .footer__list .hs-menu-wrapper ul li:first-child a, 
  .footer__list.professional-about .hs-menu-wrapper>ul>li:first-child>ul>li:last-child>a, 
  .footer__list .hs-menu-wrapper ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .footer__newsletter {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__newsletter ul.footer__social {
    padding-top: 30px;
    text-align: center;
  }
  .footer__top {
    display: none;
  }
  .footer__small p {
    text-align: center;
    font-family: Moderat-Bold,serif;
    font-size: 16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-menu-wrapper ul li a{
  text-decoration: none;
}