@charset "utf-8";
/* CSS Document */

.cat-range-right img {
	max-width: 313px !important;
}

.box-links {
	border: 1px solid #006ec1; 
	text-align: center; 
	padding: 5px 10px; 
	display: inline-block;
} 

.box-links:hover {
	border-color: #364fb7;
}

.products .block-column.small .block-wrap.small:first-of-type .med-blue, .navigation-top .text-right ul li.item-648 {
	background-color: #762fb9 !important;
}

@media (max-width: 558px) {

.workflows-software-section .workflow-software {
	width: 100%;
	}
	
}

@media (min-width: 559px) and (max-width: 767px) {

.workflows-software-section .workflow-software {
	width: 48%;
	margin-right: 1%;
	display: inline-block;
}
	
}

@media (min-width: 768px) {

.workflows-software-section .workflow-software {
	width: 15%;
	margin-right: 1%;
	display: inline-block;
}
	
}

@media (max-width: 1023px) and (min-width: 768px) {

	/*.block-wrap.xlarge:first-of-type {
		height: 1500px !important;
	}*/
	
}

@media (max-width: 1024px) {

	.cat-range-left, .cat-range-right {
		text-align: center !important;
	}
	
}

@media (min-width: 1024px) {

	.cat-range-left {
		float: left;
		max-width: 66% !important;
	}
	
	.cat-range-right {
		float: right;
		max-width: 33% !important;
	}
	
}