/**
 * Start of Direct Enroll Page
 */

.widget-row>.container,body:not(.home) .widget-row {
	justify-content: space-evenly;
	align-items: stretch;
	margin: 1.3rem 0 0;
	gap: 1rem;
	flex-direction: column;
}
@media (min-width: 46.25em) {
	body:not(.home) .widget-row {
		flex-direction: row !important;
	}
}
.widget {
	padding-bottom: 20px !important;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
}

@media (max-width: 34.375em) {
  .site-hero__nav-item {
    white-space: inherit;
  }
}

/**
 * End of Direct Enroll Page
 */
