.footerContainer {
	max-width: 1366px;
	height: auto;
	margin: 36px auto 14px auto;
	text-align: center;
	background-color: #dcdcdc;
	position: relative;
}

.footerContentContainer {
	max-width: 1113px;
	margin: auto;
	padding-top: 36px;
	position: relative;
}

.footerSocial { 
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerSocial a {
	margin-right: 28px; 
}

.footerSocial a img:hover {
	opacity: .70;
}

.footerColumnContainer {
	width: 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
}

.footerColHeading {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #0099ff;
}

.footerColumnContent {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
}

.footerColLink a {
	line-height: 160%;
	padding: 4px;
	color: #000;
	text-decoration: none;
	position: relative;
	right: 4px;
}

.footerColLink a:hover {
	color: #fff;
	background-color: #44657e; /* #5b788e; */
	padding: 4px;
	border-radius: 4px;
}

.footerHR {
	width: 93%;
	height: 1px;
	margin-top: 36px;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
	border-bottom: 1px solid #e79c85;
}

.footerBottomContainer {
	width: 93%;
	margin: auto;
	line-height: 23px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	position: relative;
	top: -22px;
	display: flex;
	justify-content: space-between;
}

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

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

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

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

.footerFeedback, .footerFeedback a {
	line-height: 23px;
	font-size: 13px;
	font-weight: 500; 
	color: #000;
	text-decoration: none;
	position: relative;
}

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


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


	.footerSocial {
	margin-left: 12px;
	margin-right: 12px;
	}


	.footerSocial a img {
	max-width: 100%;
	}

	.footerColumnContainer, .footerHR {
		display: none;
	}

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

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