.panel-footer {
	/* display: flex;
	flex-direction: column; */
	background-color: var(--nav-background-color);

	/* color: var(--secondary-color);
	padding: 25px 30px 10px;
	/* margin-top: 100px; */
	bottom: 0px;
	width: 100%;
}

.panel-footer .footer-container {
	display: flex;
	flex-direction: column;
	color: var(--secondary-color);
	padding: 25px 30px 10px;
	/* margin-top: 100px; */
	bottom: 0px;
	width: 100%;
	margin: 0 auto;
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin-bottom: 9px;
	padding: 0;
	text-align: center;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
	color:  var(--secondary-color);
	font-family: var(--font-family-heading) !important;
	font-weight: normal;
	max-width: 100%;
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 90px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 768px) {
	.panel-footer .contentRender_name_plugins_core_textbox p {
		font-size: 24px;
		line-height: 28px;
	}
	.panel-footer .footer-top .ot-sdk-show-settings {
		font-size: 21px;
		letter-spacing: 0.015em;
	}
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
	display: block;
	margin: 0 auto;
}

.panel-footer .footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.panel-footer .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
	display: none;
}


.panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_nav_links,
.panel-footer .footer-top .contentRender_name_plugins_nav_footer {
	flex: 1 0 50%;
} 

.panel-footer .footer-top ul {
	margin-bottom: 0;
	margin-left: 7px;
}

.panel-footer .footer-top .navFooter:last-child {
	margin: 0 0 25px 0;
}

.panel-footer .footer-top ul li {
	list-style: none;
	padding: 5px 0;
	font-family: var(--font-family-body);
	font-weight: 700;
}

.panel-footer .footer-top .ot-sdk-show-settings {
	cursor: pointer;
}

.panel-footer .footer-top ul li a,
.panel-footer .footer-top .ot-sdk-show-settings, 
.meetings .panel-footer .footer-top ul li {
	font-size: 21px;
	font-family: var(--font-family-body);
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
	color: var(--secondary-color);
}

.panel-footer .footer-bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 100%;
}

.panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
	width: 100%;
	margin-bottom: 16px;
}

.panel-footer .footer-middle .custom-footer-logos {
	position: absolute;
	bottom: 0;
	max-width: 100px;
}

@media screen and (min-width: 40em) {
	.panel-footer .footer-middle .custom-footer-logos {
		position: static;
		max-width: 150px;
	}
	.panel-footer .footer-bottom {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 64em) {
	.panel-footer .footer-middle .custom-footer-logos {
		max-width: 200px;
		padding-top: 20px;
	}
}

.panel-footer .footer-middle {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

/* copyright */
.panel-footer .footer-bottom .copyright {
	text-align-last: center;
}

.panel-footer .footer-bottom .copyright p {
	font-family: var(--font-family-body);
	font-size: 12px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
	left: 0;
}

/* 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: var(--secondary-color);
	background: var(--primary-background-dark-color);
	font-size: 12px;
}

.panel-footer .mobileAd .fa {
	color: var(--secondary-color);
}

.panel-footer .enews .bttn {
	font-family: var(--font-family-heading);
	color: var(--primary-highlight-color);
	background-color: var(--secondary-color);
	border-radius: 4px;
	font-weight: 600;
}

.panel-footer .enews .bttn:hover {
	color: var(--primary-highlight-accent-color);
}

@media screen and (min-width: 40em) {
	.panel-footer .footer-container {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 40px 25px;
	}

	.panel-footer .footer-top {
		max-width: 500px;
	}

	.panel-footer .footer-top  .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
		display: block;
		flex: 1 0 auto;
	}


	.panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_nav_links,
	.panel-footer .footer-top .contentRender_name_plugins_nav_footer {
		flex: 1 0 100%;
	}

	.panel-footer .contentRender_name_plugins_core_textbox {
		text-align: left;
	}

	.panel-footer .footer-top ul {
		margin: 0;
		columns: 1;
	}

	.panel-footer .nav-group {
		display: flex;
	}

	.panel-footer .footer-top .nav-links li,
	.panel-footer .footer-top .navFooter li {
		display: inline;
		margin-right: 10px;
	}

	.panel-footer .footer-top .navFooter li::after,
	.panel-footer .footer-top .nav-links li::after {
		content: "\007C";
		margin-left: 10px;
	}

	.panel-footer .footer-top .navFooter li:last-of-type::after,
	.panel-footer .footer-top .nav-links li:last-of-type:after {
		content: none;
	}
}

@media screen and (min-width: 64em){
	.panel-footer .footer-top {
		width: 70%;
		text-align: left;
		margin: 0;
		display: block;
	}

	.panel-footer .footer-top {
		max-width: initial;
	}

	.panel-footer .footer-top .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
	   flex: unset;
	}

	.panel-footer .footer-top ul li {
		padding: 0;
	}

	.panel-footer .footer-bottom .copyright {
		text-align-last: left;
	}
}

@media screen and (min-width: 80em){
	.panel-footer .footer-container {
		padding-left: 0;
		padding-right: 0;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 1160px;
	}

	.panel-footer .footer-top {
		margin: 0;
	}

	.panel-footer .contentRender_name_plugins_core_textbox {
		margin-bottom: 0;
	}

	.panel-footer .contentRender_name_plugins_core_textbox p {
		margin-bottom: 5px;
	}

	.panel-footer .footer-top ul li {
		font-family: var(--font-family-body);
	}

	.panel-footer .footer-top ul li a,
	.panel-footer .footer-top .ot-sdk-show-settings {
		font-size: 20px;
		line-height: 34px;
	 }

	 .panel-footer .footer-top .navFooter:last-child {
		margin: 0;
	}

	.panel-footer .footer-bottom .copyright p {
		font-size: 18px;
		margin-bottom: 0;
	}

	.panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
		margin-bottom: 6px;
	}
}