@font-face {
 font-family: 'Nimbus';
 src: url('../fonts/nimbussannovt_regular-webfont.eot');
 src: url('../fonts/nimbussannovt_regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/nimbussannovt_regular-webfont.woff2') format('woff2'),  url('../fonts/nimbussannovt_regular-webfont.woff') format('woff'),  url('../fonts/nimbussannovt_regular-webfont.ttf') format('truetype'),  url('../fonts/nimbussannovt_regular-webfont.svg#nimbussannovtregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Nimbus Bold';
 src: url('../fonts/ufonts.com_nimbussannovt-bold-webfont.eot');
 src: url('../fonts/ufonts.com_nimbussannovt-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/ufonts.com_nimbussannovt-bold-webfont.woff2') format('woff2'),  url('../fonts/ufonts.com_nimbussannovt-bold-webfont.woff') format('woff'),  url('../fonts/ufonts.com_nimbussannovt-bold-webfont.ttf') format('truetype'),  url('../fonts/ufonts.com_nimbussannovt-bold-webfont.svg#nimbussannovtbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: "Nimbus", Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 120px;
}
.bg {
	background: #f9f9f9;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Nimbus", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: auto;
	padding: 35px 0px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}
a.logo {
	display: block;
	width: 261px;
	height: 50px;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	position: absolute;
}
.scanOptics {
	background: url(../images/scanoptics.png) no-repeat center center;
	width: 115px;
	height: 40px;
	display: block;
	float: right;
	padding: 0;
	margin: 3px 0 0 20px;
	position: relative;
	z-index: 10000;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	clear: both;
	text-align: right;
	position: relative;
	z-index: 999;
	text-transform: uppercase;
}
nav a.navControl {
	display: none;
}
nav.a.disabled {
	pointer-events: none;
	cursor: default;
}
#menu-main-nav {
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 99;
	display: block;
}
#menu-main-nav li {
	margin: 0px 0px 0px -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
}
#menu-main-nav li:first-child {
	margin: 0px !important;
}
#menu-main-nav li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 15px;
	color: #555;
	font-weight: 300;
}
#menu-main-nav li a:hover {
	color: #302152;
}
#menu-main-nav li:last-child a {
	border: none;
}
/*--------------- Main Nav Dropdown First Tier ---------------*/
#menu-main-nav li ul {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 0px;
	z-index: 99;
	width: 250px;
	left: 0px;
}
ul#menu-main-nav li:hover > ul {
	visibility: visible;
}
ul#menu-main-nav li:hover {
	color: #fff;
}
ul#menu-main-nav li ul li {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 !important;
}
ul#menu-main-nav li ul li a {
	padding: 10px 30px !important;
	text-align: left !important;
	color: #fff;
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display: block;
	margin: 0px !important;
	text-transform: capitalize !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
ul#menu-main-nav li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
/*--------------- Main Nav Dropdown Second Tier ---------------*/
ul#menu-main-nav li:hover ul ul {
	visibility: hidden;
}
ul#menu-main-nav li ul li:hover> ul {
	visibility: visible;
}
/*--------------- Main Nav Dropdown Third Tier ---------------*/
ul#menu-main-nav li ul li ul {
	visibility: hidden;
	background: #555;
	position:absolute;
	top: 0%;
	left: 200px;
	width: 200px;
}
/*--------------- Header ---------------*/
header {
	height: 600px;
	overflow: hidden;
	background: url(../images/header-img.jpg) no-repeat 60% bottom;
}
header .columns {
	padding: 100px 0px 0px;
}
header h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
}
header p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
}
header p strong {
	font-size: 16px;
	font-weight: 700;
}
header h2, header p, header a {
	color: #fff;
}
/*--------------- Slideshow ---------------*/
.cycle-slideshow {
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
	display: block;
	position: relative;
}
.cycle-slideshow article .slideTxt {
	padding: 40px;
	margin: 0;
	position: absolute;
	bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background: rgba(0, 0, 0, 0.8);
}
.cycle-slideshow article .slideTxt p, .cycle-slideshow article .slideTxt a, .cycle-slideshow article .slideTxt h2 {
	color: #fff;
}
.cycle-slideshow article .slideTxt p {
	margin-bottom: 0px;
}
.cycle-slideshow article .img {
	overflow: hidden;
	padding: 0 0 40%;
	float: none !important;
	height: 0px;
}
.cycle-slideshow article .img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#secondBg {
	background: url(../images/second-bg.jpg) no-repeat center top #fff;
	padding-bottom: 60px;
}
#dataEntry {
	padding: 100px 0px 0px;
}
#dataEntry h2 {
	background:  url(../images/data-entry.png) no-repeat left center;
	height: 130px;
	padding-top: 50px;
	padding-left: 150px;
	font-size: 36px;
	lin-height: 36px;
	text-transform: uppercase;
	font-weight: 300;
}
/*--------------- Calls to Action ---------------*/
#callToActions {
	margin-bottom: 20px;
	clear: both;
	padding-top: 60px;
}
#callToActions h2 {
	font-size: 36px;
	lin-height: 36px;
	text-transform: none;
	font-weight: 300;
	margin-bottom: 40px;
}
#callToActions .three {
	background-repeat: no-repeat;
	background-color: #21163c;
	background-position: center 40px;
	padding-top: 160px;
	border: solid 3px #fff;
	min-height: 430px;
}
#callToActions .three:nth-child(2) {
 background-image: url(../images/input-img.png) !important;
}
#callToActions .three:nth-child(3) {
 background-image: url(../images/capture-img.png) !important;
}
#callToActions .three:last-child {
	background-image: url(../images/retrieve-img.png) !important;
}
#callToActions .columnContent {
	padding: 40px;
}
#callToActions .three .columnContent h3 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Nimbus Bold', Arial, Helvetica, sans-serif;
}
#callToActions .three .columnContent p, #callToActions .three .columnContent h3 {
	color: #fff;
}
#callToActions + div {
	text-align: center;
	width: 50%;
	display:  block;
	margin: 0 auto;
}
#callToActions + div p {
	font-size: 16px;
}
#callToActions + div .generalBtn {
	display: inline-block;
	float: none;
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 40px;
	margin-bottom: 0px;
}
#mainContent img {
	max-width: 100%;
	height: auto;
}
#mainContent img[align=left] {
	margin: 10px 20px 20px 0;
}
#mainContent img[align=right] {
	margin: 10px 0 20px 20px;
}
.inside #mainContent {
	border-right: solid 1px #e8e8e8;
}
.inside #mainContent h1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
.inside #mainContent .two, .inside #mainContent .three, .inside #mainContent .four {
	float: left;
}
.inside.single #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 40px;
}
.inside #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 -40px 40px;
}
.inside #mainContent .featuredImg img {
	max-width: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}
.single #mainContent .featuredImg {
	height: 0px;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 40px;
	float: right;
	width: 50%;
}
.single #mainContent .featuredImg img {
	max-width: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}
.single #mainContent.blog .two {
	margin: 0 4% 0 0;
	width: 48%;
}
.single #mainContent.blog .two:nth-child(odd) {
 margin: 0;
 width: 48%;
}
.single #mainContent.blog .featuredImg {
	height: 0px;
	padding-bottom: 20%;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 30%;
}
.single #mainContent.blog .featuredImg img {
	max-width: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.single #mainContent.services .two, .single #mainContent.programs .two {
	margin: 0 4% 0 0;
	width: 48%;
}
.single #mainContent.services .two:nth-child(even), .single #mainContent.programs .two:nth-child(even) {
 margin: 0;
 width: 48%;
}
.single #mainContent.services .servicesImg, .single #mainContent.programs .programImg {
	height: 0px;
	padding-bottom: 25%;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	width: 40%;
}
.single #mainContent.services .servicesImg img, .single #mainContent.programs .programImg img {
	max-width: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}
/*--------------- Recent News Section ---------------*/
#mainContent #news {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	border-top: dotted 1px #ccc;
}
#news .newsItem {
	background: #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 2%;
}
#news .newsDate {
	font-size: 11px;
}
#news .newsImg {
	margin: 0 5% 0 0;
	max-height: 85px;
}
#news img {
	width: 100% !important;
	max-width: none;
	height: auto;
}
#news .viewAll {
	display: block;
	float: right;
	padding: 10px;
}
/*--------------- Sidebar Section ---------------*/
aside {
	padding: 40px !important;
}
#mainContent + aside {
	padding-left: 20px !important;
	margin-bottom: 0px !important;
}
aside img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
aside img.ajax-loader {
	width: auto;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px !important;
}
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	padding: 40px;
	background: url(../images/third-bg.jpg) no-repeat center center;
	max-height: 590px;
}
#secondaryContainer h2:first-child {
	background: url(../images/lock.png) no-repeat left center;
}
#secondaryContainer h2 {
	background: url(../images/dollar-sign.png) no-repeat left center;
	padding-left:100px;
	height: 85px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 36px;
}
#secondaryContainer h2 + p {
	padding-left: 100px;
	margin-top: -50px;
}
#secondaryContainer h2:first-child + p {
	margin-bottom: 40px;
}
#secondaryContainer p {
	padding-left: 100px;
}
#secondaryContainer .columns {
	float: right !important;
}
#contact {
	background: url(../images/map.png) no-repeat center center #5b4099;
	padding: 60px 60px 20px;
	color: #fff;
}
#contact .columns.two {
	margin-bottom: 60px;
}
#contact .columns.two:first-child {
	display: table;
}
#contact .columns.two:first-child .content {
	display: table-cell;
	vertical-align: middle;
}
#contact h2 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
}
#contact h2, #contact p {
	color: #fff;
}
/*--------------- Footer Section ---------------*/
footer {
	background: #21163c !important;
	display: block;
	clear: both;
}
footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px;
}
footer p {
	color: #fff !important;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 20px;
	margin-bottom: 0px;
}
p.developer a, p.copyright a {
	color:#fff;
}
p.copyright {
	float: left;
	width: auto;
	color:#fff;
	margin-left: 20px;
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 #masthead {
 height: auto;
 padding: 35px 20px;
}
h2 {
 font-size: 30px !important;
}
/*--------------- Navigation Section ---------------*/
nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon-dark.png');
 background-repeat: no-repeat;
 background-position: center center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 text-align: left;
 background: #FFF none repeat scroll 0% 0%;
 width: 100%;
 margin: 0px;
 padding: 20px 0px 20px;
 position: relative;
 top: 35px;
 display: none;
}
#menu-main-nav li {
 color: #fff;
 display: block;
 margin: 0px;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225, 255, 255, 0.3);
 background: #5B4099;
 color: #fff;
}
#menu-main-nav li a:hover {
 background: #E1A923;
 color: #fff;
}
#menu-main-nav ul {
 display: none;
}
#menu-main-nav ul li a {
 position: relative !important;
 left: 0 !important;
}
#menu-main-nav ul ul {
 display: block;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 display: block;
 margin: 0px;
}
 #menu-main-nav li .expand {
 display: block;
 padding: 15px 20px;
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 z-index: 999;
}
#menu-main-nav li ul li .expand {
 display: none !important;
}
#requestQuote {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 1000;
}
#requestQuote a.quoteBtn {
 padding: 14px 30px;
}
/*--------------- Header ---------------*/
header {
 overflow: hidden;
 background-position: 80% 0%;
}
header .columns {
 padding: 40px 40px 0px;
 width: 100% !important;
}
header .columns h2 br {
 display: none;
}
header .globalContainer {
 height: 100%;
}
#secondBg {
 background: #FFF url("../images/second-bg.jpg") no-repeat scroll 60% top;
 padding-bottom: 60px;
}
#dataEntry {
 padding: 150px 0px 0px 40px;
}
#callToActions {
 margin-bottom: 20px;
 clear: both;
 padding: 60px 40px 0px;
}
#callToActions h2 {
text-transform: none;
}
#secondaryContainer {
 padding: 40px;
 background: transparent url("../images/third-bg.jpg") no-repeat scroll 45% center;
 max-height: 590px;
}
#secondaryContainer .columns {
 float: right !important;
 width: 67%;
}
#mainContainer .videoContainer {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%; /*16:9*/
}
#mainContainer .videoContainer iframe {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
}
}
 @media screen and (max-width:767px) {
 h2 {
 font-size: 26px !important;
 line-height: 30px;
}
h2 br {
display: none;
}
 nav.top {
 margin-bottom: 20px;
}
#masthead {
 height: auto;
 padding: 10px;
}
a.logo {
 width: 80%;
 height: 100px;
 margin:0 auto;
 left: auto;
 top: auto;
 position: static;
 float: none;
}
nav.top {
 text-align: center;
}
#menu-top-nav {
 width: 100%;
 margin-bottom: 20px;
}
.tagline, .phoneNumber {
 display: block;
 text-align: center;
 float: none;
 width: 100%;
 padding: 10px;
 margin: 0;
 border: none;
 position: relative;
 top: auto;
}
.phoneNumber {
 background: none;
 height: auto;
 width: 75%;
 padding: 20px 30px;
 text-align: left;
}
#siteWideSearch {
 margin: 10px 30px 0px 0px;
}
.siteSearch, .siteSearch input[type=text] {
 width: 100%;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
 text-align: center;
 width: 100%;
 padding: 0;
 margin: 0px auto 10px;
 position: static;
 top: auto;
 right: auto;
 float: none;
}
.icon {
 margin: 0 3% 0% 0%;
}
/*--------------- Navigation Section ---------------*/
nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon-dark.png');
 background-repeat: no-repeat;
 background-position: 15px center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 text-align: left;
 background: #FFF none repeat scroll 0% 0%;
 width: 100%;
 margin: 0px;
 padding: 20px 0px 0px;
 position: relative;
 top: 0px;
 display: none;
}
#menu-main-nav li {
 color: #fff;
 display: block;
 margin: 0px;
}
#menu-main-nav li a {
 border-bottom: solid 1px rgba(225, 255, 255, 0.3);
 background: #5B4099;
 color: #fff;
}
#menu-main-nav li a:hover {
 background: #E1A923;
 color: #fff;
}
#menu-main-nav ul {
 display: none;
}
#menu-main-nav ul li a {
 position: relative !important;
 left: 0 !important;
}
#menu-main-nav ul ul {
 display: block;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 display: block;
 margin: 0px;
}
 #menu-main-nav li .expand {
 display: block;
 padding: 15px 20px;
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 right: 0;
 top: 0;
 color: #fff;
 z-index: 999;
}
#menu-main-nav li ul li .expand {
 display: none !important;
}
#requestQuote {
 float: right;
 position: absolute;
 z-index: 1000;
 top: 0;
 right: 0;
 width: 50%;
}
#requestQuote a.quoteBtn {
 padding: 14px 20px;
 text-align: center;
}
#requestQuote form.quote {
 width: 200%;
}
/*--------------- Header ---------------*/
header {
 height: 800px;
 overflow: hidden;
 padding: 20px;
 background: #33245b url("../images/header-img.jpg") no-repeat scroll 70% bottom;
}
header .columns {
 padding: 60px 0px 0px;
}
header h2 {
 font-size: 30px;
 line-height: 34px;
 font-weight: 300;
 text-transform: uppercase;
}
#secondBg {
 background: #FFF url("../images/second-bg.jpg") no-repeat scroll 60% top / auto 30%;
 padding: 20px 20px 60px;
}
#dataEntry P {
 padding-right: 40px;
}
#dataEntry h2 {
 background: transparent url("../images/data-entry.png") no-repeat scroll left 0px / auto 100%;
 height: 56px;
 padding-left: 62px;
 padding-right: 30px;
 padding-top: 0;
}
/*--------------- Call To Actions ---------------*/
#callToActions {
 margin-bottom: 0px;
}
#callToActions h2 {
text-transform: none;
}
#callToActions .columnContent {
 padding: 20px;
}
#callToActions .three {
 min-height: 380px;
}
#callToActions + div {
 width: 100%;
}
#secondaryContainer h2 {
 background: none !important;
 padding-left: 0px;
 height: auto;
 font-weight: 300;
 text-transform: uppercase;
 margin-bottom: 20px;
}
#secondaryContainer h2 + p, #secondaryContainer p {
 padding-left: 0px;
 margin-top: 0px;
}
#secondaryContainer {
 padding: 40px 40px 0px;
 background: none;
 max-height: none;
}
#contact {
 background: #5B4099 url("../images/map.png") no-repeat scroll center center;
 padding: 40px 40px 20px;
 color: #FFF;
}
#contact br {
 display: none;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}
#mainContainer.gutter {
 padding: 0;
}
#mainContent, aside {
 padding: 40px 40px 0px !important;
}
#mainContainer .videoContainer {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%; /*16:9*/
}
#mainContainer .videoContainer iframe {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding-top: 20px;
}
nav.footer {
 display: none;
}
/*--------------- Footer Logo ---------------*/
a.footerLogo {
 display: block;
 width: 80%;
 height: 100px;
 padding: 0;
 margin: 0 auto 20px;
 position: relative;
 background: #000;
 float: none;
}
footer #socialMedia {
 margin: 0 auto 20px;
 float: none;
 text-align: center;
 right: auto;
 width: 100%;
}
/*--------------- Footer Address ---------------*/
address.contactInfo {
 display: block;
 font-style: normal;
 width: 100%;
 float: center;
 padding: 0;
 margin: 0 0 2% 0;
 text-align: center;
}
.contactInfo p, .contactInfo a {
 color: #fff !important;
 margin: 0;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
 display: none;
}
p.copyright a {
 color:#fff;
}
p.copyright {
 float: none;
 text-align: center;
 width: 0 auto;
 color:#fff;
 margin: 0 0 20px;
}
}
