.this-week-link {
	background-color: var(--gt-tech-gold);
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
}

.this-week-link a {
	color: white;
	font-weight: 700;
	font-size: 20px;
}

.this-week-link a:hover {
	color: #003057;
	text-decoration: underline !important;
}