
.footer-menu-items {
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 30%;
}

.footer-menu-items li {
	display: block;
	list-style-type: none;
	white-space: nowrap;
	margin-bottom: 5px;
}

.footer-menu-items li a {
	color: #CCCCCC;
	text-decoration: none;
}

.footer-menu-items li a:hover {
	color: #bed12b;
}

#content-info .social a {
  margin-bottom: 5px;
}

#content-info .nav a {
  color: #CCCCCC;
}

#content-info .nav a:hover {
  color: #bed12b;
  background: none;
}

#content-info .nav {
	width: 122px;
	float: left;
	white-space:nowrap;
	font-size: 12px;
}

#content-info .nav li {
	margin-bottom: 6px;
}



@media (min-width: 1200px) {

	#content-info .nav {
  		width: 140px;
  		float: left;
  		white-space:nowrap;
  		font-size: 16px;
	}

	#content-info .nav li {
		margin-bottom: 6px;
	}

}



@media (min-width: 981px) and (max-width: 1199px) {

	#content-info .footer-nav {
		background: none;
	}

	#content-info .nav {
  		width: 125px;
  		float: left;
  		white-space:nowrap;
  		font-size: 14px;
	}

	#content-info .nav li {
		margin-bottom: 6px;
	}

 	#content-info .form-search input {
  		margin-right: -45px;
	}

}

@media (min-width: 755px) and (max-width: 980px) {

	#content-info a[href*="bbb.org"] {
		right: 0;
	}

	#content-info .nav {
  		width: 150px;
  		float: left;
  		font-size: 16px;
	}

	#content-info .nav li {
  		margin-bottom: 6px;
  		white-space:nowrap;
	}



	.footer-menu-items li a {
		font-size: 14px;
	}

	#content-info .social a {
  		display: none;
	}

	#content-info .form-search {
  		display: none;
	}

}




@media (max-width: 754px) {

	#content-info .footer-nav {
  		min-height: 280px;
  		background-position: 95% 20px;
	}

	#content-info .footer-nav > div {
  		width: 100% !important;
	}

	#content-info .nav {
  		width: 120px;
  		float: left;
  		white-space:nowrap;
	}

	#content-info .nav li {
		margin-bottom: 6px;
	}
	
	.footer-main-menu {
		padding-left: 20px;
  		padding-right: 20px;
	}

	#content-info .nav {
  		width: 23%;
		margin-right: 5%;
		font-size: 16px;
	}

  	.footer-menu-items {
		width: 23%;
		margin-right: 5%;
		white-space: nowrap;
	}

	.social {
		display: none;
	}

	#content-info .social {
  		margin-right: 1em;
	}

	#content-info .form-search input[type="text"] {
  		max-width: 250px;
  		margin-right: 0.2em;
	}

}



@media (max-width: 480px) {

	#content-info .nav {
  		width: 45%;
		margin-right: 5%;
	}

}