/* --------------- Contact Information --------------- */
dl#contactInformation {
	font-size: 18px;
	margin-bottom: var(--gap);
}
dl#contactInformation dt {
	font-family: var(--font-gotham);
	font-weight: bold;
	margin-bottom: 10px;
}
dl#contactInformation dd {
	margin-bottom: 20px;
	margin-left: 0px;
}
dl#contactInformation a {
	color: #000000;
	display: block;
	text-decoration: none;
	transition: color 0.25s;
	width: fit-content;
}
dl#contactInformation a:hover {
	color: var(--blue-02);
}

/* --------------- Map --------------- */
iframe.map {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: #CCCCCC solid 1px;
	height: 480px;
	width: 100%;
}

/* --------------- Footer --------------- */
footer#footer {
	margin-top: 0px;
}

/* ------------------------------ */
@media all and (max-width: 1369px) {
/* --------------- Contact Information --------------- */
dl#contactInformation {
	font-size: 16px;
}
}

/* ------------------------------ */
@media all and (max-width: 1079px) {
/* --------------- Map --------------- */
iframe.map {
	height: 360px;
}
}