@charset "UTF-8";
/* CSS Document */

/* '''''''''''''''''''''''''''''''''  FOOT  '''''''''''''''''''''''''''''''''''''''''' */

#wrapperFoot {
	text-align: center;
	min-width: 320px;
	max-width: 1300px;
	height: auto;
	float: none;
	margin: 0 auto;
}
#containerFoot {
	background-color: #2A74B3;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 980px;
	height: auto;
	float: none;
	padding: 20px 0px 20px;
}
/* Footer content */
#foot {
	min-width: 320px;
	max-width: 100%;
	height: 170px;
}
/* email & phone numbers image */	
#ftremphn {
	width: 70%;
	float: left;
}
/* footer address */	
#ftrads {
	width: 50%;
	float: right;
	text-align: center;
}
#ftrads .adrs {
	margin-top: 50px;
	height: auto;
}
/* terms & conditions and privacy links */

#tmpc {
	width: 30%;
	overflow: hidden;
}
#tmpc a {
	text-decoration: none;
	color: white;
	}
#tmpc div {
	text-align: left;
	margin-left: 50px;
}
	
#wrapperCR {
	text-align: center;
	min-width: 320px;
	max-width: 1300px;
	height: auto;
	float: none;
	margin: 0 auto;
}
#containerCR {
	background-color: #2A74B3;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 980px;
	height: auto;
	float: none;
	padding: 20px 0px 20px;
	padding-bottom: 50px;
}
#ftrcr {
	text-align: center;
	width: 100%;
	float: left;
}

/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* realign footer components as width reduces */
@media screen and (max-width: 830px) {
	#ftremphn {
		width: 50%;
	}
	#ftrads .adrs {
		margin-top: 10px;
		height: auto;
	}
	#ftrads {
		width: 100%;
		min-height: auto;
	}
	#tmpc {
		width: 50%;
		height: auto;
		padding-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	#ftremphn {
		text-align: center;
		width: 100%;
		float: none;
		height: auto;
	}
	#ftrads {
		width: 100%;
		float: none;
	}
	#tmpc {
		background-color: #2A74B3;
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
}
@media (max-width: 480px) {
	#wrapperCR {
		margin-top: 40px;
	}
}

