#home-rate-finder-section {
  background-color: #353535 !important;
}

.content-page {
	margin-top: 2rem;
	margin-bottom: 15rem;
}

.content-page h1{
	color: #2a3980;
	font-weight: bold;
	margin-bottom: 2rem;
}

.content-page .navsecondary {
	margin-top: 2.5rem;
	padding-left:  0px;
}

ul.navsecondary {   
    color: #2a3980 !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: #0093d0 !important;
 text-decoration: none;
 }
 
 .navsecondary .current a {
 color: #0093d0 !important;
 text-decoration: none;
 }
 

@media (min-width: 1100px) {
#frmId.form-inline{
	margin: auto 0;
	position: relative;
}
}

#rightinfo {
	margin-top: 2rem;
	/*padding: 2rem;*/
}

/*#rightinfo h5{
	font-size: x-large;
	font-weight: bold;
	color: #2a3980;
}*/

.faqlisting a {
 color: #2a3980 !important;
 text-decoration: none;
 }
 
 .faqlisting a:hover {
 	color: #0093d0 !important;
 	text-decoration: none;
 }

 h2 {
 	color: #353535;
 	text-decoration: none;
 }

.section-header {
	color: #353535;
	font-weight: bolder;
	font-size: 4rem;
}

.column-two a {
	text-decoration: underline;
	color: #0093d0;
}

.faq-btn {  
    padding:.5rem .5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem;
    background-color: #cacaca;
    border: none;
    margin-left: 0;
    width: 100%;
}

.section-header-sm {
	margin-top: 1rem;
	color: #353535;
	font-weight: bolder;
	font-size: 2.75rem;
	text-align: center;
}

.display-4-sm {
	text-align: center;
	font-size: 1.75rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

#content-2-column .dropdown-menu{
	text-transform: uppercase;
	padding: .75rem;
	border-width: 50%;
	border-radius: 0rem;
}

/* <----total area active hover----> 
.dropdown-item a span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
**/

.faq-link {
 	padding: 1rem;
 	margin-bottom: 1rem !important;
 	margin-bottom: 1rem !important;
}

#content-2-column .dropdown-menu a:hover {
	text-decoration: none;
}

#big-image {
	margin-top: 1rem;
}

.why4change {
	border-left: 4px solid #8cc73f;
	padding-left:5px;
	margin-top: 4rem;
}

.charities .item{
  margin: .25rem;
}

.feedingtx {
  /*background-color: #a4d166;*/
  padding: 20px;
}

.acs {
  /*background-color: #5eb9df;*/
  padding: 20px;
 }
  
/*.disaster {
  background-color: #af79bc;
  padding: 20px;
}*/

.heroes {
  /*background-color: #6a739f;*/
  padding: 20px;
}

.charities h2 {
  font-size: 24px;
}

.charities img{
  width: 10rem;
  position: relative;
  margin-right: 1rem;
  float: left;
}

.charities p{
	/*color: white;*/
	margin-top: 0rem;
	font-size: 1.25rem;
	font-weight: 300;
}

.accordion-header {
    padding: 20px;
    width: 100%;
    background-color: #0093d0;
    border-radius: 0;
    color: #fff;
	text-align: left;
    font-weight: 200;
    font-size: 20px;
    white-space:normal !important;
}

.accordion 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 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';
}

