@charset "UTF-8";


/* =================================== */
/* Fixes for pages with sub nav dropdown
/* Comment out if not needed
/* =================================== */

 /* h1 {
	margin-top: -88px !important;
	font-size: 2.0em;
	font-weight: normal;
	font-style: normal;
	width: 75%;
}
H2 {
	font-size: 1.7em;
	font-weight: normal;
	font-style: normal;
}
.nav-structure-a {
	margin-top: 15px !important;
}
ul.toggle-content {
	background-color: #fff;
}
ul.toggle-content li {
	margin-bottom: 0 !important;
}
#main .main-contents .nav-structure-a ul.toggle-content li a {
	color: #000;
	text-decoration: none;
}
#main .main-contents .nav-structure-a ul.toggle-content li a:hover {
	color: #a20b1a;
} */ 

h1 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 100%;
}

h1, h2 {
	color: #d60303;
}
h1 + h2 {
	color: #222;
}
h2 {
	line-height: 1.3em;
}
@media screen and (max-width: 767px) {
	h1 {
		margin-top: 0px !important;
		width: 100%;
	}
}

.row + .row {
float: left;
padding-top: 80px;
}
.section {
	background: #fff;
}

.btn {
	text-decoration: none !important;
	background: #fe0101;
	margin-top: 10px !important;
	display: inline-block;
}
.btn.white-btn {
	background: #fff;
	color: #222 !important;
	text-decoration: none !important;
	}
	.btn.white-btn i {
		color: #760000;
	}
	.btn.white-btn:hover {
		text-decoration: underline !important;
	}
	.btn.white-btn:hover i {
		color: #ff0a0a;
	}
	
	.txtcenter {
		text-align: center;
	}

/* =================================== */
/* KC custom styles
/* =================================== */



.sub-h1 {
	font-size: 2em;
}
.sub-h1 + h2 {
	color: #222;
	}


.wrapper-1col {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6rem;
	padding: 3rem 15% !important;
	grid-auto-flow: column;
	height: auto;
	grid-row-gap: 3rem;
	
}
.wrapper-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6rem;
	padding: 3rem 15% !important;
	grid-auto-flow: column;
	height: auto;
	grid-row-gap: 3rem;
}
.wrapper-3col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem !important;
	height: auto;
	grid-row-gap: 3rem;
}
.wrapper-4col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr  1fr;
	grid-gap: 3rem;
	padding: 0rem !important;
	grid-row-gap: 3rem;
	height: auto;
	
}



.centered {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}
	
	.centered-y {
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
.distribution-map {
	  position: relative;
	  width: 100%;
	  padding: 20px;
	  box-sizing: border-box;
	  margin: 0 auto;
	}
	.distribution-map > img {
	  width: 100%;
	  position: relative;
	  margin: 0;
	  padding: 0;
	}
	.distribution-map .map-point {
	  cursor: pointer;
	  outline: none;
	  display: inline-block;
	  z-index: 0;
	  position: absolute;
	  width: auto;
	/*   height: 40px; */
	padding: 6px 20px;
	  border-radius: 30px;
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	  opacity: 0.8;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  -moz-transition: opacity 0.15s ease-in-out 0.15s, width 0.15s ease-in-out 0.15s, height 0.15s ease-in-out 0.15s, z-index 0.15s ease-in-out 0.15s;
	  -o-transition: opacity 0.15s ease-in-out 0.15s, width 0.15s ease-in-out 0.15s, height 0.15s ease-in-out 0.15s, z-index 0.15s ease-in-out 0.15s;
	  -webkit-transition: opacity 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out, z-index 0.15s ease-in-out;
	  -webkit-transition-delay: 0.15s, 0.15s, 0.15s, 0.15s;
	  transition: opacity 0.15s ease-in-out 0.15s, width 0.15s ease-in-out 0.15s, height 0.15s ease-in-out 0.15s, z-index 0.15s ease-in-out 0.15s;
	  transition: padding .1s linear;
	  background: rgba(26, 26, 26, 0.85);
	  border: 5px solid #7fcff7;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	}
	.distribution-map .map-point .content {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	  opacity: 0;
	  transition: opacity 0.15s ease-in-out;
	  width: 100%;
	  height: 100%;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  overflow: overlay;
	}
	.distribution-map .map-point:hover {
		 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		 opacity: 1;
		 color: #fff;
		 padding: 8px 25px;
		 border-radius: 40px;
		 /* transform: scale(1.2); */
	}
	.distribution-map .map-point:active, .distribution-map .map-point:focus {
	/*
	  margin: 0;
	  padding: 0;
	*/
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	  opacity: 1;
	/*
	  width: 300px;
	  height: 220px;
	*/
	  color: #e5e5e5;
	  z-index: 1;
	  transition: opacity 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
	}
	.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
	  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	  opacity: 1;
	  -moz-transition: opacity 0.15s ease-in-out 0.15s, height 0.15s ease-in-out, overflow 0.15s ease-in-out;
	  -o-transition: opacity 0.15s ease-in-out 0.15s, height 0.15s ease-in-out, overflow 0.15s ease-in-out;
	  -webkit-transition: opacity 0.15s ease-in-out, height 0.15s ease-in-out, overflow 0.15s ease-in-out;
	  -webkit-transition-delay: 0.15s, 0s, 0s;
	  transition: opacity 0.15s ease-in-out 0.15s, height 0.15s ease-in-out, overflow 0.15s ease-in-out;
	  overflow: hidden;
	}
	.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
	  color: #afe1fa;
	}

	
	@media screen and (max-width : 768px) {
		.distribution-map .map-point {
			padding: 4px 15px;
			border-radius: 30px;
		  }
	}
	
	@media screen and (max-width : 580px) {
		
		#map img {
			display: none;
		}
		.distribution-map .map-point {
			padding: 12px 30px;
			border-radius: 40px;
			position: relative;
			top: 0 !important;
			right: 0 !important;
			left: 0 !important;
			bottom: 0 !important;
			width: 100%;
			float: left;
			display: block;
			opacity: 0.8;
			-webkit-transform: translate(0%, 0%);
			transform: translate(0%, 0%);
			text-align: center;
			margin-bottom: 10px;
		}
		.distribution-map .map-point:hover {
			 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			 opacity: 1;
			 color: #fff;
			 padding: 12px 30px;
			 border-radius: 40px;
		}
	}

.large-title {
	text-align: center;
}
	.large-title h2 {
		text-align: center;
		color: #222;
		font-size: 2em;
	}

.product-cat-title {
	background: #bf0020;
	color: #fff;
	padding: 1rem;
	width: 100%;
	font-weight: normal;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.product-cat-title.desktop-title {
	width: 70%;
	margin: auto;
	margin-top: 4rem;
}

.product-cat-title.legacy-title {
	
	margin: auto;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

#product-section-fi .product-cat-title {
	width: 100%;
	margin: auto;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
	
#for-business h3 {
	font-size: 1.4em;
}	
.innovation-pic {
	width: 90%;
}	
.laserfiche img {
	margin-top: 6rem;
}	

#global-links h2, #global-links p {
	text-align: center;
}
#contact-form {
	text-align: center;
	padding-top: 2rem;
}
.contact-left {
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
}	
.contact-left h3 {
	color: rgba(229, 2, 18, 1);

}
.bio-pic {
	width: 25%;
	margin-bottom: 1rem;
}
.job-title {
	color: #727272;
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.contact-left .icon img {
	height: 8rem;
	
}
.contact-left .icon {
	margin-top: 2rem;
	text-decoration: none !important;
	display: block;
}
	.contact-left .icon:hover h3 {
		color: rgba(229, 2, 18, 1);
	}
.contact-left .icon h3 {
	color: #222;
	font-size: 0.9em !important;
	line-height: 1.2em;
}	

.product {
	text-align: center;
	position: relative;
}
.product h2 {
	margin-bottom: 3rem;
}
.product .item {
	box-shadow:
	  0px 1.3px 4.9px rgba(0, 0, 0, 0.053),
	  0px 3.3px 10.8px rgba(0, 0, 0, 0.075),
	  0px 6.7px 19.1px rgba(0, 0, 0, 0.095),
	  0px 13.9px 35.5px rgba(0, 0, 0, 0.117);
	text-align: center;
	padding-bottom: 10rem;
	height: 100% !important;
}
.wrapper-1col .product  {
width: 35%;
margin: auto;
}
.product .item h3 {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
.product .item p {
	font-size: 0.9em;
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-left: 8%;
	padding-right: 8%;
}
.product .item .btn {
	border: #b2000e solid 1px;
	color: #b2000e !important;
	padding: 4px 13px;
	font-size: 0.9em;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 4rem;
	display: inline-block;
	width: 80%;
}
	.product .item .btn:hover {
		border: #e50212 solid 1px;
		color: #651215 !important;
		padding: 4px 13px;
		font-size: 0.9em;
		background: #f6cfd3;
	}

#software .product .item img {
	height: 12rem;
	margin: 5rem 1rem 2rem 1rem;
}

#software .legacy-item {
	text-align: center;
	padding-bottom: 4rem;
	height: 100% !important;
}
#software .legacy-item img {
	height: 12rem;
	margin: 5rem 1rem 2rem 1rem;
}
#software .legacy-item p {
	font-size: 0.9em;
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-left: 8%;
	padding-right: 8%;
}

.more-help-icons img {
	margin-top: 3rem;
}

.product-pic {
	height: 18rem;
	  display:flex;
	  align-items:center;
	  justify-content:center;
}
.product-pic img {
	max-height: 80%;
	max-width: 75%;
}

#product-section-fi .item h3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.scansnap-mini-banner {
	margin: -5rem 0 1rem 0;
}

/* =================================== */
/* Media styles
/* =================================== */

@media screen and (min-width : 1280px) {

}

@media screen and (max-width : 1280px) {
	.product .item .btn {
		width: 80%;
		}
}
@media screen and (max-width : 992px) {
	#product-section-fi .wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 10% !important;
		height: auto;
	}
	.wrapper-1col .product  {
		width: 55%;
		margin: auto;
		}
		#product-section-fi .product-cat-title {
			width: 80%;
			margin: auto;
			margin-top: 4rem;
			margin-bottom: 4rem;
		}
}
@media screen and (max-width : 850px) {
	.wrapper-2col {
		padding: 3rem 5% !important;
		grid-gap: 3rem;
		}
	.product-cat-title.desktop-title {
		width: 90%;
	}	
}
@media screen and (max-width : 800px) {

	#product-section-fi .wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 5% !important;
		height: auto;
	}
	#product-section-fi .product-cat-title {
		width: 90%;
	}
	
}
@media screen and (max-width : 768px) {
	
	#section-1 .row + .row {
		padding-top: 6rem;
		text-align: center;
		}
	
	.row {
		padding-top: 0px;
		}
		.row + .row {
			padding-top: 0px;
			}
			
	.wrapper-2col {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
		grid-gap: 6rem;
	}		
	.wrapper-3col {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 6rem;
		padding: 0rem !important;
		height: auto;
	}
	.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem !important;
		height: auto;
	}
	
	.technolology_advantage {
		display: none;
	}
	
	#contact-form {
		text-align: center;
		padding-top: 10rem;
	}
	
	.scansnap-mini-banner {
		margin: 3rem 0 1rem 0;
	}
	
	.connect-your-worlds {
		margin-top: 4rem;
	}
	
	.item .btn {
		font-size: 0.8em !important;
	}
	#software .legacy-item {
		padding-bottom: 1rem;
		}
		
}
@media screen and (max-width : 680px) {
	#product-section-fi .wrapper-4col, .wrapper-1col {
		display: grid;
		grid-template-columns: 1fr ;
		grid-gap: 3rem;
		padding: 0rem 5% !important;
		height: auto;
	}
	#product-section-fi .product-cat-title {
		width: 90%;
	}
	.wrapper-1col .product  {
		width: 100%;
		margin: auto;
		}
}
@media screen and (max-width : 580px) {
.wrapper-4col {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1rem;
	padding: 0rem !important;
	height: auto;
}
.item .btn {
	font-size: 1em !important;
}
	
}

@media screen and (max-width : 480px) {
	.contact-left .icon h3 {
		color: #222;
		font-size: 1em !important;
		line-height: 1.2em;
	}	

}
@media screen and (max-width : 380px) {

}















