.footerContainer {
	width: 100%;
	height: 420px;
	margin: 55px auto 0px auto;
	text-align: center;
	background-color: #f05c30;
	position: relative;
}

.footerContentContainer {
	max-width: 73%;
	margin: auto;
	padding-top: 56px;
	position: relative;
}

.footerColumnContainer {
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.footerColHeading {
	margin-bottom: 12px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}

.footerColumnContent {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.footerColLink {
	margin-bottom: 9px;
	position: relative;
}

.footerColLink a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.footerColLink a:hover {
	color: #009ada;
}

.footerLogoHover a:hover {
	opacity: 0.9;
}

.footerBottomContainer {
	width: 100%;
	margin: 54px auto 0px auto;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.footerCopy {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	position: relative; 
}

.footerPrivacyFeebackContainer {
	text-align: right;
	position: relative;
	display: flex;
}

.footerPrivacy {
	line-height: 23px;
	margin-right: 49px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.footerPrivacy:hover {
	text-decoration: underline;
}

.footerFeedback, .footerFeedback a {
	font-size: 13px;
	font-weight: 400; 
	color: #fff;
	text-decoration: none;
	position: relative;
}

.footerFeedback:hover {
	text-decoration: underline;  
}

/* Responsive */

@media screen and (max-width: 1250px) {
	.footerContentContainer {
		max-width: 84%;
	}
}

@media screen and (max-width: 1095px) {
	.footerColumnContent {
		font-size: 14px;
	}	
}

@media screen and (max-width: 900px) {
	.footerContentContainer {
		padding-top: 24px;
		padding-bottom: 32px;
	}

	.hideQuickLinks {
		display:none;
	}

	.footerBottomContainer {
    	margin: auto;
    	text-align: center;
	    font-size: 10px;
		display: block;
    	top: 22px;
	}

	.footerCopy {
		margin: auto;
		text-align: center;
	}
}

@media screen and (max-width: 700px) {
	.hidePolicies {
		display: none;
	}
}

@media screen and (max-width: 590px) {
	.footerContentContainer {
		/* width: 69%; */
		width: 97%;

	}

	.hidePrograms {
		display: none;
	}
}