/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


@font-face {
  font-family: 'WhangaraTitle';
     src: url(./fonts/WhangaraFonts.ttf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'MuseoSans_100';
     src: url(./fonts/MuseoSans_100.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'MuseoSans_300';
     src: url(./fonts/MuseoSans_300.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'MuseoSans_500';
     src: url(./fonts/MuseoSans_500.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'MuseoSans_700';
     src: url(./fonts/MuseoSans_700.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Museo100-Regular';
     src: url(./fonts/Museo100-Regular.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Museo300-Regular';
     src: url(./fonts/Museo300-Regular.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Museo500-Regular';
     src: url(./fonts/Museo500-Regular.otf) format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Museo700-Regular';
     src: url(./fonts/Museo700-Regular.otf) format('truetype'); /* Safari, Android, iOS */
}


body {
  overflow-x: hidden;
  font-family: 'MuseoSans_300';
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
  color: #000;

}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Museo300-Regular';
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background: linear-gradient(#fff 40%, #ececec 110%);
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  background: linear-gradient(#fff 40%, #ececec 110%);
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #00a1df;
}
.navbar-custom .nav li a {
  font-family: 'MuseoSans_500';
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #4d4d4d;
  font-size: 13px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}

.additional-copy {
	margin-top: 20px;
}

.button-link {
	max-width: 230px;
	margin: auto;
	padding: 20px 20px;
	border: 1px solid #4b4b4b;
	border-radius: 4px;
	margin-top: 20px;
}

.button-link a {
	color: #4b4b4b;
	font-family: 'MuseoSans_500';
	font-size: 18px;
}

.button-link:hover {
 	border: 1px solid #00a1df;
    text-align: center;
    background: -webkit-linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    color:#fff !important;
}

.button-link:hover a{
    color: #fff !important;
}

.button-link a:hover {
	text-decoration: none;
}

.grid-section {
	padding: 0px 0px;
}

.grid-section .container {
	width: 100%;
}

.whangara-heading {
	font-family: 'WhangaraTitle';
	text-transform: uppercase;
}

.whangara-heading img {
	max-width: 100%;
}

.fa {
	color: #222222;
}

 /* Style the tab */
div.tab {
	overflow: hidden;
	background: linear-gradient(#fff 40%, #ececec 110%);
	padding: 0px;

}

/* Style the buttons inside the tab */
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	width: 25%;
	font-size: 14px;
	font-family: 'MuseoSans_700';
	font-weight: 400;

	color: #4d4d4d;
}

.fitImage img{
	width: 100%;
	height:auto;
}

/* Change background color of buttons on hover */
div.tab button:hover {
	background-color: #2b2b2b;
	color:#fff;
}

/* Create an active/current tablink class */
div.tab button.active {
	background-color: #313131;
	color:#fff; 
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 5% 10%;
	border: 1px solid #313131;
	border-top: none;
	background-color: #313131;
}

.tabcontent:first-child {
	display: block !important;
}


.tabcontent h1 {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}

.tabcontent h3 {
	color:#fff;
	text-transform: none;
	font-size: 24px;
	letter-spacing: 1px;
}

.tabcontent p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #d2d2d2;
	font-size: 17px;
	padding-left: 50px;
}

.tabcontent hr {
	margin: 40px auto;
}

.tabcontent .text-container {
	padding-bottom: 15px;
}

.tabcontent .text-container input[type="text"],
.tabcontent .text-container input[type="email"],
.tabcontent .text-container textarea{
	background-color: #242424;
	background-color: #6e6e6e;
	border: none;
	max-width: 300px;
	width: 100%;
	padding: 15px;
	color:#fff;
	font-family: 'MuseoSans_500';	
}

.tabcontent .text-container input[type="submit"] {
	text-align: center;
	max-width: 180px;
	padding: 0px 20px;
	border-radius: 4px;
	background: #4AC29A;
	background: -webkit-linear-gradient(to left, #4AC29A , #BDFFF3);
	background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
	display: table;
	height: 46px;
	width: 180px;
	border: none;
	color: #fff;
	font-family: 'MuseoSans_300';
}

.contact-us-container {
	max-width: 1150px;
	padding-top: 0px;
	padding-bottom: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari 	color: #5a5a5a; */
	color: #a2a2a2;
	font-family: 'MuseoSans_500';
	font-style: italic;
	font-weight: bold;
}

::-moz-placeholder { /* Firefox 19+ 	color: #5a5a5a; */
	color: #a2a2a2;
	font-family: 'MuseoSans_500';
	font-style: italic;
	font-weight: bold;
}

:-ms-input-placeholder { /* IE 10+ 	color: #5a5a5a; */
	color: #a2a2a2;
	font-family: 'MuseoSans_500';
	font-style: italic;
	font-weight: bold;
}

:-moz-placeholder { /* Firefox 18- */
	color: #a2a2a2;
	font-family: 'MuseoSans_500';
	font-style: italic;
	font-weight: bold;
}

.box-shadow-border {
		-webkit-box-shadow: 6px 7px 0px 0px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 6px 7px 0px 0px rgba(0, 0, 0, 0.22);
		box-shadow: 6px 7px 0px 0px rgba(0, 0, 0, 0.22);
		padding-left: 0px;
		padding-right: 0px;
}

.header-banner {
	margin-top: 101px;
	float: none;
	padding-left: 0px;
	padding-right: 0px;
}

.header-banner img {
	width: 100%;
}

.login h1 {
	text-align: left;
}

.news-section h2 {
	display: inline-block;
    font-size: 25px;
    text-transform: none;
    font-family: 'Museo700-Regular';
    color: rgb(77, 77, 77);
    margin: 0px 15px;
}

/* Login */
#MemberLoginForm_LoginForm_action_dologin{
	text-align: center;
    max-width: 180px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #4AC29A;
    background: -webkit-linear-gradient(to left, #4AC29A , #BDFFF3);
    background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    display: table;
    height: 46px;
    width: 180px;
    border: none;
    color: #fff;
    font-family: 'MuseoSans_300';
    margin-bottom: 10px;
    font-size: 18px;
}

#MemberLoginForm_LostPasswordForm_action_forgotPassword,
#MemberLoginForm_LoginForm_action_logout {
	text-align: center;
    max-width: 320px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #4AC29A;
    background: -webkit-linear-gradient(to left, #4AC29A , #BDFFF3);
    background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    display: table;
    height: 46px;
    width: 320px;
    border: none;
    color: #fff;
    font-family: 'MuseoSans_300';
    margin-bottom: 10px;
    font-size: 18px;
}

#MemberLoginForm_LoginForm_Email_Holder .left,
#MemberLoginForm_LoginForm_Password_Holder .left,
#MemberLoginForm_LostPasswordForm_Email_Holder .left {
	padding-left: 0px;
	font-family: 'MuseoSans_500';
	font-size: 16px;
	padding-top: 10px;
	width: 100%;
    text-align: left;
}

#MemberLoginForm_LoginForm_Remember {
	margin: 0;
    position: relative;
    display: inline-block;
}

section .content-heading #ForgotPassword {
    margin: 0;
}

#ForgotPassword a {
	color: #333333;
	font-family: 'MuseoSans_500';
    font-size: 16px;
    padding-top: 10px;
}

#dropdown {
	display: none;
}

.dropdown-nav {
	background: #000;
    padding: 0px 0;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    border: none;
    /* border-bottom: 1px solid #ececec; */
    height: 100px;
    top: 90px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    text-align: center;	
}

.dropdownExtended {
	background: #e8e7e7;
    padding: 0px 0;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    border: none;
    /* border-bottom: 1px solid #ececec; */
    height: 100px;
    top: 160px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
}

.dropdown-nav a {
    font-family: 'MuseoSans_500';
    font-size: 13px;
    color: rgb(77, 77, 77);
    letter-spacing: 1px;
    display:table-cell;
    vertical-align: middle;
    padding: 0px 45px;
    font-weight: 100;
}

.dropdown-nav-link {
	display: none;
    position: relative;
    height: 100px;
    margin: auto;
}

.dropdown-navExtend-link {
	display: none;
    position: relative;
    height: 100px;
    margin: auto;
}

.dropdown-navExtend-link a {
	font-family: 'MuseoSans_500';
    font-size: 13px;
    color: rgb(77, 77, 77);
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 45px;
    font-weight: 100;
}

.dropdown-nav-shareholder {
	width: 1000px;
}


.searchResults {
	padding: 50px;
}

.searchResults h4 a {
	font-family: 'Museo300-Regular';
}

.searchResults a {
	font-family: 'MuseoSans_500';
}

#PageNumbers {
	padding: 0px 40px;
}

.pagination a {
	padding: 10px;
}

.searchResults li {
	padding: 10px 0px;
}

.searchResults h4 {
	font-size: 22px;
}

.searchResults a {
	color:#575757;
	text-decoration: none;
	font-weight: bold;
}

.searchResults a:hover {
	color:#00a1df;
}

.filter-buttons {
	text-align: center;
    max-width: 180px;
    padding: 0px 20px;
    border-radius: 4px;
    background: transparent;
    display: table;
    height: 45px;
    width: 180px;
    /*border: 1px solid rgba(118, 118, 118, 0.84);*/
    display: inline-block;
    font-family: 'MuseoSans_500';
    font-size: 15px;
    margin-right: 15px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.news-section {
	background-color: #efefef;
}

.filter-column {
	text-align: center;
}

.news-main-container {
	padding-top: 50px;	
}

.item  {
	padding: 7px 7px;
}

.item  img {
	width: 100%;	
}

.item .news-title{
	font-size: 22px;
    margin: 0px 0px;
    text-transform: none;
    padding-bottom: 5px;
}

.item .news-date{
	font-size: 18px;
    margin: 2px 0px;
    text-transform: none;
}

.item p{
	font-size: 17px;
	padding-bottom: 0px;
}

.element-item .news-container {
	padding: 15px;
	background-color: #fff;
}

section .item hr {
	margin: 20px auto;
}

.additional-content p {
	max-width: 700px;
	margin: auto;
}

.additional-content ul {
  max-width: 700px;
  margin: auto;
  color: #959797;
    font-family: 'MuseoSans_100';
    font-size: 17px;
    line-height: 1.2;
    margin-bottom:40px;
}

.additional-content ul li {margin-bottom:4px;}

.hero-bg {
  background:#222;
  height:100%;
  max-height:500px;
  height: 500px;
  width:100%;
  clear:both;
  margin-top: 101px;
  display: none;
}

.thumbnail {
	border-radius: 0px;
	padding: 15px;
	border:0px solid #fff;
	margin-bottom: 0px;
}

.contact-us-banner {
	text-align: center;
    padding-bottom: 40px;
}

.contact-us-banner img {
	max-width: 700px;
	width: 100%;
}

.large-banner-row-ContentDetails .content-panel-banner {
	padding-left: 0px;
	padding-right: 0px;
}

.additional-content h1 {
	text-transform: none;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.container-ContentPage {
	padding-left: 0px;
	padding-right: 0px;
}

.parallax-window {
	min-height: 500px;
	background: transparent;
	display: table;
    width: 100%;
}

.parallax-content {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.section-content-panel .parallax-window h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 40px;
    font-family: 'Museo500-Regular';
}

.section-content-panel .parallax-window h2 {
	color: #fff;
    font-size: 26px;
    font-family: 'Museo100-Regular';
    letter-spacing: 3px;
    line-height: 35px;
}

section .parallax-content hr {
	border-top: 1px solid #fff;
	margin: 30px auto;
}

section .parallax-window p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.dropdown-nav a:hover {
	color: #00a1df !important;
	text-decoration: none;
}

.checkbox label {
	font-family: 'MuseoSans_500';
    font-size: 16px;
    padding-top: 10px;
    padding-left: 5px;
}

.dropdown-nav-link a:hover {
	color: #00a1df !important;
	text-decoration: none;
}

.dropdown-navExtend-link a:hover {
    color: #00a1df !important;
    text-decoration: none;
}

.checkbox, .radio {
	text-align: left;
}

.news-container a:hover .news-title {
	color: #00a1df;
}

.button-news-link {
	max-width: 130px;
    margin: auto;
    padding: 6px 10px;
    border: 1px solid #4b4b4b;
    border-radius: 4px;
    margin-top: 20px;
    text-align: center;
}

.button-news-link a {
	color: #4b4b4b;
    font-family: 'MuseoSans_300';
    font-size: 15px;
}

.button-news-link:hover {
	border: 1px solid #00a1df;
    text-align: center;
    background: -webkit-linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
    color: #fff !important;
}

.button-news-link:hover a {
    color: #fff !important;
    text-decoration: none;
}

.general-docs-content {
	padding-bottom: 40px;
}

.general-docs-heading {
	padding-bottom: 60px;
}

.general-docs-heading h1{
    text-align: center;
}

.general-docs-heading h1{
	text-transform: none;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.general-docs-holder {
	text-align: left;
    padding: 0px 10px 30px;
}

.general-docs-holder a {;
    color: #959797;
    font-family: 'MuseoSans_100';
    font-size: 18.5px;
    line-height: 1.3;
}

.general-docs-holder a:hover {;
    color: #00a1df;
    text-decoration: none;
}

#dropdown-shareholder {
	display: none;
}

.documents-container {
	background-color: #fff;
	padding: 20px;
}

.documents-container h1{
	text-align: center;
	font-size: 45px;
}

 
.maori-documents h2 {
	text-transform: none;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.maori-documents-link a {
    color: #959797;
    font-family: 'MuseoSans_100';
    font-size: 18.5px;
    line-height: 1.3;
}

.maori-documents-link a:hover {
	text-decoration: none;
	color: #00a1df;
}

.events-content h4 {
	color: #000;
    text-transform: none;
    font-family: 'MuseoSans_300';
    font-size: 14px;
    padding: 3px 0px;
    margin: 0px;
    text-align: left;
}

.events-content h3 {
	color: #000;
    text-transform: none;
    font-family: 'MuseoSans_300';
    font-size: 18px;
    padding: 3px 0px;
    margin: 0px;
    text-align: left;
}

.events-content {
	padding: 15px;
}

.events-content {
	padding: 15px;
}

.events-content:nth-child(even) {
	background-color: rgba(156, 156, 156, 0.06);
}

section .events-content p {
	margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 15px;
    font-size: 17px;
}

.maori-documents .calendar-year {
   text-align: center;
   font-family: 'MuseoSans_500';
}

.newspage-panel {
	padding-top: 40px !important;
}

.fa-bars {
	color: #fff;
}

.mobile-nav {
	display: none;
}

#announcement {
	display: none;
}

#article {
	display: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	width: 100%;
}

.alert-success {
    max-width: 300px;
    font-family: 'MuseoSans_100';
    font-size: 16px;
}

.alert-success strong {
    font-family: 'MuseoSans_700';
}

.banner-parallax, .banner-parallax .parallax-window {
	margin-top: 101px;
}

.date-title {
	display: inline-block;
    width: 56px;
    font-family: 'MuseoSans_700';
    font-size: 15px;
}

.date-content {
	display: inline-block;
    font-family: 'MuseoSans_300';
    font-size: 14px;
    padding-bottom: 7px;
}

section .date-content p {
	font-family: 'MuseoSans_300';
    color: #000;
    font-size: 14px;
    padding-top: 0px;
    
    
}



.dropdown-nav-link .current,
.dropdown-nav-link .section,
.navbar-nav .section,
.dropdownExtended .current {
	color: #00a1df !important;
	background: #f2f2f2 !important;
}

.footer-nav a:hover span{
	color:#00a1df;
}

#mainNav .navbar-right .section a {
	color: #00a1df !important;
	background-color: #e8e7e7 !important;
}

@media (min-width: 768px) {
	
/*
   OLD NAVIGATION
  .navbar-custom {
    background: linear-gradient(#fff 80%, #ececec 110%);
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
	border-bottom: 1px solid #ececec;
  }
*/
	
  /* customized css */
	
	.navbar-right li {
		padding: 0px 0px;
	    -webkit-transition: ease-in 0.2s;
    	-moz-transition: ease-in 0.2s;
        transition: ease-in 0.2s;
	}
	/*
	.affix .navbar-right li {
		padding: 10px 0px;
	}
	
	*/
	.navbar-right li:hover {
	
	}
	
	.navbar-nav>li>a {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#mainNav .navbar-right li:hover a {
		background-color: #e8e7e7;
		color: #00a1df !important;
		
		-webkit-transition: ease-in 0.5s;
    	-moz-transition: ease-in 0.5s;
        transition: ease-in 0.5s;

	}
	
	#mainNav .navbar-right #search-input:hover a {
		background-color: transparent;
		
	}
	
	#mainNav .navbar-right #search-input a:hover {
		color:#333;
	}
	
	/*
	.navbar-custom .navbar-nav > li:hover a{
		color:#fff;	
	}

	.navbar-custom .navbar-nav > li:hover {
		color: #fff;
		background-color: #252525;
	}
	
	*/
	
	.navbar-default .navbar-nav>li:focus a, 
	.navbar-default .navbar-nav>li:hover a
    {
		color: #fff;
	}
	.navbar-custom .navbar-nav > .active {
        color: #fff !important;
		background-color: #e8e7e7;
	}
	
	.navbar-custom .navbar-nav > .active a {
        color: #00a1df !important;
	}
	
	/*
	
	.navbar-custom .navbar-nav > .active:after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        transform-origin: 50% 100%;
        transform: perspective(10px) rotateX(6deg);
        box-shadow: -7px -17px 0px 17px #a4a4a4, 6px -7px 10px rgba(128, 128, 128, 0);
        z-index: -1;
        -webkit-transition: ease-in 0.3s;
    	-moz-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
	}
    
    .navbar-custom .navbar-nav > .active:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        transform-origin: 50% 100%;
        transform: perspective(70px) rotateX(10deg);
        box-shadow: -9px -17px 0px 17px #a4a4a4, 6px -7px 10px rgba(128, 128, 128, 0);
        z-index: -1;
        -webkit-transition: ease-in 0.3s;
    	-moz-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
    }
    
    */
	
	/*
    
    .affix .navbar-nav > .active:after {
	   content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        transform-origin: 50% 100%;
        transform: perspective(7px) rotateX(7deg);
        box-shadow: -10px -17px 0px 17px #a4a4a4, 6px -7px 10px rgba(128, 128, 128, 0);
        z-index: -1;
        -webkit-transition: ease-in 0.3s;
    	-moz-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
	}
    
     .affix .navbar-nav > .active:before {
	    content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 100%;
        width: 50%;
        transform-origin: 50% 100%;
        transform: perspective(70px) rotateX(7deg);
        box-shadow: -12px -20px 0px 17px #a4a4a4, 6px -7px 10px rgba(128, 128, 128, 0);
        z-index: -1;  
        -webkit-transition: ease-in 0.3s;
    	-moz-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
	}
	
	*/
    
    .navbar-brand>img {
        height: 100%;
    }
    
    .navbar-brand {
        padding: 0;
    }
    
    .navbar-custom .navbar-brand {
        height: 70px;
    }
	
	/*
    
    .affix .navbar-brand {
        height: 50px;
    }
	
	*/
	  
    .navbar-custom .logo-container {
        padding: 15px 0px 15px 25px;
        -webkit-transition: ease-in 0.3s;
    	-moz-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
    }
	
	/*
    
    .affix .logo-container {
        padding: 10px 0px 10px 25px;
    }
    
	*/
	
    .navbar-right {
        float: left!important;
        margin-right: -15px;
        padding-left: 15px;
    }
    
    
    #SearchForm_SearchForm_action_results {
		background: transparent;
	    border: transparent;
	}
	
	#SearchForm_SearchForm_Search_Holder {
		display: block;
	    position: absolute;
	    top: 10px;
	    right: 45px;
	    width: 0px;
	    -webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		color: #333;
	}
	
	.show_search {
		width: 730px !important;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	
	.show_search #SearchForm_SearchForm_Search {
		display: block;
		border:1px solid #cacaca;
		background-color: #fff;
	}
	
	#SearchForm_SearchForm_Search {
		max-width: 100% !important;
		border:transparent;
		background-color: transparent;
}
    
	/*
    .container {
        width: 1026px;
    }
	*/
	/*
	
	.affix .container {
		width: 964px;
	}
	
	*/
    
    section hr {
        max-width: 150px;
        border-top: 1px solid #949494;
        margin: 50px auto;
    }
    
    section p {
        text-align: left;
        padding-bottom: 20px;
        color: #959797;
		font-family: 'MuseoSans_100';
		font-size: 18.5px;
		line-height: 1.3;
    }
    
    section .content-heading p {
        max-width: 700px;
        margin: auto;
    }
	
	section .content-heading p b,
	section .content-heading p strong{
        font-family: 'MuseoSans_500';
		font-weight: 100;
		color: #737272;
    }
	
	section .content-heading .additional-copy p {
		font-family: 'Museo300-Regular';
		font-weight: bold;
		font-size: 26px;
		color: #8c8c8c;
		text-align: center;
		letter-spacing: 1px;
	}

	.span-color {
		height: 33px;
	}
	
	.contact-us h2 {
		font-family: 'MuseoSans_100';
    	text-transform: none;
		font-size: 22px;
		margin: 0px;
		color: #4d4d4d;
	}
	
	.contact-us h3 {
		font-family: 'MuseoSans_100';
		text-transform:none;
		font-weight: 700;
		font-size: 29px;
		margin: 0px;
		color:#4d4d4d;
	}
	
	.contact-us {
		padding: 40px 0px;
		background-color: #e8e7e7;
	}
	
	.button-contact {
		max-width: 170px;
		display: table;
		width: 170px;
	}
	
	.button-contact a {
		text-align: center;
	    letter-spacing: 0.5px;
	    display: table-cell;
	    vertical-align: middle;
	    transition: background-color 0.5s ease-out, color 0.5s ease-out, border-color 0.5s ease-out;
	    font-weight: 700;
	    border: 1px solid #4b4b4b;
	    position: relative;
	    padding: 20px 20px 19px 20px;
	    font-family: 'MuseoSans_300';
	    text-decoration: none;
	    font-size: 14px;
	    color: #4b4b4b;
	    width: 179px;
	}
	
	.button-contact:hover a {
		background-color: #00a1df;
	    border: 1px solid #00a1df;
	    color: #fff;
	    text-decoration: none;
	}
	
	.contact-us .content {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.contact-us .container {
		max-width: 700px;
	}
	
	.button-contact a:hover {
		text-decoration: none;
	}
	
	.contact-us-text {
		padding-right: 74px;
		padding-top: 16px;
	}
	
	/* Footer */
	
	footer {
		background-color: #000;
	}
	
	footer .copyright-holder {
		text-align: left;
		padding-left: 0px;
	}
	
	footer .social-holder {
		text-align: right;
		padding-right: 0px;
	}
	
	.footer-nav {
		text-align: left;
		min-height: 110px;
	}
	
	.footer-nav h1 {
		font-size: 16px;
		font-family: 'MuseoSans_500';
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		color: #ececec;
		margin-top: 0;
		letter-spacing: 1px;
	}
	
	.footer-nav .footer-link {
		text-align: left;
		font-family: 'MuseoSans_300';
		font-size: 14px;
		color: #929292;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	
	.footer-nav a {
		display: block;
	}
	
	.footer-nav a:hover {
		text-decoration: none;
		color:#d4d4d4;
	}
	
	.footer-bottom-part {
		height: 130px;
		display: table;
	}
	
	.footer-bottom-part .row {
		display: table-cell;
		vertical-align: middle;
	}
	
	footer {
	  padding: 50px 0 0;
	  text-align: center;
	}
	
	/* end Footer */
	
	.section-content-panel {
		padding: 0px;
	}
	
	.section-content-panel h1 {
		text-transform: none;
		font-size: 22px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.section-content-panel h2 {
		margin: 0;
		font-size: 16px;
		text-transform: none;
		text-align: center;
		color: rgba(75, 75, 75, 0.83);
	}
	
	.content-panel-content {
		padding: 15px 65px;
	}
	
	.content-panel-banner img {
		width: 100%;
	}
	
	.content-panel-image img {
		
		width:100%;
	}
	
	.content-panel-box p {
		//padding-bottom: 0px;
		//margin-bottom: 0px;
	}
	
	.content-panel-box b, 
	.content-panel-box strong{
		font-family: 'MuseoSans_500';
		font-weight: 100;
		color: #737272;
	}
	
	.section-content-panel .row {
		padding-bottom: 40px;
	}
	
	.section-content-panel .row-title {
		padding-bottom: 0px;
	}
  /*  end  */	
	
  .navbar-custom {
    background: linear-gradient(#fff 40%, #ececec 110%);
    padding: 0px 0;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    border: none;
	border-bottom: 1px solid #ececec;
	height: 101px;
  }	
  .navbar-custom .navbar-brand {
    font-size: 2em;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	*/
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
/*	
  .navbar-custom.affix {
    background-color: #222222;
    --padding: 10px 0;--
	height: 70px;
  }

  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
*/
	
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  margin-top: 101px;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 250px;
    padding-bottom: 250px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 0px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0px;
  color: #4b4b4b;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: none;
}
section h2.sub-page-section-heading {
  font-size: 45px;
  margin-bottom: 0px;
  text-transform: none;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 70px 0;
  }
  
  .MemberProfilePage .account-section {
    padding-bottom: 0px;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  /*max-width: 400px;*/
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  /*background: rgba(254, 209, 54, 0.9);*/
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  /*position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
  */
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 0px;
	padding-left: 0px;
	padding-right: 0px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

.specific-product-img {
	text-align: center;
	padding-bottom: 20px;
}

.specific-product-content h1 {
	font-size: 23px;
    text-transform: none;
    text-align: center;
    font-family: 'Museo300-Regular';
}

.specific-product-section {
	padding: 0px 0px 0px;
	
}

.specific-product-content p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.company-heading {
	font-size: 23px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #4b4b4b;
    letter-spacing: 1px;
    text-transform: none;
}

.middleColumn {
	width: 100%;
	padding: 20px 0px;
	text-align: left;
}

.middleColumn input[type="text"],
.middleColumn input[type="password"],
.middleColumn input[type="email"]{
	width: 100%;
	padding:10px 10px;
	max-width: 600px;
}

.login .content-heading p {
	max-width: 100%;
}

.hideme
{
    visibility: visible;
}

.forcehide {
    visibility: hidden !important;
}

.dontgrow,
.kuro .dontgrow {
    -webkit-transition: all 0.5s ease-in-out; /* For Safari 3.1 to 6.0 */
	transition: all 0.5s  ease-in-out;
	max-width: 200px;
	height: 6px;
	width: 0%;
	margin: 50px 0px;
}

.grow,
.kuro .grow {
    width:200px;
   	height: 6px;
}


.link-box a,
.news-link{
	transition: background-color 0.5s ease-out, color 0.5s ease-out, border-color 0.5s ease-out;
    font-weight: 700;
    border: 1px solid #4b4b4b;
    position: relative;
    padding: 20px 20px 19px 20px;
    display: inline-block;
    font-family: 'MuseoSans_300';
    text-decoration: none;
    font-size: 14px;
    color: #4b4b4b;
}

.link-box a:hover,
.news-link:hover {
	background-color: #00a1df;
    border: 1px solid #00a1df;
    color: #fff;
    text-decoration: none;
}

.content-alignment {
	text-align: center;	
}

.line-kura {
	padding-bottom: 0px;
	text-align: center;
}

.parallax-content .dontgrow {
    margin: 30px 0px;
    filter: brightness(0) invert(1);
}

.content-panel-banner .dontgrow {
	width: 0%;
}

.content-panel-banner .grow {
	width: 200px;
}

.specific-product-content {
	text-align: center;
}

.comp-supplied .dontgrow {
	display: block;
    margin: 50px auto;
}

.comp-supplied {
	text-align: center;
}

.tabcontent .dontgrow {
	display: block;
    margin: 50px auto;
    filter: brightness(0) invert(1);
}

.shareholder-hr {
	text-align: center;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .maori-documents {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1189px) {
	.panels-container {
		display: table;
	}

	.content-panel-content {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	
	.row-center .content-panel-content {
		float: left;
	}

	.content-panel-image {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		float: none;
		padding-right: 65px;
		padding-left: 0px;
	}

	.left {
		display: table-cell;
		vertical-align: middle;
		width: inherit;
		float: none;
		padding-left: 65px;
		padding-right: 0px;
	}
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }

  #mainNav .container {
	  width: 1030px;
  }
  
  .container-ContentPage {
	  width: 100%
  }
  
  .container-ContentPage .row {
	  width: 1170px;
	  margin: auto;
  }
  
  .container-ContentPage .large-banner-row-ContentDetails {
	  width: 100%;
  }
  
  .maori-documents {
	  width: 100%;
	  padding-left: 0px;
	  padding-right: 0px;
  }
  
  .maori-documents-bg {
	  padding: 80px 0px;
  }
   
  .maori-documents-link {
	  padding: 7px 0px;
  }
  
  .documents-content-container {
	  padding-bottom: 30px;
  }
  
  .MemberProfilePage .account-section {
	  padding-bottom: 0px;
  }
  
}


@media only screen and (max-width: 1199px) {
	#mainNav .container {
		width: 1030px;
	}
	
	.section-content-panel .container {
		width:1170px;
	}
	
	.large-banner-row-ContentDetails {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.documents-container h1 {
	    font-size: 35px;
	}
	
	.maori-documents-bg {
		padding: 30px 30px;
	}
}

@media only screen and (max-width: 1188px) {
	.content-panel-image {
		width: 100%;
		float: none;
		max-width: 800px;
		margin: auto;
	}
	
	.content-panel-image img {
		max-height: inherit;
	}
	
	.section-content-panel .row {
		padding-bottom: 20px;
	}
	
	.content-panel-content {
		width: 100%;
		max-width: 700px;
		margin: auto;
		float: none;
	}
	
	.hero-bg {
		height: 300px;
	}
}

@media only screen and (max-width: 1185px) {
	.section-content-panel .container {
		width:100%;
	}
}

@media only screen and (max-width: 1060px) {
	.navbar-brand img {
	    height: 50px;
	}
	
	#mainNav .container {
	    width: 965px;
	}
	
	.navbar-custom {
	    background: linear-gradient(#fff 40%, #ececec 110%);
	    height: 90px;
	}
	
	.navbar-nav>li>a {
	    padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#SearchForm_SearchForm_Search_Holder {
		top:5px;
	}

}

@media only screen and (max-width: 1045px) {
		
	/*.navbar-toggle {
		display: block;
	}

	.navbar-custom .navbar-toggle {
		background: linear-gradient(to top, rgb(17, 135, 185) , rgba(19, 147, 194, 0.82));
		border: none;
		font-family: 'Museo300-Regular';
	}
	
	.navbar-custom .navbar-toggle {
		background: linear-gradient(to top, rgb(17, 135, 185) , rgba(19, 147, 194, 0.82));
		border: none;
		font-family: 'Museo300-Regular';
	}

	
	.navbar-toggle {
		margin-top: 27px;
		margin-bottom: 27px;
	}
	
		*/
}

@media only screen and (max-width: 1040px) {
	.navbar-right {
	    padding-left: 10px;
	}
}


@media only screen and (max-width: 991px) {
	
	.section-content-panel .row {
		padding-bottom: 10px;
	}
	
	.content-panel-content {
		padding-bottom: 40px;
	}
	
	.contact-us .content {
		display: block;
		width: 100%;
	}
	
	.contact-us {
		padding: 20px 0px;
		background: linear-gradient(#fff 40%, rgba(210, 210, 210, 0.87) 110%);
	}
	
	.contact-us-text {
		padding-right: 0px;
	}
	
	.contact-us h3 {
		font-family: 'Museo300-Regular';
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
		margin: 0px;
		color: #4d4d4d;
		text-align: center;
		line-height: 27px;
	}
	
	.contact-us h2 {
		font-family: 'MuseoSans_100';
		text-transform: none;
		font-size: 18px;
		margin: 0px;
		color: #929292;
		text-align: center;
	}
	
	.contact-us-text {
		margin-bottom: 15px;
	}
	
	.button-contact {
		text-align: center;
		margin: auto;
	}
	
	.button-contact a {
	    padding: 14px 20px 13px 20px ;
	}
	
	.button-contact a:hover {
		text-decoration: none;
	}
	
	.footer-nav h1,
	 footer .copyright-holder,
	.footer-nav .footer-link,
	.footer-nav {
		text-align: center;
	}
	
	.footer-nav {
		padding-bottom: 30px;
	}
	
	footer .social-holder {
		text-align: center;
	}
	
	.tabcontent h3 {
		text-align: center;
	}
	
	.tabcontent p {
		text-align: center;
		padding-left: 0px;
	}
	
	.contact-us-form {
		text-align: center;
		padding-top: 50px;
	}
	
	.tabcontent .text-container input[type="submit"] {
		margin: auto;
	}
	
	.news-section h2 {
	    display: block;
	    text-align: left;
	    margin-left: 0px;
	    padding-bottom: 10px;
	}
	
	.filter-column {
		text-align: left;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.filter-buttons {
	    max-width: 150px;
	   	width: 150px;
	    font-size: 14px;
	    margin-right: 4px;
	    margin-bottom: 10px;
	}
	
	.news-main-container {
	    padding-top: 20px;
	}
	
	.documents-container {
		width: 100%;
	}
	
	.maori-documents {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.account-section {
		padding-bottom: 50px;
	}
}



@media(max-width: 892px) {
	.navbar-brand {
	    padding: 5px 0px;
		line-height: 0px;
	}
	
	.navbar-brand img {
	   height: 50px;
	}
	
	.navbar-custom {
		background: linear-gradient(#fff 40%, #ececec 110%);
		height: 90px;
	}
	
	.navbar-custom .navbar-toggle {
		border:none;
	    font-family: 'MuseoSans_700';
		background-color: #00a1df;
	}
	
	.navbar-toggle {
		margin-top: 27px;
		margin-bottom: 24px;
	}
	
	header {
		margin-top: 90px;
	}
	
	.header-banner {
		margin-top: 90px;
	}
	
	section p {
		text-align: left;
		padding-bottom: 20px;
		color: #959797;
		font-family: 'MuseoSans_100';
		font-size: 17px;
		line-height: 1.3;
	}
	
	.content-heading {
		padding: 0px 30px;
	}
	
	section {
		padding: 50px 0px; 
	}
	
	section h2.section-heading {
		font-size: 20px;
	}
	
	#portfolio .portfolio-item:nth-child(odd) {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 5px;
	}
	
	#portfolio .portfolio-item:nth-child(even) {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 10px;
	}
	
	.contact-us .content {
		display: block;
	}
	
	.contact-us {
		padding: 20px 0px;
		background: linear-gradient(#fff 40%, rgba(210, 210, 210, 0.87) 110%);
	}
	
	.contact-us h3 {
		font-family: 'Museo300-Regular';
		text-transform: uppercase;
		font-weight: 700;
		font-size: 20px;
		margin: 0px;
		color: #4d4d4d;
		text-align: center;
		line-height: 27px;
	}
	
	.contact-us h2 {
		font-family: 'MuseoSans_100';
		text-transform: none;
		font-size: 18px;
		margin: 0px;
		color: #929292;
		text-align: center;
	}
	
	.contact-us-text {
		margin-bottom: 15px;
	}
	
	.button-contact {
		max-width: 170px;
	    display: table;
	    width: 170px;
	}
	
	.button-contact a {
		text-align: center;
	    letter-spacing: 0.5px;
	    display: table-cell;
	    vertical-align: middle;
	    transition: background-color 0.5s ease-out, color 0.5s ease-out, border-color 0.5s ease-out;
	    font-weight: 700;
	    border: 1px solid #4b4b4b;
	    position: relative;
	    padding: 20px 20px 19px 20px;
	    font-family: 'MuseoSans_300';
	    text-decoration: none;
	    font-size: 14px;
	    color: #4b4b4b;
	    width: 179px;
	}
	
	.button-contact a:hover {
		text-decoration: none;
	}
	
	section h2.sub-page-section-heading {
   	    font-size: 35px;
	}
	
	.section-content-panel {
		padding: 0px 0px;
	}
	
	.section-content-panel h1 {
		text-transform: none;
		font-size: 20px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	section hr {
		max-width: 150px;
		border-top: 1px solid #949494;
		margin: 25px auto;
	}
	
	#main-section {
		padding-bottom: 50px;
	}
	
	.content-panel-content {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.content-panel-image img {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.bg-light-gray {
		background-color: #ffffff;
	}
	
	.content-panel-banner {
		padding-bottom: 10px;
	}
	
	.content-panel-banner img {
		width: 100%;
		
	}
	
	footer {
		background-color: #000;
	}
	
	.footer-nav h1 {
		font-size: 16px;
		font-family: 'MuseoSans_500';
		text-transform: uppercase;
		font-weight: bold;
		color: #ececec;
		margin-top: 0;
		letter-spacing: 1px;
	}
	
	.footer-nav a {
		display: block;
	}
	
	.footer-nav a:hover {
		text-decoration: none;
	}
	
	.footer-nav .footer-link {
		font-family: 'MuseoSans_300';
		font-size: 14px;
		color: #929292;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	
	.footer-nav {
		text-align: center;
		padding-bottom: 30px;
	}
	
	footer {
		padding: 35px 0 35px;
		text-align: center;
	}
	
	.hero-bg {
	    margin-top: 90px;
	}
	
	.navbar-right {
	    padding-left: 10px;
	}
	
	.navbar-nav>li>a {
	    padding-top: 35px;
	    padding-bottom: 35px;
	}
	
	.dropdown-nav {
   		top: 90px;
   		height: 50px;
   	}
   	
   	.navbar {
   		margin-bottom: 0px;
   	}
   	
   	.dropdown-nav-link {
	   	height: 50px;
   	}
   	
   	.dropdown-nav a {
    	font-size: 11px;
	}
	
	.nav>li>a {
	    padding: 35px 8px;
	}	
	
	.banner-parallax, .banner-parallax .parallax-window {
	    margin-top: 90px;
	}
		
}  


@media(max-width: 767px) {
	#mainNav .container {
		width: 100%;
	}
	
	#SearchForm_SearchForm_Search_Holder {
		width: 260px;
		display: inline-block;
	}
	
	#SearchForm_SearchForm_action_results {
		border: transparent;
	    background-color: transparent;
	    font-size: 18px;
	    color: #00a1df;
	}
	
	.navbar-brand {
	    padding: 20px 0px 20px 30px;
		line-height: 0px;
	}
	
	.navbar-brand img {
	   height: 50px;
	}
	
	.navbar-custom {
		background: linear-gradient(#fff 40%, #ececec 110%);
		height: 90px;
	}
	
	.navbar-custom .navbar-toggle {
		border:none;
	    font-family: 'MuseoSans_700';
		background-color: #00a1df;
	}
	
	.navbar-toggle {
		margin-top: 27px;
		margin-bottom: 24px;
	}
	
	header {
		margin-top: 90px;
	}
	
	section p {
		text-align: left;
		padding-bottom: 20px;
		color: #959797;
		font-family: 'MuseoSans_100';
		font-size: 17px;
		line-height: 1.3;
	}
	
	.content-heading {
		padding: 0px 30px;
	}
	
	.content-panel-content {
		padding-bottom: 20px;
	}
	
	section {
		padding: 50px 0px; 
	}
	
	section h2.section-heading {
		font-size: 20px;
	}
	
	#portfolio .portfolio-item:nth-child(odd) {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#portfolio .portfolio-item:nth-child(even) {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.contact-us .content {
		display: block;
	}
	
	.contact-us {
		padding: 20px 0px;
		background: linear-gradient(#fff 40%, rgba(210, 210, 210, 0.87) 110%);
	}
	
	.contact-us h3 {
		font-family: 'MuseoSans_100';
		text-transform: none;
		font-weight: 700;
		font-size: 20px;
		margin: 0px;
		color: #4d4d4d;
		text-align: center;
		line-height: 27px;
	}
	
	.contact-us h2 {
		font-family: 'MuseoSans_100';
		text-transform: none;
		font-size: 18px;
		margin: 0px;
		color: #929292;
		text-align: center;
	}
	
	.contact-us-text {
		margin-bottom: 15px;
	}
	
	.button-contact {
		max-width: 170px;
	    display: table;
	    width: 170px;
	}
	
	.button-contact a {
		color: #4b4b4b;
	    font-family: 'MuseoSans_500';
	    font-size: 15px;
	    letter-spacing: 0.5px;
	    padding: 10px 10px 10px 10px;
	}
	
	.button-contact a:hover {
		text-decoration: none;
	}
	
	section h2.sub-page-section-heading {
   	    font-size: 35px;
	}
	
	.section-content-panel {
		padding: 0px 0px;
	}
	
	.section-content-panel h1 {
		text-transform: none;
		font-size: 20px;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.section-content-panel h2 {
	    margin: 0;
		font-size: 16px;
		text-transform: none;
		text-align: center;
		color: rgba(75, 75, 75, 0.83);
	
	}
	
	section hr {
		max-width: 150px;
		border-top: 1px solid #949494;
		margin: 25px auto;
	}
	
	#main-section {
		padding-bottom: 25px;
	}
	
	.content-panel-content {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.content-panel-image img {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.bg-light-gray {
		background-color: #ffffff;
	}
	
	.content-panel-banner {
		padding-bottom: 10px;
	}
	
	.content-panel-banner img {
		width: 100%;
		
	}
	
	footer {
		background-color: #000;
	}
	
	.footer-nav h1 {
		font-size: 16px;
		font-family: 'MuseoSans_500';
		text-transform: uppercase;
		font-weight: bold;
		color: #ececec;
		margin-top: 0;
		letter-spacing: 1px;
	}
	
	.footer-nav a {
		display: block;
	}
	
	.footer-nav a:hover {
		text-decoration: none;
	}
	
	.footer-nav .footer-link {
		font-family: 'MuseoSans_300';
		font-size: 14px;
		color: #929292;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	
	.footer-nav {
		text-align: center;
		padding-bottom: 30px;
	}
	
	footer {
		padding: 35px 0 35px;
		text-align: center;
	}
	
	.hero-bg {
	    height: 250px;
	}
	
	.section-content-panel .parallax-window h1 {
    	font-size: 25px;
    	line-height: 35px;
   	}
	
	.section-content-panel .parallax-window h2 {
		font-size: 17px;
		line-height: 30px;
	}	
	
	.navbar-custom .nav li a {
		padding: 15px 30px;
	}
	
	.navbar-nav {
	    margin: 0px 0px;
	    padding-left: 0px;
	}
	
	.navbar-fixed-top .navbar-collapse {
		max-height: 320px;
	}
	
	.navbar-custom .navbar-nav > .active > a {
		background-color: #e7e7e7;
		color: rgb(77, 77, 77);
	}
	
	.navbar-custom .nav li:hover a {
		background-color: #e7e7e7;
		color: rgb(77, 77, 77);
	}
	
	.navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus 	{
	    color: rgb(77, 77, 77);
	    background-color: #e7e7e7;
	}
	
	.mobile-nav {
		display: block;
		list-style-type: none;
	}
	
	.mobile-nav-extend {
		display: block;
		list-style-type: none;
	}
	
	#dropdown {
		display: none !important;
	}
	
	.navbar-custom .nav li .mobile-nav a {
	    padding: 5px 5px;
	    background-color: rgba(148, 14, 14, 0) !important;
	    color: rgb(77, 77, 77) !important;
	    text-decoration: none !important;
	}
	
	.navbar-custom .nav li .mobile-nav li {
	    padding: 15px 15px;
	}
	
	.account-section {
		padding-bottom: 0px !important;
	}
	
	.documents-container h1 {
	    font-size: 28px;
	}
	
	.documents-content-container {
		padding-bottom:20px;
	}
	
	.additional-content-row {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#dropdown-shareholder {
		display: none !important;
	}
	
	div.tab button {
	    width: 50%;
	}
	
	.company-image {
		padding-bottom: 15px;
	}
	
	.banner-parallax {
		display: none;
	}
	
	.hero-bg {
		display: table;
	}
	
	.searchResults,
	#PageNumbers {
		padding: 20px;
	}
}  

@media(max-width: 600px) {
	section h2.sub-page-section-heading {
	    font-size: 28px;
	}
	
	.section-content-panel .parallax-window h1 {
    	font-size: 22px;
    	line-height: 35px;
   	}
	
	.section-content-panel .parallax-window h2 {
		font-size: 15px;
		line-height: 30px;
	}	
	
	.parallax-content {
	    display: table-cell;
	    vertical-align: middle;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media(max-width: 550px) {

	.section-content-panel .parallax-window h1 {
    	font-size: 20px;
    	line-height: 31px;
   	}
	
	.section-content-panel .parallax-window h2 {
		font-size: 15px;
		line-height: 23px;
	}	
}



.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}

aside.clients .links-images {
    margin: 40px auto;
    max-width: 150px;
}


section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}

footer span.copyright {
  line-height: 40px;
  font-family: 'MuseoSans_500';
  text-transform:uppercase;
  font-weight: bold;
  font-size: 15px;	
  color: #929292;

}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #929292;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background: linear-gradient(to top, rgb(0, 110, 156) , rgba(33, 173, 224, 0.82));
	
}

ul.social-buttons li a:hover .fa,
ul.social-buttons li a:focus .fa,
ul.social-buttons li a:active .fa {	
	color:#fff;
	
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #00a1df;
  color: #fff;
}
::selection {
  text-shadow: none;
  background: #00a1df;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

button:focus,button:active {
   outline: none !important;
}

input:focus, input:active {
   outline: none !important;
}

select:focus, select:active {
   outline: none !important;
}






.url-shareholders .shareholder-btn {
	border:1px solid black;
	min-width:280px;
	text-align:center;
	color:black;
	padding:1rem;
	font-size:18px;
}
.url-shareholders .shareholder-btn:hover {
	background-color:#eee;
}

#MemberLoginForm_LoginForm_Email_Holder label{}
#MemberLoginForm_LoginForm_Email_Holder label:after{content:' or Username'}


.grouped-document-listing {}
.grouped-document-listing h3 {margin-bottom:30px;}
.grouped-document-listing  .grouped-list-group {}
.grouped-document-listing .document-item {margin-bottom:40px;}
.grouped-document-listing .document-item p:last-of-type {margin-bottom:6px;padding-bottom:0;}
.grouped-document-listing .document-item a.download{text-decoration: underline!important;}
.grouped-document-listing .document-item h4 {padding-left:26px;position:relative;text-transform:none}
.grouped-document-listing .document-item h4:before {
	content:'';
	width:17px;height:22px;
	background:url(../images/doc.svg) no-repeat;
	position: absolute;
	left:0;top:-2px;
}
.grouped-document-listing .document-item h4 a{text-decoration:underline}
.nested-group {
	padding-left:30px;
}


.sidebar-nav {
	margin:0;padding:0;
	list-style:none;
	padding-right:60px;
}
.sidebar-nav li {border-bottom:1px solid #eee;}
.sidebar-nav li.first {border-top:1px solid #eee;}
.sidebar-nav li a {
	padding:1rem 0;
	display:block;
}

