@charset "utf-8";
/* t-12 Risk-Based Options CSS Document */

.card-hero {
	position: relative;
	background-color: #0876a7;
	color: #fff;
	width: 100% !important;
	cursor: pointer;
}

	.card-hero:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -20px;
		width: 0;
		height: 0;
		border-top: solid 20px #0876a7;
		border-left: solid 20px transparent;
		border-right: solid 20px transparent;
	}

	.card-hero:hover {
		position: relative;
		background-color: #666;
		color: #fff;
		width: 100% !important;
		cursor: pointer;
	}

		.card-hero:hover:after {
			content: '';
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -20px;
			width: 0;
			height: 0;
			border-top: solid 20px #666;
			border-left: solid 20px transparent;
			border-right: solid 20px transparent;
		}

li.disclaimer:target {
	outline: thin solid #fff;
	outline-offset: 2px;
	background: none;
}

.footnote-back-btn {
	color: #ffffff;
	margin-left: 2px;
}

	.footnote-back-btn:hover {
		color: #ffffff;
	}

[aria-label="Back to graph"]:focus {
	color: #ffffff;
	outline: 1px solid #ffffff !important;
	outline-offset: 3px;
	padding: 0px 0px 0px 2px;
	margin-left:5px;
}

	[aria-label="Back to graph"]:focus:not(:focus-visible) {
		color: #ffffff;
		outline: none !important;
	}



@media (min-width: 320px) {
	
}

@media (min-width: 360px) {

}

@media (min-width: 375px) {
	
}
	
@media (min-width: 450px) {

	
}

@media (min-width: 576px) {
 

}			

@media (min-width: 768px) {

		
}
	
@media (min-width: 992px) {


}

@media (min-width: 1200px) {


}

@media (min-width: 1440px) {


}

@media (min-width: 1441px) {

	
}

@media (min-width: 1500px) {

	
}

@media (min-width: 1650px) {
	
}
	
		







