/* Local Overrides */

/* Nav */
@media only screen and (max-width: 734px) {
	.section-nav .section-content {
		width: 92.5%;
	}
}

.section-nav .section-content {
	text-align: center;
}

/* Hero Cards */
.page-overview .section-router .cards-container .card-title {
	max-width: 22.8rem;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-router .cards-container .card-title {
		max-width: 18.3rem;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-router .cards-container .card-title {
		max-width: 11.4rem;
	}
}

.custom_copy_color {
	color: #1d1d1f !important;
}
