/* Based off Hauraki Plains College 

Maroon - #7c1f23
Blue  - #6bcad2
Navy - #171927 */

:root {
  --primary: #171927!important;
  --secondary: #7c1f23!important;
  --menu: #171927!important;
  --menuText: #fff!important;
  --menuHover: #eeeeee!important;
  --menuHoverText: #6bcad2!important;
}

.main-header .logo img.main-logo, .main-header nav img.main-logo, .main-header .head-items img.main-logo {
  max-height: 100px;
}
.productMessage h3 a{
  color: var(--menuText) !important;
}
.productMessage h3 a:hover, .productMessage h3 a:active, .productMessage h3 a:focus {
  color: var(--menuText) !important;

/*.credo-customer-balances {
background-repeat: repeat;
background-size: inherit;*/
}
.credo-customer-balances .balance p {
  color: var(--menuText)
}
.nzu-line {
  border-color: var(--menuHoverText) !important;
  border-top: 7px solid var(--menuHoverText)!important;
}
.nzu-line2{
  border-color: var(--menuHoverText) !important;
  border-top: 7px solid var(--menuHoverText) !important;
}


header {
	background: #fff !important;
}
@media screen and (max-width: 667px) {
	.nav-main-toggle span {
		background: #6bcad2 !important;
	}
}

