

.agencyheader .active {
	color: #e32026;
	background-color: #FFE8E8 !important;            
}

.agency-header-tags-wrapper {
	-ms-overflow-style: none; 
	scrollbar-width: none;
  }

  .agency-header-tags-wrapper::-webkit-scrollbar { 
	  display: none; 
  }

	.agencyheader .animated-heading {
		width: 100%;
	}
	
	.agencyheader .animated-heading.animated path, .agencyheader .animated-heading.animated polygon {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
		animation: draw 10s ease forwards;
	}

	.agencyheader .animated-heading {
    height: auto;
}