
/* Triumph Riders Motorcycle Club */

	.autocomplete-suggestions {
	  border: 1px solid #999;
	  background: #FFF;
	  cursor: default;
	  overflow: auto;
	}
	.autocomplete-suggestion {
	  padding: 2px 5px;
	  white-space: nowrap;
	  overflow: hidden;
	}
	.autocomplete-selected {
	  background: #F0F0F0;
	}
	.autocomplete-suggestions strong {
	  font-weight: normal;
	  color: #3399FF;
	}
    .grecaptcha-badge{ 
      z-index:1000;
	}

:root {
--primary: #231f20!important;
--secondary: #231f20!important;
--menu: #231f20!important;
--menuText: #fff!important;
--menuHover: #fff!important;
--menuHoverText: #231f20!important;
}

/* :root {
  --primary: #656d78 !important;
  --secondary: #454a52 !important;
  --menu: #454a52 !important;
  --menuText: #c3c7ca !important;
  --menuHover: #eeeeee !important;
  --menuHoverText: #3a53ab !important;
} */

/* "circle crop"*/  
/* .logo-wrapper > img {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.logo-wrapper {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}
.logo-wrapper > img{
	max-height: inherit !important;
}
*/

.main-header .logo img.main-logo, .main-header nav img.main-logo, .main-header .head-items img.main-logo {
  max-height: 200px;
}

.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)*/
  color: #fff;
}
.nzu-line {
  border-color: var(--primary) !important;
  border-top: 7px solid var(--primary)!important;
}
.nzu-line2{
  border-color: var(--primary) !important;
  border-top: 7px solid var(--primary) !important;
}


header {
	background: #231f20 !important;
}
@media screen and (max-width: 667px) {
	.nav-main-toggle span {
		background: #fff !important;
	}
}
