ul.quick_links{
	margin-top: 25px;
}

ul.quick_links li:not(first-child){
	margin-top: 1px;
}

ul.quick_links a{
	display: block;
	text-align: left;
}









ul.dashboards{
	font-family: Conv_Akk_Pro;
}

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;
	}
}
















div.dashboards_sales_page div.levels{
	margin-top: 30px;
}

div.dashboards_sales_page div.levels div.level{
	margin-top: 17px;
}

div.dashboards_sales_page div.levels div.level:not(:first-child){
	border-top: 1px solid #ccc;
	padding-top: 17px;
}

div.dashboards_sales_page div.levels div.level a{
	display: block;
	text-decoration: none;
	width: calc(50% - 15px);
	float: left;
}

div.dashboards_sales_page div.levels div.level a:first-child{
	margin-right: 30px;
}

div.dashboards_sales_page div.levels div.level a:hover{
	opacity: 0.8;
}

div.dashboards_sales_page div.levels div.level.single a{
	margin: auto !important;
	float: none;
}

div.dashboards_sales_page div.levels div.level img{
	width: 100%;
}

@media (max-width: 999px) {
	div.dashboards_sales_page div.levels{
		margin-top: 10px;
	}

	div.dashboards_sales_page div.levels div.level img{
		width: 100%;
		margin-right: 0px !important;
	}
}








div.dashboards_sales_page div.samples{
	margin-top: 20px;
}

div.dashboards_sales_page div.samples h2{
	font-family: Conv_Akk_Pro;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 11px;
	color: #d6002a;
	font-weight: normal;
}

div.dashboards_sales_page div.samples li{
	margin-top: 12px;
}

div.dashboards_sales_page div.samples a{
	display: inline;
	padding: 0px;
	font-family: Conv_Akk_Pro;
	text-decoration: none;
	line-height: 1.3em;
	color: #555;
	font-size: 13px;
	font-weight: 600;
}

div.dashboards_sales_page div.samples a:hover{
	text-decoration: underline;
}