.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #205BC6;
    color: #fff;
    padding: 0 0 15px 0;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;

}

.panel-footer .footer-top {
	background-color: #fff;
	padding: 0;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer .vguide {
	margin-bottom: 5px;
}

.panel-footer .vguide .header {
	display: none;
}

.panel-footer .vguide .footer {
    position: absolute;
    top: 20px;
	left: 40px;
	z-index: 1;
}

.panel-footer .vguide .footer h4 {
	position: static;
	transform: translate(0,0);
	font-size: 24px;
}

.panel-footer .vguide .footer span {
    background-color: #ffc337;
    text-transform: uppercase;
    font-size: 12px;
    color: #1D2F49;
    letter-spacing: 0.5px;
    padding: 2px 0 2px 10px;
    position: relative;
	font-weight: 600;
}

.panel-footer .vguide .footer span::after {
	content: '';
	display: block;
	background-color: #ffc337;
	position: absolute;
	right: -10px;
	top: 0;
	width: 20px;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 0;
}

.panel-footer .vguide .footer i {
	z-index: 1;
	position: relative;
	font-size: 12px;
	top: 0px;
	left: 2px;
}

.panel-footer .logo-copyright {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}

.panel-footer .logo-footer {
	width: 167px;
	margin: 0 auto 25px;
}

.panel-footer .copyright p {
	font-size: 18px;
	max-width: 230px;
	font-weight: 300;
}

.panel-footer .mobile-flex {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.panel-footer .contact {
	margin-right: 15px;
}

.panel-footer .contact.desktop,
.panel-footer .social.desktop {
	display: none;
}

.panel-footer .contact h4.sv-label,
.panel-footer .social h4.sv-label {
	font-family: "Larken W05 Medium";
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1em;
	letter-spacing: 1px;
    margin-bottom: 15px;
}

.panel-footer .contact .contentRender_name_plugins_core_textbox * {
	color: #fff;
}

.panel-footer .social .social-links {
	flex-direction: column;
}

.panel-footer .social .social-links .social-link {
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2px;
}

.panel-footer .social .social-links .social-link i {
	font-size: 14px;
	margin-right: 5px;
	width: 15px;
	color: white;
}

.panel-footer .social .social-links span.title {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
}

.panel-footer .assets {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-footer .assets .logos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width:300px;
	margin: 0 -10px;
}

.panel-footer .assets .logos img {
	margin: 0 5px 25px;
}

.panel-footer .tripadvisor-logo {
	width: 215px;
}

.panel-footer .city-of-boston-logo {
	width: 215px;
	padding-top: 8px;
}

.panel-footer .ma-logo {
	width: 215px;
}

.panel-footer .footer-nav {
	display: none;
}

.panel-footer .simpleview-logo {
	width: 175px;
}
/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* 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: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}

.panel-footer .navigation.primary.mobile {
	display: none;
}

@media screen and (min-width: 390px) {
	.panel-footer .logo-copyright {
		align-items: center;
	}
	.panel-footer .contact {
		margin-right: 25px;
	}
	.panel-footer .assets .logos {
		margin: 0;
	}
}

@media screen and (min-width: 64em){

	.panel-footer {
		padding: 0 0 20px 0;
	}
    .panel-footer .footer-top,
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
	}

	.panel-footer .vguide {
		margin-bottom: 12px;
	}

	.panel-footer .contentRender_name_plugins_common_vguide_footer:first-child {
		margin-right: 12px;
	}

	.panel-footer .contentRender_name_plugins_common_vguide_footer {
		width: calc(50% - 6px);
	}

	.panel-footer .vguide .footer {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.panel-footer .vguide .footer h4 {
		font-size: 23px;
		line-height: 1em;
		margin-bottom: 10px;
	}

	.panel-footer .vguide .footer span{
		font-size: 16px;
		padding: 6px 0 6px 15px;
	}

	.panel-footer .vguide .footer i {
		font-size: 16px;
		top: 0px;
	}

	.panel-footer .vguide .footer span::after {
		right: -15px;
		width:20px;
		border-top-right-radius: 17px;
		border-bottom-right-radius: 17px;
	}

	.panel-footer .footer-middle {
		padding: 55px 20px 0 0;
	}

	.panel-footer .logo-copyright {
		align-items: flex-start;
	}

	.panel-footer .mobile-flex {
		display: none;
	}

	.panel-footer .assets {
		padding-top: 45px;
	}

	.panel-footer .contact.desktop,
	.panel-footer .social.desktop {
		display: block;
		padding-top: 45px;
	}

	.panel-footer .contact h4.sv-label, .panel-footer .social h4.sv-label {
		margin-bottom: 25px;
	}

	.panel-footer .contact .contentRender_name_plugins_core_textbox p {
		font-size: 18px;
	}

	.panel-footer .social-links .social-network {
		margin-bottom: 5px;
	}

	.panel-footer .assets {
		max-width: 300px;
	}

	.panel-footer .footer-bottom {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

	.panel-footer .footer-bottom .simpleview-logo {
		order:1;
	}

	.panel-footer .footer-nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: auto;
	}

	.panel-footer .footer-label {
		font-family: "Larken W05 Medium";
		font-size: 25px;
		text-transform: uppercase;
		color: #fff;
		line-height: 1em;
		letter-spacing: 1px;
		display: block;
		margin-right: 15px;
	}

	.panel-footer .navigation a {
		font-family: 'degular-display', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		color: #fff !important;
	}

	.panel-footer .navigation .level-1 > a {
		padding-right: 0;
	}

	.panel-footer .navigation .level-1.open a {
		color: #205BC6;
	}

	.panel-footer .navigation .icon-toggle {
		font-size: 12px;
		position: relative;
		top: -3px;
	}

	.panel-footer .navigation.desktop .level-1.nav-item.open > .nav-item-control {
		background-color: #1D2F49;
	}

	.panel-footer .nav-item.level-1 {
		margin-right: 15px;
	}

	.panel-footer .nav-item.level-1.has-children {
		margin-right: 0;
	}

	.panel-footer .navigation.desktop .level-1.nav-item > .nav-item-control > .dropdown-toggle {
		padding: 2px 12px 2px 5px;
	}

	.panel-footer .navigation.navigation-dropdown.desktop .dropdown-menu .nav-item .nav-item-control:hover {
		
		background-color: #205BC6;
	}
	.panel-footer .navigation.navigation-dropdown.desktop .dropdown-menu .nav-item .nav-item-control:hover a {
		color: #fff;
	}
}

@media screen and (min-width: 1250px) {

	.panel-footer .footer-middle {
		padding: 55px 60px 0 35px;
	}

	.panel-footer .logo-footer {
		width: 225px
	}

	.panel-footer .vguide .footer h4 {
		font-size: 45px;
	}
}

@media screen and (min-width: 1300px) {
	.panel-footer .navigation a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1375px) {
	.panel-footer .footer-bottom .simpleview-logo {
		order: 0;
	}
	.panel-footer .footer-bottom {
		flex-direction: row;
		padding: 20px 29px;
	}
}
