
.panel-footer a:focus {
	outline: 1px dashed lightgray;
}

.panel-footer .footer-top {
	margin-left: 30px;
	margin-right: 30px;
}

.panel-footer hr {
	background-color: #141414;
	height: 2px;
	border: none;
	margin-left: 120px;
	margin-right: 120px;
}

.panel-footer .footer-middle {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
	color: #141414;
	font: 600 15px 'franklin-gothic-urw-comp', sans-serif;
	line-height: 1em;
	text-align: center;
}

.panel-footer .logo-footer img {
	width: 315px;
	height: 46px;
}

.panel-footer .partner-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.panel-footer .virginia img {
	width: 92px;
	height: 54px;
	margin-right: 30px;
}

.panel-footer .tripadvisor img {
	width: 88px;
	height: 58px;
	margin-left: 30px;
}

.panel-footer .footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image:
		linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
		url('https://res.cloudinary.com/simpleview/image/upload/c_fill,g_west,h_370,w_640/v1583528664/clients/richmond/Background.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5px;
}

.panel-footer .simpleview-logo {
	height: 21px;
	width: 198px;
}

.panel-footer .copyright p {
	color: white;
	font: 400 12px 'franklin-gothic-urw', sans-serif;
	margin-top: 20px;
	margin-bottom: 50px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
	height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
	display: block;
}

.panel-footer .mobileAd {
	display: none; 
	width: 100%;
	height: 50px;
}

.panel-footer .mobileAd .dtnContainer {
	padding: 0px;
	position: relative;
	margin: 0 auto;
	width: 320px;
	display: block;
}

.panel-footer .mobileAd .banner-close {
	position: absolute;
	top: -18px;
	cursor: pointer;
	right: 0px;
	padding: 0px 3px;
	opacity: 1;
	color: white;
	background: #f5885d;
	font-size: 12px;
}

.panel-footer .mobileAd .fa {
	color: white;
}

@media screen and (min-width: 640px) {
	.panel-footer .footer-top {
		display: flex;
		justify-content: space-between;
		max-width: 1160px;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.panel-footer .footer-bottom {
		background-image: 
			linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
			url('https://res.cloudinary.com/simpleview/image/upload/c_fill,g_custom,h_250,w_1440,x_1206,y_874/v1583528664/clients/richmond/Background.png');
	}
}

@media screen and (min-width: 1025px){
	.panel-footer .logo-footer {
		margin-bottom: 20px;
	}
	.panel-footer .nav-partners-cont {
		display: grid;
		grid-template-columns: 300px auto 300px;
		width: 100%;
	}

	.panel-footer .nav-partners-cont > div:nth-child(1) {
		grid-column: 2;
	}

	.panel-footer .nav-partners-cont > div:nth-child(2) {
		grid-column: 3;
	}

	.panel-footer .footer-bottom {
		display: grid;
		grid-template-columns: 1fr 2fr 1fr;
		background-image: 
			linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
			url('https://res.cloudinary.com/simpleview/image/upload/c_fill,g_custom,h_250,w_1600,x_1206,y_874/v1583528664/clients/richmond/Background.png');
		padding-top: 28px;
	}

	.panel-footer .footer-bottom > div:nth-child(1) {
		grid-row: 2;
		grid-column: 1;
	}

	.panel-footer .footer-bottom > div:nth-child(2) {
		grid-row: 1;
		grid-column: 2;
	}

	.panel-footer .footer-bottom > div:nth-child(3) {
		grid-row: 2;
		grid-column: 3;
		margin-left: auto;
		margin-right: auto;
	}

	.panel-footer .footer-bottom > div:nth-child(4) {
		grid-row: 2;
		grid-column: 2;
		margin-left: auto;
		margin-right: auto;
	}

	.panel-footer .footer-bottom > div:nth-child(5) {
		grid-row: 3;
		grid-column: 2;
		margin-left: auto;
		margin-right: auto;
	}
}

