/* temporary  - until desktop specific layouts are applied*/
.footer-wrapper-id {
	background-color: #fff;
}

.footer-top-bar {
	padding: 0;
	height: 14px;
	background-color: #00965e;
}

@media only screen and (min-width : 768px) {
	.footer-top-bar {
		height: 6px;		
	}
}

.footer-info-box-wrapper {
	display: block;
	float: none;
	margin: auto;
	padding: 0;
}

.footer-info-box {
	background-color: #ffffff;
	padding: 30px;
}

/* desktop + tablet specific rules */
@media only screen and (min-width : 992px) {
	.footer-info-box {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.footer-info-links-wrapper {
	text-align: left;
	padding: 0;
}

.footer-info-links {
	padding-left: 0;
	padding-right: 0;
	padding-top: 22px;
}

.footer-info-link {
	color: #808080;
	font-family: "Arial";
	font-size: 13px;
	font-weight: 400;
}

@media only screen and (max-width : 320px) {
	.footer-info-link {
		font-size: 13px;
	}
}

.footer-info-link:hover {
	color: #808080;
}

.footer-info-contact {
	text-align: right;
	color: #2d2926;
	font-family: "BNPPSansCondensed";
	font-size: 30px;
	font-weight: 400;
	padding: 0;
}

.footer-info-hour {
	text-align: right;
	color: #808080;
	font-family: "Arial";
	font-size: 10px;
	font-weight: 400;
	padding: 0;
}

.cancel_url_box {
	border: 1px solid #dcdcdc;
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}

.cancel_url_link {
	color: #808080;
	font-family: "Arial";
	font-size: 11px;
}

.cancel_url_link:hover {
	color: #808080;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.ops_screen_width_footer {
		max-width: 708px;
	}
}