/* CSS to fix the Most requested look - START */

.gc-most-requested {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding: 24px 0 12px
}

.gc-most-requested h2 {
	font-size: 1.1em;
	margin-top: 0
}

.gc-most-requested ul li {
	font-family: Lato, sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.8em
}

.provisional.gc-most-requested h2 {
	white-space: nowrap
}

.provisional.gc-most-requested ul {
	display: block !important
}

@media screen and (min-width:992px) {

.gc-most-requested h2 {
	float: left;
	width: 16.666667%
}

.gc-most-requested ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 2.5em
}

.gc-most-requested ul li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	font-size: 87%;
	padding-right: 1.3em
}

}

/* CSS to fix the Most requested look - End */
  
  
  
/* Archive Notive Start */
 
#archived-bnr {
	background-color: #fd0;

	p {
		margin: 0;
		text-align: center;
	}

	a {
		color: #000;
		display: block;
		font-weight: 700;
		padding: .75em 44px;
		text-decoration: underline;
	}

	.overlay-close {
		color: #000;
	}
}

/* Archive Notive End */