/* hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Scroll Progress Indicator */
/* Style the holder: fixed position (always stay at the bottom) */
#bands-progress-container {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: var(--tertiary);
}

/* The progress container (grey background) */
.bands-progress-background {
  width: 100%;
  height: 8px;
  background: var(--secondary);
}

/* The progress bar (scroll indicator) */
.bands-progress-bar {
  height: 8px;
  background: var(--primary);
  width: 0%;
}

.custom-svg-fill-color-primary {
		fill: var(--primary);
}

.custom-svg-fill-color-primary-darken {
		fill: var(--primary-100);
}
.custom-svg-fill-color-secondary {
		fill: var(--secondary);
}

.custom-svg-fill-color-secondary-darken {
		fill: var(--secondary-100);
}

/* bunch up menu items between 992 and 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
	     #header .header-nav-main nav > ul > li {
		margin-left: 0px;
	}
}
