/*   
	Author: Mediasauce
	Author URI: http://www.mediasauce.com
	Author Email: changetheworld@mediasauce.com
	The one that has to fix this crap note: This is one of the worst style sheets I have ever seen. Do not hire this company.
*/

/*================================================
	@reset
=================================================*/
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, figure, figcaption, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	outline:none;
	
}
article, aside, details, fig caption,
figure, footer, header, group, nav,
section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:"";content:none;}
ins {background:#ff0;color:#000;text-decoration:none;}
mark {background:#ff0;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration:line-through;}
em, dfn {font-style:italic;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0;}
legend {border:0;white-space:normal;}
table {border-collapse:collapse;border-spacing:0;}
td {vertical-align:top;}
button[disabled], input[disabled] {cursor:default;}
textarea {overflow:auto;vertical-align:top;resize:vertical;}
button, input {line-height:normal;} /* Define line-height as normal to match FF3/4 */
select, input, textarea, button {font:99% sans-serif;} /* Font Normalization */
pre, code, kbd, samp {font-family:Arial, sans-serif; font-size:1em;}
pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;} /* Improve readability of pre-formatted text in all browsers */
button {width:auto;overflow:visible;border:#fff solid 0px;} /* Make buttons play nice in IE */
img {border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%;} /* Improve Image Quality in IE7 */
svg:not(:root) {overflow:hidden;} /* Correct overflow not hidden in IE9 */
button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0;} /* Remove inner padding and border in FF3/4 */

/* HTML5 Definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]) {display:none;}
[hidden] {display:none;}



/*================================================
	@global
=================================================*/
/* Minimal base styles */
html {
	overflow-y:scroll; /* Always force a scrollbar in non-IE */
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
} 


small {font-size:85%;}
strong, th {font-weight:bold;}
td {vertical-align:top;}

/* Set sub, sup without affecting line-height */
sub, sup {font-size:60%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.7em;}
sub {bottom:-0.25em;}

/* Highlight Styles */ /*-- Adjusted based on client preference. */
::-moz-selection {background:#ff0054;color:#fff;text-shadow:none;}
/*::selection {background:#ff0054;color:#fff;text-shadow:none;}*/

/* Base Styles */
body {font-size:1em;line-height:1em;height:100%;background:#fff url('imgs/shattered.jpg') fixed 0 0 repeat;}
	body.home {background:#263e54;}
html, button, input, select, textarea {
	font-family:Arial, sans-serif;
	color:#555656;
}

/* Link Styling */
a {color:#00783d;outline:none;cursor:pointer;text-decoration:none;}
a:visited {}
a:hover {text-decoration:underline;}
a:focus {outline:thin dotted;}
a:hover, a:active {outline:0;}

/* Headers */
h1, h2, h3, h4, h5, h6 {font-family:Arial, sans-serif;font-weight:normal;color:#000;}
h1 {font-size:28px;line-height:34px;padding:0 0 15px;}
h2 {}
h3 {}
h4 {font-size:22px;border-bottom:#e2e2e2 solid 1px;line-height:22px;padding:0 0 9px;}
h5 {}
h6 {}

/* Content */
p {line-height:20px;font-size:14px;}
ul {}
ol {}
li {
	font-size: 14px;
}


 
/* Shared Classes */
.green-bg {background:url('imgs/body_bg_two.png') center 0 no-repeat;}
	.home .green-bg {background-color:#fff;}
.gradiant-bg {background:url('imgs/gradiant_bg.png') 0 138px repeat-x;}
.shadow-bg {background:url('imgs/shadow_bg.png') center 138px no-repeat;}
.content {min-height:100%;}
.wrap {width:950px;margin:0 auto;padding:0 5px;}
.alignleft {float:left;margin:0 40px 20px 0;}
.aligncenter {display:block !important;margin:0 auto !important;}
.alignright {float:right;margin:0 0 40px 20px;}
.link-arrow:before{font-size:.9em; content:'\25BA';} /* ADD RIGHT FILL ARROW */


/*================================================
	@header
=================================================*/
header {background:url('imgs/header_bg_repeat.png') 0 0 repeat-x;font-family:Verdana, sans-serif;z-index:1000;
	position: fixed;
	right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	width: 100%;
	 }
	.home header {max-height:106px; }
	header .wrap {overflow: auto; }
	.logo {float:left;left:-10px; }
	
	
/*================================================
	Drop Down Navigation
=================================================*/

nav
{
	float:left;
	margin-top:10px;
	z-index: 1000;
    
}

nav ul
{
	list-style:none;
	position:fixed;
	margin:0 auto;
	z-index:1000;

	
}

nav ul a
{
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height:32px;
	padding:0 15px;
	z-index: 1000;

	
}

nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
    z-index: 1000;
	
}

nav ul li.current-menu-item
{
	color: #fecc09;
	 z-index: 1000;
}

nav ul li:hover
{
	background:#365776;
	 z-index: 1000;
}

nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#2a435b;
	padding:0;
	 z-index: 1000;
}

nav ul ul li
{
	float:none;
	width:200px;
	z-index: 1000;
}

nav ul ul a
{
	line-height:120%;
	padding:10px 15px;
	 z-index: 1000;
	
}

nav ul ul ul
{
	top:0;
	left:100%;
	 z-index: 1000;
}

nav ul li:hover > ul
{
	display:block;
	color: #fecc09;
	 z-index: 1000;
}
/*================================================
	Home Page
=================================================*/
.intro-headline {text-align:center;}
.home .intro-headline {color:#c6c6c6;}
	.home .intro-headline h1 {color:#fff;padding-bottom:8px; padding-top:110px;}
	.intro-headline h2 {color:#d7d7d7; size:18px;}

	
.claims-boxes {overflow:hidden;width:878px;padding:40px 0;}
	.claims-boxes article {
		padding:30px 33px 0;
		width:210px;
		height:318px;
		text-align:center;
		float:left;
		background-repeat:no-repeat;
		background-position:0 0;
		margin-left:25px;
		z-index:5;
	}
		.claims-boxes article:first-child {margin-left:0;}
		.claim-left {background-image:url('imgs/claims_bg_left.png');}
		.claim-mid {background-image:url('imgs/claims_bg_middle.png');}
		.claim-right {background-image:url('imgs/claims_bg_right.png');}
		.claims-boxes h1 {padding-bottom:18px;}
		.claims-boxes p {line-height:20px;}
		.claims-boxes a, .contact-call-out a {
			display:block;
			margin:23px auto 0;
			padding:3px 0 2px;
			border:#375068 solid 1px;
			border-radius:2px;
			color:#fff;
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
			font-style:italic;
			background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
			max-width:116px;
		}
			.claims-boxes a img {position:relative;top:-1px;left:3px; z-index:5;}
			.contact-call-out {padding:28px 0 14px;}
				.contact-call-out a {
					margin:12px 0;
					padding:3px 0 2px;
					text-align:center;
					max-width:200px;
					border-radius:4px;
				}
.products-footer {
	padding:36px 0 16px;
	text-align:center;
	background:url('imgs/products_container.png') 0 0 no-repeat;
	overflow:hidden;
}
	.product {float:left;margin-left:0;margin-top:20px;}
		.product:first-child {margin-left:70px;}
		.products-footer a:hover {text-decoration:none;}
		.product h1 {color:#474747;font-size:22px;padding:7px 0 0;}
		.product img {
			background:url('imgs/products_bg.png') 0 0 no-repeat;
			width:112px;
			height:112px;
			padding:9px;
			position:relative;
			transition:all 0.15s;
			z-index:5;
		}
			.products-footer a:hover img {top:-5px;}


.products-footer.description {height:348px;background-image:url('imgs/products_desc_bg.png');padding:20px 0 16px;margin-bottom:50px;}
	.description .product {width:145px;margin-left:0px;}
		.description .product:first-child {margin-left:50px;}
		.description .product p {color:#474747;height:80px;}
		.description .product span {
				display:block;
				margin:23px auto 0;
				padding:3px 0 2px;
				border:#375068 solid 1px;
				border-radius:2px;
				color:#fff;
				font-size:12px;
				text-transform:uppercase;
				font-weight:bold;
				font-style:italic;
				background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
				max-width:116px;
		}
			.description .product span img {
				background:none;
				width:auto;
				height:auto;
				padding:0;
				position:relative;top:-1px;left:3px;
			}



/*================================================
	@sidebars @widget
=================================================*/
.sidebar {padding-top:110px;}
	.search {}
	.widget {margin-bottom:30px;}
		.widget a {}
		.widget ul {list-style:none;}
			.widget ul ul {padding-left:14px;border-left:#e2e2e2 solid 1px;}
		.widget ul a {display:block;color:#474747;font-style:italic;font-size:14px;padding:14px 0;}
		.widget .current-menu-item a {color:#00783d;font-weight:bold;}
		.widget li:first-child a {padding-top:19px;}	
		.widget a:hover {color:#00783d;}



/*================================================
	@search
=================================================*/
.search-con {padding:0px 0px 0px 0px;}
	.search-input {background:#fff;padding:3px 5px 5px 4px;box-shadow:0px 0px 7px rgba(0, 0, 0, .4);width:200px;height:16px;}
	.search-submit {
		background:url('imgs/search_button.png') 0 0 no-repeat;		
		width:47px;
		height:27px;
		text-indent:-9999px;
		cursor:pointer;
	}
	.lt-ie9 .search-input{border:1px solid #ccc;}
	.lt-ie9 .search-submit {position:relative;top:2px;}




/*================================================
	@products
=================================================*/
.product-awards {
	overflow:hidden;
}
	.single-award {
		width:90px;
		height:70px;
		float:left;
		padding:20px;
		text-align:center;
	}
		.single-award img {
			max-height:100%;
		}
	.boxed {
		background:#fff;
		padding:20px 20px 16px;
		position:relative;
		margin:31px 0 30px;
		border:#ccc solid 1px;
		border-radius:10px;
	}




/*================================================
	@product @single - Product Page Navigation
=================================================*/
.product-single {}
	.products-nav {
		width:190px;
		float:left; 
		padding: 120px 20px 0 0px;
		position:fixed;}
	.products-nav.sticky {position:fixed;
			}
		.menu-con {padding:0 0 5px;
		}
			.products-nav h4 {display:inline-block;font-size:14px;width:150px;padding-bottom:0;}
				.products-nav h4 a {color:#444;text-transform:capitalize;}
			.products-nav ul {padding:0 0 6px 40px;}
				.products-nav ul a {display:block;color:#666;font-size:14px;padding:5px 0 14px 0;}
				.products-nav .current-menu-item a {color:#7a2330;font-weight:bold;}
				.products-nav li.current-menu-item:first-child a {background-position:20px 22px;}
				.products-nav ul a:hover {}
		img.icon-size {
			width:27px;
			height:27px;
			background:#fff;
			border:#e7e7e7 solid 1px;
			border-radius:6px;
			padding:2px;
			position:relative;
			top:-4px;
			display:inline-block;
		}
	.product-article {
		margin:110px 0 30px;
		float:right;
		width:736px;
		overflow:hidden;
		background:#fff;
		border-radius:10px;
		box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	}
		.product-article h1 {background:#7a2330;color:#fff;font-size:24px;padding:10px 30px;}
		.product-content {padding:30px 30px 20px;}
			.product-content .large-type h2 {font-size:30px;color:#333;line-height:32px;padding:0 0 10px;}
			.product-content .large-type p {font-size:18px;color:#898989;line-height:22px;padding:10px 0;}
			.product-content .slide-container {background:none;height:520px;padding:0;margin-top:20px; z-index:5;}
					.product-content .slider .next,
					.product-content .slider .prev {display:none;}
					.product-content .slides_container {width:670px;/*box-shadow:0px 0px 5px rgba(0,0,0,.25);*/}
						.product-content .slides_container div.slide {width:670px;height:503px;}
				.product-content .pagination {padding:5px 0 0;text-align:center;}
					.product-content .pagination li {list-style:none;display:inline-block;margin:0 2px;}
						.product-content .pagination li a {
							padding:0;
							margin:1px;
							text-align:center;
							min-width:0;
							border:none;
							float:none;
							display:block;
							width:9px;
							height:9px;
							text-indent:-9999px;
							background:url('imgs/slider_coins.png') 0 -9px no-repeat;
							transition:none;
							-moz-transition:none;
							-webkit-transition:none;
							-o-transition:none;
						}
							.product-content .pagination li.current a {background-position:0 0;}
				.product-content .slide-container.quotes-slider {height:200px;margin-bottom:30px;}
					.product-content .quotes-slider .slide-container {height:180px;}
						/*.product-content .quotes-slider .slides_container div.slide {height:180px;}*/
						.product-content .quotes-slider .slides_container div.slide {height:auto;}
						.product-content .quotes-slider .pagination {float:left;}
							.product-content .quotes-slider .pagination li a {background:#000 url('imgs/slider_coins_quotes.png') 0 -9px no-repeat;}
								.product-content .quotes-slider .pagination li.current a {background-position:0 0;}
					.view-more-quotes {font-size:12px;color:#7a2330;position:relative;top:4px;margin-left:30px;}
					.product-content .large-type .quotes-slider .cite {font-size:12px;padding:0;}
		.product-tabs {overflow:hidden;border-bottom:#c2c2c2 solid 1px;padding:12px 0 0;margin:0 0 30px;}
			.tab {
				background:#c2c2c2;
				height:36px;
				color:#474747;
				overflow:hidden;
				float:left;
				cursor:pointer;
				
			}
			.tabs {padding-bottom:50px;}
				.tab-start {background:url('imgs/tabs_bg.png') 0 0 no-repeat;width:19px;height:36px;display:block;float:left;}
				.tab-text {display:block;float:left;height:26px;font-size:14px;padding-top:10px;;}
				.tab-end {background:url('imgs/tabs_bg.png') right 0 no-repeat;width:27px;height:36px;display:block;float:left;}
				.tab.active-tab {color:#fff;}
			
			.tab-1, .tab-2, .tab-3, .tab-4 {position:relative;}
				.tab-collapse {max-height:220px !important;overflow:hidden;}
				.tab-expand {max-height:none !important;}
				.tab-expand .tab-fadeout {background:none;position:relative;padding-top:20px;}
			.tab-fadeout {
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
				height:20px;
				padding-top:80px;
				z-index:100;
				background:url('imgs/about_experience_fade.png') 0 0 repeat-x;
				text-align:center;
				color:#547594;
				font-size:12px;
				text-transform:uppercase;
				cursor:pointer;
			}
				.tab-fadeout:hover {text-decoration:underline;}
			
			.product-content h1 {border-bottom:#f1f1f1 solid 1px;}
			.product-content h1,
			.product-content h2, 
			.product-content h3, 
			.product-content h4,
			.product-content h5,
			.product-content h6 {font-size:18px; padding:20px 0 5px;}
			.product-content ol {list-style:decimal;}
			.product-content ul {list-style:disc;}
			.product-content ul,
			.product-content ol {padding:3px 0 3px 20px;font-size:14px;line-height:18px;}
				.product-content li {padding:4px 0;}
		a.yellow-btn {
			border:#375068 solid 1px;
			height:20px;
			padding:1px 12px 0;
			border-radius:2px;
			color:#fff;
			font-size:12px;
			text-transform:uppercase;
			font-weight:bold;
			font-style:italic;
			background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
			margin:40px 0 0 6px;
			display:inline-block;
		}
			a.yellow-btn img {position:relative;top:-1px;left:3px;}
		.product-promo {float:right;width:230px;margin:0 0 30px 30px;}
			.product-promo-vid {background:url('imgs/product_promo_video_bg.png') 0 0 no-repeat;width:195px;height:122px;padding:13px 18px 0 17px;}
				.video-embed-con {height:109px;}
			.product-promo blockquote p {font-size:14px;color:#acacac;line-height:20px;font-weight:bold;padding:20px 0 10px;}
				.product-promo blockquote p span {color:#547594;}
			.product-promo blockquote cite {color:#547594;font-size:14px;font-weight:bold;font-style:normal;line-height:20px;}
				.product-promo blockquote cite span {font-weight:normal;font-style:italic;font-size:13px;}


/*================================================
	@greencheckbox
=================================================*/
	
	
	.image-swap {
   width: 600px;
   height: 70px;
   padding-right: 20px;
  background-image: url(imgs/checkbox.png);
  background-repeat:no-repeat;
   background-position: 0 0;
}
 
.image-swap:hover {
background-image: url(imgs/checkbox_yes.png);
background-repeat:no-repeat;
}	



/*================================================
	@neuro
=================================================*/
.neuro .product-content {background:url('imgs/gray_background.png') 0 0 no-repeat;overflow:hidden;}



	.chaos {height:450px;position:relative;}
		.chaos .no, .chaos .yes {
			display:block;
			position:absolute;
			width:110px;
			height:60px;
			cursor:pointer;
			text-indent:-9999px;
			top:169px;
			left:357px;
			background-repeat:no-repeat;
			background-position:11px 15px;
			background-image:url('imgs/pvcd_no.png');
		}
		.chaos .yes {left:515px;background-image:url('imgs/pvcd_yes.png');background-position:8px -1px;}
		.chaos .inactive {background:none !important;}
		.chaos .no-message {
			background:#d1d2d4;
			width:310px;
			padding:20px;
			
			line-height:22px;
			position:absolute;
			right:-380px; /* -30px */
			top:260px;
			-webkit-border-top-left-radius: 20px;
			-webkit-border-bottom-left-radius: 20px;
			-moz-border-radius-topleft: 20px;
			-moz-border-radius-bottomleft: 20px;
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px;
		}
		
		
	.neuro .large-type {padding:0 0 30px;}
	.neuro-copy {padding:10px 20px 65px;}
	.neuro-icons {background:url('imgs/bg_pvcd_icons.png') 0 0 no-repeat;display:block;width:736px;height:135px;position:relative;left:-50px;cursor:default;margin:0 0 65px;}
		.neuro .product-content .neuro-copy h2 {color:#000;font-size:40px;line-height:48px;padding-bottom:29px;}
			.neuro .product-content .neuro-copy h2 em {font-style:italic;}
		.neuro .product-content .neuro-copy p {font-size:20px;color:#898989;line-height:24px;font-weight:normal;}
	
	.neuro-youtube {padding-bottom:95px;}
	.product-content .video-slider .slides_container {width:670px;box-shadow:none;}
		.product-content .video-slider .slides_container div.slide {width:670px;height:275px;}
		.neuro .product-content .slide-container.video-slider {height:275px;}
		.video-slider .fr {width:340px;color:#898989;}
			.video-quote {font-size:17px;line-height:22px;padding:0 0 20px;}
			.video-name {font-size:16px;line-height:22px;font-weight:bold;}
			.video-title {font-size:14px;line-height:22px;font-style:italic;}
			.neuro .product-content .video-slider .pagination {width:345px;float:right;text-align:left;position:relative;top:-16px;z-index:100;}
	.fancybox {margin-top:40px;display:block;}
		.fancybox img {box-shadow:0px 0px 5px rgba(0,0,0,.25);}
	.fancybox-skin {position:relative;}
		.fancybox-title.fancybox-title-inside-wrap {
			position:absolute;
			top:50px;
			padding:10px 4px;
			background:#d6d6d6;
			color:#525252;
			display:block;
			width:38px;
			border:#8b8b8b solid 1px;
			box-shadow:inset 0px 0px 4px #fff;
			border-left:none;
		}

/*================================================
	@industries @single
=================================================*/
.industries-single {}
	.industries-nav {
		width:190px;
		float:left;
		position:relative;
		padding-top: 110px;
		padding-bottom: 300px;
		}
		.industries-nav.sticky {
			position:fixed;
			margin-top:0;top:0;
			}
		.industries-nav h4 {display:inline-block;font-size:14px;width:150px;padding-bottom:0;}
			.industries-nav h4 a {color:#444;}
		.industries-nav ul {padding:0 0 6px 0;}
			.industries-nav ul a {display:block;color:#444;font-size:14px;padding:14px 0 4px 0;border-bottom:#e2e2e2 solid 1px;}
			.industries-nav .current-menu-item a {color:#00783d;font-weight:bold;}
			.industries-nav ul a:hover {padding-left:10px;}
		img.icon-size {
			width:27px;
			height:27px;
			background:#fff;
			border:#e7e7e7 solid 1px;
			border-radius:6px;
			padding:2px;
			position:relative;
			top:-4px;
			display:inline-block;
		}
	.industries-intro {
		width:900px;
		float:right;
		padding:15px;
		text-align:center;
		padding-top:110px;
	}
	.industries-article {
		float:right;
		width:920px;
		overflow:hidden;
		background:#fff;
		border-radius:10px;
		box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	}
		.industries-article h1 {background:#00783d;color:#fff;font-size:24px;padding:10px 30px;}
		.industries-content {padding:30px 30px 20px;}
			.industries-content .large-type h2 {font-size:30px;color:#333;line-height:32px;padding:0 0 10px;}
			.industries-content .large-type p {font-size:18px;color:#898989;line-height:22px;padding:10px 0;}
			.industries-content .slide-container {background:none;height:520px;padding: 0 0 0 90px;margin-top:0; margin-bottom: 30px; align-content:center;}
					.industries-content .slider .next,
					.industries-content .slider .prev {display:none;}
					.industries-content .slides_container {width:670px;}
						.industries-content .slides_container div.slide {width:670px;height:503px;}
				.industries-content .pagination {padding:5px 0 0;text-align:center;}
					.industries-content .pagination li {list-style:none;display:inline-block;margin:0 2px;}
						.industries-content .pagination li a {
							padding:0;
							margin:1px;
							text-align:center;
							min-width:0;
							border:none;
							float:none;
							display:block;
							width:9px;
							height:9px;
							text-indent:-9999px;
							background:url('imgs/slider_coins.png') 0 -9px no-repeat;
							transition:none;
							-moz-transition:none;
							-webkit-transition:none;
							-o-transition:none;
						}
							.industries-content .pagination li.current a {background-position:0 0;}
				.industries-content .slide-container.quotes-slider {height:200px;margin-bottom:30px;}
					.industries-content .quotes-slider .slide-container {height:180px;}
						/*.industries-content .quotes-slider .slides_container div.slide {height:180px;}*/
						.industries-content .quotes-slider .slides_container div.slide {height:auto;}
						.industries-content .quotes-slider .pagination {float:left;}
							.industries-content .quotes-slider .pagination li a {background:#000 url('imgs/slider_coins_quotes.png') 0 -9px no-repeat;}
								.industries-content .quotes-slider .pagination li.current a {background-position:0 0;}
					.industries-content .large-type .quotes-slider .cite {font-size:12px;padding:0;}
		.industries-tabs {overflow:hidden;border-bottom:#c2c2c2 solid 1px;padding:12px 0 0;margin:0 0 30px;}
			.industries-content h1 {border-bottom:#f1f1f1 solid 1px;}
			.industries-content h1,
			.industries-content h2 {font-size:28px; padding:0 0 20px;}
			.industries-content h3, 
			.industries-content h4,
			.industries-content h5,
			.industries-content h6 {font-size:18px;font-weight:bold;padding:20px 0 5px;}
			.industries-content ol {list-style:decimal;}
			.industries-content ul {list-style:disc;}
			.industries-content ul,
			.industries-content ol {padding:3px 0 3px 20px;font-size:14px;line-height:18px;}
				.industries-content li {padding:4px 0;}

	.white-papers {background:#fff;padding:20px 20px 16px;position:relative;margin:31px 0 0;border:#ccc solid 1px;border-radius:10px;}
		.white-papers img {position:absolute;right:0;top:0;}
			.white-papers h4 {color:#547594;font-weight:normal;font-size:24px;padding:0 0 5px;border:none;}
			.white-papers a {display:inline-block;color:#00783d;font-size:16px;padding:3px 16px 2px 0;background:url('imgs/green_arrow.png') right 50% no-repeat;}
			.white-papers.case-studies-papers a {padding:7px 16px 6px 0;}

/*================================================
	@pressroom @single - Press Room & Resource Page Navigation Side Bar
=================================================*/

.pressroom-single {}
	.pressroom-nav {
		width:190px;
		float:left; 
		padding-left:20px; 
		padding-top:110px;
		position:fixed;
		 }
		
	.pressroom-nav.sticky {
			position:fixed;
			margin-top:0;top:0;
			}
		.pressroom-nav h4 {display:inline-block;font-size:14px;width:150px;padding-bottom:0;}
			.pressroom-nav h4 a {color:#444;}
			
		.pressroom-nav ul {padding:0 0 6px 0; list-style: none; font-weight:bold; font-style:italic;}
			.pressroom-nav ul ul {padding-left:20px;}
			.pressroom-nav ul a {display:block;color:#474747;font-size:20px;padding:14px 0 4px 0;border-bottom:#e2e2e2 solid 1px;}
			.pressroom-nav ul a:hover {padding-left:0px;}		
				
			.pressroom-nav ul ul li {padding:0 0 6px 0; font-weight:normal;}
			.pressroom-nav ul ul li a {display:block;color:#444;font-size:14px; padding:14px 0 4px 0;}
			.pressroom-nav ul ul li a:hover {display:block; padding-left:1px;color:#00783d;}

/*================================================
	@pressroom
=================================================*/


   #pressroom-nav ul {list-style:none; margin:0; padding:0 0 6px 0; text-align:left; font-weight:bold; font-style:italic;}
   
    #pressroom-nav ul a {display:block;color:#474747;font-size:20px;padding:14px 0 4px 0;border-bottom:#e2e2e2 solid 1px;}
    #pressroom-nav ul li { display:inline-block; width: 100%; font-weight:normal;padding:5px 0 6px 0;}
    #pressroom-nav ul li a {
    text-decoration:none;
    display:block;
    font-size:1.0em;
    padding: 10px 0px 10px 25px;
    color:#00783d;
    margin: 0px 0px;
     }
     
    #pressroom-nav ul li a:hover { background: #ffffff; }
    #pressroom-nav ul li ul li a:hover { background: none; color: #0f6cb6; }
    #pressroom-nav ul li ul { position: relative; top: -2px; }
     
    #pressroom-nav ul ul li a { background: none; border: none; padding: 2px 0px 2px 0px; margin: 0 0 0 27px; }
    #pressroom-nav ul ul li ul { margin: 0 0 0 8px; }
     
    ul.sub-menu li.current-menu-item { color: #0f6cb6 !important; font-weight: bold; }
	
	/* Base Styles */
#pressroom,
#pressroom ul,
#pressroom li,
#pressroom a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}
#pressroom {
  width: 250px;

}
#pressroom a {
  line-height: 1.3;
}

#pressroom > ul > li:first-child > a {
  padding: 15px 10px;
  border-bottom: 1px solid #CFCDCD;
  text-align: left;
  font-size: 15px;


}

#pressroom > ul > li > a {
  font-size: 12px;
  display: block;
  color: #000000;


}
#pressroom > ul > li > a > span {
  display: block;
  padding: 12px 10px;

}
#pressroom > ul > li > a:hover {
  text-decoration: none;
  
}

#pressroom ul ul {
  display: block;

}
#pressroom ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;

}
#pressroom ul ul li:last-child {
  border-bottom: none;
}
#pressroom ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #268417;
  font-size: 12px;
  font-weight: normal;
}
#pressroom ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 12px;
  color: #268417;
}


	
/*================================================
	@cssmenu
=================================================*/

#cssmenu ul ul a:hover {
  color: #000000;
}
	
	
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  position: relative;

}

#cssmenu > ul > li:first-child > a {
 
  text-align: left;
  background: url(imgs/green_arrow_down.png) 96% center no-repeat;
}

#cssmenu > ul > li > a {
  display: block;
  color: #000000;
}


#cssmenu > ul > li > a > span {
  display: block;


}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  
}

#cssmenu ul ul {
  display: none;

}
#cssmenu ul ul li {

  border-top: none;

}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {

  display: block;
  color: #268417;
  padding: 8px 8px 8px 25px;
  font-size: 12px;
}

#cssmenu ul ul a::before {
    content: '\00BB';
    position: absolute;
    left: 12px;
    color: #268417;
}
#cssmenu ul ul a:hover {
  color: #000000;
}


/*===========================================
	@claims
===========================================*/
.youtubeFrame{position:relative; margin: 0px auto 50px; width: 384px; height: 216px; overflow: hidden;}
	.youtubeFrame.bigplayer{width: 480px; height: 360px; margin: 50px auto;}
	.youtubeFrame img {width: auto; max-width: 100%; height: auto; display: block; margin: 0 auto;}
	.youtubeFrame iframe {display: block;position:absolute; top: 0; left: 0;}
	.youtubeFrame .youtubeButton{position: absolute; cursor: pointer; top: 0px; left: 45px;}
		.youtubeFrame.bigplayer .youtubeButton{top: 65px; left: 90px;}
	.youtubeFrame .youtubeThumb{margin-top: -37px;}
		.youtubeFrame.bigplayer .youtubeThumb{margin-top: 0px;}
	
.ecmnow {box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background-color: #fff;border-radius:12px;padding: 0; color: #898989;font-size: 18px; margin: 40px auto; position: relative;width:950px; z-index:5000;}
	.grey-panel-bar{/*height: 135px;*/width: 100%;}
		.grey-panel-bar .grey-panel{background: url(imgs/grey-panel-bar-bkgd.png) 0 0 repeat-x;text-align: center;height: 100%;border-right: #cdcdcd solid 1px;float: left;}
		.claims-bar .grey-panel{width: 315.33px;}
		
			.grey-panel-bar .grey-panel:hover, .grey-panel-bar .grey-panel:active{background: url(imgs/grey-panel-bar-bkgd.png) 0 -135px repeat-x;}
			.grey-panel-bar .grey-panel:first-child{border-left: #cdcdcd solid 1px;}
				.grey-panel-bar .grey-panel > div{padding: 16px 0;}

	
	.ecmnow .claims-content{text-align: center;font-size: 18px;line-height: 22px;width: 815px;margin: 75px auto 80px;color: #898989;}
		.ecmnow .claims-content h1{font-size: 42px;color: #000; line-height: 50px;}
		.ecmnow .claims-content p{width:635px;margin: 5px auto 0;font-size:18px;}

.ecmnow .claim-sections{border-top: #cdcdcd solid 1px; padding: 20px 20px 20px 20px; text-align:center;position:relative;}
	.ecmnow .claim-sections:first-child{border-top: none;}
	.ecmnow .claim-image{position: relative;}
	.ecmnow .play-video{border: 1px solid #fff; font-size: 12px; color: #fff; line-height: 30px; background: rgba(54,87,118,.6); display: block; height: 30px; width: 100px; position:absolute; top: 2px; right: 12px;} 
	.lt-ie9 .ecmnow .play-video, .lt-ie9 .ecmnow .hide-vide {background:#547594;}
	.ecmnow .hide-video{border: 1px solid #fff; font-size: 12px; color: #fff; line-height: 30px; background: rgba(54,87,118,.6); display: block; height: 30px; width: 100px; position:absolute; top: 2px; right: 2px;} 
	.claim-sections h2{font-size: 30px; color: #000; line-height: 50px; margin-top: 20px}
	.claim-sections > p{width: 80%; line-height:24px; margin: 5px auto 0; font-size: 18px;}
	.claim-video-frame{width: 890px; height: 100%; position:absolute; top:0; left:10px; background: rgba(0,0,0,.8); display: none;}
	.lt-ie9 .claim-video-frame {background:#000;}
		.claim-video-frame iframe{/*display: block;*/ margin-top: 90px;}
	.claim-testimonials{ padding-top:40px; width: 870px; margin: 0 auto;}
		.claim-testimonials .testimonial-slider{width: 390px; height: 206px; margin-right:15px; margin-top: -6px}
		.claim-testimonials .slides_container{width:390px; height:206px; text-align: left;}
		.claim-testimonials .slides_container div.slide{width:390px; height: 206px;}
		.testimonial-thumnail{ padding: 3px; margin: 5px 15px 0px 0; border: #cdcdcd solid 1px; width: 75px;}
		.testimonial-video-holder {position:relative;}
		.claim-testimonials blockquote p:before{content:'\0022'}
		.claim-testimonials blockquote p:after{content:'\0022'}
		.claim-testimonials blockquote p{font-size: 18px; line-height:23px;}
		.claim-testimonials blockquote cite{font-size: 12px;}
		.claim-testimonials .pagination {text-align: left; height:8px; width: auto; margin: 0 8px; padding:0px 0px 0px;}
		.claim-testimonials .pagination li{margin: 0 1px; display: inline-block;}
		.claim-testimonials .pagination li a{background: url(imgs/claims-slider-coins.png) 0 -9px no-repeat; overflow: hidden; height:0; padding-top:8px; width:8px;min-width: 0px; text-indent: 0px;}
		.claim-testimonials .pagination li.current a{background: url(imgs/claims-slider-coins.png) 0 0px no-repeat;}
		.claim-testimonials .view-more{line-height: 16px; padding-top:1px; font-size: 12px; color: #365776; margin-left:25px;}
		.claim-testimonials .testimonial-slider .next, .claim-testimonials .testimonial-slider .prev{color: #c2ccd6; height: auto; width:28px; font-size: 16px; text-decoration: none; position:relative;}
		.claim-testimonials .testimonial-slider .next:hover, .claim-testimonials .testimonial-slider .prev:hover{color: #365776;}
		.claim-testimonials .testimonial-slider .next:active, .claim-testimonials .testimonial-slider .prev:active{color: #365776;}

	.youtube-claims {
		width:80%;
		margin:0 auto;
		text-align:center;
		padding:50px 20px 20px 0;
		padding-bottom:18px;
	}
		.youtube-claims h2 {
			font-size:30px;
			color:#000;
			line-height:50px;
		}
		.youtube-claims p {
			line-height:24px;
			font-size:18px;
			padding:10px 0 0;
		}


		
/*===========================================
	@products
===========================================*/
.products{box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background-color: #fff;border-radius:12px;padding: 0; color: #898989;font-size: 18px; margin: 40px auto; position: relative;width:950px;}
	.products .products-content{text-align: center;font-size: 18px;line-height: 22px;width: 815px; margin: 75px auto 80px;color: #898989;}
		.products .products-content h1{font-size: 42px;line-height: 50px;}
		.products .products-content p{width:635px;margin: 5px auto 0;font-size:18px;}
	.products-bar .grey-panel{width: 152px;position:relative;}
		.products-bar .grey-panel a.scrollLink{padding: 9px; width: 71px; height: 71px;background:url(imgs/products-grey-bkgd.png) 0 0 no-repeat;display: block;}
		.grey-single-products {
			background:#f9f9f9;
			border-bottom:#cdcdcd solid 1px;
			position:absolute;
			top:141px;
			width:188.8px;
			z-index:100;
			display:none;
		}
			article.grey-panel:hover .grey-single-products {display:block;}
			.grey-single-products a {
				display:block;
				text-align:left;
				font-size:14px;
				color:#444;
				border-top:#ccc solid 1px;
				padding:10px 14px 9px
			}
				.grey-single-products a:hover {
					background:#f1f1f1;
				}
				.grey-single-products a:first-child {
					border-top:none;
				}
			
		
		.products-bar .grey-panel p{color: #000;}
	.feature-slider{width: 800px; height: 330px; margin:40px ;}
		.slider-featured{height:250px; width: 800px;}
		.slider-featured .slides_container{height:250px; width: 800px;}
		.slider-featured .slides_container div.slide{height:250px; width: 800px;}
		
		.slider-featured .pagination{}
		.slider-featured .pagination li{height: 13px; width: 11px;overflow:hidden;}
		.slider-featured .pagination li a{background: url(imgs/dots-cut-out.png) 0 -14px no-repeat #000; padding:13px 0 0;height:0;overflow:hidden;width:11px; text-indent:0;}
		.slider-featured .pagination li.current a{background-position: 0 0px;}
			.feature-slider-image{width: 400px;}
			
			.feature-slider-container{width:400px; height: 100%;display:table; vertical-align: middle; text-align:center;}
				.feature-slider-container article{display:table-cell; vertical-align:middle;}
					.feature-slider-container h2{font-size:30px; line-height:34px;}
					.feature-slider-container p{font-size:18px; color:#898989; width: 350px; margin: 5px auto;}
					.feature-slider-container p a{font-size:16px; color:#00783d;}
	.category-content{margin: 40px 0;}
		.category-content header{background: none;}
		.category-content .category-thumb{padding: 9px; width: 71px; height: 71px;background:url(imgs/products-grey-bkgd.png) 0 0 no-repeat;display: inline-block;}
		.category-content h2{font-size:26px; display: table; height: 67px; padding: 10px 10px;}
			.category-content h2 span{display: table-cell; vertical-align: bottom;}
			.category-content article{width:890px; margin: 0 auto; }
		.category-content .category-body{margin:35px 0 30px;}
			.category-body h3{font-size: 30px; color: #000; line-height: 1.5em;}
			.category-body > p{font-size:18px; line-height: 23px;}
	.category-products {text-align: center; height: 135px;}
		a.category-product{display:inline-block;position:relative;vertical-align:middle;width: 180px; height: 76px;background: rgba(255,255,255,.9); margin:19px 5px;border: #fff solid 1px; padding: 10px 15px;}
		a.category-product:hover {text-decoration:none;top:-3px;}
		.category-product h4{border: 0;font-weight: bold;font-size: 14px; line-height: 18px;}
		.category-product p{font-size:12px; color:#474747; line-height: 16px;}
	.available-products{text-align: center; font-size: 12px; line-height: 24px; color: #898989}
	
	.testimonal-category{height: 125px;margin: 0 auto 40px;}
	.testimonal-category .slides_container{height:150px;}
		.testimonal-category .pagination{padding: 0px;}
		.testimonal-category .pagination li{height: 13px; width: 11px;overflow:hidden;}
		.testimonal-category .pagination li a{background: url(imgs/dots-cut-out.png) 0 -14px no-repeat #000; padding:13px 0 0;height:0;overflow:hidden;width:11px; text-indent:0;}
		.testimonal-category .pagination li.current a{background-position: 0 0px;}
		.testimonal-category .view-more{line-height: 16px; padding-top:1px; font-size: 12px; color: #365776; margin-left:25px;}
		.testimonal-category blockquote p:before{content:'\0022'}
		.testimonal-category blockquote p:after{content:'\0022'}
		.testimonal-category blockquote p{font-size: 18px; line-height:23px;}
		.testimonal-category blockquote cite{font-size: 12px; line-height:24px;}
		
	#cloud h2{color: #7a2330;}
		#cloud .category-products{background: url(imgs/cloud-products-bkgd.jpg) 0 0 no-repeat;}
		#cloud .category-product{border-color: #7a2330;}
			#cloud .category-product h4, #cloud .testimonal-category > a{color: #7a2330;}
			#cloud .testimonal-category .pagination li a{background-color:#7a2330;}
	#manage h2{color: #185634;}
		#manage .category-products{background: url(imgs/manage-products-bkgd.jpg) 0 0 no-repeat;}
		#manage .category-product{border-color: #185634;}
			#manage .category-product h4, #manage .testimonal-category > a{color: #185634;}
			#manage .testimonal-category .pagination li a{background-color:#185634;}
	#capture h2{color: #135e67;}
		#capture .category-products{background: url(imgs/capture-products-bkgd.jpg) 0 0 no-repeat;}
		#capture .category-product{border-color: #135e67;}
			#capture .category-product h4, #capture .testimonal-category > a{color: #135e67;}
			#capture .testimonal-category .pagination li a{background-color:#135e67;}
	#route h2{color: #482366;}
		#route .category-products{background: url(imgs/route-products-bkgd.jpg) 0 0 no-repeat;}
		#route .category-product{border-color: #482366;}
			#route .category-product h4, #route .testimonal-category > a{color: #482366;}
			#route .testimonal-category .pagination li a{background-color:#482366;}
	#sharepoint h2{color: #283c98;}
		#sharepoint .category-products{background: url(imgs/sharepoint-products-bkgd.jpg) 0 0 no-repeat;}
		#sharepoint .category-product{border-color: #283c98;}
			#sharepoint .category-product h4, #sharepoint .testimonal-category > a{color: #283c98;}
			#sharepoint .testimonal-category .pagination li a{background-color:#283c98;}
	#automate h2{color: #0046d1;}
		#automate .category-products{background: url(https://www.digitechsystems.com/wp-content/uploads/2018/07/technology-3389917.jpg) 0 0 no-repeat;}
		#automate .category-product{border-color: #0046d1;}
			#automate .category-product h4, #sharepoint .testimonal-category > a{color: #0046d1;}
			#automate .testimonal-category .pagination li a{background-color:#0046d1;}



.industry-featured {background:url('imgs/featured_products.png') 0 0 no-repeat;height:201px;text-align:center;padding:86px 200px 40px;}
.industry-featured.ecmnow-featured {background:url('imgs/ecmnow_callout.png') top center no-repeat;height:251px;text-align:center;padding:116px 200px 40px;}
	.industry-featured h4 {font-size:30px;color:#547594;font-weight:bold;font-style:italic;padding:0 0 8px;border:none;}
	.industry-featured h5 {font-size:22px;color:#547594;padding:0 0 16px;}
	.industry-featured p {font-size:14px;line-height:20px;}
	.industry-featured a {
		display:block;
		margin:23px auto 0;
		padding:3px 0 2px;
		border:#375068 solid 1px;
		border-radius:2px;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold;
		font-style:italic;
		background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
		max-width:116px;
	}
		.industry-featured a img {position:relative;top:-1px;left:3px;}






/* Slider */
.industry-article .slide-container {
	background:url('imgs/slider_industry_bg.png') 0 0 no-repeat;
	height:337px;
	width:418px;
	padding:25px 25px 0;
	position:relative;
	margin-top:7px;
}
	.industry-article .slides_container {width:417px;}
		.industry-article .slides_container div.slide {width:417px;height:312px;}
	.industry-article .slider .next,
	.industry-article .slider .prev {top:128px;width:36px;height:55px;}
	.industry-article .slider .next {left:382px;}
.industry-article .pagination {display:none;}

/*================================================
	@about @stakeholder @statement @careers
=================================================*/
.about {padding:10px 0 40px;}
	.about a {color:#00783D;}
	.about p {padding:6px 0 10px;}
	.article-head {margin-bottom:30px; padding-top:110px;}
	.about .article-content, .shadow {padding:12px;border-radius:12px;box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background:#fff;width:auto;}
	.about .article-content {padding:20px;}
		.about .article-content :first-child {padding-top:0px;}
		.about .article-content h3 {font-weight:bold;font-size:18px;padding:20px 0 0;}

	.employment .article-content h3 {font-size:26px;font-weight:normal;color:#636363;padding:0 0 12px;}
		/*.article-content img {padding:12px;border-radius:12px;box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background:#fff;}*/
		.news-content .article-content img {padding:10px;background:#fff; border-radius: 10px; box-shadow:0px 0px 10px rgba(0, 0, 0, .15); margin-bottom:15px; max-width: 50%; height: auto;}
	.employment .opportunities {overflow:hidden;}
		.employment .opportunities .career {padding:20px 0 0;width:45%;float:left;}
			.employment .opportunities .career:nth-child(2n+1) {float:right;}
			.employment .opportunities .career h1 {color:#333;font-size:22px;}

	.employment .people {overflow:hidden;max-height:500px;position:relative;}
		.employment .people.people-expand {max-height:none;}
		.people-expand .people-fadeout {background:none;position:relative;padding-top:20px;}
		.people-fadeout {
			position:absolute;
			bottom:0;
			left:0;
			width:100%;
			height:20px;
			padding-top:80px;
			z-index:100;
			background:url('imgs/about_experience_fade.png') 0 0 repeat-x;
			text-align:center;
			color:#547594;
			font-size:12px;
			text-transform:uppercase;
			cursor:pointer;
		}
			.people-fadeout:hover {text-decoration:underline;}
		.employment .people .person {padding:20px 0 0;overflow:hidden;}
			.employment .people .person .photo {float:left;position:relative;display:table;margin-right:30px;width:201px;}
				.employment .people .person .photo .title {
					position:absolute;
					bottom:12px;
					left:12px;
					width:177px;
					color:#fff;
					font-size:14px;
					height:188px;
					display:block;
					vertical-align:baseline;
					background:url('imgs/person_photo_gradiant.png') 0 0 repeat-x;
				}
					.employment .people .person .photo .title span {position:absolute;bottom:0;display:block;padding:10px;}
				.employment .people .person .photo img {width:177px;padding:12px;border-radius:12px;box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background:#fff;}
			.employment .people .person h1 {color:#333;font-size:22px;}

.about-page{box-shadow:0px 0px 10px rgba(0, 0, 0, .15);background-color: #fff;border-radius:12px;padding: 0; color: #898989;font-size: 18px; margin: 40px auto; position: relative; width:950px; z-index:1; }
	.about-page .callouts{text-align:center; margin: 60px auto 80px;}
		.about-page .learn-more{}
			.about-page .callout{width:228px; height: 393px; margin: 0 25px; display:inline-block;vertical-align:middle;}
				.about-page .callout-content{height: 348px;}
					.about-page h2{font-size:24px; color: #000;}
					.about-page .callout-image{padding: 23px; background: url(imgs/about-callout-bkgd.jpg) 0 0  no-repeat; width: 182px; height: 192px;margin: 20px auto;}
					.about-page .callout-content p{font-size:14px; color: #474747; width: 210px; margin: 0 auto;}
				.about-page .learn-more-button{background:url(imgs/about-learn-more.jpg) center center; display:block; height: 25px; width:120px; margin: 20px auto 0;font-size:14px; text-align:center;color:#fff;line-height:25px;}
	.about-page .about-sections{margin: 60px auto 0; width: 890px; color: #474747;position:relative;}
		.about-page .main-area{margin-bottom: 30px;}
			.about-page .main-area .main-area-content{ width: 390px; margin-top: -8px;}
				.about-page  h3{font-size: 26px; line-height:32px; color: #636363;}
				.about-page .main-area-content p{font-size:14px; margin: 20px auto 30px;}
				.about-page .main-area-content .links{color:#00783d;font-style:italic;font-weight:bold;font-size:14px;display:block;margin: 5px 0;}
			.about-page .whoWeAreAdditional{height: 100%; margin: 0 auto; padding:40px 0;}
			.about-page .whoWeAreAdditional.collapse .articleContent{height: 237px; overflow: hidden;position:relative;}
				.about-page .whoWeAreAdditional .callout-image{margin:6px 0px 20px 40px;}
				.about-page .whoWeAreAdditional h4{font-size: 30px; line-height: 32px; color: #636363; border:0px none; margin-bottom: 18px;}
				.about-page .whoWeAreAdditional .article-para{margin: 18px 0 0;}
				.about-page .whoWeAreAdditional h5{font-style:italic; color: #547594;  font-size:18px;line-height:22px;}
				.about-page .whoWeAreAdditional h3{font-size: 24px; color: #000; line-height:28px;}
				.about-page .whoWeAreAdditional p{color: #474747; font-size:14px; padding: 0 0 17px;line-height:22px;}
				.expand-fadeout {
					position:absolute;
					border-bottom:#ddd solid 1px;
					bottom:0;
					left:0;
					width:100%;
					height:20px;
					padding-top:80px;
					background:url('imgs/about_experience_fade.png') 0 0 repeat-x;
					text-align:center;
					color:#547594;
					font-size:12px;
					text-transform:uppercase;
					cursor:pointer;
				}
			.about-page .expandCollapse{display: block; margin-top: 10px;}
				.about-page .expandCollapse a{font-size: 14px; color:#547594; font-weight:normal;}
				.about-page .expandCollapse a:hover{text-decoration:none;}
				.about-page .expandCollapse a.collapse{display:none;}
			.about-page .articleContent ol{width:350px; padding-left: 60px;}
			.about-page .articleContent ol.number li{list-style:decimal;}
			.about-page .articleContent ol.alpha li{list-style:upper-latin;}
				.about-page .articleContent ol li{width:350px; }
	.about-sections .shadow-bg{background:none;}
	.about-sections > p {margin: 25px 0 75px;}
	.about-sections .youtube-frame {background: url(imgs/about-video.jpg) 0 0 no-repeat;padding: 23px;height:262px; width:465px;position:relative;z-index:100;}
	.about-sections .video-content{width: 346px;}
	.about-sections .video-content h4{font-size: 30px; font-style: italic; line-height:36px; border:none; color:#636363;}
	.about-sections .video-content p{margin:15px 0;}
	.about-sections .callToAction{margin-top:15px;}
	.about-sections .ctaHeadline{font-size: 24px; color:#000;margin: 15px 0; display:block;}
	.about-sections .callToAction a.button{color: #fff; display: block; width: 272px; height: 31px; line-height: 31px; background: url(imgs/about-call-to-action.jpg) 0 0 no-repeat;text-align:center;}
	.about-sections .ourpartners-content .callToAction a.button{margin-top: 30px}
	.about-sections .callToAction a.links{color: #00783d; display: block; width: 272px; font-size: 16px; line-height: 24px; font-weight: bold;font-style: italic;}

#contact-now {
	padding:50px 20px 45px;
}
.contact-button {
color: #fff;
display: block;
width: 272px;
height: 31px;
line-height: 31px;
background: url(imgs/about-call-to-action.jpg) 0 0 no-repeat;
text-align: center;
margin:0 auto;
	}
	.about-sections .our-partners h3{margin:30px 0;}
	.about-sections .partners {overflow:hidden;}
		.about-sections .partners a {
			display:block;
			float:left;
			width:192px;
			height:105px;
			margin:0 0 20px 40px;
			text-align:center;
		}
			.about-sections .partners a img {display:inline;}
			.about-sections .partners a:first-child, .about-sections .partners a:nth-child(4n+5) {margin-left:0;}
	.about-page .ourpartners-content{width: 350px;}
		.about-page .ourpartners-content p{margin:30px 0;}
	.about-page .ourpartners-image{width:461px; background: url(imgs/about-our-partners-bkgd.jpg) 0 0 no-repeat; padding:25px;height:254px;}
	.about-featured .industry-featured {background: url(imgs/about-bottom.png) 0 0 no-repeat;margin: 0 auto;}





.about-partners {
}
	.resellers-testimonials {

	}
		.partners-row {
			display:table;
			width:100%;
			position:relative;
			border-top:#ccc solid 1px;
		}
			.partners-row:first-child {border:none;}
			.about-partners article {
				display:table-cell;
				width:50%;
				vertical-align:top;
				background:#fff;
				padding:30px 20px;
				position:relative;
				border-left:#ccc solid 1px;
			}
				.about-partners article:first-child {border:none;}
				.partners-post-header {overflow:hidden;padding:0 0 30px;min-height:80px;}
					.partners-post-header h1 {padding:6px 0 0;color:#00783d;font-size:24px;float:left;width:280px;text-align:left;}
						.about-sections .partners .partners-row a {
							display:inline;
							float:none;
							width:auto;
							height:auto;
							margin:0;
							text-align:left;
						}
					.partners-post-image {width:120px;max-height:70px;float:right;text-align:center;}
						.partners-post-image img {max-height:70px;}
				.partners-post-content {padding:0 0 24px;position:relative;}
					.partners-post-content p, .partners-post-content ul {font-size:14px;line-height:24px;color:#474747;padding-bottom:10px;}
					.partners-post-content ul {list-style:disc;padding-left:20px;}






/*
.image-zoom-wrap {
	height:409px;
	width:868px;
	margin:70px auto;
	overflow:hidden;
	border:#2e4a65 solid 10px;
	box-shadow:0px 0px 7px rgba(0,0,0,.5);
	border-radius:10px;
	padding:1px;
	background:#19334b;
	z-index:10;
	position:relative;
}
	.lt-ie9 .image-zoom-con {
		margin:70px auto;
		border:#2e4a65 solid 10px;
		box-shadow:0px 0px 7px rgba(0,0,0,.5);
		padding:1px;
		background:#19334b;
	}
*/
		.image-zoom-con img {
			vertical-align:auto !important;
			max-width:none !important;
			line-height:none !important;
		}




	.about-experience-con {
		height:409px;
		width:860px;
		margin:70px auto 20px;
		overflow:hidden;
		border:#2e4a65 solid 10px;
		box-shadow:0px 0px 7px rgba(0,0,0,.5);
		border-radius:10px;
		padding:1px;
		background:#19334b;
	
		position:relative;
	}
	.about-experience {
		width:890px;
		position:relative;
	}
		.about-fade {top:310px;position:absolute;width:100%;height:100px;background:url('imgs/about_experience_fade.png') 0 0 repeat-x;}
		img.about-experience-img {position:relative;max-width:2576px !important;width:860px; padding: 10px !important;}
		.about-arrow-down, .about-arrow-up {
			width:912px;
			height:38px;
			position:absolute;
			bottom:-19px;
			text-align:center;
			z-index:100;
			cursor:pointer;
		}
		.about-arrow-up {top:-19px;}
			.about-arrow img {position:relative;}
	


/*================================================
	@support
=================================================*/

.support_box {
	float: left;
	width: 320px;
	height: 162px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	line-height: 110%;
	position: relative;
}


.support_title {
	font-size: 18px;
	font-weight: bold;
}
.support_button {

	background: #007935;
	border: #4c9d2f solid 1px;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	margin-top: 15px;
}



/*================================================
	@contact
=================================================*/

#gform_1 {
	padding: 15px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
}

#gform_1 input, #gform_1 textarea, #gform_1 select {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
	padding: 6px 8px !important;
}



#gform_wrapper_1 {
	margin-top: 50px;
	padding: 15px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
}



@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#gform_1 select {
		-webkit-appearance: none;
		appearance: none;
		background: url('imgs/select_arrow.png') center right no-repeat;
	}
}

#gform_1 {
	margin: 30px 0 0 0;
}
#gform_1 li {
	float: left;
	width: 38%;
	padding: 0 5%;
}

.gform_wrapper ul li.gfield {
	clear: none !important;
}

#gform_1 #field_1_3, #gform_1 #field_1_5, #gform_1 #field_1_8, #gform_1 #field_1_10 {
	clear: both !important;
}

#gform_1 #field_1_5 {
	width: 26.5%;
}

#gform_1 #field_1_6 {
	width: 15%;
}
#gform_1 #field_1_7 {
	width: 27%;
}

#gform_1 #field_1_8 {
	width: 39.5%;
}
#gform_1 #field_1_9 {
	width: 39.5%;
}

#gform_1 #field_1_10 {
	width: 90%;
}

#gform_1 .top_label input.small, #gform_1 .top_label select.small,
#gform_1 .top_label input.medium, #gform_1 .top_label select.medium,
#gform_1 .top_label input.large, #gform_1 .top_label select.large {
	width: 100%;
}
#gform_1 .top_label textarea.textarea {
	width: 96%;
}
#gform_1 label {
	font-size: 78%;
}
#gform_1 .gform_footer {
	text-align: right;
	padding: 16px 5% 10px 5%;
}



.sidebar_box_green, .sidebar_box {
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	padding: 25px;
	margin-bottom: 30px;
	background: #fff;
	font-size:14px;
}
.sidebar_box_green p, .sidebar_box p {
	line-height: 175%;
}
.sidebar_box_green {
	background: #fff url('imgs/box_corner.png') top right no-repeat;
}

.sidebar_box_green .green {
	color: #00833a;
	font-weight: bold;
}

.contact_sidebar {
	margin: 110px 20px;
	line-height: 150%;
	font-size: 90%;
}
.contact_sidebar strong {
	display: block;
	border-bottom: #ccc solid 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}




/*================================================
	@404 / sitemap
=================================================*/

#sitemap {
	position: relative;
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	padding: 110px 30px 90px 30px;
	font-size: 90%;
	width: 92%;
	margin: 0 auto;
}

#sitemap a {
	color: #365776;
}
#sitemap ul > li {
	float: left;
	margin: 0 7px;
	font-weight: bold;
}

#sitemap ul li ul li {
	float: none;
	margin: 12px 0px;
	font-weight: normal;
}


/*================================================
	@resellers
=================================================*/
	.resellers-headline {color:#fff;padding-bottom:8px;padding-top:110px;;text-align:center;}
	.resellers-sub-headline {color:#d7d7d7;font-size:18px;}
	.resellers-featured-image {
		position:relative;
		width:898px;
		height:565px;
		padding:27px 26px 0px 26px;
		background:url('imgs/resellers_featured_bg.png') 0 0 no-repeat;
	}
	.resellers-intro-copy {width:890px;margin:0 auto;padding:5px 0px 5px 0px;font-size:14px;color:#474747;line-height:22px;text-align:center;}

	.resellers-section {padding:-1px 0 15px;}
		.resellers-section h3 {font-size:30px;color:#000;padding-bottom:29px;}
		.resellers-section ul {padding:0 0 30px 20px;color:#474747;}
			.resellers-section ul li {font-size:16px;line-height:26px;list-style:disc;}
		.resellers-section-image {
			float:right;
			width:460px;
			height:368px;
			padding:26px 26px 0;
			background:url('imgs/resellers_section_bg.png') 0 0 no-repeat;
		}
		.resellers-section-left {float:left;width:390px;}
			.resellers-quote {color:#acacac;font-size:24px;line-height:28px;position:relative;padding:0 0 12px 30px;}
				.resellers-quote:before,
				.resellers-quote:after {
					display:block;
					content:"\201C";
					font-size:80px;
					position:absolute;
					left:-10px;
					top:28px;
					color:#547594;
					line-height:13px;
					font-style:italic;
				}
				.resellers-quote:after {display:inline;position:relative;left:-6px;top:8px;content:"\201D";font-size:40px;}
			.resellers-quote-source {color:#547594;font-size:14px;line-height:24px;font-weight:bold;padding:0 0 12px 30px;}
		.resellers-additional-information {padding:12px 0; width: 800px;}
		.resellers-section-button {
			padding:5px 20px;
			margin-top:10px;
			border:#375068 solid 1px;
			border-radius:2px;
			color:#fff;
			background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
			display:inline-block;
			font-size:14px;
			font-style:italic;
		}


	.resellers-testimonials {
	}
		.resellers-row {

			display:table;
			border-spacing:60px 0;
			max-width:950px;
			position:relative;
			left:-60px;
			padding:0 0 40px;
		}
			.resellers-testimonials article {
				display:table-cell;
				width:412px;
				vertical-align:top;
				background:#fff;
				padding:15px 15px 50px;
				border-radius:10px;
				border:#ccc solid 1px;
				width:412px;
				min-width:412px;
				box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
				position:relative;
			}
				.resellers-post-header {overflow:hidden;padding:0 0 30px;}
					.resellers-post-header h1 {padding:6px 0 0;color:#00783d;font-size:30px;float:left;width:285px;}
					.resellers-post-image {width:120px;max-height:70px;float:right;text-align:center;}
						.resellers-post-image img {max-height:70px; width: 100%; height: auto;}
				.resellers-post-content {padding:0 0 24px;position:relative;}
					.resellers-post-content p {font-size:15px;line-height:24px;color:#474747;padding-left:30px;}
						.resellers-post-content p:before {
							display: block;
							content: "\201C";
							font-size: 80px;
							position: absolute;
							left: -10px;
							top: 28px;
							color: #547594;
							line-height: 13px;
							font-style: italic;
						}
						.resellers-post-content p:after {display:inline;position:relative;left:0;top:0;content:"\201D";font-size:15px;}
				.resellers-pdf {
					display:inline-block;
					position:absolute;
					bottom:-38px;
					right:0px;
					color:#00783d;
					font-size:14px;
					font-style:italic;
					font-weight:bold;
					background:url('imgs/icon_pdf.png') right 5px no-repeat;
					padding:5px 22px 5px 5px;
				}
	.resellers-section-links {padding-bottom:50px;}
		.resellers-section-links .white-papers {max-width:none; background-color:#f1eeee;}
			.resellers-section-links .white-papers h4 {padding-bottom:12px;}
			.resellers-section-links .white-papers a {background-position:right 50%;}
			
	.resellers-more {
		display:none;
	}
		.resellers-expand {
			text-align:center;
			cursor:pointer;
			padding:10px;
			color:#547594;
			text-transform:uppercase;
			font-size:12px;
			font-weight:bold;
		}
			.resellers-expand:hover {text-decoration:underline;}
		















#post-28 {
	
}
#post-28 h2 {
	font-size: 150%;
	margin: 0 0 20px 0;
}

#post-28 ul {
	padding: 15px 0 15px 15px;
}

#post-28 ul li {
	padding: 0 0 5px 0;
	list-style: disc;
}

#post-28 .blue {
	color: #547594;
}

#post-28 .grey {
/*	color: #acacac; */
}
#post-28 .tout {
	position: relative;
/*	float: left;*/
	width: 355px;
/*	height: 320px;*/
display:inline-table;
	margin: 10px;
	padding: 20px;
	border-radius: 12px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	background: #fff;
	overflow: hidden;
	
}
#post-28 .tout .content {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 180px;
}
#post-28 .tout .attachment-testimonial_thumb {
	float: right;
	max-width: 125px;
}
#post-28 .tout_title {
	display: block;
	width: 222px;
	color: #00783d;
	font-size: 30px;
	line-height: 1;
	margin: 0 10px 10px 0;
}
#post-28 .tout_download {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #00783d;
}
.yellow_button {
	padding:5px 10px;

	border:#375068 solid 1px;
	border-radius:2px;
	color:#fff;
	background:url('imgs/claims_anchor_bg.png') 0 0 repeat-x;
	display:inline-block;
}

/*================================================
	@resellerkit @single
=================================================*/

.resellerkit-single {}
	.resellerkit-nav {
		width:190px;
		float:left; 
		padding: 20px 20px 0 0px;
		position:fixed;}

		.resellerkit-nav h4 {display:inline-block;font-size:14px;width:150px;padding-bottom:0;}
			.resellerkit-nav h4 a {color:#444;}
		.resellerkit-nav ul {padding:0 0 6px 0;}
			.resellerkit-nav ul a {display:block;color:#444;font-size:14px;padding:14px 0 4px 0;border-bottom:#e2e2e2 solid 1px;}
			.resellerkit-nav .current-menu-item a {color:#00783d;font-weight:bold;}
			.resellerkit-nav ul a:hover {padding-left:10px;}
		img.icon-size {
			width:27px;
			height:27px;
			background:#fff;
			border:#e7e7e7 solid 1px;
			border-radius:6px;
			padding:2px;
			position:relative;
			top:-4px;
			display:inline-block;
		}
	.resellerkit-intro {
		width:658px;
		float:right;
		padding:10px 50px 0 0;
	}
	.resellerkit-article {
		margin:40px 0 30px;
		float:left;
		width:950px;
		overflow:hidden;
		background:#fff;
		border-radius:10px;
		box-shadow:0px 0px 10px rgba(0, 0, 0, .15);
	}.resellerkit-article h1 {background:#007935;color:#fff;font-size:24px;padding:10px 30px;}
		.resellerkit-content {padding:30px 30px 20px;}
			.resellerkit-content .large-type h2 {font-size:30px;color:#333;line-height:32px;padding:0 0 10px;}
			.resellerkit-content .large-type p {font-size:18px;color:#898989;line-height:22px;padding:10px 0;}
			.resellerkit-content .slide-container {background:none;height:600px;padding: 0 0 0 90px;margin-top:0; margin-bottom: 30px; align-content:center;}
					.resellerkit-content .slider .next,
					.resellerkit-content .slider .prev {display:none;}
					.resellerkit-content .slides_container {width:850px;}
						.resellerkit-content .slides_container div.slide {width:850px;height:650px;}

				.resellerkit-content .pagination {padding:5px 0 0;text-align:center;}
					.resellerkit-content .pagination li {list-style:none;display:inline-block;margin:0 2px;}
						.resellerkit-content .pagination li a {
							padding:0;
							margin:1px;
							text-align:center;
							min-width:0;
							border:none;
							float:none;
							display:block;
							width:9px;
							height:9px;
							text-indent:-9999px;
							background:url('imgs/slider_coins.png') 0 -9px no-repeat;
							transition:none;
							-moz-transition:none;
							-webkit-transition:none;
							-o-transition:none;
						}
							.resellerkit-content .pagination li.current a {background-position:0 0;}
				.resellerkit-content .slide-container.quotes-slider {height:200px;margin-bottom:30px;}
					.resellerkit-content .quotes-slider .slide-container {height:180px;}
						/*.industries-content .quotes-slider .slides_container div.slide {height:180px;}*/
						.resellerkit-content .quotes-slider .slides_container div.slide {height:auto;}
						.resellerkit-content .quotes-slider .pagination {float:left;}
							.resellerkit-content .quotes-slider .pagination li a {background:#000 url('imgs/slider_coins_quotes.png') 0 -9px no-repeat;}
								.resellerkit-content .quotes-slider .pagination li.current a {background-position:0 0;}
					.resellerkit-content .large-type .quotes-slider .cite {font-size:12px;padding:0;}
		.resellerkit-tabs {overflow:hidden;border-bottom:#c2c2c2 solid 1px;padding:12px 0 0;margin:0 0 30px;}
			.resellerkit-content h1 {border-bottom:#f1f1f1 solid 1px;}
			.resellerkit-content h1,
			.resellerkit-content h2 {font-size:22px; padding:10px 0 10px 5px;}
			.resellerkit-content h3, 
			.resellerkit-content h4, 
			.resellerkit-content h5 {font-size:16px;}
			.resellerkit-content h6 {font-size:22px; padding:20px 0 5px;}
			.resellerkit-content ol {list-style:decimal;}
			.resellerkit-content ul {list-style:disc; padding-left:50px;}
			.resellerkit-content ul,
			.resellerkit-content ol {padding:3px 0 3px 20px;font-size:14px;line-height:18px;}
				.resellerkit-content li {padding:4px 0;}

	.white-papers {background:#fff;padding:20px 20px 16px;position:relative;margin:31px 0 0;border:#ccc solid 1px;border-radius:10px;}
		.white-papers img {position:absolute;right:0;top:0;}
			.white-papers h4 {color:#547594;font-weight:normal;font-size:24px;padding:0 0 5px;border:none;}
			.white-papers a {display:inline-block;color:#00783d;font-size:16px;padding:3px 16px 2px 0;background:url('imgs/green_arrow.png') right 50% no-repeat;}
			.white-papers.case-studies-papers a {padding:7px 16px 6px 0;}


/*================================================
	@blog @news - Resources
=================================================*/
.news {overflow:hidden;}
	.news-content {padding-left:240px; padding-top:110px;}
		.news-content h1 {padding:10px 0 20px;margin:0;border:none;}
		.news-content article, .article-content {
			width:650px;
			background:#fff;
			border-radius:12px;
			box-shadow:0px 0px 12px rgba(0, 0, 0, .15);
			padding:20px;
			margin:0 0 40px;
		
		}
			.header-article.article-content {
				width:auto;
				background:none;
				border-radius:0;
				box-shadow:none;
				padding:0 10px 0 20px;
				margin:0;
			}
			.category-links a {color:#547594;font-size:14px;}
			.news-content img {padding:10px;background:#fff; border-radius: 10px; box-shadow:0px 0px 10px rgba(0, 0, 0, .15); margin-bottom:15px; max-width: 250px; height: auto;}
			/*.news-content img, .article-content img {box-shadow:0px 0px 5px rgba(0, 0, 0, .7);margin:0 0 10px;}*/
			.news-content article h1, .article-content h1 {padding:0;}
				.news-content h1 a {color:#00783D;font-size:22px;}
	.news-sidebar {width:190px;float:left;padding:10px 0 0;}
		.contact ul {list-style:disc;padding-left:20px;margin:8px 0 10px;}
		.contact ol {list-style:decimal;padding-left:20px;margin:8px 0 10px;}
			.contact li {font-size:14px;padding:6px 0 8px;}



/*================================================
	@post
=================================================*/
	.article-content > *:first-child {padding-top:110px;}
	.article-content h1 {
		color:#474747;
		font-size:28px;
		line-height:34px;
		padding:10px 0 5px;
	}
	.article-content h2 {
		font-size:24px;
		color:#474747;
		line-height:30px;
		border-bottom:#e2e2e2 solid 1px;
		padding:20px 0 5px;
	}
	.article-content h3 {
		font-size:22px;
		line-height:26px;
		color:#474747;
		padding:20px 0 5px;
	}
	.article-content h4 {
		font-size:18px;
		line-height:24px;
		color:#474747;

		border-bottom:#e2e2e2 solid 1px;
		padding:20px 0 5px;
	}
	.article-content h5 {
		font-size:18px;
		line-height:20px;
		color:#333;

		padding:20px 0 5px;
	}
	.article-content h6 {
		font-size:16px;
		line-height:18px;
		color:#333;
		
		padding:20px 0 5px;
	}
	.news-content .article-content img.attachment-post-thumbnail {display:block;margin:0 auto 25px;}
	.article-content p {padding:10px 0 10px;}
	.article-content blockquote {
		/* original -- padding:20px 0 14px;*/
		padding: 0px;
	}
	.article-content blockquote p {
		width: 75%;  /* added 8/28/17 by AG to make images saveable*/		
		color: #acacac;
		font-size: 20px;
		line-height: 28px;
		position: relative;
		padding:0 0 0 30px;
		border-left:#547594 solid 2px;
	}
	.article-content ul {list-style:disc;padding-left:20px;margin:0 0 10px;}
	.article-content ol {list-style:decimal;padding-left:20px;margin:0 0 10px;}
		.article-content ul ul,
		.article-content ol ol {margin:6px 0 0;}
		.article-content ul ul {list-style:circle;}
		.article-content ol ol {list-style:lower-alpha;}
			.article-content li {font-size:14px;padding:4px 0;line-height:20px;}
				.article-content ul ul li:last-child,
				.article-content ol ol li:last-child {padding-bottom:0;}
	.news-content .article-content img.alignleft {margin:0 20px 20px 0;}
	.news-content .article-content img.alignright {margin:0 0 20px 20px;}
	.case-study-facts {padding:20px 0 10px;border-bottom:#dedede solid 1px;margin:0 0 10px;}
		.case-study-facts h6 {font-weight:bold;}
		.case-study-facts > *:first-child {padding-top:0;}
	.key-benefits, .cs-bullets {
		padding:20px 20px 10px;
		border:#dedede solid 1px;
		border-radius:4px;
		margin:30px 0 24px;
		background:#f4f4f4 url('imgs/top_fade.png') 0 0 repeat-x;
		overflow: hidden;
	}
	.cs-bullets { background: none }
		.key-benefits > *:first-child {padding-top:0;}
		.news-content .article-content .key-benefits img {margin:5px 5px 15px 5px;}
	.lt-ie9 .news-content .article-content img {border:none !important;}

	.cs-bullets > img {
		width: 150px;
		height: auto;
	}

/*================================================
	@pagination
=================================================*/
.pagination {color:#547594;}
	.pagination a, .pagination span.current, .pagination span.extend {
		display:block;
		font-size:14px;
		color:#547594;
		padding:2px 2px;
		text-align:center;
		min-width:26px;
		border-left:#547594 solid 1px;
		float:left;
	}
		.pagination a span {display:block;padding:2px 5px 0px !important;}
		.pagination span.current {font-weight:bold;font-size:16px;}
			.pagination span.current span {display:block;padding:5px 9px;font-style:italic;}
		.pagination a.nextpostslink, .pagination a.prevpostslink {font-size:12px;}
		.pagination .pages {display:none;}
		.pagination a:first-child, .pagination span.current:first-child {margin:0;border:none;}
		.pagination span.current span, .pagination a:hover span,
		.pagination a.active span {background:#bd3633;color:#fff;background-position:bottom;text-decoration:none;border-color:#313131;}



/*================================================
	@share-this
================================================*/
.share-this {text-align:center;padding:10px;}
.share-this > span {display:inline-block;}


/*================================================
	@footer
=================================================*/
footer {background:#fff;}
	.footer-mask {height:50px;overflow:visible;}
		.footer-main {
			padding-top:22px;
			height:37px;
			background:url('imgs/footer_bg_repeat.png') 0 0 repeat-x;
			font-size:12px;
			font-family:Verdana, Geneva, sans-serif;
			color:#d7d7d7;
			letter-spacing:-1px;
			position:relative;
			top:-9px;
		}
			.footer-main {}
				.prime-links, .footer-links {display:inline-block;}
				.prime-links {margin-right:10px;}
					.prime-links a {
						letter-spacing:0;
						background:#547594;
						display:inline-block;
						color:#fff;
						/*font-weight:bold;*/
						border:#7ca3c8 solid 1px;
						border-radius:4px;
						padding:2px 9px 3px;
						margin-left:1px;
					}
					.footer-links a {display:inline-block;color:#d7d7d7;padding:0 4px;}
				.copyright {float:left;padding:3px 0 0;}
					.copyright a {color:#d7d7d7;margin-left:10px;display:inline-block;}
					.copyright span {font-size:10px;padding-right:10px}
				.footer-links a:hover, .copyright a:hover {color:#fff;}


	.footer-news {background:url('imgs/footer_news_bg.png') 0 0 repeat-x;height:80px;padding:0;}
		.footer-news h1 {
			font-size:22px;
			font-weight:bold;
			font-style:italic;
			color:#fecc09;
			background:url('imgs/footer_news_icon.png') 0 12px no-repeat;
			padding:0 0 0 25px;
		}
		.footer-news p {color:#fff;padding-left:25px;}
		.footer-news a {color:#fecc09;font-weight:bold;font-style:italic;display:inline-block;padding-left:5px;}



/*================================================
	@slider.js
=================================================*/
.slide-container {
	background:url('imgs/slider_bg.png') 0 0 no-repeat;
	height:584px;
	padding:27px 25px 0 26px;
	position:relative;
	margin-top:10px;
}
	.slider-logo {position:absolute;margin:0 auto;z-index:15;top:24px;left:391px;}
	.slider {position:relative;}
		.slides_container {width:897px;overflow:hidden;position:relative;display:none;}
			.slides_container div.slide {width:897px;height:539px;display:block;}
		.slider .next, .slider .prev {position:absolute;top:229px;left:0px;width:50px;height:78px;display:block;z-index:101;}
			.home .slider .next, .home .slider .prev {display:none;}
			.slider:hover .next, .slider:hover .prev {display:block;}
		.slider .next {left:847px;}
		.slider.slider-industry .next {left:675px;display:block;}
		.slider.slider-industry .prev {display:block;left:-25px;}
	.pagination {padding:12px 0 0;text-align:center;}
		.pagination li {list-style:none;display:inline-block;margin:0 2px;}
			.pagination li a {
				display:block;
				width:18px;
				height:18px;
				text-indent:-9999px;
				background:url('imgs/pagination.png') 0 0 no-repeat;
				float:left;
				transition:none;
				-moz-transition:none;
				-webkit-transition:none;
				-o-transition:none;
			}
				.pagination li.current a {background-position:0 -22px;}



/*================================================
	@transitions
=================================================*/
a.noTransition {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

a, a.category-product {
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}



/*================================================
	@helper
=================================================*/
.fr {float:right;}
.fl {float:left;}
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}
.hidden {display:none !important;visibility:hidden;} /* Hide from both screenreaders and browsers */
.invisible {visibility:hidden;} /* Hide visually and from screenreaders, but maintain layout */
.chromeframe {background:#c8714e;color:#2b0e07;padding:20px 20px 18px;text-align:center;font-size:16px;}
.posAbsolute {position:absolute !important;bottom:80px !important;}



/*================================================
	@IE8
=================================================*/
.lt-ie9 audio, .lt-ie9 canvas, .lt-ie9 video {display:inline;zoom:1;}
.lt-ie9 legend {*margin-left:-7px;}
.lt-ie9 button, .lt-ie9 input, .lt-ie9 select, .lt-ie9 textarea {*vertical-align:middle;}
.lt-ie9 label, .lt-ie9 input[type="button"], .lt-ie9 input[type="submit"], .lt-ie9 input[type="reset"].
.lt-ie9 input[type="image"], .lt-ie9 button {*overflow:visible;}
.lt-ie9 input[type="checkbox"], .lt-ie9 input[type="radio"] {*width:13px;*height:13px;}
.lt-ie9 button, .lt-ie9 input {overflow:visible;}
.lt-ie9 table button, .lt-ie9 table input {overflow:auto;}

.lt-ie9 .product img {width:auto;}
.lt-ie9 .testimonial-video-holder {position:relative;}
.lt-ie9 a.category-product {background:#fff;}
.lt-ie9 .product-article,
.lt-ie9 .product-content .slides_container,
.lt-ie9 .product-content .video-slider .slides_container,
.lt-ie9 .fancybox img,
.lt-ie9 .fancybox-title.fancybox-title-inside-wrap,
.lt-ie9 .industries-article,
.lt-ie9 .ecmnow,
.lt-ie9 .products,
.lt-ie9 .about .article-content,
.lt-ie9 .shadow,
.lt-ie9 .news-content .article-content img,
.lt-ie9 .employment .people .person .photo img,
.lt-ie9 .about-page,
.lt-ie9 .about-experience,
.lt-ie9 .support_box,
.lt-ie9 #gform_1,
.lt-ie9 #gform_1 input,
.lt-ie9 #gform_1 textarea,
.lt-ie9 #gform_1 select,
.lt-ie9 #gform_wrapper_1,
.lt-ie9 .sidebar_box_green,
.lt-ie9 .sidebar_box,
.lt-ie9 #sitemap,
.lt-ie9 #post-28 .tout,
.lt-ie9 .news-content article,
.lt-ie9 .news-content img {border:#ccc solid 1px;}
.lt-ie9 .white-papers {overflow:hidden;}
.lt-ie9 .white-papers img {top:-5px;right:-5px;}


/*================================================
	Mobile Site Styles
=================================================*/	

/* default style 
.selectnav { 
	display: none;
	z-index:2000;

}*/

/* small screen 
@media screen and (max-width: 980px) {
  .js #nav { display: none; z-index:2000; }
  .js .selectnav { 
	display: block; 
	z-index:2000; 
	margin-top:10px;
	width: 200px;
}

 }*/

.logo-wrap, .mobile-grabber, span.mobile-share-buttons, .mobile, .mobile-testimonial {display: none }



/**** Responsive Menu Styles ***/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background-color: #035d67;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a, .sidenav h3 > a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
}

.sidenav h3 > a {
	color: white;
	font-size: 24px;
	padding: .5em .5em .5em 1.4em;
}

.sidenav ul.submenu li:last-child a {
	border-bottom: none;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
    border-bottom: none;
}

/* jquery overwrites */

.ui-accordion .ui-accordion-content {
	padding: 1em;
}

.ui-icon, .ui-state-active .ui-icon, .ui-button:active .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url(imgs/ui-icons_fff_256x240.png);
}

.ui-accordion .ui-accordion-header {
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

/*end jquery overwrites */

#hamburger {
	font-size:30px; 
	color: white; 
	cursor:pointer;
	height: 60px;
	display: none;
	align-items: center;
	float: right;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: none;
	border: none;
	color: white;
	
}



/*================================================
	Custom 
=================================================*/	

span.share-icons {
	vertical-align: middle;
}

.image-swap a {
	text-decoration: none;
}

.clear { 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; zoom: 1; 
}

/* Legal Notices Page */
.page-id-39 p, .page-id-39 h2 {
	padding-bottom: 20px;
}

.page-id-39 h2 {
	padding-top: 20px;
}

.page-id-39 h1 {
	padding-top: 35px;
}

.page-id-39 .content li {
	list-style-type:  disc;
	margin: 0 0 20px 30px;
	font-size: 14px;
}
/* Below post 9734 is employment app form behind a password */
div#post-9734.wrap.clearfix {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	margin-top: 115px;
}

div#post-9734 input {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	padding: 5px;
	color: #007935; 
	font-weight: bold;
	margin-top: 20px;
}

div#post-9734 h1 {
	display: none;
}

/* END Application Form Page Styling */

/* ABOUT PAGE UPDATE */

/*================================================
	Custom 
=================================================*/	

span.share-icons {
	vertical-align: middle;
}

.image-swap a {
	text-decoration: none;
}

.clear { 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; zoom: 1; 
}
.about-page-update {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
	background-color: #fff;
	border-radius: 12px;
	padding: 0;
	color: #898989;
	font-size: 18px;
	margin: 40px auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.news-content .about-page-update {
	margin: 40px auto 60px;
}

.about-content {
	margin:  50px;
}

.vision-mission {
	height: 250px;
	margin-top:  10px;
	border: 1px solid #007935;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 100%;
	
}

.vision-mission p.foundation-text{
	padding: 20px;
	max-width: 95%;
}
.one-half {
	width: 45%;
	float: left;
	padding: 10px;
}

.foundation {
	height: auto;
	margin-top:  10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 30px;
	max-width: 100%;	
}

.foundation.align-center {
	align-items: center;
	height: auto;
	justify-content: center;
}

.one-third {
	width: 32%;
	padding: 5px;
}

.about-button {
	padding: 5px;
	background: #007935;
	color: white;
	font-weight:  700;
	margin-top:  10px;
	border-radius: 5px;
}

.about-button.btn-stakeholders {
	margin-top: 10px; 
	background: #79242f;
}

.about-callout .about-button {
	background: white;
	color: #007935;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
       cursor: pointer;
}

h1.vision-h1, h5.vision-h1 {
	padding: 0;
	color: #007935;
	line-height: 20px;
}

.green-connector {
	width: 5%;
	float: left;
}

.foundation .green-connector img {
	margin-top: 70px;
	padding: 0;
	background: none; 
	box-shadow: none;
}

#values-connector.green-connector img {
	height: 900px;
}

#people-connector.green-connector img {
	height: 575px;
}

.green-hr {
	border-top:  1px solid #007935;
}

.value-box {
	height: 100px; 
	border: 1px solid #007935; 
	margin: 10px;
	padding: 10px;
	background: #fff url('imgs/shattered.jpg') fixed 0 0 repeat;
	color: black;
}


.value-box.med {
	height: 120px;
}

.value-box.big {
	height: 150px;
}

.number-box {
	height: 30px; 
	width: 30px; 
	top: 0; 
	left: 0; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin: -15px 0 0 -20px; 
	background: #007935;
}
.number-box p {
	margin: 0; 
	color: white; 
	font-size: 18px; 
	font-weight: 700;
}

.foundation img {
	padding: 0;
	margin: 5px;
}

.foundation.align-center.partner-imgs img {
	margin: 10px;
}

.industries-nav.sidebar.x-wide {
	width: 160px;
	padding-top: 130px;
	position: fixed;
}


.industries-nav.sidebar.x-wide ul li a:hover {
	padding-left: 0;
}

.news-content.wide {
	padding-left: 170px;
	padding-top: 25px;
}

.news-content.medium {
	padding-left: 210px;
	padding-top: 70px;
}

.news-content.full {
	padding-left: 0;
}

.news-content.medium .about-content {
	margin: 20px 50px 50px 50px;
}

.elem {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
display: inline-block;
}

.top, .bottom {
  position: absolute;
  transition: all 0.3s ease-in;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom  {
  transform: translateY(100%);
}
.elem:hover .top {
  transform: translateY(-100%);
}
.elem:hover .bottom {
  transform: translateY(0);
}

.about-callout {
	height: 75px; 
	width: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	border-radius: 12px;
}

.about-callout.prods{
	background: #79242f;
}

.about-callout.employment {
	background: #007935;
}

.foundation.align-center img {
	box-shadow: none;
	border-radius: 0;
}

:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
}

.products-nav.sidebar.wide {
	width: 210px;
	padding-left: 10px;
	margin-top: 30px;
	position: relative;
	
}
.icon-size-about, img.icon-size-about {
    width: 27px;
    height: 27px;
    background: url(imgs/header_bg_repeat.png) 0 0 repeat-x;    
    border-radius: 6px;
    padding: 2px;
    position: relative;
    top: -4px;
    display: inline-block;
}

.industries-nav.sidebar.wide .menu-con {
	display: flex; 
	align-items: center;
}
.menu-con > a {
	color: white; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin-right: 5px;
}


.wide div.menu-con {
	transition: margin-left 0.3s; 
    	-moz-transition: margin-left 0.3s;
    	-webkit-transition: margin-left 0.3s;
    	-o-transition: margin-left 0.3s;
	margin-left: 0;
}

.wide div.menu-con:hover {
	margin-left: 10px;
}

.medium .about-arrow-up {
	top: -20px;
}

.medium .about-arrow-up img, .medium .about-arrow-down img {
	box-shadow: none;
	background: none;
}

.about-arrow-down {
	bottom: 10px;
}

.page-id-10071 h2, .page-id-10098 h2 {
	padding: 20px 0;
}

img#ecmnow-products, img#hk-vision-stakeholders {
	max-width: 100%;
}

/* Tech Partners Page Option 3 */

.partners-post-header.center h1 {
 	text-align: center;
}

.about-content img {
	padding: 0;
	border-radius: 0;
    	background: #fff;
    	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);

}

h2, h3, h5, h6 {line-height: 30px;}

.partners-content {
	margin-bottom:  25px;
}

.about-page-update p {
	padding: 5px 0;
}

button#btn-denver, button#btn-lincoln{
	background-color: #79242f;
}
button#btn-denver.btn-inactive, button#btn-lincoln.btn-inactive {
	background: white;
	color: #007935;
	border: 1px solid #007935;
}

a.about-button:hover{
	text-decoration: none;
}

.one-third p {
	padding: 0;
}

li {
	font-size: 14px;
}

a, a:active, a:focus {
   outline: none;
}

.foundation img.anniversary-img {
	padding: 20px;
    	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    	border-radius: 10px;
	max-width: 200px;
}

ul#foundation-dropdown.menu {
	display: block; 
	/*border-left: 1px solid #007935;*/ 
	padding: 0 0 0 10px; 
	margin-left: 28px;
}


/*  Employment page pop up */

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 10;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.popup-inner h2 {
	font-size: 24px;
    	color: #474747;
    	line-height: 30px;
    	border-bottom: #e2e2e2 solid 1px;
    	padding: 0 0 5px;
}

/* END About Page Update Styling */

/*  Industry Landing Pages */

	/* All Businesses */

.page-template-page-industries .industries-article {
	width: 78%;
}

.individual-industry {
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin: 10px 50px;
}

.industries-content .slides_container {
	width: 100%;
}

.one-fourth {
	width: 25%; 
}

.individual-industry .one-fourth {
	text-align: center;
}

.three-fourths {
	width: 75%;
}

.industries-content .slide-container {
	padding: 0;
}

.industries-nav.sidebar.wide {
	width: 20%;
	padding: 0 0 0 10px;
	position: relative;
}


.menu-con > a > img {
	max-height: 95%;
	max-width: 30px;
}


.industries-nav .menu-con > a > img {
	max-width: 22px;
}

/* Product Page - New styles from new product sheets */

img.product-icon {
	margin: 0 10px 10px 0;
}

/* Ryan's landing page thank you page */

.page-id-10054 ul#nav, .page-id-10054 .footer-mask, .page-id-10054 section.wrap.share-this strong {
	display: none;
}

#post-10054 {
	padding-bottom: 20px !important;
}

/********************  LANDING PAGES ******************/

.parallax {
	background-image: url('/wp-content/uploads/2017/10/high-five-514736838.png'); 
	min-height: 200px;     
	background-attachment: fixed;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: contain;
	opacity: .25;
}

.parallax-text {
	position: absolute;
	top: 230px;
	left: 50%;	
}

.parallax-text > div {
	position: relative; 
	left: -50%;
	text-align: center;
}

.parallax-text h3 {

	font-size: 50px;
	line-height: 1.25em;
}

.page-id-10095 nav ul, .page-id-10095 .search-con {
	display: none;
}

.page-id-10095 .copyright {
	float: none;
	text-align: center;
}

/***  SERVICES PAGE ***/

.services-container {
	width: 900px;
	padding-top: 115px;
	padding-left: 50px;
}

/** blog **/

.button-green {
	padding: 10px 15px; 
	background-color: #007935; 
	color: white; 
	border-radius: 5px; 
	cursor: pointer;
}

a.button-green {
	text-decoration: none;
}

/* Process Automation Tools product page */
.page-id-10460 .neuro-icons {
	margin: 0;
}

/* search was showing images from the page on the search results page (pve infographic was showing UGH), makes it so images aren't showing up in in results page */
.search .news-content p>img {
	display: none;
}

/* make videos responsive */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
