/**
 * @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.6rem;
}

.how-get .dropup .dropdown-menu {
	height: 11rem;
	overflow-y: scroll;
	width: 96%;
}

.how-get .dropup .dropdown-menu .dropdown-item {
	padding: 0.25rem 0.4rem
}

.how-get .cdc-nav-dropdown button {
	background-color: #006778!important;
	color: white!important;
}

.how-get .cdc-nav-dropdown button:hover,
.how-get .cdc-nav-dropdown button:focus {
	background-color: white!important;
	color: #006778!important;
	text-decoration: none!important;
}

.logo-block {
	height: 64px;
	padding: 0 12px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #efefef;
}

.logo-block img {
	height: 50px;
	margin: 6px 5%;
}

@media only screen and (max-width: 575.98px) {
	html.cdc-page-type-splash.cdc-2020 .how-get .splash-card {
		padding: 0;
	}
}
