.footer-section {
	width: 100%;
}

.footer-section .contentRender_name_plugins_core_textbox,
.footer-section a,
.footer-section a:hover,
.footer-section a:focus,
.footer-section a:visited {
	color: #fff;
}

.footer-section .footer-vguide,
.footer-section .footer-enews {
	margin-bottom: 8px;
}

.footer-section .footer-inner {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 55px 20px 50px 20px;
}

.footer-section .footer-logo {
	margin: 0 auto 20px;
}

.footer-section .footer-logo .logo {
	display: flex;
	justify-content: center;
}

.footer-section .footer-logo img {
	width: 281px;
	height: 47px;
}

.footer-section .footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-section .text {
	max-width: 170px;
	text-align: center;
	margin-bottom: 25px;
}

.footer-section .copyright {
	font: 700 9px 'futura-pt', sans-serif;
	color: white;
}

.footer-section .logos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-section .pennsylvania {
	width: 95px;
	height: 35px;
	margin-bottom: 15px;
}

.footer-section .made-by img {
	width: 176px;
	height: 18px;
}

@media screen and (min-width: 640px) {
	.footer-section .footer-logo {
		width: 266px;
		height: 45px;
	}
	
	.footer-section .footer-content {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
	
	.footer-section .text {
		max-width: none;
		margin-bottom: 15px;
	}
	
	.footer-section .copyright {
		font-size: 12px;
	}
	
	.footer-section .footer-bottom {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		max-width: 1320px;
		margin: 0 auto;
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.footer-section .logos {
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 800px) {
	.footer-section .footer-top {
		display: flex;
	}
	.footer-section .footer-inner {
		padding-bottom: 20px;
	}
	
	.footer-section .footer-vguide,
	.footer-section .footer-enews {
		flex-basis: 50%;
	}
	
	.footer-section .footer-vguide {
		padding-right: 4px;
	}
	
	.footer-section .footer-enews {
		padding-left: 4px;
	}
	
	.footer-section .footer-top .vguide-wrapper,
	.footer-section .footer-top .contentRender,
	.footer-section .footer-top .visitors-guide,
	.footer-section .footer-top .newsletter {
		height: 100%;
	}
	
	.footer-section .pennsylvania {
		margin-right: 30px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.footer-section .footer-logo {
		width: 498px;
		height: 83px;
	}
	
	.footer-section .pennsylvania {
		width: 133px;
		height: 49px;
	}
	
	.footer-section .made-by img {
		width: 245px;
		height: 25px;
	}
}

.footer-section .mobileAd { display: none; }
@media (max-width: 40em) {
	.footer-section .mobile-fixed{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}
	.footer-section.hasMobileAd .mobileAd {
		display: block;
	}
	.footer-section .mobileAd .content {
		width: calc(100% - 28*2);
		margin-left: 28px;
		margin-right: 28px;
		background-color: #b8aa96;
	}
	.footer-section .mobileAd {
		max-width: 350px;
		margin: 0 auto;
		position: relative;
	}
	.footer-section .mobileAd .banner-close .fa {
		position: absolute;
		top: -10px;
		right: 0px;
		color: #684f40;
		background-color: white;
		border-radius: 50%;
		padding: 1px;
	}
}