#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 {
	margin-top: 2rem;
}

#rightinfo h5{
	font-size: x-large;
	font-weight: bold;
	color: ##464646;
}

.faqlisting a {
 	color: #064172 !important;
 	text-decoration: none;
 }
 
 .faqlisting a:hover {
 	color: #aa1520 !important;
 	text-decoration: none;
 }
 
 h2 {
 	color: #aa1520 !important;
 	text-decoration: none;
 }

.column-two a {
	text-decoration: underline;
	color: #0093d0;
}

.accordion-tdu .accordion-header {
    padding: 20px;
    width: 100%;
    background-color: #064172;
    border-radius: 0;
    color: #fff;
	text-align: left;
    font-weight: 200;
    font-size: 20px;
    white-space:normal !important;
}

.accordion-tdu button:after {
    float: right !important;
    padding-right: 5px;
	font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f068';
}

.accordion-tdu button.collapsed:after {
    float: right !important;
    padding-right: 5px;
	font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f067';
}
