#home-rate-finder-section {
 /*  background: linear-gradient(-90deg,#8a121a, #fe001a, #8a121a); */
  background-color: #353535 !important;
}

.content-page {
	margin-top: 2rem;
	margin-bottom: 15rem;
}

.content-page h1{
	color: #064172;
	font-weight: bold;
	margin-bottom: 2rem;
}

.content-page .navsecondary {
	margin-top: 1.5rem;
	padding-left:  0px;
}

ul.navsecondary 
{   
    color: #ff0000 !important;
    margin: 0px;
    list-style-type: none;
}

.navsecondary li
{ 
  margin-bottom: 1.25rem !important;
}

.navsecondary a
{
   color: #353535 !important;
    text-transform: uppercase !important;
   
    margin-bottom: 20px !important;
 }



.navsecondary a:hover
{
 color: #aa1520 !important;
 text-decoration: none;
 }
 
 .navsecondary .current a
{
 color: #aa1520 !important;
 text-decoration: none;
 }
 

@media (min-width: 1100px) {

#frmId.form-inline{
	margin: auto 0;
	position: relative;
	left: 25% !important;
}
}


#rightinfo {
	/* text-align: center; */
	margin-top: 2rem;
	border-left: 10px solid #064172;
	/* border-right: 10px solid #064172; */
	background-color: #a9cae5;
	padding: 2rem;
}

#rightinfo h5{
	font-size: x-large;
	font-weight: bold;
	color: #064172;

}

.faqlisting a {
 color: #064172 !important;
 text-decoration: none;
 }
 
 .faqlisting a:hover {
 color: #aa1520 !important;
 text-decoration: none;
 }
 

 h2 {
 color: #aa1520 !important;
 text-decoration: none;
 }