.footer_background {
  background-image: url("/images/UX-UI/SE_footer-assets/footer_background.png");
  margin-top: 30px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.footer_wrapper {
	margin-top: 30px;
  	width: 100%;
  	font-family: 'Open Sans', sans-serif;
  	background: #333;
  	z-index: 0;
  	position: relative;
  	box-sizing: border-box;
  	display: block;
}
.footer_top	{
	position: relative;
	width: 100%;
	height: 230px;
	display: inline-block;
}
.footer_top_links	{
  	font-family: 'Open Sans', sans-serif;
  	font-size: 12px;
  	color: #fff;
  	display: inline-block;
  	float: left;
  	margin-top: 30px;
  	padding-right: 50px;
  	width: 55%;
}
.links_column	{
	float: left;
	width: 25%;
	text-align: left;
}
.links_column ul	{
	margin-top: 12px;
}
.column_header	{
	font-weight: bolder;
	font-size: 12px;
}
.links_column a	{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 10px;
}
.links_column a:hover	{
	text-decoration: none;
	font-weight: bold;
}
.footer_social	{
	position: relative;
	display: inline-block;
	float: right;
	right: 100px;
	top: 30px;
}
.footer_social a	{
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	float: left;
	opacity: .5;
	margin-left: 5px;
	text-decoration: none;
}
.footer_social a:hover	{
	color: #fff;
	opacity: 1;
}
.footer_bottom	{
	background: #888;
	font-size: 10px;
	line-height: 41px;
	padding: 0 30px;
	color: #fff;
	text-align: left;
}
.footer_menu {
  padding: 10px 20px;
  text-align: left;
  background: #333;
}
.footer_menu p{
  font-size: 14px;
  /*font-family: "ColfaxBold";*/
  color: rgb( 102, 102, 102 );
  line-height: 1.714;
  text-align: left;
}

.footer_menu li {
    margin-bottom: 5px;
}

.footer_menu  a{
  font-size: 12px;
  /*font-family: "Colfax";*/
  color: rgb( 102, 102, 102 ) !important;  
  line-height: 1.714;
  text-align: left;
  text-decoration: none;
}

.footer_menu a:hover {
  /*font-family: "ColfaxMedium";*/	
  font-size: 12px;
  color: rgb( 102, 102, 102 );
  text-decoration: none;
}
.Raleys_Family_of_Fine_Stores {
  /*font-size: 10px;*/
  font-family: 'Open Sans', sans-serif;
  /*color: #fff;
  line-height: 41px;
  text-align: center;
  padding: 20px 0;*/
  box-sizing: border-box;
}
.raleys_footer_logo	{
    position: relative;
    float: left;
    left: 30px;
    top: 45px;
    width: 144px;
    height: 88px;
    background-image: url(../images/footer-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;	
    display: inline-block;
}
.logo_wrapper	{
	display: inline-block;
	width: 335px;
	height: 230px;
	float: left;
	position: relative;
}
/*Coldfusion Pages CSS*/
.footer_menu_header {
  font-size: 14px;
  font-family: "ColfaxBold";
  color: rgb( 102, 102, 102 );
  line-height: 1.714;
  text-align: left;
}
