#Footer {
	position: relative;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.4);
	z-index: 8;
	background: #fcfcfc;
	color: #000;
}

.ann_links_flex-block {
	font-weight: 700;
	margin: 0 40px 20px 0;
}

@media screen and (max-width: 719px) {
	.ann_footer .ex_cell {
		display: flex;
		justify-content: center;
	}
	.ann_base_flex-container, .ann_links_flex-block {
		display: flex;
		flex-direction: column;
		justify-self: center;
		text-align: center;
	}
	.ann_base_flex-container {
		padding: 0 20px;
	}
	.ann_base_flex-container td:nth-of-type(2) {
		order: 6;
	}
	.ann_links_flex-block {
		margin: 0;
		position: relative;
		z-index: 1;
	}
	.ann_links_flex-block p:hover {
		cursor: pointer;
		text-decoration: underline;
		color: #999;
	}
	.ann_hide-link_mobile {
		display: none;
	}
	.ann_link_dropdown {
		position: absolute;
		z-index: 10;
		text-align: center;
		background-color: #eeeeee;
		border: 1px solid #000;
		border-radius: 5px;
		width: 200px;
		left: calc(50% - 100px);
		bottom: 35px;
		padding: 10px;
	}
}