.panel-footer .footer-content-container {
	padding: var(--space-10) var(--space-5) 0;
	background-color: var(--green);
	color: var(--white);
}

/* Footer Top */
.panel-footer .footer-top {
	display: grid;
    grid-template: auto auto / minmax(0, 1fr) auto;
}

/* Attributions */
.panel-footer .attribution-content-container {
    position: relative;
	padding: 10px;
	padding-bottom: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
    min-height: 220px;
	text-align: right;
}

.panel-footer .attribution-content-container .footer-bgimg {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.panel-footer .attribution-content-container .footer-bgimg::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    display: block;
    content: '';
}

.panel-footer .attribution-content-container .desktop-copyright {
    position: relative;
    z-index: 2;
    display: none;
	font-size: 10px;
	line-height: 11px;
	max-width: 260px;
	color: var(--white);
}

/* Social Media */
.panel-footer .social-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row: 1 / span 2;
    grid-column: 2;
    max-width: 70px;
	padding: 10px var(--space-3);
	background-color: var(--aqua);
}

.panel-footer .social-media .social-links {
	flex-direction: column;
}

.panel-footer .social-links .social-network {
    display: block;
    margin: var(--space-2) 0;
}

.panel-footer .social-media .social-links a {
	width: 46px;
	height: 46px;
    margin: 0;
	font-size: 25px;
    color: var(--black);
    text-decoration: none !important;
    transform: none;
    transition: transform var(--transition-appendix);
}

/* CTA */
.footer-cta-cont,
.footer-cta-cont > div {
    position: relative;
}

.footer-cta-cont {
    grid-row: 2;
    grid-column: 1;
	padding: 5px 10px;
}

.footer-cta-cont > div::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    max-width: 76px;
    height: 2px;
    background: rgba(0, 42, 61, .15);
    content: '';
    pointer-events: none;
}

.footer-cta-cont > div:last-child::before {
    display: none;
}

/* Logo */
.panel-footer .logo-cont {
	max-width: 200px;
	margin: 0 auto;
}

/* Footer Navigation */
.panel-footer .footer-nav {
	padding: 6px 0 var(--space-3) 0;
	text-align: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 200px;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

/* Client Details */
.panel-footer .client-details {
	padding: var(--space-3) 0 var(--space-6) 0;
	position: relative;
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
    text-align: center;
}

.panel-footer .client-details::before {
    position: absolute;
    top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 40px;
	background-color: rgb(255 255 255 / 20%);
	content: '';
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details a {
	color: var(--white);
	text-decoration: none;
	display: inline-block;
	font-weight: 300;
}

/* Sub-bottom */
.panel-footer .sub-bottom {
    padding: var(--space-5);
    background-color: #00415f;
}

.panel-footer .footer-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--space-5);
    margin-bottom: var(--space-5);
}

.panel-footer .footer-logo-col {
    padding: 0 var(--space-4);
    border-right: 2px solid rgba(255,255,255,.25);
}

.panel-footer .footer-logo-col:first-child {
    padding-left: 0;
}

.panel-footer .footer-logo-col:last-child {
    padding-right: 0;
    border-right: none;
}

.panel-footer .footer-usa-logo {
    width: auto;
    height: var(--space-10);
}

.panel-footer .footer-tripadvisor-logo {
    width: auto;
    height: var(--space-5);
}

.panel-footer .footer-translate-row {
    display: grid;
    grid-template: auto / 164px 1fr;
    align-items: center;
    gap: var(--space-4);
}

/* Google Translate */
.panel-footer .googleTranslate {
    width: 100%;
    height: auto;
}

.panel-footer .googleTranslate::after {
	right: 14px;
    font-size: var(--text-base);
}

.panel-footer .googleTranslateDropdown {
	padding: 7px 25px 7px var(--space-8) !important;
    font-weight: var(--font-weight-normal);
}

/* Mobile Copyright */

.panel-footer .mobile-copyright {
    font-size: 0.625rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    color: var(--white);
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

@media (hover: hover) {
    .panel-footer .social-media .social-links a:hover {
        transform: scale(1.075);
    }
}

@media (min-width: 40em) {
	.footer-cta-cont {
		display: flex;
        align-items: center;
        justify-content: center;
        padding: var(--space-4) var(--space-3);
	}

	.footer-cta-cont > div {
        position: relative;
        flex: 1 0 50%;
        padding: 0 var(--space-3);
	}

    .footer-cta-cont > div::before {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        width: 2px;
        height: 100%;
        max-height: 76px;
        max-width: none;
    }

    .panel-footer .attribution-content-container .desktop-copyright {
        display: block;
    }

    .panel-footer .mobile-copyright {
        display: none;
    }

    .panel-footer .footer-translate-row {
        display: block;
    }
    
    .panel-footer .gtranslate {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
}

@media (min-width: 64em) {
	.panel-footer {
		display: grid;
        grid-template: auto / 1fr 340px;
	}

	.panel-footer .footer-content-container {
        flex-grow: 1;
		padding: 50px 40px 0;
	}

    .panel-footer .footer-top {
        display: grid;
        grid-template: auto auto / auto minmax(0, 1fr);
	}

    .panel-footer .social-media {
        grid-row: 2;
        grid-column: 1;
        max-width: 172px;
		padding: 60px 30px;
	}

	.panel-footer .social-media p {
		font-size: 18px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.panel-footer .social-media .social-links a {
		width: 54px;
		height: 54px;
		font-size: 28px;
	}

	.panel-footer .attribution-content-container {
        grid-row: 2;
        grid-column: 2;
        min-height: 404px;
		padding: 15px;
		padding-bottom: 20px;
	}

	.footer-cta-cont {
        grid-row: 1;
        grid-column: 1 / span 2;
		border-top: 2px solid #d9dfe2;
        padding: 30px var(--space-5);
	}

    .panel-footer .footer-bottom {
        display: flex;
        flex-direction: column;
		min-width: 340px;
	}

    .panel-footer .client-details {
		padding: 14px 0 var(--space-8) 0;
	}

    .panel-footer .footer-logo-row {
        margin-bottom: var(--space-4);
    }

    .panel-footer .googleTranslate {
        width: auto;
        background: none;
        border-radius: 0;
    }

    .panel-footer .googleTranslateDropdown {
        max-width: 165px;
        text-align: center;
    }
}

@media (min-width: 80em) {
    .footer-cta-cont > div:nth-child(odd) .footer-cta {
        margin-right: 19%;
    }
    
    .footer-cta-cont > div:nth-child(even) .footer-cta {
        margin-left: 9.25%;
    }
}