
  .temporary-banner {
	background: linear-gradient(to right,#70b840,#1782c5);
	color: #fff;
	text-align: center;
	padding: 8px;
	font-size: 18px;
  }
  .temporary-banner a {
	color: #fff;
	text-decoration: underline;
  }
  .temporary-banner a:hover {
	text-decoration: none;
  }

  @media screen and (max-width: 767px) {
	.temporary-banner a {
	  font-size: 14px;
	}

  }
  
  @media screen and (max-width: 576px) {
	#top-header ul li a, #top-header ul li a:visited, #pay-bill-bttn {
	text-align: center;
}
  }
