/**
 * @version 4.24.4
 * Date: 2024-05-14T19:36:39.852Z
 */
body,
html {
	background-color: white;
}

body {
	border: none;
}

.how-get .card {
	margin-bottom: 0.5rem!important;
}

.how-get .cdc-logo {
	margin-bottom: 0.6rem;
}

.how-get .card-body {
	padding-bottom: 0;
	padding-top: 1.5rem;
}

.how-get .dropup .dropdown-menu {
	height: 6rem;
	overflow-y: scroll;
}

.how-get .dropdown-item {
	padding: 0.1rem 0.4rem;
}

.how-get .cdc-nav-dropdown button {
	background-color: white!important;
	color: #006778!important;
}

.how-get .cdc-nav-dropdown button:hover,
.how-get .cdc-nav-dropdown button:focus {
	background-color: #006778!important;
	color: white!important;
	text-decoration: none!important;
}
.splash-col.col-md-12 {
	padding: 0!important;
}

@media only screen and (max-width: 575.98px) {
	.how-get .splash-card {
		padding: 0;
	}
	.how-get .cdc-nav-dropdown button {
		font-size: 0.8rem;
	}
}

