
.footer-container {
	overflow-x: hidden;
}

.footer-top {
	position: relative;
}

.footer-middle {
	background: url(/includes/public/assets/shared/teal-palm-pattern.png) repeat center top;
	text-align: center;
	padding: 30px 0;
	margin-bottom: -8%;
}

.footer-middle .footer-content {
	margin-bottom: 50px;
}

.footer-middle .logo-footer {
	width: 100%;
}

.footer-middle .footer-logo .logo-footer {
	max-width: 200px;
	margin: 0 auto 5%;
}

.footer-middle .footer-content .logo-footer {
	margin: 0 auto 5%;
}

.footer-middle .footer-content .logo-footer p {
	max-width: 300px;
	margin: 0 auto;
}

.footer-middle .footer-content .logo-footer img {
	width: 120px;
	margin: 0 auto;
}

.footer-middle .logo-footer a {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	font-family: futura-pt, sans-serif !important;
	font-weight: normal !important;
}

.footer-middle .logo-footer p {
	font-family: futura-pt, sans-serif !important;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.footer-middle .contentRender_name_plugins_core_textbox {
	margin-bottom: 25px;
	padding: 0;
	margin: 2% 0;
}

.footer-middle .contentRender_name_plugins_core_textbox :is(ul, li, *) {
	font-size: 1.2rem !important;
	font-weight: 400 !important;
	font-family: futura-pt, sans-serif !important;
}

.footer-middle .contentRender_name_plugins_core_textbox ul {
	margin-left: 0;
}

.footer-middle .contentRender_name_plugins_core_textbox ul li {
	color: #fff;
	font-style: normal;
	line-height: 1.5rem;
	list-style: none;
}

.footer-middle .social-links {
	display: flex;
	gap: .5rem;
	justify-content: center;
	width: 95%;
	margin: 0 auto;
}

.footer-middle .social-links li.social-network {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	padding: 0;
	width: 60px;
	height: 56px;
}

.footer-middle .social-links li.social-network a {
	color: #fff;
	font-weight: 100;
}

.bottomLogos {
	position: relative;
	background-color: var(--primary-blue);
	padding: 5rem 0;
}

.bottomLogos h3 {
	font-family: futura-pt, sans-serif;
	letter-spacing: 3px;
	color: white;
	line-height: 18px;
}

.bottomLogos .panel-footer-logo-slider {
	margin-bottom: 0;
	margin: 0 auto;
}

.bottomLogos .slider-cont {
	width: 100%;
}

.bottomLogos .panel-footer-logo-slider .slick-slider {
	display: none;
}

.bottomLogos .panel-footer-logo-slider .slick-slider.slick-initialized {
	display: block;
}

.bottomLogos .slide {
	position: relative;
}

.bottomLogos .slide .img-cont {
	margin: 0 auto;
	max-width: 60%;
}

.bottomLogos .panel-footer-logo-slider .slide:not([aria-hidden="true"]):after {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	display: block;
	height: 100px;
	width: 2px;
	background-color: var(--spa-green);
}

.bottomLogos .slick-track {
	display: flex;
	align-items: center;
}


.bottomLogos .panel-footer-logo-slider .slide a img {
	display: block;
	margin: auto;
}

/* Arrow styles */
.bottomLogos .arrow-cont {
	pointer-events: none;
	width: 100%;
	display: flex;
	gap: .5rem;
	justify-content: center;
	margin-top: 20.5px;
}

.bottomLogos .arrow-cont .count {
	font-size: 1.2rem;
}

.bottomLogos .arrow-cont .arrow-inner {
	font-size: 1.5rem;
}

.bottomLogos .arrow-cont > .inner {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	color: white;
}

.bottomLogos .arrow-cont .custom-arrow {
	padding: .3rem .8rem;
	pointer-events: all;
	background: transparent;
	border: 3px solid white;
	color: white;
	margin: auto 0;
}

.bottomLogos .arrow-cont .custom-arrow.prev i {
	transform: translateX(-2px);
}

.bottomLogos .arrow-cont .custom-arrow.next i {
	transform: translateX(2px);
}

@media (min-width: 640px) {
	.bottomLogos .arrow-cont .custom-arrow {
		top: 25%;
	}
}

@media (min-width: 1024px) {
	.footer-middle {
		margin-bottom: -3%;
	}

	.bottomLogos .arrow-cont {
		pointer-events: none;
		position: absolute;
		top: 16%;
		right: 10%;
		transform: translateY(-50%);
		display: flex;
		justify-content: center;
		margin-top: 0;
		width: 6%;
	}

	.bottomLogos .arrow-cont > .inner {
		display: flex;
		justify-content: space-between;
		width: 95%;
	}

	.bottomLogos .arrow-cont .custom-arrow {
		padding: 0px 8px;
		pointer-events: all;
		background: transparent;
		border: 2px solid #fff;
		color: #fff;
	}

	.bottomLogos .arrow-cont .count {
		display: none;
	}
}

@media screen and (max-width: 63.9375em) {
	.footer-middle .social-links .social-network {
		margin-right: 0;
	}
}

.footer-middle .ta-logo,
.footer-middle .visit-logo {
	margin: 0 auto 50px;
	max-width: 154px;
}

.footer-middle > .inner {
	margin-bottom: 2rem;
}

.footer-middle .nav-container {
	margin: 0 1rem;
}

.footer-middle .bottomLogos .inner {
	/* display: flex;
	flex-direction: column;
	align-items: center; */
}

/* .footer-middle .bottomLogos img {
	max-height: 52px;
	margin: 20px 0;
	max-width: 135px;
} */

.footer-bottom {
	position: relative;
	z-index: 9999;
	padding-top: 2rem;
	background-color: var(--secondary-dark-blue);
}

.footer-bottom .gtranslate_wrapper {
	background-color: var(--spring-blue);
}

.footer-bottom .gtranslate_wrapper .gt_selector {
	width: 90vw;
	appearance: auto !important;
}

.footer-bottom .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-bottom .inner .logo-cont {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 1rem;
	margin: 1rem 5rem;
	max-width: 300px;
}

.footer-bottom .copyright {
	display: flex;
	gap: 1rem 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;

}

.footer-bottom .copyright p {
	color: #fff;
	font-size: 10px;
	font-family: century-gothic, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	text-align: center;
}

@media screen and (min-width:64em) {
	.footer-bottom .gtranslate_wrapper {
		background-color: var(--spring-blue);
	}
	
	.footer-bottom .gtranslate_wrapper .gt_selector {
		width: 8vw;
		appearance: auto !important;
	}

	.footer-bottom .inner .logo-cont {
		margin: 0 0 0 1rem;
		width: 15%;
		direction: rtl;
	}

	.footer-bottom .copyright {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin: 1rem 0 1rem auto;
	}

	.footer-bottom .copyright p {
		color: #fff;
		font-size: .5rem;
		font-family: futura-pt, sans-serif;
		font-style: normal;
		line-height: normal;
		text-align: left;
		width: 37%;
	}

	.footer-middle {
		position: relative;
	}

	.footer-middle .top-link {
		position: absolute;
		width: 100%;
		max-width: 1230px;
		right: 50%;
		transform: translate(50%, -100%);
		display: flex;
		justify-content: flex-end;
		padding: 0 15px;
	}

	.footer-middle > .inner {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 2fr 1fr;
		align-items: center;
		margin: 4rem 0;
	}

	.footer-middle .contentRender_name_plugins_core_textbox :is(ul, li, *) {
		text-align: center;
	}

	.footer-middle .inner .inner-inner {
		display: flex;
		flex-direction: column;
	}


	.footer-middle .footer-content .logo-footer {
		position: absolute;
		top: 32%;
		right: 6%;
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 160px;
	}

	.footer-middle .footer-content .logo-footer img {
		max-width: 140px;
	}

	.footer-middle > .inner .contentRender_name_plugins_core_textbox {
		padding: 0;
	}

	.footer-middle .contentRender_name_plugins_core_textbox {
		text-align: left;
		margin-bottom: 0;
	}

	.footer-middle .contentRender_name_plugins_core_textbox ul li {
		font-size: 1rem;
		/* line-height: 1.7em; */
	}

	.footer-middle .social-links {
		gap: .1rem;
		justify-content: center;
	}

	.footer-middle .translate-cont {
		justify-content: flex-start;
	}

	.footer-middle .ta-logo,
	.footer-middle .visit-logo {
		margin: 0 0 20px;
		text-align: left;
	}

	/* .footer-middle .bottomLogos {
		display: inline;
		max-width: 1230px;
		margin: 30px auto 50px;
	} */

	/* .footer-middle .bottomLogos img {
		margin: 0 20px;
	} */

	.footer-middle .footer-content {
		margin: 1rem 0;
	}

	.footer-bottom {
		padding: .5rem 1rem;
	}

	.footer-bottom .inner {
		flex-direction: row;
	}

	.footer-bottom .copyright p {
		margin-bottom: 0;
	}

	.bottomLogos {
		padding: 12% 0 8% 0;
	}

	.bottomLogos h3 {
		position: absolute;
		top: 15%;
		left: 10%;
		font-family: futura-pt, sans-serif;
		color: white;
		width: fit-content;
		font-size: 1.5rem;
	}

	.bottomLogos .panel-footer-logo-slider {
		max-width: 85%;
	}

	.bottomLogos .panel-footer-logo-slider .slide:after {
		right: 0;
	}

	.bottomLogos .slide .img-cont {
		margin: 0 auto;
		max-width: 50%;
	}
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}

/* DTN Mobile Footer Banner */

.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 .sponsored-label {
	position: absolute;
	top: -24px;
	left: calc((100% - 320px) / 2);
	margin-bottom: 10px;
}

.panel-footer .mobileAd .sponsored-label span {
	padding: 1px 4px;
	font-weight: bold;
	font-size: 8px;
	letter-spacing: 0.7px;
	color: #ffe964;
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #ffe964;
}

.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;
}