	.navbar .nav-link:focus-visible { outline: 1px #fff solid; }

.modal .modal-header .btn-close { border: 0; background: transparent; }

.carousel-container .carousel-inner .carousel-item { cursor: pointer; }
@media (min-width: 770px) {
	.carousel-container .carousel-inner .carousel-item { min-height: 500px !important; }
}
[data-cdc-site-alert] .alert { color: #1c1d1e; }
[data-cdc-site-alert] .alert a { color: #005EA2; }

body.overflow-y-hidden { overflow-y: auto !important; }

body main section .science-at-cdc_body,
body main section.news,
body main section.health-topics .container .col-lg-7 {
	padding: 0;
}

header.menu-container .navbar .navbar-brand img {
    height: auto;
    max-width: 250px;
}

.fancy-image img {
	border-top-left-radius: 0.5rem;
}
.fancy-image__overlay {
	font-size: 0.8rem;	
}

/* temp hide label */
.carousel-animation-switch .form-check-label { display: none; }

/* desktop */
@media only screen and (min-width: 576px) {
	body main section .science-at-cdc_body {
		padding: 1rem;
	}
	body main section.news {
		padding: 2rem;
	}
	body main section.health-topics .container .col-lg-7 {
		padding: 1rem;
	}
	/* a-z alignment */
	body main section.health-topics .container .col-lg-7 {
        padding-left: 0;
        padding-right: 2.5rem;
    }
}

@media (max-width: 991px) {
	/* hide sticky mobile nav */
	nav.navbar.fixed-top {
		display: none;
	}
	/* fix mobile carousel tabs */
	.carousel-indicators-wrapper > span {
		background: transparent !important;
	}
}
