<!DOCTYPE html>
<html lang="en-NZ">
<head>
<title>IIA NZ | The Institute of Internal Auditors New Zealand</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="MoST Content Management V3.0.9553">
<meta name="description" content="The Institute of Internal Auditors New Zealand (IIA NZ) is a member-led organisation that draws on the skills and knowledge of our members in the private and public sectors across the country.">
<meta name="keywords" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.iianz.org.nz/">
<meta property="og:title" content="IIA NZ | The Institute of Internal Auditors New Zealand">
<meta property="og:description" content="The Institute of Internal Auditors New Zealand (IIA NZ) is a member-led organisation that draws on the skills and knowledge of our members in the private and public sectors across the country.">
<link rel="preload" as="style" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<noscript><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons"></noscript>
<link rel="preload" as="style" type="text/css" media="screen" href="/templates/template-2022/styles.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/templates/template-2022/styles.css?ver=3.0.9553"></noscript>
<link rel="preload" as="style" type="text/css" media="print" href="/templates/template-2022/print.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/templates/template-2022/print.css?ver=3.0.9553"></noscript>
<link rel="preload" as="style" type="text/css" href="/includes/common.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/includes/common.css?ver=3.0.9553"></noscript>
<link rel="preload" as="style" type="text/css" href="/includes/jquery.ui.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/includes/jquery.ui.css?ver=3.0.9553"></noscript>
<link rel="preload" as="style" type="text/css" href="/includes/jquery.dropdown.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/includes/jquery.dropdown.css?ver=3.0.9553"></noscript>
<link rel="preload" as="style" type="text/css" href="/includes/jquery.social.css?ver=3.0.9553">
<noscript><link rel="stylesheet" type="text/css" href="/includes/jquery.social.css?ver=3.0.9553"></noscript>
<script type="text/javascript">
var strStatus = "";
</script>
<script type="text/javascript" src="/includes/jquery.js?ver=3.0.9553"></script>
<script type="text/javascript" src="/includes/jquery.ui.js?ver=3.0.9553" defer="defer"></script>
<!--<script type="text/javascript" src="/includes/jquery.form-validator.js?ver=3.0.9553"></script>-->
<script type="text/javascript" src="/includes/jquery.dropdown.js?ver=3.0.9553" defer="defer"></script>
<script type="text/javascript" src="/includes/jquery.social.js?ver=3.0.9553" defer="defer"></script>
<script type="text/javascript" src="/includes/common.js?ver=3.0.9553" defer="defer"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113882050-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-113882050-1');
</script>

<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="/js/slick.js" type="text/javascript"></script>
<script src="/js/jquery.slicknav.js"></script>
<script type="text/javascript" src="/js/highlighter.js"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://use.typekit.net/lvp8xgc.css">
<script type="text/javascript">
$(document).ready(function() {
  $('.slider').slick({
    pauseOnHover: false, 
    infinite: true, 
    dots: true, 
    autoplay: true, 
    autoplaySpeed: 6000, 
    fade: true, 
    speed: 500, 
    cssEase: 'ease-in-out'
  });
});
</script>

 <script>
  $(document).ready(function() {
    $(".hamburger").click(function() {
      $(this).toggleClass("closehamburger");
      $('body').toggleClass("open");
      $('.mobilemenu').toggleClass("open");
    });
  });
</script>
<script type="text/javascript">
  (function($) {
    $(document).ready(function() {
      $(window).scroll(function() {
        if ($(this).scrollTop() > 250) {
          $('#scroll').fadeIn(800);
        } else {
          $('#scroll').fadeOut(500);
        }
      });
    });
  })(jQuery);
</script>
<script type="text/javascript">
		$(document).ready(function () {
			menuSetup();
		});
		function menuSetup() {
			$('.mobilemenu li, .subnav li').has('ul').addClass('parent');
			$('.mobilemenu li.parent > a, .subnav li.parent > a').parent().append('<a href="javascript:void(0)" class="expandmenu"></a>');
			$('.expandmenu').click(function() {
				var opened = $(this).hasClass('close');
				$('.mobilemenu .expanded, .subnav .expanded').removeClass('expanded');
				$(".mobilemenu li a, .subnav li a").removeClass('close');
				$parent = $(this);
				while ($parent.parents().length > 0) {
					if ($parent.is('.mobilemenu > ul, .subnav > ul') == true) {
						break;
					}
					if ($parent.is('li.parent') == true) {
						$parent.find('ul').first().addClass('expanded');
						$parent.find('.expandmenu').last().addClass('close');
					}
					$parent = $parent.parent();
				}
				if (opened == true) {
					$(this).removeClass('close');
					$(this).parent().find('ul').removeClass('expanded');
				}
			});
		}
</script>

<script type="text/javascript">
  $(document).on('click', 'a[href^="#"]', function(event) {
    event.preventDefault();
    $('html, body').animate({
      scrollTop: $($.attr(this, 'href')).offset().top
    }, 500);
  });
</script>

<script type="text/javascript">
$(document).ready(function() {
  $('.events .MoSTRSSTitle').each(function() {
    $(this).nextUntil('.MoSTRSSTitle').andSelf().wrapAll('<div class="eventlist"></div>');
  });
  $('.eventlist').each(function() {
    $(this).nextUntil('.eventlist').andSelf().wrapAll('<a href="" class="eventlistlink"></a>');
  });
  $('.eventlistlink').each(function() {
    var href = $(this).find('a').attr('href');
    $(this).attr('href', href);
  });
  $('.news .MoSTDocumentListRow').each(function() {
    $(this).wrap('<a href="" class="newslink"></a>');
    var href = $(this).find('a').attr('href');
    $(this).parent().attr('href', href);
  });
  $('.toolbox .MoSTDocumentListRow').each(function() {
    $(this).wrap('<a href="" class="toolslink"></a>');
    var href = $(this).find('a').attr('href');
    $(this).parent().attr('href', href);
  });
  $('.jobs .MoSTDocumentListRow').each(function() {
    $(this).wrap('<a href="" class="jobslink"></a>');
    var href = $(this).find('a').attr('href');
    $(this).parent().attr('href', href);
    var text = $(this).find('.MoSTDocumentListDate').text();
    $(this).find('.MoSTDocumentListDate').text('Closing: ' + text);
  });
  $('.MoSTRSSDescription').attr('data-before', 'f041');
    $('.eventlist span').remove();
    $('.eventlistlink').each(function() {
      var day = $(this).find($('.MoSTEventDate')).text().split(" ").slice(0, 2).join(" ")
      var month = $(this).find($('.MoSTEventDate')).text().split(" ").slice(2, 3).join(" ")
      var month = month.substring(0, 3);
      $(this).find($('.MoSTEventDate')).replaceWith("<div class='MoSTEventDate'>" + day + ' ' + "<div class='month'>" + month + "</div>" + "</div>");
    });
    $('.eventlistlink').each(function() {
      $(this).find('.MoSTEventDate').prependTo($(this));
    });
    var maxheight = 0;
    $('.library .MoSTAbstract').each(function() {
      maxheight = ($(this).height() > maxheight ? $(this).height() : maxheight); 
    });
    $('.library .MoSTAbstract').height(maxheight);
    var titleheight= 0;
    $('.library .MoSTDocumentListHeading').each(function() {
    titleheight = ($(this).height() > titleheight ? $(this).height() : titleheight); 
  });
  $('.library .MoSTDocumentListHeading').height(titleheight);
});
</script>

<style>
/* 2025 template changes */
.clear {
  clear: both;
}
header .wrapper, #MoSTContent .wrapper {
  max-width: 1440px;
}
header .wrapper {
    padding: 20px 5%;
    min-height: 130px;
} 
header .nav {
  float: right;
}
header {
    background-image: linear-gradient(rgba(22, 52, 100), rgba(22, 52, 89, 50%));
}
.mainnav .navbar {
   top: 0px;
}
header {
  box-shadow: 13px 13px 20px #00000033;
}
header div.dropdown-content {
  background-color: #fffffff0;
  height: auto;
  box-shadow: border-radius: 0px;
  background: #ffffff;
  box-shadow: 13px 13px 20px #00000033;
}
.dropdown-content ul {
    border-top: solid 1px #92cb40;
}
table.threecolumn td {
  width: 30%;
}
header {
    background-image: none;
    background-color: #fff;
    height: 110px;
}
.nav li a {
    color: #01315f;
}
.paleblue {
  background-color: #e3f6fc; 
}
.banner {
    z-index: -1;
    top: 0;
    height: 40vh;
    position: relative;
}
.content-top {
    position: relative;
    width: 100%;
/*    top: 165px;*/
    top: -20vh;
    padding-bottom: 120px;
    background: #002c5252;
    padding-top: 40px;
    height: auto;
}
.content-top p {
  max-width: 590px;
  color: #ffffff;
}
.content-top * {
    color: #ffffff;
}
 .content-top h2 {
    margin-top: 0px;
    color: #ffffff;
}
.MoSTBreadcrumbs, .MoSTBreadcrumbs span {
    font-size: 12px;
    color: #fff !important;
}

@media all and (max-width:1065px) {
.banner {
  display: none;
}
.content-top {
  position: relative;
  top: 0;
  padding-bottom: 60px;
  background: #093759;
  padding-top: 150px;
  height: auto;
  margin-bottom: 0;
}
.main {
    top: 0;
}
#MoSTContent {
       padding-top: 0px;
}
}
@media all and (max-width:700px) {
 header {
    height: auto;
    }
header .wrapper {
    min-height: unset;
}
.logo img {
    width: 170px;
    padding: 10px 30px 10px 0;
}
/*.content-top {
    padding-top: 15px;
    background: #093759;
    top: 100px;
}*/
}
@media all and (max-width: 550px) {
.middlebar, .hamburger:before, .hamburger:after {
    background-color: #00305e;
}
.closehamburger:before, .closehamburger .middlebar,  .closehamburger:after {
  background-color: #fff;
}
footer p.button a {
    font-size: 15px;
}
}
</style>
<script type="text/javascript">
$(document).ready(function() {
  $('.news .MoSTDocumentListContent').each(function() {
    $(this).prependTo($(this).parent().find('.MoSTDocumentListHeading'));
  });
  $('.news .MoSTDocumentListDate').each(function() {
    var day = $(this).text().slice(0, 2);
    var restofdate = $(this).text().slice(2, 30); 
    $(this).replaceWith('<p class="MoSTDocumentListDate"><span class="day">'+day+'</span>'+restofdate+'</p>');
  });  
  $('.news .MoSTDocumentListDate .day').each(function() {
    if ($(this).text().substring(1,1) == ' '   || $(this).text().substring(1,1) == ' ') {
      $(this).replaceWith('<span class="day">0'+$(this).text()+'</span>');
    }
  });
});
</script>

<script type="text/javascript">
$(document).ready(function() {
  $('.events li').each(function() {
    var day = String($(this).find($('.MoSTEventsDate')).text().split(" ").slice(0, 1));
    var month = String($(this).find($('.MoSTEventsDate')).text().split(" ").slice(1, 2)).substring(0, 3);
  $(this).find($('.MoSTEventsDate')).replaceWith("<div class='MoSTEventsDate'>" + "<div class='day'>"+ day + "</div>" + "<div class='month'>" + month + "</div>" + "</div>");
});
});
</script>	

<script type="text/javascript">
$(document).ready(function() {
  $('.MoSTEventsLocationOnline').each(function() {
  $(this).parent().prop('class', 'lightblue');
  });
  $('.MoSTEventsLocationHybrid').each(function() {
  $(this).parent().prop('class', 'pink');
  });
  $('.MoSTEventsLocationInperson').each(function() {
  $(this).parent().prop('class', 'yellow');
  });
});
</script>
<script type="text/javascript">
$(document).ready(function(){
  $('<ul>').append($('#list ul').remove().children('li')).appendTo('#list')
  });
</script>


<style>

/* 2025 homepage only changes */ 
#MoSTContent {
  margin-top: 180px;
}
.main {
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.slider {
    display: block !important;
    padding-bottom: 30px;
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}
.slick-slide img {
   width: 50%;
   margin: 0!important;
}
.sliderwrapper .text {
  width: 50%;
  top: 0;
  background: #00305e;
  padding: 5% 7%;
}
/*.text:before {
  width: 10%;
  background: #99ca3c;
  padding: 9% 7% 0% 7%;
  transform: skewX(10deg, 10deg);
  position: relative;
  border: 1px solid red;
}*/
#MoSTContent .eventspotlight h3, #MoSTContent .eventspotlight h2 {
  margin-top: 0;
}

@media all and (min-width: 1201px)  {
#MoSTContent .sliderwrapper .text p {
    font-size: 18px !important;
    line-height: 1.3em;
}
}
#MoSTContent .sliderwrapper p.button {
    margin: 30px 0;
}
.sliderwrapper .text h3 {
    margin: 0 0 20px 0 !important;
}
.sliderwrapper .text p.button a {
    background: #97d700;
    color: #fff !important;
}
.notices .MoSTDocumentList {
    display: inline-flex;
}
.notices .MoSTDocumentListRow {
  display: flex;
  width: 31%;
  padding: 2%;
  box-sizing: border-box;
  max-height: 250px;
  overflow: hidden;
  margin: 0 2% 0 0;
  border: 2px solid #daf0c1;
  border-radius: 23px;
  box-shadow:  -6px 6px 12px #ebebeb,
             6px -6px 12px #ffffff;
}
.notices {
    background: #ffff;
}
.notices .MoSTDocumentListHeading a {
  font-size: 20px;
  font-weight: 600;
}
.notices .MoSTDocumentListContent {
    max-height: 100px;
    overflow: hidden;
}
.notices .MoSTDocumentListRow .MoSTAbstract, .notices .MoSTDocumentListRow .MoSTAbstract * {
    font-size: 14px !important; 
    line-height: 16px;
    color: #303030;
    margin: 0;
}
.notices .MoSTDocumentListRow .MoSTAbstract {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.col-3 {
    width: 33%;
    display: inline-block;
}
.eventspotlight td {
  width: 48%;
  padding: 2%;
}
#MoSTContent .sponsor img {
  display: inline-block;
  max-width: 200px;
  margin: 0 auto;
}
#MoSTContent .sponsor a:after {
    border-bottom: none;
}
.eventspotlight {
    padding: 2.5% 0 1% 0;
}
.eventspotlight p.button {
 text-align: right;
}
.eventspotlight table p.button a {
  display: unset;
}
/* quicklinks */

.quicklinks * {
  text-align: center;
}
.quicklinks h5 {
    color: #13406a;
    margin: 0 0 50px 0;
    font-size: 18px;
}
.quicklinks ul {
  display: flex;
  justify-content: space-evenly;
}
.quicklinks li {
  list-style-type: none;
}
.quicklinks li a {
    color: #fff !important;
    background: #97d700;
    border-radius: 16px;
    font-style: normal;
    margin: 5px;
    padding: 10px 20px !important;
}
.darkblue table.twocolumn td:nth-child(2) {
   width: 15%;
}

@media all and (max-width:1200px) {
 .sliderwrapper .text {
  padding: 3% 4% 2% 4%;
}
#MoSTContent .sliderwrapper .text p {
    font-size: 14px;
}
#MoSTContent .sliderwrapper .text p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sliderwrapper .text h3 {
   font-size: 20px;
   margin-bottom: 10px!important;
}
#MoSTContent .sliderwrapper .text p.button {
    margin-top: 10px;
}
}
@media all and (max-width: 1000px) {
.slick-slide img {
   width: 50%;
}
.sliderwrapper .text {
  width: 70%;
}
.MoSTDocumentListHeading {
    font-size: 13px;
}
table.twocolumn td:nth-child(2) {
   width: 100%!important;
   display: block;
}
}
@media all and (max-width: 800px) {
.col-3 {
     width: 49%;
}
.quicklinks ul {
  display: block;
}
.quicklinks li {
    list-style-type: none;
    display: inline-block;
    margin: 20px 5px 0 5px;
}
}

@media all and (max-width: 700px) {
#MoSTContent {
    margin-top: 100px;
    padding-top: 0;
}
  .sliderwrapper .text {
      width: 100%;
    }
  .slick-slide img {
      width: 100%;
    }
}
@media all and (max-width: 550px) {
  .slick-slide img {
      display: none !important;
    }
.notices .MoSTDocumentList {
    display: block;
}
.notices .MoSTDocumentListRow {
    padding: 6%;
    margin: 15px 2% 0 0;
}
.notices .MoSTDocumentListRow {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
}
.col-3 {
  display: block;
   width: 100%;
}
.eventspotlight td {
  width: 100%;
  display: block;
}
}

/* ends */ 
 

.notices .sponsor {
  background: #fff;
  padding: 20px 1%;
  margin: 0 0 20px 0;
  width: 100%;
  box-sizing: border-box;
}
#MoSTContent .sponsor p {
  font-size: 0.8em;
}
.subnav, .mainimage, .content-top {
    display: none;
} 
.slider {
    display: block !important;
}
.banner {
     display: none;
}
.main .wrapper {
  padding: 0;
  width: 100%;
  max-width: unset;
}
 
#MoSTContent {
  width: 100%;
/*  margin-top: 0;*/
  padding-top: 0;
}
#MoSTContent .wrapper {
    width: 90%;
    max-width: 1380px;
    margin: 0px auto;
    padding: 0;
}
.notices {
/*    background: #e3f6fc;*/
    padding: 2% 0;
}
#MoSTContent h2 {
  color: #093759;
  font-weight: 700;
  font-size: 44px;
}
.jobs p.button, 
.news p.button, 
.events p.button,
.notices p.button  {
text-align: right;
}
div.green {
    padding: 1% 0 10vh 0;
}
#MoSTContent .green h2 {
  color: #fff;
}
.green p.button a {
    background: #8dc128;
    color: #fff!important;
    border: 2px solid #fff;
}
.green p.button a:hover {
  background: rgba(255,255,255,0.2);
}
.white, .darkblue {
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
.darkblue  * {
  color: #fff;
}
.darkblue h3 {
    margin-top: 0!important;
}
table .darkblue {
    margin: -20px 0;
}
#MoSTContent .white h3, #MoSTContent .white h2 {
  font-size: 24px;
  color: #093759;
  margin-top: 0;
}

table.twocolumn .whitebox img {
  max-width: 100% !important;
}
.twocolumn .twocolumn td:nth-child(2) {
    width: 30%;
}
#MoSTContent .sponsor {
  text-align: center;
  margin-top: 20px;
}

/* jobs*/ 
.jobslink {
min-height: 280px;
}

/* events */
.featuredevent {
    width: 98%;
/*    display: none;*/
/*    display: block;*/
    margin: 25px auto;
    text-align: center;
    background: #eeeeee;
    padding: 30px;
    box-sizing: border-box;
}
#MoSTContent .featuredevent img.MoSTImage {
    border: 0.5px solid #c6c6c6;
    margin: 0 auto;
    display: unset;
}
/* new events layout */

.events ul li { 
  display: none;
}
.events ul li:first-of-type,
.events li:nth-of-type(2),
.events li:nth-of-type(3),
.events li:nth-of-type(4),
.events li:nth-of-type(5),
.events li:nth-of-type(6) {
  display: inline-block;
}

/* news */
.news {
    margin: 30px 0;
}
.agmbanner img.MoSTImage {
  width: 100% !important; 
  max-width: unset !important;
}

@media all and (max-width: 1000px) {
#MoSTContent {
    padding-top: 0;
}
.twocolumn td, 
table.twocolumn td:first-child,
.twocolumn .twocolumn td:nth-child(2) {
    width: 100%;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;  
}
.notices {
    padding-top: 7%;
}
}
/* mobile content */
@media all and (max-width: 600px) {
#MoSTContent h2 {
    font-size: 32px;
}
#MoSTContent p.button {
     text-align: center;
}
.notices table.twocolumn td:nth-child(2) {
  display: none;
}
.jobs a.jobslink:nth-child(2), .jobs a.jobslink:nth-child(3), .jobs a.jobslink:nth-child(4) {
  display: none;
}
.news a.newslink:nth-child(2), .news a.newslink:nth-child(3), .news a.newslink:nth-child(4) {
  display: none;
}
.events li:nth-of-type(2), .events li:nth-of-type(3), .events li:nth-of-type(4), .events li:nth-of-type(5), .events li:nth-of-type(6) {
  display: none;
}
}
</style>
<style type="text/css">
.MoSTAuthenticated {
   display: none !important;
   visibility: hidden;
}
.MoSTUnauthenticated {
   display: block;
   visibility: visible;
}
.MoSTIgnore {
   display: none;
   visibility: hidden;
}
</style>
<script type="text/javascript">
       $("head link[rel='preload']").attr("rel", "stylesheet");
   </script>


</head>
<body  onload="showLanguage(document); printVersion(); displayStatus()">
<div class="MoSTTemplate">
<div id="top"></div>

<header>
  <div class="global">
    <div class="globallinks">
      
<ul style="margin:0;padding:0;">
  
<li>
    <a href="/" title="">Home</a>
  </li>


  
<li>
    <a href="https://www.theiia.org/" title="" onclick="window.open(this.href); return false">IIA Global</a>
  </li>


  
<li class="MoSTUnauthenticated">
    <a href="/Site/my-iia/" title="">Login</a>
  </li>


  
<li class="MoSTAuthenticated">
    <a href="/includes/logout.aspx" title="">Logout</a>
  </li>


  
<li>
    <a href="/Site/faq.aspx" title="">FAQs</a>
  </li>


  
<li>
    <a href="/tools/email.aspx?SECT=contact" title="">Contact</a>
  </li>
</ul>



      <div id="search-box">
        <form id="search" action="/tools/search.aspx?sect=Site" method="post" lpcachedvisval="1" lpcachedvistime="1436138044" name="search">
          <input name="words" class="SearchField" placeholder="SEARCH" lpcachedvisval="1" lpcachedvistime="1436138044"><input name="go" class="MoSTButton" type="submit" value="GO">
        </form>
      </div>
    </div>

    <div class="hamburger">
      <div class="middlebar">
         
      </div>
    </div>
  </div>

  <nav>
    <div class="wrapper">
      <div class="logo">
        <a href="/" title=""><img src="/templates/test-template/images/header-logo-black.png" alt="" class="MoSTImage"></a>
      </div>

      <div class="nav" id="nav">
        <div class="mainnav">
          
<ul class="navbar" id="mainnav">
  
<li class="dropdown">
    <a href="/Site/about-us/" title="">About Us</a>

    
<div class="dropdown-content">
      
<div class="wrapper row">
        
<ul>
  
<li>
    <a href="/Site/about-us/">Who we are</a>
  </li>


  
<li>
    <a href="/Site/about-us/structure-and-commitees.aspx">Structure &amp; Committees</a>
  </li>


  
<li>
    <a href="/Site/what-is-internal-audit/" title="">What is Internal Audit</a>
  </li>


  
<li>
    <a href="/Site/about-us/partnerships.aspx">Partnerships</a>
  </li>


  
<li>
    <a href="/Site/about-us/awards.aspx">IIA NZ Awards</a>
  </li>


  
<li>
    <a href="/Site/about-us/iia-nz-history.aspx" title="">IIA NZ History</a>
  </li>
</ul>


      </div>

    </div>

  </li>


  
<li class="dropdown">
    <a href="/Site/membership/" title="">Membership</a>

    
<div class="dropdown-content">
      
<div class="wrapper row">
        
<ul>
  
<li>
    <a href="/Site/membership/" title="">Be part of IIA NZ</a>
  </li>


  
<li>
    <a href="/Site/membership/member-benefits.aspx" title="">Member Benefits</a>
  </li>


  
<li>
    <a href="/Site/membership/member-fees.aspx" title="">Membership Fees</a>
  </li>


  
<li>
    <a href="/Site/membership/regional-ambassador-programme.aspx" title="">Regional Ambassador Programme</a>
  </li>


  
<li>
    <a href="/Site/membership/global-audit-leaders-network.aspx" title="">Global Audit Leaders Network</a>
  </li>


  
<li>
    <a href="/Site/membership/join.aspx" title="">Join Now</a>
  </li>
</ul>


      </div>

    </div>

  </li>


  
<li class="dropdown">
    <a href="/Site/careers-in-internal-audit/" title="">Your IA Career</a>

    
<div class="dropdown-content">
      
<div class="wrapper row">
        
<ul>
  
<li>
    <a href="/Site/careers-in-internal-audit/" title="">Jobs Board</a>
  </li>


  
<li>
    <a href="/tools/email.aspx?SECT=advertise" title="">Advertise a Vacancy</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/iianz-career-pathway.aspx" title="">IIA NZ Career Pathway</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/global-competency-framework.aspx" title="IIA&amp;#39;s Internal Audit Competency Framework">The IIA&#39;s Internal Audit Competency Framework</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/faq.aspx" title="">FAQs</a>
  </li>
</ul>


      </div>

    </div>

  </li>


  
<li class="dropdown">
    <a href="/Site/professional-development/" title="">Education &amp; Events</a>

    
<div class="dropdown-content">
      
<div class="wrapper row">
        
<ul>
  
<li>
    <a href="/Site/professional-development/" title="">Education</a>
  </li>


  
<li>
    <a href="/tools/events/list.aspx?SECT=events">Event Calendar</a>
  </li>


  
<li>
    <a href="/Site/professional-development/online-training-courses.aspx" title="">Online Training Courses</a>
  </li>


  
<li>
    <a href="/Site/professional-development/2023-ia-awareness-month.aspx" title="">IA Awareness Month</a>
  </li>


  
<li>
    <a href="/Site/professional-development/global-qualifications.aspx" title="">Global Qualifications</a>
  </li>


  
<li>
    <a href="https://www.massey.ac.nz/study/find-a-subject-course-or-qualification/short-courses-and-professional-development/iia-nz-training-programme-level-1-introduction-to-internal-auditing/" title="" onclick="window.open(this.href); return false">IIA NZ Training Programme</a>
  </li>
</ul>


      </div>

    </div>

  </li>


  
<li>
    <a href="/Site/resources/" title="">IA Resources</a>
  </li>


  
<li class="dropdown">
    <a href="/Site/advocacy/" title="">Advocacy</a>

    
<div class="dropdown-content">
      
<div class="wrapper row">
        
<ul>
  
<li>
    <a href="/Site/advocacy/" title="">Advocacy</a>
  </li>


  
<li>
    <a href="/Site/advocacy/global-advocacy.aspx" title="">Global Advocacy</a>
  </li>


  
<li>
    <a href="/Site/advocacy/standards.aspx" title="">Global Standards</a>
  </li>


  
<li>
    <a href="/Site/advocacy/quality-services.aspx" title="">External Quality Assessment (EQA) Services</a>
  </li>
</ul>


      </div>

    </div>

  </li>


  
<li>
    <a href="/Site/news/" title="">News &amp; Media</a>
  </li>


  
<li>
    <a href="/Site/my-iia/" title="">My IIA</a>
  </li>
</ul>


        </div>
      </div>
    </div>
  </nav>

  <div class="mobilemenu">
    
<ul>
  
<li>
    <a href="/Site/about-us/" title="">About Us</a>
<ul>
  
<li>
    <a href="/Site/about-us/">Who we are</a>
  </li>


  
<li>
    <a href="/Site/about-us/structure-and-commitees.aspx">Structure &amp; Committees</a>
  </li>


  
<li>
    <a href="/Site/what-is-internal-audit/" title="">What is Internal Audit</a>
  </li>


  
<li>
    <a href="/Site/about-us/partnerships.aspx">Partnerships</a>
  </li>


  
<li>
    <a href="/Site/about-us/awards.aspx">IIA NZ Awards</a>
  </li>


  
<li>
    <a href="/Site/about-us/iia-nz-history.aspx" title="">IIA NZ History</a>
  </li>
</ul>


  </li>


  
<li>
    <a href="/Site/membership/" title="">Membership</a>
<ul>
  
<li>
    <a href="/Site/membership/" title="">Be part of IIA NZ</a>
  </li>


  
<li>
    <a href="/Site/membership/member-benefits.aspx" title="">Member Benefits</a>
  </li>


  
<li>
    <a href="/Site/membership/member-fees.aspx" title="">Membership Fees</a>
  </li>


  
<li>
    <a href="/Site/membership/regional-ambassador-programme.aspx" title="">Regional Ambassador Programme</a>
  </li>


  
<li>
    <a href="/Site/membership/global-audit-leaders-network.aspx" title="">Global Audit Leaders Network</a>
  </li>


  
<li>
    <a href="/Site/membership/join.aspx" title="">Join Now</a>
  </li>
</ul>


  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/" title="">Your IA Career</a>
<ul>
  
<li>
    <a href="/Site/careers-in-internal-audit/" title="">Jobs Board</a>
  </li>


  
<li>
    <a href="/tools/email.aspx?SECT=advertise" title="">Advertise a Vacancy</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/iianz-career-pathway.aspx" title="">IIA NZ Career Pathway</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/global-competency-framework.aspx" title="IIA&amp;#39;s Internal Audit Competency Framework">The IIA&#39;s Internal Audit Competency Framework</a>
  </li>


  
<li>
    <a href="/Site/careers-in-internal-audit/faq.aspx" title="">FAQs</a>
  </li>
</ul>


  </li>


  
<li>
    <a href="/Site/professional-development/" title="">Professional Development</a>
<ul>
  
<li>
    <a href="/Site/professional-development/" title="">Education</a>
  </li>


  
<li>
    <a href="/tools/events/list.aspx?SECT=events">Event Calendar</a>
  </li>


  
<li>
    <a href="/Site/professional-development/online-training-courses.aspx" title="">Online Training Courses</a>
  </li>


  
<li>
    <a href="/Site/professional-development/2023-ia-awareness-month.aspx" title="">IA Awareness Month</a>
  </li>


  
<li>
    <a href="/Site/professional-development/global-qualifications.aspx" title="">Global Qualifications</a>
  </li>


  
<li>
    <a href="https://www.massey.ac.nz/study/find-a-subject-course-or-qualification/short-courses-and-professional-development/iia-nz-training-programme-level-1-introduction-to-internal-auditing/" title="" onclick="window.open(this.href); return false">IIA NZ Training Programme</a>
  </li>
</ul>


  </li>


  
<li>
    <a href="/Site/resources/" title="">IA Resources</a>
  </li>


  
<li>
    <a href="/Site/advocacy/" title="">Advocacy</a>
  </li>


  
<li>
    <a href="/Site/news/all-news/" title="">News &amp; Media</a>
<ul>
  
<li>
    <a href="https://iianz.org.nz/Site/news/" title="">All News</a>
  </li>


  
<li>
    <a href="/Site/news/newsletters.aspx" title="">Newsletters</a>
  </li>


  
<li>
    <a href="/Site/news/social-media.aspx" title="">Social Media</a>
  </li>


  
<li>
    <a href="/Site/news/membership-app.aspx" title="">Membership App</a>
  </li>


  
<li>
    <a href="https://www.iianz.org.nz/Site/news/publications.aspx" title="">Publications</a>
  </li>
</ul>


  </li>


  
<li>
    <a href="/Site/my-iia/" title="">My IIA</a>
  </li>
</ul>

<ul style="margin:0;padding:0;">
  
<li>
    <a href="/" title="">Home</a>
  </li>


  
<li>
    <a href="https://www.theiia.org/" title="" onclick="window.open(this.href); return false">IIA Global</a>
  </li>


  
<li class="MoSTUnauthenticated">
    <a href="/Site/my-iia/" title="">Login</a>
  </li>


  
<li class="MoSTAuthenticated">
    <a href="/includes/logout.aspx" title="">Logout</a>
  </li>


  
<li>
    <a href="/Site/faq.aspx" title="">FAQs</a>
  </li>


  
<li>
    <a href="/tools/email.aspx?SECT=contact" title="">Contact</a>
  </li>
</ul>



  </div>
</header>

<div class="banner">
  <img src="/images/system/banner-about-2022.jpg" alt="" class="MoSTImage">

</div>

<div class="content-top">
  <div class="wrapper">
    <div class=" MoSTBreadcrumbs">home</div>

    <h2>Home</h2>

    <div class="abstract">
      































































































































































































































































































































































































































































































































































<p> </p>
































































































































































































































































































































































































































































































































































    </div>
  </div>
</div>

<div class="main">
  <div class="wrapper">
    <div class="subnav" id="subnav">
      
<ul>
  
<li>
    <a href="/Site/" title="">Home</a>
  </li>


  
<li>
    <a href="https://www.globaliia.org" title="" onclick="window.open(this.href); return false">IIA Global</a>
  </li>


  
<li>
    <a href="/Site/my-iia/" title="">Login</a>
  </li>


  
<li>
    <a href="/Site/faq.aspx" title="">FAQs</a>
  </li>


  
<li>
    <a href="/tools/email.aspx?SECT=contact" title="">Contact</a>
  </li>


  
<li>
    <a href="/tools/search.aspx?SECT=Site" title="">Search</a>
  </li>


  
<li>
    <a href="/Site/terms-and-conditions.aspx" title="">Terms &amp; Conditions</a>
  </li>


  
<li>
    <a href="/Site/privacy-policy.aspx" title="">Privacy Policy</a>
  </li>
</ul>


    </div><div id="MoSTContent">
<!--Content Begin-->
<div class="wrapper">
  
<div class="slider">
    
<div class="sliderwrapper">
  
<div class="slider">
    
<div class="box">
    
<div class="text">
      
<h3>Leadership · Insight · Knowledge</h3>


      
<p>Welcome to the Institute of Internal Auditors New Zealand, the professional body for internal auditing</p>


      
<p class="button"><a href="/Site/about-us/" class="button">About Us</a><a href="/Site/membership/join.aspx">Join Us</a></p>

    </div>
<img src="/images/system/banner-about-2022.jpg" alt="" class="MoSTImage"></div>


    
<div class="box">
    
<div class="text">
      
<h3>What is internal audit?</h3>


      
<p>Internal audit is a dynamic profession that provides independent assurance that an organisation&#39;s risk management, governance and internal control processes are operating effectively Essentially, Internal Auditors help organisations to succeed.</p>


      
<p class="button"><a href="/Site/what-is-internal-audit/">Read More</a></p>

    </div>
<img src="/images/system/banner-my-iia--2022.jpg" alt="" class="MoSTImage"></div>


    
<div class="box">
    
<div class="text">
      
<h3>Membership benefits</h3>


      
<p>Join our professional community and access a range of local and international benefits to expand your thinking, knowledge and networks.</p>


      
<p class="button"><a href="/Site/membership/member-benefits.aspx">Learn More</a><a href="/Site/membership/join.aspx">Join Now</a></p>

    </div>
<img src="/images/system/banner-home-slide-3.jpg" alt="" class="MoSTImage"></div>


    
<div class="box">
    
<div class="text">
      
<h3>Events &amp; training</h3>


      
<p>Connect with other internal audit, risk and assurance professionals and grow your knowledge and skills with a range of online and local events.</p>


      
<p class="button"><a href="/Site/professional-development/event-calendar.aspx">Find out more</a></p>

    </div>
<img src="/images/system/banner-professional-development-2022.jpg" alt="" class="MoSTImage"></div>


    
<div class="box">
    
<div class="text">
      
<h3>Subscribe to newsletters</h3>


      
<p>Subscribe to monthly IIA NZ Newsletters here</p>


      
<p class="button"><a href="/tools/clients/new.aspx?SECT=sign-up-for-emails">Subscribe</a></p>

    </div>
<img src="/images/system/banner-about-2022.jpg" alt="" class="MoSTImage"></div>

  </div>
</div>


  </div>
</div>



<div style="text-align: center;" class="sponsor wrapper">
  
<p>IIA NZ Sponsors 2026</p>



<p><a href="https://www.deloitte.com/nz/en.html" title="" onclick="window.open(this.href); return false"><img src="/images/system/2025-sponsor-deloitte.png" alt="" class="MoSTImage"></a> <a href="https://www.pwc.co.nz/services/audit-and-assurance.html" title="" onclick="window.open(this.href); return false"><img src="/images/system/PwC_Sponsor_Logo_2025.png" alt="" class="MoSTImage"></a> <a href="https://home.kpmg/nz" title="" onclick="window.open(this.href); return false"><img src="/images/system/2025-sponsor-kpmg.png" alt="" class="MoSTImage"></a>   </p>


</div>



<div style="padding: 3% 0" class="paleblue">
  
<div class="wrapper">
    
<div class="row">
      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td valign="top">
        <a href="/Site/professional-development/iianz-training-programme.aspx" title="" onclick="window.open(this.href); return false"><a href="https://iianz.org.nz/tools/events/list.aspx?SECT=events" title="" onclick="window.open(this.href); return false"><img src="/images/system/Events-Banner_25.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>


      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td>
        <a href="/Site/professional-development/iianz-training-programme.aspx" title="" onclick="window.open(this.href); return false"><a href="https://iianz.org.nz/Site/membership/member-fees.aspx" title="" onclick="window.open(this.href); return false"><img src="/images/system/Mem-Banner_25.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>


      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td>
        <a href="https://www.theiia.org/en/standards/2024-standards/global-internal-audit-standards/" title="" onclick="window.open(this.href); return false"><a href="https://iianz.org.nz/Site/advocacy/quality-services.aspx" title="" onclick="window.open(this.href); return false"><img src="/images/system/EQA_2025_banner.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>


      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td valign="top">
        <a href="/Site/professional-development/iianz-training-programme.aspx" title="" onclick="window.open(this.href); return false"><a href="https://www.massey.ac.nz/study/find-a-subject-course-or-qualification/short-courses-and-professional-development/iia-nz-training-programme-level-1-introduction-to-internal-auditing/" title="" onclick="window.open(this.href); return false"><img src="/images/system/homepage-tile-2025-1.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>


      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td valign="top">
        <a href="/Site/professional-development/iianz-training-programme.aspx" title="" onclick="window.open(this.href); return false"><a href="https://iianz.org.nz/Site/careers-in-internal-audit/" title="" onclick="window.open(this.href); return false"><img src="/images/system/Jobs_Banner_25.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>


      
<div valign="top" class="col-3">
        
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td valign="top">
        <a href="/Site/professional-development/iianz-training-programme.aspx" title="" onclick="window.open(this.href); return false"><a href="https://www.theiia.org/en/standards/2024-standards/global-internal-audit-standards/" title="" onclick="window.open(this.href); return false"><img src="/images/system/IPPF_2025.png" alt="" class="MoSTImage"></a></a>
      </td>

    </tr>

  </tbody>
</table>


      </div>

    </div>

  </div>
</div>



<div class="notices">
  
<div class="wrapper">
    
<h1>Latest IIA NZ Updates</h1>
<div class="MoSTDocumentList">
   <div class="MoSTDocumentListRow MoSTDocumentListFirst">
       <div class="MoSTDocumentListCell1" style=" width: 99%">
   <div class=" MoSTDocumentListHeading"><a href="/Site/news/member-updates/annual_survey_2026.aspx">IIA NZ 2026 Annual Membership Survey - Now Closed</a></div>
   <div class=" MoSTDocumentListContent">
        <div class="MoSTAbstract">




<p>We invite all IIA NZ Members to take part in our 2026 Annual Membership Survey, now open until <b>Sunday, 31 May 2026</b>.</p>











<p>Your feedback is essential to shaping our future direction and enhancing the value we provide to you.</p>











<p style="font-weight: bold"><br></p>





</div>
   </div>
</div>
   </div>
   <div class="MoSTDocumentListRow MoSTDocumentListAlt">
       <div class="MoSTDocumentListCell1" style=" width: 99%">
   <div class=" MoSTDocumentListHeading"><a href="/Site/news/member-updates/final-notice-of-agm-2026-full.aspx">FINAL NOTICE OF ANNUAL GENERAL MEETING 2026</a></div>
   <div class=" MoSTDocumentListContent">
        <div class="MoSTAbstract">


































<p style="font-weight: bold">OF THE INSTITUTE OF INTERNAL AUDITORS NZ (Inc)</p>







































































<p>TO BE HELD ON WEDNESDAY 20 MAY 2026, COMMENCING AT 12 NOON To be held face to face at PwC New Zealand, PwC Centre, Level 4, 10 Waterloo Quay, Wellington and by video conference.</p>







































































<h4>Notice of Business:</h4>



































</div>
   </div>
</div>
   </div>
   <div class="MoSTDocumentListRow MoSTDocumentListAlt">
       <div class="MoSTDocumentListCell1" style=" width: 99%">
   <div class=" MoSTDocumentListHeading"><a href="/Site/news/member-updates/2026-life-fellow-member-nominations.aspx">Notice of IIA NZ Life and Fellow Member Nominations 2026 - Closed</a></div>
   <div class=" MoSTDocumentListContent">
        <div class="MoSTAbstract">























<p> IIA NZ is pleased to open nominations for both Life Member and Fellow Designation recognition for 2026, awarded by the IIA NZ Board of Directors. These honours recognise individuals who have made a significant and sustained contribution to IIA NZ, the internal audit profession, and the advancement of governance, risk and assurance.</p>

















































<p>Life Member and Fellow are important forms of recognition conferred by IIA NZ on current financial members who have made a meaningful contribution to the Institute and the profession.</p>
























</div>
   </div>
</div>
   </div>
</div>

    <br>

    
<div class="clear">
      
<p class="button"><a href="/Site/news/member-updates.aspx" title="">More Updates</a></p>

    </div>

  </div>
</div>



<div class="eventspotlight paleblue">
  
<div class="wrapper">
    
<table class="" width="100%" cellpadding="10" cellspacing="0">
  
<tbody>
    
<tr>
      
<td width="" valign="top">
        <!--<a href="https://conference.iianz.org.nz/" title="" onclick="window.open(this.href); return false"><img src="/images/system/Website-Banner-Conference-2025-FIN.png" alt="" class="MoSTImage"></a>--><a href="IIA%20NZ%20Conference%20Early%20Bird%20registrations%20close%20on%20Monday,%2024%20August%202026" title="" onclick="window.open(this.href); return false"><a href="https://conference.iianz.org.nz/Site/conference/2026/" title="" onclick="window.open(this.href); return false"><img src="/images/system/IIANZ-Conf-26-Banner_OCT25.png" alt="" class="MoSTImage"></a></a>
      </td>


      
<td>
        
<h3>IIA NZ Conference 2026</h3>


        
<p><b>Sub Events:</b> Tuesday, 3 November 2026</p>


        
<p><b>Main Event dates:</b> Wednesday 4 – Thursday 5 November 2026</p>


        
<p><b>Location:</b> Crowne Plaza Hotel, Auckland, New Zealand</p>


        
<p>Earlybird registrations are now open.</p>


        
<p class="button"><a href="https://conference.iianz.org.nz/Site/conference/2026/" title="" onclick="window.open(this.href); return false">More info</a></p>

      </td>

    </tr>

  </tbody>
</table>


  </div>
</div>



<div class="darkblue" style="width: 100%;">
  
<div class="wrapper">
    
<table width="100%" cellpadding="0" cellspacing="0" class="twocolumn">
  
<tbody>
    
<tr>
      
<td style="vertical-align: top">
        
<h3>2025 The IIA Global Recognition Award for Excellence in Leadership</h3>


        
<p>On behalf of the IIA NZ Board 2025–2026, we wish to share that our Chief Executive of the Institute of Internal Auditors New Zealand (IIA NZ), at The IIA Global Assembly in Toronto, Canada in May 2025, an annual gathering of over 170 Institutes and Affiliate Leaders from around the world was presented with <b>The IIA Global Recognition Award for Excellence in Leadership 2025</b>, awarded to IIA NZ – New Zealand.</p>


        
<p>This recognition is both humbling and affirming. IIA NZ worked hard to deliver impactful initiatives that benefit our members in New Zealand while also sharing those initiatives with The IIA Global team and our international peers for the betterment of the profession worldwide.</p>


        
<p>This is a shared honour, and we are incredibly proud of what we’ve achieved together. Our Chief Executive, Sally Dunbar, has the privilege of working alongside an exceptional team and Board to advance the internal audit profession in Aotearoa and contribute to the global conversation on good governance, assurance, and risk.</p>

      </td>


      
<td style="vertical-align: top"><img src="/images/system/IIA-NZ-Awareness-Champion-2025.png" alt="" class="MoSTImage"></td>

    </tr>

  </tbody>
</table>


  </div>
</div>



<div class="white">
  
<div class="wrapper quicklinks">
    
<h5>Member Quicklinks</h5>



<ul>
  
<li>
    <a href="/Site/my-iia/" title="">My IIA</a>
  </li>


  
<li>
    <a href="/Site/news/membership-app.aspx" title="">Members App</a>
  </li>


  
<li>
    <a href="/Site/news/newsletters.aspx" title="">IIA NZ Newsletter</a>
  </li>


  
<li>
    <a href="https://www.theiia.org/" title="" onclick="window.open(this.href); return false">IIA Global</a>
  </li>
</ul>


  </div>
</div>


<!--Content End-->
</div>
  </div>
</div>

<footer>
  <div class="wrapper">
    <div class="left">
      <h3>Leadership • Insight • Knowledge</h3>
    </div>

    <div class="right">
      <div class="social">
        <ul>
          <li>
            <a href="https://www.linkedin.com/company/institute-of-internal-auditors-new-zealand/" title="" onclick="window.open(this.href); return false"><img src="/templates/template-2022/images/footer-linkedin.png" alt="" class="MoSTImage"></a>
          </li>

          <li>
            <a href="https://www.facebook.com/IIANewZealand" title="" onclick="window.open(this.href); return false"><img src="/templates/template-2022/images/footer-facebook.png" alt="" class="MoSTImage"></a>
          </li>

          <li class="MoSTAuthenticated">
            <a href="/includes/logout.aspx">Logout</a>
          </li>
        </ul>

        <div class="top">
          <a href="#top"><img src="/templates/template-2022/images/icon-arrow-up-white.png" alt="" class="MoSTImage"></a>
        </div>
      </div>

      <div class="footerlinks">
        
<p class="button"><a href="/tools/clients/new.aspx?SECT=sign-up-for-emails" title="">Subscribe to our newsletter</a></p>



        <p><a href="/tools/email.aspx?SECT=contact" title="">Contact Us</a> | <a href="/Site/privacy-policy.aspx" title="">Privacy Policy</a> | <a href="/Site/terms-and-conditions.aspx" title="">Terms &amp; Conditions</a></p>

        <table cellpadding="2" cellspacing="0" style="width: 100%;">
          <tbody>
            <tr>
              <td valign="middle">
                <p>Part of the IIA network</p>
              </td>

              <td valign="middle">
                <a href="https://www.theiia.org/en/" title="" onclick="window.open(this.href); return false" class="logo"><img src="/templates/template-2022/images/footer-iia-logo.png" alt="" class="MoSTImage" style="padding: 10px;"></a>
              </td>
            </tr>
          </tbody>
        </table>

        <p>Copyright © 2022 IIANZ | Designed by <a href="https://expert.services/" title="" onclick="window.open(this.href); return false">Expert</a> | Powered by <a href="https://most.software/" title="" onclick="window.open(this.href); return false">MoST</a></p>
      </div>
    </div>
  </div>
</footer><script type="text/javascript">
highlightItem('subnav')
</script>

</div>

<div class="MoSTPrint">

<div id="MoSTPrintContent"></div>

</div>

<div class="MoSTVersion"><a href="http://expert.services">MoST Content Management V3.0.9553</a></div>
<div id="Alert" title="" style="text-align: left"></div>
<script type="text/javascript" src="/includes/awstats_misc_tracker.js" defer="defer"></script>
<noscript><div style="display: none"><img src="/includes/awstats_misc_tracker.js?nojs=y" style="height: 0; width: 0" alt=""></div></noscript>

</body>
</html>