.nav-item.active .nav-link
{
	color: white;
}

.grey-bg
{
	background-color: #eef2f4;
	color: #333;
	padding: 10px;
}

.grey-bg p
{
	margin-bottom: 0;
}

.d-flex
{
	display: flex;
}

.experts-stat
{
	align-items: center;
}

.orange-callout,
.tax-free-income.putnamicon-morningstar
{
	color: #fd9627;
}

.tax-free-income.putnamicon-morningstar
{
	font-size: 22px;
	padding-bottom: 5px;
	padding-right: 8px;
}

.blackstar {
	color: black;
}

.map-image
{
	background-image: url( '/static/img/strategies/muni_calc_map_lg.png' );
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	width: 100%;
	height: 135px;
}

.grey-box-yellow-border {
	background-color: #f4f4f4;
	border-top: 4px solid #fbad2b;
	padding: 10px 15px;
	min-height: 150px;
}
.no-underline{
	text-decoration: none;
}
.btn-tax {
	color: #fff;
	background-color: #f6a827;
	border-color: #f6a827;
}
.btn-tax:hover {
	color: #fff;
	filter: brightness(95%);
}

@media( max-width : 768px ) 
{
	.map-image
	{
		background-image: url( '/static/img/strategies/muni_calc_map_sm.png' );
	}
}


@media ( min-width : 991px ) 
{
	.experts-stat .orange-callout
	{
		font-size: 28px;
	}
	.map-image
	{
		height: 190px;
	}
}

@media ( min-width : 1200px )
{
	.col-md-8
	{
		padding-right: 40px !important;
	}
	.map-image
	{
		height: 135px;
	}
}
