/* menu footer scripts */
.menu_footer {
	border-top: 2px solid #D7372A;
	background: #333333;
	/*margin: 30px 0 0 0;*/
	margin: 5% 0 0 0;
	padding: 20px;
}
.menu_footer > div:nth-child(1) {
	float: left;
	width: 30%;
	border-right: 1px solid #cccccc;
}
.menu_footer > div:nth-child(2) {
	float: left;
	width: 30%;
	border-right: 1px solid #cccccc;
	margin-left: 2%;
}
.menu_footer > div:nth-child(3) {
	float: right;
	width: 35%;
}
.bottom_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
span.bottom_title {
	text-decoration: underline;
}
.menu_footer > div:nth-child(2) h3.bottom_title {
	margin-bottom: 0;
}
.menu_footer > div:nth-child(3) h3.bottom_title {
	margin-bottom: 0;
}
table.bottom_button {
	/*margin: 15px auto 10px auto;*/
	margin: 15px 0 10px 0;
}
div.bottom_button {
	background: whiteSmoke;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	padding: 5px 10px 5px 5px;
}
a.bottom_button_link {
	font-size: 13px;
	font-weight: bold;
	color: #125163;
	text-decoration: none;
}
a.bottom_button_link:hover {
	text-decoration: underline;
}
a.bottom_button_link img {
	margin-right: 5px;
	width: 16px;
}
a.bottom_button_link img.email-icon {
	height: 11px;
}
a.bottom_button_link img.add-icon {
	height: 16px;
}
a.bottom_button_link2 img {
	vertical-align: bottom;
}
.bottom_text {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 30px 0;
}
.bottom_subtitle {
	margin: 5px 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 620px) {
	.menu_footer > div:nth-child(1) {
		width: 48%;
	}
	.menu_footer > div:nth-child(2) {
		width: 48%;
		border-right: none;
	}
	.menu_footer > div:nth-child(3) {
		margin-top: 2%;
		border-top: 1px solid #cccccc;
		width: 100%;
		
	}
}
/* END menu footer scripts */