#masthead .progress
{
	background: #1e293a;

	speak: none;

	display: none;
	overflow: hidden;
	position: absolute;
	 top: 100%;
	 left: 0;
	 z-index: -1;

	height: 7px;
	width: 100%;
}

#masthead .progress .meter
{
	background: #f8be21;

	display: block;
	position: absolute;
	 top: 0;
	 left: 0;

	height: 100%;
	width: 0;
}

#masthead .progress .meter:after
{
	background: #f8be21;
	transform: skewX(-20deg);

	display: block;
	position: absolute;
	 top: 0;
	 right: -5px;

	height: 100%;
	width: 10px;

	content: "";
}

.page-history-of-uspis #masthead .progress{
	display: block;	
	z-index: 1;
}
@media only screen and (max-width: 1176px)
{
	#masthead .progress
	{
		display: block;
		
		z-index: 1;
	}
}