/*Local overrides*/

/* Section Best-in */

.graph-gallery
	.item-container
	.gallery-item
	.bar-badge-wrapper
	.badge-1
	.badge-unit {
	color: #0e90db;
}

.badge .badge-unit {
	left: -2px;
	display: inline;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.badge .badge-value {
	left: unset;
	display: unset;
	white-space: unset;
	position: unset;
	z-index: 1;
}

/* SECTION PASSWORD MONITORING */

.section-password .tile-featured-content {
	justify-content: center;
}

.section-password .text-content {
	width: 850px;
}
@media only screen and (max-width: 1068px) {
	.section-password .text-content {
		width: 620px;
	}
}
@media only screen and (max-width: 734px) {
	.section-password .text-content {
		width: 280px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-password canvas,
	.section-password #magnifying-glasses {
		left: 200px;
	}
}
@media only screen and (max-width: 734px) {
	.section-password canvas,
	.section-password #magnifying-glasses {
		left: 0px;
	}
}

/* MODAL - SECTION PASSWORD MONITORING */
#content-toggle-password .tile-item-copy {
	justify-content: center;
}

.section-quick-note .tile-picture {
	width: 1278px;
	height: 554px;
}

@media only screen and (max-width: 1068px) {
	.section-quick-note .tile-picture {
		width: 964px;
		height: 466px;
	}
}

@media only screen and (max-width: 734px) {
	.section-quick-note .tile-picture {
		width: 365px;
		height: 346px;
	}
}

.section-quick-note .tile-picture-wrapper {
	max-width: 1278px;
}

@media only screen and (min-width: 1069px) {
	.section-quick-note .tile-picture-wrapper {
		margin-right: 54px;
	}
}

/*modals*/
@media only screen and (min-width: 321px) and (max-width: 360px) {
	.section-privacy
		.article-tiles-grid
		.grid-item-tracking-prevention
		.section-tracking-prevention {
		height: 690px;
	}
}

/* hero CTA */
@media only screen and (min-width: 1069px) {
	.section-hero .article-cta {
		max-width: 610px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .article-cta {
		max-width: 520px;
	}
}

/* privacy tile */

@media only screen and (min-width: 1069px) {
	.section-privacy-report .tile-picture {
		display: block;
		width: 561px;
		height: 420px;
		padding-top: 12px;
	}
}

/* wallet CTA */

.section-security .section-shopping.expanded .tile-modal .modal-cta {
	background-color: rgba(110, 110, 115, 0.95);
}
