div.cfa_sales_page div.levels{
	margin-top: 30px;
}

div.cfa_sales_page div.levels div.level{
	margin-top: 17px;
}

div.cfa_sales_page div.levels div.level:not(:first-child){
	padding-top: 17px;
}

div.cfa_sales_page div.levels div.level a{
	display: block;
	text-decoration: none;
	width: calc(50% - 9px);
	float: left;
}

div.cfa_sales_page div.levels div.level a:first-child{
	margin-right: 17px;
}

div.cfa_sales_page div.levels div.level a:hover{
	opacity: 0.8;
}

div.cfa_sales_page div.levels div.level.single a{
	margin: auto !important;
	float: none;
}

div.cfa_sales_page div.levels div.level img{
	width: 100%;
}

@media (max-width: 999px) {
	div.cfa_sales_page div.levels{
		margin-top: 10px;
	}

	div.cfa_sales_page div.levels div.level img{
		width: 100%;
		margin-right: 0px !important;
	}
}





















div.cfa_sales_page div.gallery div.active{
	margin-top: 30px;
}

div.cfa_sales_page div.gallery div.active img{
	width: 100%;
}

div.cfa_sales_page div.gallery ul{
	text-align: center;
}

div.cfa_sales_page div.gallery li{
	display: inline-block;
	width: 200px;
	margin: 15px;
	vertical-align: top;
}

div.cfa_sales_page div.gallery li a{
	display: block;
}

div.cfa_sales_page div.gallery li img{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid white;
}

div.cfa_sales_page div.gallery li div{
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 5px;
	letter-spacing: -.25px;
}

div.cfa_sales_page div.gallery li a:hover{
	color: #d6002a;
}

div.cfa_sales_page div.gallery li a:hover img{
	opacity: 0.9;
}

div.cfa_sales_page div.gallery li a.active{
	color: #d6002a;
}

div.cfa_sales_page div.gallery li a.active img{
	opacity: 0.6;
	border: 1px solid #d6002a;
}









ul.dashboards{
	font-family: Conv_Akk_Pro;
	margin-top: 10px;
}

ul.dashboards li{
	float: left;
	width: 225px;
}

ul.dashboards li:nth-child(4n+1){
	clear: left;
}

ul.dashboards li:not(:nth-child(4n+1)){
	margin-left: 30px;
}

ul.dashboards li div.dashboard{
	position: relative;
	border: 1px solid #d6002a;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 20px;
}

ul.dashboards li div.dashboard.blank{
	border-color: white;
}

ul.dashboards div.title{
	color: #d6002a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	display: table-cell;
	vertical-align: middle;
}

ul.dashboards div.desc{
	line-height: 1.3em;
	margin: 15px 0px;
	font-size: 14px;
}

ul.dashboards a{
	display: inline-block;
	width: 60%;
}

@media (max-width: 1345px) {
	ul.dashboards li{
		float: none !important;
		width: auto !important;
		margin-left: 0px !important;
	}
}