.custom-footer-block {
	width: 100vw;
	padding: 80px 0;
	color: var(--theme-palette-color-6);
	background-color: hsl(207, 11%, 4%);
}

.inner-footer-block {
	width: var(--theme-container-width);
}

.custom-footer-block > .inner-footer-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1140px;
	margin: 0 auto;
	gap: 2rem;	
}

@media only screen and (max-width: 948px) {
	.custom-footer-block > .inner-footer-block {
		flex-direction: column;
		align-items: center;
	}
}

/**********************************
 * Social Media Buttons
 **********************************/
.custom-footer-block .social {
	display: flex;
	width: 100%;
	margin-top: 30px;
}

.custom-footer-block .social a {
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 30px;
}

@media only screen and (max-width: 948px) {
	.custom-footer-block .social a {
		margin-right: 0;
	}
}

.custom-footer-block .social a:hover img {
  transform: scale(1.05);
}


/*******************************************
 * Menu and Info Columns
 *******************************************/

.custom-footer-block .footer-column h4 {
	color: inherit;
	margin-bottom: 15px;
	border-bottom: 0.5px solid hsl(210, 3%, 67%);
}


.custom-footer-block .footer-column {
  padding: 0;
  margin: 0;
}

.custom-footer-block .footer-column.logo-container {
	flex: 0.6;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	/*min-width: 320px;*/
}

.custom-footer-block .footer-column.footer-nav {
	flex: 1;
	display: flex;
	justify-content: space-between;
	max-width: 630px;
}

.footer-divider {
	display: none;
	height: 0;
}

@media only screen and (max-width: 589px) {
	.custom-footer-block .footer-column.logo-container {
		justify-content: center;
	}

	.custom-footer-block .footer-column.footer-nav {
		flex-direction: column;
		text-align: center;
	}
}

.logo-container .tag-line {
	margin-top: 1rem;
}

/**********************************
 * Footer Menu
 **********************************/
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
  margin-bottom: 0.5em;
}

.footer-menu li a {
	position: relative;
  margin-bottom: 0.5em;
  color: var(--theme-palette-color-6);
}

/** Sub-menu container */
.footer-menu .sub-menu {
	margin-top: 5px;
	/*margin-left: 20px;*/
}

/** Sub-menu Item **/
.footer-menu .sub-menu li {
	color: hsl(210, 3%, 37%);
}

.footer-menu a:hover {
	color: var(--theme-link-hover-color);
}

/** Sub-menu header */
.footer-menu .menu-item-type-custom.menu-item-object-custom.menu-item-has-children > a {
	display: none;
	color: hsl(210, 3%, 62%);
	pointer-events: none;
}

@media only screen and (max-width: 948px) {
	.footer-divider {
		display: flex;
		width: 100%;
		max-width: 630px;
		height: auto;
		margin-top: 20px;
	}

	.footer-divider .vcs-divider-mordent {
		width: 18px;
		height: auto;
	}

	.footer-divider .vcs-divider-line {
		width: calc(50vw - 18px - 1rem);
		max-width: 298px;
		height: 0.5px;
		background-color: #f4f6f8;
	}

	.footer-divider .vcs-divider-line:first-child {
		margin-right: 0.5rem;
	}
	.footer-divider .vcs-divider-line:last-child {
		margin-left: 0.5rem;
	}

	.footer-divider .vcs-divider-mordent

	.custom-footer-block .footer-column.logo-container {
		align-items: center;
	}

	.custom-footer-block .social {
		justify-content: space-between;
	}

	.custom-footer-block .footer-column.footer-nav {
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 589px) {
	.footer-nav {
		align-items: center;
	}

	.footer-menu {
		display: flex;
	}

	.footer-menu li {
		min-height: 2.5rem;
		margin: 0 0.625rem !important;
	}

	.footer-menu[data-submenu-dots=yes] [class*=children]>ul li a:not(:empty):before {
		display: none;
	}

	.custom-footer-block .footer-column h4:not(.org-info-heading) {
		display: none;
	}

	.footer-menu .menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
		display: flex;
		margin: 0;
	}

	.footer-menu .menu-item-type-custom.menu-item-object-custom.menu-item-has-children > a {
		display: none;
	}

	.footer-menu .sub-menu {
		display: flex;
		margin: 0;
	}

	.footer-menu ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-column.footer-connect,
	.footer-column.footer-org-info {
		margin: 0;
	}

	.footer-column.footer-org-info {
		margin-top: 40px;
	}
}

.footer-org-info p {
	pointer-events: text;
	user-select: text;
}