.citydent-location,
.citydent-footer {
	background: #ffffff;
	color: var(--contentColor);
}

.citydent-contact__row {
	align-items: stretch;
}

.citydent-contact__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.citydent-contact__info > .vc_column-inner,
.citydent-contact__info > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

.citydent-contact__info > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
}

.citydent-contact__list {
	margin-top: auto;
}

.citydent-contact__list > p {
	display: none;
}

.citydent-contact__items {
	display: flex;
	flex-direction: column;
	gap: var(--gapX4);
	list-style: none;
	margin: 0;
	padding: 0;
}

.citydent-contact__item {
	align-items: center;
	display: flex;
	gap: var(--gapX3);
}

.citydent-contact__item .ph {
	color: var(--linkDefaultColor);
	flex: 0 0 auto;
	font-size: 24px;
}

.citydent-contact__item a {
	color: inherit;
	text-decoration: none;
}

.citydent-contact__map {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.citydent-footer {
	padding-bottom: 24px;
	padding-top: 48px;
}

.citydent-footer__main {
	align-items: flex-start;
}

.citydent-footer__brand,
.citydent-footer__brand > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gapX10);
}

.citydent-footer__brand-top {
	display: flex;
	flex-direction: column;
	gap: var(--gapX5);
}

.citydent-footer__logo {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.citydent-footer__logo-mark {
	display: block;
	height: 42px;
	width: auto;
}

.citydent-footer__logo-word {
	display: block;
	height: 36px;
	width: auto;
}

.citydent-footer__disclaimer {
	color: var(--contentOpacityColor);
	font-size: var(--textXSsize);
	line-height: var(--textXSheightS);
}

@media (min-width: 992px) {
	.citydent-footer__disclaimer {
		font-size: var(--textSsize);
		line-height: var(--textSheightS);
	}
}

.citydent-footer__socials {
	display: flex;
}

.citydent-footer__socials > p {
	align-items: center;
	display: flex;
	gap: var(--gapX5);
	justify-content: flex-start;
	margin: 0;
}

.citydent-footer__socials a {
	display: block;
}

.citydent-footer__socials img {
	display: block;
	height: 32px;
	width: 32px;
}

.citydent-footer__desktop-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--gapX6);
}

.citydent-footer__nav-group {
	display: flex;
	flex-direction: column;
	gap: var(--gapX5);
}

.citydent-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: var(--gapX3);
	list-style: none;
	margin: 0;
	padding: 0;
}

.citydent-footer__nav-list a {
	color: inherit;
	text-decoration: none;
}

.citydent-footer__mobile-nav {
	display: none;
}

.citydent-footer__bottom {
	align-items: center;
	color: var(--contentOpacityColor);
	margin-top: var(--gapX15);
}

.citydent-footer__bottom-links {
	display: flex;
}

.citydent-footer__bottom-links > p {
	align-items: center;
	display: flex;
	gap: var(--gapX5);
	justify-content: flex-end;
	margin: 0;
}

.citydent-footer__bottom a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.citydent-contact__row {
		row-gap: var(--gapX10);
	}

	.citydent-contact__info > .vc_column-inner > .wpb_wrapper {
		gap: var(--gapX8);
	}

	.citydent-contact__info {
		gap: var(--gapX8);
		justify-content: flex-start;
	}

	.citydent-contact__list {
		margin-top: 0;
	}

	.citydent-contact__item .ph {
		font-size: 22px;
	}

	.citydent-contact__map {
		aspect-ratio: 5 / 4;
	}

	.citydent-footer {
		padding-bottom: 32px;
		padding-top: 32px;
	}

	.citydent-footer__main {
		row-gap: var(--gapX10);
	}

	.citydent-footer__brand,
	.citydent-footer__brand > .vc_column-inner > .wpb_wrapper {
		gap: var(--gapX10);
	}

	.citydent-footer__brand-top {
		gap: var(--gapX5);
	}

	.citydent-footer__logo {
		gap: 10px;
	}

	.citydent-footer__logo-mark {
		height: 36px;
	}

	.citydent-footer__logo-word {
		height: 31px;
	}

	.citydent-footer__desktop-nav {
		display: none;
	}

	.citydent-footer__mobile-nav {
		display: block;
	}

	.citydent-footer__mobile-nav details {
		border-bottom: 1px solid var(--dividerDefault);
		border-top: 1px solid var(--dividerDefault);
	}

	.citydent-footer__mobile-nav details + details {
		border-top: 0;
	}

	.citydent-footer__mobile-nav summary {
		align-items: center;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: var(--gapX4) 0;
	}

	.citydent-footer__mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.citydent-footer__mobile-nav summary::after {
		border-bottom: 1px solid currentColor;
		border-right: 1px solid currentColor;
		content: "";
		height: 8px;
		margin-right: 3px;
		transform: rotate(45deg);
		width: 8px;
	}

	.citydent-footer__mobile-nav details[open] summary::after {
		transform: rotate(225deg);
	}

	.citydent-footer__mobile-nav .citydent-footer__nav-list {
		padding-bottom: var(--gapX4);
	}

	.citydent-footer__bottom {
		margin-top: var(--gapX10);
		row-gap: var(--gapX4);
	}

	.citydent-footer__bottom-links > p {
		align-items: flex-start;
		flex-direction: column;
		gap: var(--gapX4);
		justify-content: flex-start;
	}
}
