﻿/******************************************************************************* 

	Title: Active Functional
	Date: December 2012	

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Normalized Styles
		1.6 Image Replacement		

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer
		2.7 Forms

	3. PAGES
		3.1 Home Page
		3.2 Links Landing Page (How We Work)
		3.3 Why Active Landing Page
		3.4 Success Stories Landing Page
		3.5 Success Story Detail Page
		3.6 General Content Page
		3.7 Our Team Page
		3.8 News List Page
		3.9 News Detail Page
		3.10 Value Demo Page
		3.11 Contact Us Page
		3.12 Campaign Landing Page
		3.13 Value Calculator Page
		3.14 Bottom Callouts Page
        3.15 Sitemap
        3.16 Search
        3.17 Empty items


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 1000;
}

#accessibility-nav a {
	position: absolute;
	top: 0;
	white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
	left: 9999em;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.bottom-callouts:after,
.navigation ul:after,
.header:after,
.footer:after,
.global-links ul:after,
.quick-nav ul:after,
.main:after,
.page-header:after,
.widget-container:after,
.breadcrumbs:after,
.case-studies:after,
.container:after,
.team .tiles:after,
.team .filters:after,
.double-box:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.ie7 .clearfix {
	zoom: 1; 
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/ 


/* 1.5 Normalized Styles
------------------------------------------------------------------------------*/

body {
	min-width: 980px;
	font: 16px/1.25 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

input, textarea, select {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4787c7;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* Content area */
.entry-content {
	line-height: 20px;
}

/*.entry-content img {
	margin: 10px 0 0 0;
}*/

.bioReps .overlay img
{
    margin-top:0px;
}


.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 15px 0 0 0;
	font-weight: bold;
}

.entry-content h2 {
	margin-bottom: 20px;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 22px;
}

.entry-content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: MuseoSans-500;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #91af05;
}

.entry-content h3 em {
	font-family: MuseoSans-500Italic;
	font-style: normal;
}

.entry-content h3 strong {
	font-family: MuseoSans-900;
	font-weight: normal;
}

.entry-content h4 {
	margin:0 0 10px 0;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #223547;
}

.entry-content h4 em {
	font-family: MuseoSlab-700Italic;
	font-style: normal;
}

.entry-content h4 strong {
	font-family: MuseoSlab-1000;
	font-weight: normal;
}

.entry-content h5 {
	font-size: 1.25em;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content table tr td p,.entry-content table tr th p {
    margin-bottom:0px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 20px 0;
	padding-left: 25px;
	list-style: none;
}

.entry-content ul {
	padding-left: 0;
}

.entry-content ul li,
.sidebar-widget-menu > ul > li {
	padding-left: 18px;
	background: url(/~/media/Images/CSS/common/bullet_green-big.ashx) 3px 7px no-repeat;
}

.entry-content ul ul {
	margin-top: 20px;
}

.entry-content ul ul li {
	background-image: url(/~/media/Images/CSS/common/bullet_green-big-2.ashx);
}

.entry-content ul ul ul li {
	background-image: url(/~/media/Images/CSS/common/bullet_green-big.ashx);
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li {
	margin-bottom: 10px;
}

.entry-content dl {
	margin-bottom: 20px;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin-bottom: 10px;
}

.entry-content blockquote {
	margin: 0 15px 15px 15px;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
}

.entry-content table {
	margin: 0 0 35px 0;
	min-width: 450px;
	color: #384647;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid #fff;
	padding: 7px 7px 7px 16px;
	background: #e4f2ff;
}


.entry-content td ul {
	padding-left:0;
	margin:0;
}

.entry-content td li:last-child {
	margin-bottom: 0;
}

.entry-content tr:nth-child(odd) th,
.entry-content tr:nth-child(odd) td {
	background: #bfd8ee;
}

.entry-content th {
	font-weight: bold;
}

.entry-content tr:first-child th {
	border: 0;
	background: #4780b2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
	color: #fff;
}

.entry-content .noBG {
	margin:0;
}

.entry-content .noBG th,
.entry-content .noBG td,
.entry-content .noBG tr:nth-child(odd) th,
.entry-content .noBG tr:nth-child(odd) td {
	background:none;
	padding-left: 0;
}

.entry-content .noBG td ul, .entry-content .noBG td ol {
	padding-right: 15px;
}

.posts-nav {
	float: left;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.posts-nav .prev,
.posts-nav .next {
	width: 40%;
	font-size: 14px;
}

.posts-nav .prev {
	float: left;
}

.posts-nav .next {
	float: right;
	text-align: right;
}

.posts-nav a {
	position: relative;
	padding: 0 15px;
}

.posts-nav .next a:after {
	position: absolute;
	margin-top: -1px;
	margin-left: 4px;
	font-size: 17px;
	content: "»";
}

.posts-nav .prev a:before {
	position: absolute;
	left: 0;
	margin-top: -1px;
	margin-right: 4px;
	font-size: 17px;
	content: "«";
}

/* WordPress Default Styling */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	padding: 5px 3px 0 3px;
	max-width: 96%; /* Image does not overflow the content area */
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
	margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	height: auto;
	max-width: 98.5%;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
	display: block;
	position: relative;
	overflow: hidden;
}

.ir span {
	display: block;
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
	cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
.spacingheader {
 padding-top:20px;}


/* 2.2 Header
------------------------------------------------------------------------------*/

.header {
	padding: 15px 0 0 0;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%);
}

.ie8 .header {
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}

.header .site-name {
	float: left;
	width: 159px;
	height: 80px;
}

.quick-area {
	float: right;
}

.top-nav {
	float: left;
	margin: 6px 23px 6px 0;
	font-size: 12px;
}

.top-nav li {
	float: left;
	margin-left: 8px;
}

.top-nav li:first-child {
	margin-left: 0;
}

.top-nav a {
	display: block;
	padding-left: 26px;
	line-height: 20px;
	font-weight: normal;
	background: url(/~/media/Images/CSS/common/sprite_top-nav.ashx) -999em -999em no-repeat;
	color: #919191;
}

.top-nav .offices a {
	background-position: 0 -60px;
}

.top-nav .login a {
	background-position: 0 -30px;
}

.top-nav .contact a {
	background-position: 0 0;
}

.header .search,
.entry-content .search {
	float: right;
	width: 219px;
}

.entry-content .search {
	float: none;
}

.entry-content .search fieldset {
	margin: 0 0 20px;
}

.header .search button,
.entry-content .search button {
	float: right;
	height: 31px;
	width: 30px;
	border: 0;
	text-indent: -32766px;
	background: #91af05 url(/~/media/Images/CSS/common/ico_search.ashx) center center no-repeat;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.header .search button:active,
.header .search button:focus,
.header .search button:hover,
.entry-content .search button:active,
.entry-content .search button:focus,
.entry-content .search button:hover {
	background-color: #799c00;
}

.header .search input,
.entry-content .search input {
	float: left;
	width: 170px;
	margin: 0;
	padding: 7px 9px;
	height: 15px;
	border: 1px solid #ccc;
	border-right: 0;
	line-height: 15px;
	-moz-appearance:textfield;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.header .search input::-webkit-search-decoration,
.header .search input::-webkit-search-cancel-button,
.header .search input::-webkit-search-results-button,
.header .search input::-webkit-search-results-decoration,
.entry-content .search input::-webkit-search-decoration,
.entry-content .search input::-webkit-search-cancel-button,
.entry-content .search input::-webkit-search-results-button,
.entry-content .search input::-webkit-search-results-decoration {
	display:none;
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/

.navigation {
	position: relative;
	z-index: 2;
	height: 44px;
	font-family: MuseoSans-700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #000 url(/~/media/Images/CSS/common/bg_navigation.ashx) center 0 no-repeat;
}

.oldie .navigation {
	letter-spacing: 0;
}

.navigation .menu {
	height: 44px;
	overflow: hidden;
	margin-right: -10px;
}

.navigation li {
	float: left;
	margin-left: 24px;
}

.navigation li:first-child {
	margin-left: 0;
}

.navigation a {
	display: block;
	padding: 17px 0 11px;
	font-weight: normal;
	color: #fff;
}

.navigation a:active,
.navigation a:hover,
.navigation a:focus,
.navigation .current-menu-item > a {
	text-decoration: none;
	color: #c1e02d;
}

.navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: -9999em;
	margin-left: -10px;
	margin-right: -10px;
	padding: 5px 20px 20px;
	border: 10px solid #000;
	border-top: 0;
	border-image: url(/~/media/Images/CSS/common/bg_dropdown.ashx) 10 repeat;
	text-transform: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	background: #e5e8e7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZThlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e8e7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e8e7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e8e7 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e8e7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e8e7 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e5e8e7 0%,#ffffff 100%);
	-moz-box-shadow: 0 0 35px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.6);
	box-shadow: 0 0 35px rgba(0,0,0,0.6);
}

.navigation .sub-menu-open .sub-menu {
	left: auto;
}

.oldie .navigation .sub-menu {
	background: #e5e8e7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e8e7', endColorstr='#ffffff',GradientType=0 );
}

.navigation .sub-menu li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.navigation .sub-menu a {
	padding: 0;
	border-bottom: 1px solid #a4a4a4;
	line-height: 37px;
	font-weight: bold;
	white-space: nowrap;
	color: #353434;
}

.navigation .sub-menu a:active,
.navigation .sub-menu a:focus,
.navigation .sub-menu a:hover {
	color: #3C87CF;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

.main {
	background: url(/~/media/Images/CSS/common/bg_main.ashx) center 0 no-repeat;
}

.breadcrumbs {
	padding-top: 18px;
}

.breadcrumbs li {
	float: left;
	margin-left: 4px;
}

.breadcrumbs li:first-child {
	margin-left: 0;
}

.breadcrumbs a,
.breadcrumbs span {
	position: relative;
	display: block;
	height: 17px;
	padding: 4px 13px;
	margin: 0 11px 0 0;
	border: 1px solid #e2d9ca;
	border-width: 1px 0;
	font-size: 13px;
	font-weight: normal;
	background: rgba(255,255,255,0.41);
}

.breadcrumbs a:active,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
	text-decoration: none;
	color: #91AF05;
}

.breadcrumbs a:before,
.breadcrumbs span:before,
.breadcrumbs a:after,
.breadcrumbs span:after {
	position: absolute;
	top: -1px;
	left: -11px;
	display: block;
	width: 11px;
	height: 27px;
	content: " ";
	background: url(/~/media/Images/CSS/common/sprite_breadcrumbs.ashx);
}

.breadcrumbs a:after,
.breadcrumbs span:after {
	left: 100%;
}

.breadcrumbs span:before {
	background-position: -30px 0;
}

.breadcrumbs a:after {
	background-position: -15px 0;
}

.breadcrumbs span:after {
	background-position: -45px 0;
}

.breadcrumbs li:first-child a,
.breadcrumbs li:first-child span {
	border-width: 1px 0 1px 1px;
}

.breadcrumbs li:first-child a:before,
.breadcrumbs li:first-child span:before {
	display: none;
}

.breadcrumbs span {
	background: rgba(255,255,255,0.58);
	color: #404040;
}

.oldie .breadcrumbs a {
	background: url(/~/media/Images/CSS/common/bg_white-41.ashx);
}

.oldie .breadcrumbs span {
	background: url(/~/media/Images/CSS/common/bg_white-58.ashx);
}

.inner-page {
	padding: 30px 0 35px;
}

.page-header {
	clear: both;
	padding-bottom: 50px;
}

.page-header h1 {
	float: left;
	padding: 10px 15px;
	font-family: MuseoSans-100;
	font-size: 58px;
	line-height: 50px;
	text-transform: uppercase;
	background: #b739ff url(/~/media/Images/CSS/common/bg_color-b.ashx);
	color: #fff;
}
/*
.windows .page-header h1 {
	padding:10px 15px;
}

.ie9 .windows .page-header h1 {
	padding: 13px 15px 0;
}*/

.page-header h2 {
	clear: both;
	float: left;
	padding: 4px 15px 0;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	background: #fff;
	color: #404040;
}

.navigation-sidebar ~ .entry-content {
	margin-left: 245px;
}

.blog-sidebar ~ .entry-content {
	margin-right: 265px;
}

.entry-content section ~ section {
	margin-top: 20px;
}

/* Case studies */

/*.entry-content .case-studies*/ 
.entry-content .case-studies li {
	background: transparent;
	padding: 0;
}

.case-studies ul {
	margin-top: 10px;
	margin-bottom: 0;
}

.case-studies li {
	float: left;
	width: 33.33%;
}

.case-studies {
	margin: 0 -12px;
}

.case-studies .case,
.case-studies .callout {
	margin: 0 12px;
}

.navigation-sidebar ~ .entry-content .case-studies {
	margin: 0 -6px;
}

.navigation-sidebar ~ .entry-content .case-studies .case,
.navigation-sidebar ~ .entry-content .case-studies .callout {
	margin: 0 6px;
}

 .case h4, .entry-content .case h4 {
	margin-left: 9px;
	margin-right: 9px;
	padding: 5px 0;
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
}

.case .more {
	margin-top: 24px;
	letter-spacing: normal;
}

.case .more a {
	display: block;
	padding: 6px 9px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background: #69a1d6;
	color: #fff;
}

.case .more a:after {
	margin-top: -1px;
	font-size: 15px;
	font-weight: normal;
}

.case .more a:active,
.case .more a:focus,
.case .more a:hover,
.btn-a:active, .btn-a:focus, .btn-a:hover {
	text-decoration: none;
	border-bottom: 0;
	background-color: #3579b9;
}

.ie8 .case .more a:hover .fake,
.ie9 .case .more a:hover .fake {
	text-decoration: none;
}

.box {
	padding: 0 9px 9px;
	border: 1px solid #e2e2e2;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.box-img {
	margin: -1px -10px 0;
}

.box-img img {
	display: block;
	width: 100%;
	height: auto !important;
}

.box p, .entry-content .box p {
	margin-left: 9px;
	margin-right: 9px;
}

.btn-a:active, .btn-a:focus, .btn-a:hover {
	color: #fff;
}

.single div.sharedaddy,
.single #content div.sharedaddy,
.single #main div.sharedaddy {
	float: left;
	width: 100%;
	clear: none;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

/* General sidebar styles */
.navigation-sidebar {
	float: left;
	width: 245px;
}

.content-sidebar,
.inner-sidebar,
.blog-sidebar {
	float: right;
	width: 265px;
	line-height: 20px;
	color: #393939;
}

.navigation-sidebar > ul {
	margin-right: 20px;
}

.content-sidebar > ul,
.inner-sidebar > ul,
.blog-sidebar > section {
	margin-left: 32px;
}

.widget-container,
.blog-sidebar > section {
	margin-bottom: 20px;
}

.inner-sidebar .widget-container {
	padding: 0;
	background: transparent;
}

.more {
	font-size: 16px;
	margin-bottom: 15px;
}

p.more {
	margin-top: -20px;
}

.more a {
	position: relative;
}

.case .more {
	margin:0;
}

.ie8 .more a:hover,
.ie9 .more a:hover,
.ie8 .related-header a:hover,
.ie9 .related-header a:hover,
.ie8 .callouts a:hover,
.ie9 .callouts a:hover,
.ie8 .tools .links a:hover,
.ie9 .tools .links a:hover,
.ie8 .benefits .example a:hover,
.ie9 .benefits .example a:hover {
	text-decoration: none;
}

.ie8 .more a:hover .fake,
.ie9 .more a:hover .fake,
.ie8 .related-header a:hover .fake,
.ie9 .related-header a:hover .fake,
.ie8 .callouts a:hover .fake,
.ie9 .callouts a:hover .fake,
.ie8 .tools .links a:hover .fake,
.ie9 .tools .links a:hover .fake,
.ie8 .benefits .example a:hover .fake,
.ie9 .benefits .example a:hover .fake {
	text-decoration: underline;
}

.more a:after {
	/*position: absolute;*/
	width: 9px;
	height: 19px;
	margin-left: 4px;
	font-size: 17px;
	content: "»";
}

/* Callout */
.callout {
	padding: 24px 12px;
	border: 10px solid #91af05;
	font-size: 14px;
	background: #fff;
	color: #393939;
}

.callout blockquote {
	margin: -20px 0 8px -12px;
	padding: 20px 0 0 12px;
	font-size: 15px;
	line-height: 25px;
	font-style: normal;
	background: url(/~/media/Images/CSS/common/bg_quote.ashx) 6px 10px no-repeat;
}

.callout .author {
	margin-bottom: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #3f3f3f;
}

.callout h5 {
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #91af05;
}

.callout h6 {
	margin: 0 0 6px 0;
	font-weight: bold;
}

.callout p {
	margin-bottom: 16px;
}

.callout .btn {
	margin-right: -4px;
}

/* Bottom callouts */
.bottom-callouts {
	margin-left: 245px;
	width: 720px;
	line-height: 20px;
}

.bottom-callouts ul {
	float: left;
	margin-left: -20px;
}

.bottom-callouts li {
	float: left;
	margin: 10px 0 10px 20px;
	width: 350px;
}

.bottom-callouts .callout {
	min-height: 133px;
}

.bottom-callouts .callout h5 {
	font-size: 14px;
}

.bottom-callouts .callout p {
	margin-bottom: 20px;
}

.bottom-callouts .find-out {
	font-size: 15px;
	max-width: 255px;
}

.entry-content .bottom-callouts li {
	padding: 0;
	background: none;
}

/* Buttons */
.btn,
.blog-sidebar input[type="submit"] {
	display: inline-block;
	overflow: visible;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

button.btn::-moz-focus-inner { 
	border: 0;
	padding: 0;
	outline: 0;
}

.btn-a {
	padding: 2px 6px 4px;
	background-color: #4b8dcb;
}

.ie8 .btn-a {
	letter-spacing: -1px;
}

.bottom-callouts p ~ .btn-a {
	margin-top: -5px;
}

.btn-a:after {
	position: relative;
	top: 1px;
	font-size: 20px;
	font-weight: normal;
	content: ' »';
}

.btn-b:before,
.btn-c:before {
	font-size: 20px;
	font-weight: normal;
	content: '« ';
}

.btn-d:after {
	font-size: 20px;
	font-weight: normal;
	content: ' »';
}

.btn-b,
.btn-d {
	padding: 5px 10px;
	background-color: #ab37f1;
}

.btn-b:hover, .btn-b:active, .btn-b:focus,
.btn-d:hover, .btn-d:active, .btn-d:focus {
	color: #fff;
	text-decoration: none;
	background-color: #8b19cf;
}

.btn-c,
.blog-sidebar input[type="submit"] {
	padding: 5px 10px;
	background-color: #91af05;
}

.btn-c:hover, .btn-c:active, .btn-c:focus {
	color: #fff;
	text-decoration: none;
	background-color: #799C00;
}

/* Gray box */
.highlight,
.sidebar-widget-menu {
	padding: 16px;
	border: 1px solid #fff;
	background: #f3f3f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%,#e9e9e9 100%);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
}

.oldie .highlight,
.oldie .sidebar-widget-menu {
	background: #f3f3f3;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e9e9e9',GradientType=0 );
}

.highlight h1,
.sidebar-widget-menu h3 {
	margin: -17px -17px 16px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background: url(/~/media/Images/CSS/common/bg_box-h4.ashx);
	color: #fff;
}

.sidebar-widget-menu h3 a {
	color: #fff;
}

.highlight h2 {
	margin-bottom: 5px;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #223547;
}

.highlight h3 {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #91af05;
}

.highlight img {
	display: block;
	margin: -16px -17px 16px;
}

.highlight li {
	margin-top: 21px;
	padding-left: 18px;
	background: url(/~/media/Images/CSS/common/bullet_blue-big.ashx) 2px 7px no-repeat;
}

.member {
	margin-bottom: 10px;
}

.member .role {
	font-style: italic;
}

/* Navigation menu */
.navigation-sidebar .menu {
	font-size: 15px;
	text-transform: uppercase;
}

.navigation-sidebar .menu > li {
	float: left;
	clear: both;
	margin-top: 3px;
	padding: 9px 12px;
	max-width: 199px;
	border: 1px solid #e5d9ca;
	background: rgba(255,255,255,0.41);
}

.oldie .navigation-sidebar .menu > li {
	background: url(/~/media/Images/CSS/common/bg_white-41.ashx);
}

.navigation-sidebar .menu a {
	color: #315e95;
}

.navigation-sidebar .menu a:active,
.navigation-sidebar .menu a:hover,
.navigation-sidebar .menu a:focus {
	text-decoration: none;
	color: #91AF05;
}

.navigation-sidebar .menu .current-menu-item > a,
.navigation-sidebar .menu .current-menu-parent > a {
	color: #91af05;
}

.navigation-sidebar .menu .sub-menu {
	margin-top: 14px;
	text-transform: none;
}

.navigation-sidebar .menu .sub-menu li {
	margin-top: 7px;
	padding-left: 13px;
	max-width: 186px;
	background: url(/~/media/Images/CSS/common/bullet_green.ashx) 0 8px no-repeat;
}

.navigation-sidebar .menu .sub-menu a {
	color: #636363;
	text-transform: capitalize;
}

.navigation-sidebar .menu .sub-menu a:active,
.navigation-sidebar .menu .sub-menu a:hover,
.navigation-sidebar .menu .sub-menu a:focus,
.navigation-sidebar .menu .sub-menu .current-menu-item > a {
	color: #4787C7;
}

.jetpack_subscription_widget p {
	margin-top: 10px;
}

.jetpack_subscription_widget p:first-child {
	margin-top: 0;
}

.jetpack-image-container .wp-caption {
	margin: 0;
	border: 0;
	font-size: 11px;
	text-align: center;
	background: transparent;
}

.sidebar-widget-menu > .tweets {
	margin-bottom: 1em;
}

.sidebar-widget-menu > .tweets > li {
	margin-top: 10px;
	padding-left: 0;
	background: transparent;
}

.sidebar-widget-menu > .tweets > li:first-child {
	margin-top: 0;
}

.tweets .timesince {
	display: block;
	font-size: 11px;
	font-style: italic;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

.footer {
	clear: both;
	padding: 15px 0 20px;
	font-size: 12px;
	/*background: #e6e6e6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%);*/
	color: #818181;
}

.non-link-text {
    color: #4787c7;
    font-weight: bold;
}

.ie8 .footer {
	background: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}

.global-links h4 {
	background: url(/images/bg_world.png) no-repeat scroll 100% center transparent;
    color: #313131;
    float: left;
    font-family: MuseoSlab-700;
    font-size: 14px;
    line-height: 23px;
    padding-right: 60px;
    margin-bottom:15px;
    text-transform: uppercase;
}

.global-links ul {
	clear:left;
}

.global-links li, .quick-nav li {
	float: left; 
	display:block;
	font-size: 14px;
	line-height:15px;
	padding:0 12px;
	margin-bottom:8px;
	border-left: 2px solid #a8a8a8;
}

.quick-nav {
	margin-top:20px;
}

.quick-nav li {
	padding:0 8px;
	font-size: 11px;
	line-height: 12px;
	border-left: 1px solid #a8a8a8;
}

.global-links li:first-child,
.global-links li:nth-last-child(2),
.quick-nav li:first-child {
	padding-left: 0;
	border-left:none;
}

.global-links li:nth-last-child(2) {
	clear:left;
}

/*.global-links h4 {
	float: left;
	padding-right: 60px;
	font-size: 14px;
	font-family: MuseoSlab-700;
	line-height: 23px;
	text-transform: uppercase;
	background: url(/~/media/Images/CSS/common/bg_world.ashx) 100% center no-repeat;
	color: #313131;
}

.global-links ul {
	clear: both;
	font-size: 15px;
}

.oldie .global-links ul {
	letter-spacing: -1px;
}

.global-links li,
.quick-nav li {
	float: left;
	height: 11px;
	margin: 14px 0 0 14px;
	padding-left: 14px;
	border-left: 1px solid #a8a8a8;
}

.global-links .first-in-line,
.quick-nav .first-in-line {
	clear: left;
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.global-links a {
	position: relative;
	top: -4px;
}

.quick-nav ul {
	margin-top: 24px;
}

.quick-nav a {
	position: relative;
	top: -2px;
	font-weight: normal;
}*/

.copyright {
	margin-top: 14px;
	float: left;
}

.copyright p {
	margin-top: 4px;
}

.internet {
	float: right;
	margin-top: 20px;
}

.certificate {
	float: left;
}

.social {
	margin-left: 97px;
}

.social li {
	float: left;
	margin-left: 9px;
}

.social a {

}

.social .linkedin {
	background-position: 0 0;
}

.social .facebook {
	background-position: -37px 0;
}

.social .twitter {
	background-position: -74px 0;
}


/* 2.7 Forms
------------------------------------------------------------------------------*/

.custom-select {
	position: relative;
	max-width: 292px;
}

.custom-select.open {
	z-index: 100;
}

.hidden-form-field {
    visibility: hidden;
    width: 0px;
}

.custom-select .current-selected {
	position: relative;
	z-index: 1;
	display: block;
	padding: 6px 36px 6px 12px;
	height: 20px;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff url(/~/media/Images/CSS/common/bg_select.ashx) 100% center no-repeat;
	color: #393939;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.custom-select .custom-select-wrapper {
	position: absolute;
	left: -9999em;
	margin-top: -7px;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.custom-select.open .custom-select-wrapper {
	left: 0;
	right: 0;
}

.custom-select .custom-select-wrapper ul {
	margin: 0;
}

.custom-select .custom-select-wrapper li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	background: transparent;
}

.custom-select .custom-select-wrapper li:first-child {
	border-top: 0;
}

.custom-select .custom-select-wrapper a {
	display: block;
	padding: 4px 0;
	font-weight: normal;
	color: #686767;
}

.checkbox,
.radio {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px 0 0;
	text-decoration: none;
	background: url(/~/media/Images/CSS/common/sprite_forms.ashx);
}

.checkbox.checkbox-checked {
	background-position: 0 -31px;
}

.radio {
	background-position: 0 -61px;
}

.radio.radio-checked {
	background-position: 0 -91px;
}

.entry-content fieldset {
	/*margin: 20px 34px 24px;*/
	margin:20px 0 0 24px;
}

.entry-content .form-section-inquiry-closeout {
	margin-top: 0; 
}

 .entry-content .form-help,
 .entry-content .form-section-inquiry-jobs,
 .entry-content .form-section-inquiry-billing,
 .entry-content .form-section-inquiry-events,
 .entry-content .form-section-inquiry-closeout-buy {
 	margin-top:0;
 	margin-bottom: 20px;
 }

.entry-content .form-section-inquiry-partner {
	margin-bottom: 20px;
}

.entry-content .form-contents .buttons {
	margin-top: 0px;
}

.entry-content fieldset:first-child {
	margin-top: 0;
}

.entry-content fieldset ul {
	margin-bottom: 0;
}

.entry-content fieldset ul li {
	float: left;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}

.entry-content fieldset ul li:first-child,
.entry-content fieldset ul .col:first-child + .col {
	margin-top: 0;
}

.entry-content fieldset ul .col:first-child + .first-in-row {
	margin-top: 32px;
}

.entry-content fieldset .col {
	float: left;
	margin-left: 6%;
	width: 47%;
}

.entry-content fieldset .col:first-child,
.entry-content fieldset .col.first-in-row {
	margin-left: 0;
	clear: left;
}

.entry-content fieldset label {
	font-size: 14px;
	font-weight: bold;
	color: #393939;
}

.entry-content .basic label {
	float: left;
	display: block;
	max-width: 105px;
	padding: 8px 0;
}

.entry-content .basic ul li {
	margin-top: 12px;
}

.entry-content .basic .field {
	margin-top: 0;
	margin-left: 112px;
}

.entry-content .field {
	margin-top: 10px;
}

.entry-content .field input[type="text"],
.entry-content .field input[type="email"],
.entry-content .field textarea {
	margin: 0;
	padding: 7px 12px;
	width: 262px;
	border: 1px solid #ccc;
	font-size: 13px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.entry-content .basic .field input[type="text"],
.entry-content .basic .field input[type="email"] {
	width: 150px;
}

.blog-sidebar input[type="text"] {
	margin: 0;
	padding: 7px 12px !important;
	width: 173px !important;
	border: 1px solid #CCC;
	font-size: 13px;
	background: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.entry-content .field textarea {
	display: block;
	width: 587px;
	padding: 15px 12px;
	margin-top:0;
}

.entry-content fieldset .options {
	margin-top: 0;
	margin-left: 45px;
}

.entry-content fieldset .options li {
	margin-top: 10px;
	height: 20px;
}

.entry-content fieldset .options label {
	font-size: 13px;
	font-weight: normal;
}

.entry-content label.required:after {
	position: relative;
	top: -4px;
	display: inline;
	margin-left: 2px;
	font-family: MuseoSlab-700;
	font-size: 18px;
	line-height: 18px;
	color: #7b31a6;
	content: '*';
}

.entry-content h3 {
	padding:0 0 10px 0;
	margin:0;
}

.entry-content h4 {
	padding:0 0 10px 0;
	margin:0;
}

.entry-content p {
	padding:0 0 15px 0;
	margin:0;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home Page
------------------------------------------------------------------------------*/

/*.home .navigation {
	background-image: url(/~/media/Images/CSS/home/bg_navigation.ashx);
}
*/
/* Banner section */
.banner {
	height: 395px;
	background: url(/~/media/Images/CSS/home/bg_banner.ashx) center 0 no-repeat;
}

.banner .catchphrase {
	float: left;
	position: relative;
	z-index: 1;
	/*AP CHANGES*/ width:952px; padding-top: 0px;
	height: 395px;
}

.banner .catchphrase .slide {
	width: 100%;
	height: 100%;
}

.banner .catchphrase img {
	display: none;
	position: absolute;
	top: 99px;
	left: 0;
	pointer-events: none;
	/*AP CHANGES */ z-index: 20;
}

.banner .catchphrase img:first-child {
	display: block;
}

.banner .featured {
	width: 444px;
	/*AP CHANGES*/ position: absolute; right:0; z-index: 10;
}

.banner .featured h2 {
	float: left;
	padding-bottom: 5px;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #44716c;
}

.banner .featured h2 strong {
	font-family: MuseoSlab-700;
	font-weight: normal;
}

.banner .featured .more {
	float: right;
	padding-bottom: 5px;
}

.banner .featured .more a {
	position: relative;
	margin-right: 12px;
}

.banner .featured .more a:after {
	position: absolute;
	right: -12px;
	top: 0;
	margin-top: -1px;
	margin-left: 4px;
	color: #a6a01b;
	content: "»";
}

.banner .featured iframe {
	display: block;
}

.banner .featured.video {
	padding-top: 30px;
}

.banner .featured .video-box {
	clear: both;
	border: 8px solid #000;
}

.banner .slideCallout {
	margin-top: 63px;
	background-color: rgba(255, 255, 255, .2);
}

.banner .slideCallout article {
	height: 240px;
	padding:15px;
	margin:10px;
	background:url(/~/media/Images/CSS/common/bg_color-d.ashx) repeat;
}

.banner .slideCallout article img {
	position: static;
	display: block;
	float: right;
	margin-left: 20px;
	border:6px solid #bcbcbc;
}

.banner .slideCallout article h2 {
	float: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #91af05;
	font-size: 23px;
	text-transform: none;
	padding-bottom: 15px;
}

.banner .slideCallout article p {
	line-height: 1.5;
}

.banner .slideCallout article .more {
	float: none;
	padding-top: 5px;
	padding-bottom: 0;
}

.inner-sidebar .more {
	font-size: 14px;
}


/* ---------------- New Homepage ----------------- */
.clear { clear:both; }
.homeWrapper { width:960px; margin:0 auto 50px auto; }
.homeWrapper a { color:#315e95; }
.homeWrapper .homeBtn { display: inline-block; padding:5px 10px; color:#fff; font-size: 15px; line-height: 22px; font-weight: bold; background: #b739ff; }
.homeWrapper .homeBtn:hover { text-decoration: none; background:#8b19cf; }
.homeWrapper .homeBtn:after { content: " »"; }
.homeWrapper h3 { font-family: MuseoSlab-700; font-size: 22px; line-height: 24px;  text-transform: uppercase; color:#000;}
.homeWrapper h3 strong { font-family: MuseoSlab-1000; font-weight: normal; }
.homeWrapper p { color:#393939; font-size: 15px; line-height: 22px; padding-bottom: 20px; }

#homeSlider { position: relative; height:340px; z-index: 10; }
#homeSlider .slide { display: none; position: absolute; left:0; top:0; width:960px; clear: both; padding-top: 30px; /*background:none !important; filter:none !important;*/ }
#homeSlider .slide .content { width:575px; }
#homeSlider .slide aside { width:385px; }
#homeSlider .slide h1 { font-family: MuseoSlab-700; font-size: 51px; line-height: 53px; color: #232323; padding-bottom: 20px; }
#homeSlider .slide h2 { display: inline-block; font-family: MuseoSans-100; font-size: 41px; line-height: 30px; color: #fff; text-transform: uppercase; padding:15px; margin-bottom: 1px; background: #b739ff url(/~/media/Images/CSS/common/bg_color-b.ashx); }
#homeSlider .slide .sliderBtn { display:inline-block; font-family: MuseoSans-700;  font-size: 20px; line-height: 22px; color: #afa90f; text-transform: uppercase; padding:7px 45px 7px 0; background:url(/images/homeSliderBtn.png) no-repeat right 0; }
#homeSlider .slide .sliderBtn:hover { text-decoration: none; color:#8e9305; background-position: right -46px; }

#homeSlider .slideLayout1 { padding-top: 50px; }
#homeSlider .slideLayout1 h1 { padding-top:20px; }
#homeSlider .slideLayout1 .sliderBtn { float: right; margin-top:15px; }
#homeSlider .slideLayout1 aside { float: right; }
#homeSlider .slideLayout1 aside img { float: right; }

#homeSlider .slideLayout2 { padding-top: 50px; }
#homeSlider .slideLayout2 .content { float: right; }
#homeSlider .slideLayout2 aside { float: left; width:385px;} 
#homeSlider .slideLayout2 .sliderBtn { float: right; margin-top:15px; }

#homeSlider .slideLayout3 { position: relative; text-align: center; padding-top: 100px; }
#homeSlider .slideLayout3 .sliderBtn { padding-left:40px; }

#homeSlider .slideLayout4 { padding-top: 50px; }

#homeSlider .slideLayout5 { padding-top:85px; }
#homeSlider .slideLayout5 .content { float: right; }
#homeSlider .slideLayout5 aside { float: left; width:385px;} 
#homeSlider .slideLayout5 .sliderBtn { float: right; margin-top:15px; }

.homeSliderNav { text-align: center; position: relative; z-index: 888; }
.homeSliderNav a { display:inline-block; width:20px; height:20px; text-indent: -9999px; margin-left:5px; background:#afafaf; border-radius: 50px; }
.homeSliderNav a:hover, .homeSliderNav a.activeSlide { background:#b748f6; }
.homeSliderNav a:first-child { margin-left:0; }

.homeEBuckets { padding:30px 0; margin:10px 0; border:1px solid #e5d9ca; }
.homeEBuckets article { float: left; width:279px; padding:0 20px; }
.homeEBuckets h2 { font-family: MuseoSans-100; font-size: 50px; line-height: 54px; color:#b739ff; padding-bottom: 5px; }
.homeEBuckets h3 { font-size: 18px; padding-bottom:5px; }
.homeEBuckets li { display: block; float: left; font-size: 16px; line-height: 22px; padding-right: 10px; }
.homeEBuckets li:first-child { padding-right:95px; }
.homeEBuckets li a:after { content: " »"; color:#7ebbf5; }

.homeEBuckets .colFirst h2 { color:#afa90f; }
.homeEBuckets .colFirst .homeBtn { background:#afa90f; }
.homeEBuckets .colFirst .homeBtn:hover { background:#8e9305; }
.homeEBuckets .colLast h2 { color:#75b7f5; }
.homeEBuckets .colLast h3 { letter-spacing: -.5px; }
.homeEBuckets .colLast .homeBtn { background:#75B7F5; }
.homeEBuckets .colLast .homeBtn:hover { background:#5d99d2; }

.homeBucketTools { float: left; width:250px; padding:30px 30px 10px 30px; margin-right: 10px; background: #f4fdfb; border:1px solid #d2ced5; }
.homeBucketTools h3 { padding-bottom: 30px; }
.homeBucketTools li a:after { content: " »"; color:#7ebbf5; }
.homeBucketInsights { float: right; width:576px; padding:30px 30px 10px 30px; background: #f4fdfb; border:1px solid #d2ced5; }
.homeBucketInsights h3 { padding-bottom:15px;  }
.homeBucketInsights ul > li { float: left; width:285px; }
.homeBucketInsights ul > li:first-child { width:250px; margin-right:40px; }
.homeBucketInsights ul > li div { margin-bottom: 15px; }
.homeBucketInsights p { padding-bottom:0; }
/* ---------------- END New Homepage ----------------- */

/* Callouts section */
.callouts {
	padding: 40px 0 35px;
	font-size: 15px;
	line-height: 22px;
	background: #0d2337 url(/~/media/Images/CSS/home/bg_callouts.ashx);
	color: #c5c5c5;
}

.home .callouts {
	padding:25px 0 25px;
}

.callouts .single {
	float: left;
	width: 300px;
	margin-left: 30px;
}

.callouts .single:first-child {
	margin-left: 0;
}

.callouts h2 {
	font-size: 19px;
	line-height: 32px;
	font-family: MuseoSlab-900;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

.callouts h2 em {
	display: block;
	margin-left: -5px;
	font-size: 50px;
	font-family: MuseoSans-100;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -3px;
}

.callouts .color-a h2 em {
	color: #91af05;
}

.callouts .color-b h2 em {
	color: #b739ff;
}

.callouts .color-c h2 em {
	color: #75b7f5;
}

.callouts a {
	position: relative;
	color: #75b7f5;
}

.callouts a:after {
	position: absolute;
	margin-left: 4px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	content: "»";
}

.callouts .action {
	margin-top: 20px;
	height: 32px;
}

.action .btn {
	position: absolute;
	left: auto;
	bottom: 0;
	border: 1px solid #fff;
	padding: 4px 30px 4px 8px;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d8d8d8 100%);
	color: #4787c7;
}

.oldie .action .btn {
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
}

.action .btn:active,
.action .btn:hover,
.action .btn:focus {
	text-decoration: none;
}

.action .btn:after {
	top: -1px;
	left: auto;
	right: -1px;
	display: block;
	width: 23px;
	height: 32px;
	margin-left: 0;
	line-height: 28px;
	text-align: center;
	background: #75B7F5;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.action .btn:active:after,
.action .btn:focus:after,
.action .btn:hover:after {
	background: #4787C7;
}

.color-a .action .btn:after {
	background: #91af05;
}

.color-a .action .btn:active:after,
.color-a .action .btn:focus:after,
.color-a .action .btn:hover:after {
	background: #799c00;
}

.color-b .action .btn:after {
	background: #B739FF;
}

.color-b .action .btn:active:after,
.color-b .action .btn:focus:after,
.color-b .action .btn:hover:after {
	background: #8b19cf;
}

.callouts .links {
	margin-top: 8px;
}

.callouts .links li {
	float: left;
	width: 50%;
	margin-top: 6px;
}

/* Buckets section */
.buckets {
	padding: 35px 0;
	background: #cad9e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZDllNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cad9e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cad9e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #cad9e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #cad9e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #cad9e5 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #cad9e5 0%,#ffffff 100%);
}

.oldie .buckets {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad9e5', endColorstr='#ffffff',GradientType=0 );
}

.buckets h4 {
	margin-bottom: 10px;
	font-family: MuseoSlab-700;
	font-size: 23px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
}

.buckets h4 strong {
	font-family: MuseoSlab-1000;
	font-weight: normal;
}

.buckets .tools {
	float: left;
	width: 300px;
	line-height: 20px;
}

.tools p {
	margin-right: 10px;
}

.tools .links {
	margin-top: 12px;
	font-size: 15px;
}

.oldie .tools .links {
	letter-spacing: -1px;
}

.tools .links li {
	margin-top: 14px;
}

.tools .links a {
	position: relative;
}

.tools .links a:after {
	position: absolute;
	margin-left: 4px;
	font-size: 17px;
	content: "»";
}

.buckets .latest-news {
	float: right;
	width: 630px;
	line-height: 20px;
}

.latest-news > ul {
	position: relative;
	margin-top: 20px;
}

.latest-news .newest {
	float: left;
	width: 300px;
	margin-left: 0;
	margin-top: 0;
	font-size: 14px;
}

.latest-news li {
	margin-left: 330px;
	margin-top: 10px;
}

.latest-news .newest + li {
	margin-top: 0;
}

.latest-news .news {
	min-height: 111px;
}

.latest-news .newest .news {
	min-height: 243px;
}

.news h5 {
	margin: 18px 9px 0;
}

.news p {
	margin-top: 18px;
}

.news .meta {
	margin: 0 9px 9px;
	font-style: italic;
}

.news .more {
	margin: 0 9px 9px;
	font-size: 13px;
}

.oldie .news .more {
	margin-right: -10px;
}

.news .more a::after {
	font-size: 16px;
}


/* 3.2 Links Landing Page (How We Work)
------------------------------------------------------------------------------*/

.entry-content .benefits {
	margin-top: 16px;
}

.entry-content .benefits li {
	overflow: hidden;
	padding: 0;
	background: transparent;
}

.benefits .desc {
	float: left;
	width: 285px;
}

.benefits .example {
	float: left;
	margin-left: 30px;
	width: 120px;
	font-size: 14px;
}

.benefits h5 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.benefits h5 a {
	position: relative;
}

.benefits h5 a:after {
	position: absolute;
	margin-left: 4px;
	content: '»';
}

.benefits .example strong {
	display: block;
}

.benefits .example h6 {
	margin-bottom: 24px;
	color: #91af05;
}

.benefits .example a {
	position: relative;
}

.benefits .example a:after {
	position: absolute;
	margin-top: -1px;
	margin-left: 4px;
	font-size: 17px;
	content: '»';
}


/* 3.3 Why Active Landing Page
------------------------------------------------------------------------------*/

.entry-content .has-more {
	position: relative;
	padding-right: 275px;
}
.rsb {
    /* fix for overlapping content */
    z-index:99;position:relative;
}
.entry-content .has-more h3 {
	/*margin: 0;*/
	font-size: 22px;
	line-height: 24px;
}

.entry-content .has-more h4 {
	/*margin-top: 5px;
	margin-bottom: 0*/;
}

.entry-content .has-more .more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 215px;
}

.entry-content .more p {
	margin: 18px 21px 9px;
}

.entry-content .more strong {
	display: block;
	line-height: 22px;
}


/* 3.4 Success Stories Landing Page
------------------------------------------------------------------------------*/


/* 3.5 Success Story Detail Page
------------------------------------------------------------------------------*/

.share {
	position: absolute;
	top: 30px;
	right: 10px;
	height: 20px;
	max-width: 220px;
}

.share div {
	float: left;
	margin-left: 6px;
}

.share div:first-child {
	margin-left: 0;
}

.breadcrumbs ~ .share {
	top: 25px;
}

.related-header {
	margin: 90px 6px 0;
	overflow: hidden;
	border-bottom: 7px solid #0D2337;
	border-image: url(/~/media/Images/CSS/home/bg_callouts.ashx) 7 repeat;
	text-transform: uppercase;
}

.related-header h5 {
	float: left;
	margin: 0;
	padding: 12px 20px 5px;
	font-size: 14px;
	letter-spacing: 1px;
	background: #0D2337 url(/~/media/Images/CSS/home/bg_callouts.ashx);
	color: #fff;
}

.related-header a {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 14px;
	font-size: 15px;
}

.related-header a:after {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 4px;
	color: #a6a01b;
	content: "»";
}

.inner-sidebar + h4 {
	margin-top: 0;
}


/* 3.6 General Content Page
------------------------------------------------------------------------------*/


/* 3.7 Our Team Page
------------------------------------------------------------------------------*/

.btn-linkedin {
	position: relative;
	border: 1px solid #ccc;
	padding: 5px 12px 3px 42px;
	margin-right: 6px;
	font-size: 14px;
	line-height: 22px;
	background: white;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, white 0%, #D8D8D8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#D8D8D8));
	background: -webkit-linear-gradient(top, white 0%,#D8D8D8 100%);
	background: -o-linear-gradient(top, white 0%,#D8D8D8 100%);
	background: -ms-linear-gradient(top, white 0%,#D8D8D8 100%);
	background: linear-gradient(to bottom, white 0%,#D8D8D8 100%);
	color: #393939;
}

.btn-linkedin:before {
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 32px;
	height: 32px;
	background: url(/~/media/Images/CSS/team/ico_linkedin.ashx);
	content: " ";
}

.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
	text-decoration: none;
}

.team {
	margin-top: 40px;
}

.team .filters {
	font-size: 14px;
	margin-bottom: 10px;
    height:38px;
}

.team .filters ul {
	margin: 0 -7px;
}

.team .filters ul li {
	float: left;
	width: 33%;
	padding-left: 0;
	margin-bottom: 0;
	background: transparent;
}


.team .filters a {
	display: block;
	margin: 0 7px;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
	background: #B739FF url(/~/media/Images/CSS/common/bg_color-b2.ashx);
	color: #fff;
}

.team .filters a.active {
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
}

.team .filters a:active,
.team .filters a:focus,
.team .filters a:hover {
	text-decoration: none;
	background: #792ba8 url(/~/media/Images/CSS/common/bg_color-b2-hover.ashx);
}

.team .filters .active a {
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
}

.team .filters .active a:active,
.team .filters .active a:focus,
.team .filters .active a:hover {
	background: #3579B9 url(/~/media/Images/CSS/common/bg_color-c-hover.ashx);
}

.team .tiles {
	position: relative;
}

.team .tiles ul {
	margin: 0 -5px;
}

.team .tiles li {
	float: left;
	width: 135px;
	height: 135px;
	margin: 5px;
	padding: 0;
	background: #fff;
}

.team .tiles .category {
	width: 280px;
	font-family: MuseoSans-100;
	font-weight: normal;
	font-size: 46px;
	line-height: 148px;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
	color: #fff;
}
li.category {
    /*margin-top:15px !important;*/
}

.team .person {
	position: relative;
}

.team .person.overlay-open {
	z-index: 1;
}

.team .person img {
	display: block;
}

.team .person > img {
	cursor: pointer;
}

.team .person .overlay {
	position: absolute;
	left: -9999em;
	top: -9999em;
	height: 425px;
	width: 280px;
	overflow: hidden;
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
	color: #fff;
}

.team .person.overlay-open .overlay {
	left: 0;
	top: -145px;
}

.team .person.overlay-open .overlay.top {
	top: 0;
}

.team .person.overlay-open .overlay.bottom {
	top: -290px;
}

.team .person.overlay-open .overlay.right {
	left: -145px;
}

.team .person .desc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 62px 16px 18px;
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
}

.team .person img {
	width: 100%;
}

.team .person h5 {
	font-size: 20px;
	line-height: 26px;
}

.team .person .role {
	font-style: italic;
}

.team .person .bio {
	display: block;
	position: absolute;
	bottom: 16px;
	right: 8px;
	padding: 0 4px;
	border: 2px solid #fff;
	line-height: 18px;
	text-transform: uppercase;
	background: #91af05;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.team .person .bio:active,
.team .person .bio:focus,
.team .person .bio:hover {
	text-decoration: none;
	background: #779000;
}

.team .person .bio:after {
	content: ' »';
}

.team .quote {
	position: relative;
	display: block;
	height: 135px;
	overflow: hidden;
	font-size: 14px;
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
	color: #fff;
}

.team .quote:active,
.team .quote:hover,
.team .quote:focus {
	text-decoration: none;
}

/*.team .quote:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	background: #76a9d7;
	content: '»';
}*/

.team .quote.color-a {
	background: #91af05 url(/~/media/Images/CSS/common/bg_color-a.ashx);
}

.team .quote.color-a:after {
	background: #aac917;
}

.team .quote.color-b {
	background: #b739ff url(/~/media/Images/CSS/common/bg_color-b2.ashx);
}

.team .quote.color-b:after {
	background: #b245f3;
}

.team .quote.color-c {
	background: #4780B2 url(/~/media/Images/CSS/common/bg_color-c.ashx);
}

.team .quote.color-c:after {
	background: #76a9d7;
}

/*.team .quote.color-a:active,
.team .quote.color-a:focus,
.team .quote.color-a:hover {
	background: #77891e url(/~/media/Images/CSS/common/bg_color-a-hover.ashx);
}

.team .quote.color-a:active:after,
.team .quote.color-a:focus:after,
.team .quote.color-a:hover:after {
	background: #87a208;
}

.team .quote.color-b:active,
.team .quote.color-b:focus,
.team .quote.color-b:hover {
	background: #792ba8 url(/~/media/Images/CSS/common/bg_color-b2-hover.ashx);
}

.team .quote.color-b:active:after,
.team .quote.color-b:focus:after,
.team .quote.color-b:hover:after {
	background: #9726db;
}

.team .quote.color-c:active,
.team .quote.color-c:focus,
.team .quote.color-c:hover {
	background: #3579b9 url(/~/media/Images/CSS/common/bg_color-c-hover.ashx);
}

.team .quote.color-c:active:after,
.team .quote.color-c:focus:after,
.team .quote.color-c:hover:after {
	background: #5992c4;
}*/

.team .quote .qtext {
	display: block;
	padding: 28px 12px 28px 16px;
	height: 79px;
	font-family: MuseoSlab-900;
	font-weight: normal;
	background: url(/~/media/Images/CSS/team/bg_qtext-c.ashx) 8px 8px no-repeat;
}

.team .quote .qtext q:after {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 17px;
	height: 14px;
	margin-left: 4px;
	content: " ";
	background: url(/~/media/Images/CSS/team/bg_qtext-q-c.ashx) 0 1px no-repeat;
}

.team .quote.color-a .qtext {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-a.ashx);
}

.team .quote.color-a .qtext q:after {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-q-a.ashx);
}

.team .quote.color-b .qtext {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-b.ashx);
}

.team .quote.color-b .qtext q:after {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-q-b.ashx);
}

.team .quote.color-c .qtext {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-c.ashx);
}

.team .quote.color-c .qtext q:after {
	background-image: url(/~/media/Images/CSS/team/bg_qtext-q-c.ashx);
}

.biography {
	height: 570px;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.biography .photo {
	float: left;
}

.biography .desc {
	margin-left: 337px;
	padding: 25px 30px;
}

.biography h5 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #91af05;
}

.biography .role {
	margin-bottom: 20px;
	font-size: 16px;
	font-style: italic;
	color: #696969;
}


/* 3.8 News List Page
------------------------------------------------------------------------------*/
.entry-content .news-list {
	margin: 0 50px 60px 0;
}

.news-list h3 {
	margin-bottom: 0;
	letter-spacing: normal;
	font-family: MuseoSlab-700;
	font-size: 18px;
	line-height: 20px;
	color: #223547;
}

.news-list .entry-date {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #91af05;
}

.news-list .excerpt {
	font-size: 13px;
	color: #393939;
}

.news-list .excerpt p {
	margin-bottom: 0;
}

.news-list p {
	margin-bottom: 0;
}

.news-list .post-thumbnail {
	float: left;
	margin: 0 25px 25px 0;
	-moz-box-shadow: 0 1px 2px #999897;
	-webkit-box-shadow: 0 1px 2px #999897;
	box-shadow: 0 1px 2px #999897;
}

.news-list li,
.entry-content .news-list li {
	margin-bottom: 40px;
	padding-left: 0;
	overflow: hidden;
	background: none;
}

.pagination,
.pagination li {
	float: left;
}

.entry-content .pagination li {
	padding: 0;
	margin: 0 5px;
	background: none;
}

.search-content .pagination li {
	padding: 0;
	margin: 0 5px;
	background: none;
}

.pagination .previous a,
.pagination .next a {
	width: auto;
	background: none;
}

.pagination .previous a:before {
	content: '« ';
	color: #91af04;
}

.pagination .next a:after {
	content: ' »';
	color: #91af04;
} 

.pagination a {
	display: block;
	width: 22px;
	line-height: 22px;
	text-align: center;
	background-color: #b2c3dc;
}

.pagination .current a {
	color: #fff;
	background-color: #0d2337;
}


/* 3.9 News Detail Page
------------------------------------------------------------------------------*/

.entry-header {
	margin-bottom: 20px;
}

.entry-header .post-title,
.entry-header .entry-date,
.entry-header .entry-author {
	width: 420px;
}

.entry-header .entry-date,
.entry-header .entry-author {
	display: block;
}

.entry-header .post-title {
	margin-bottom: 10px;
}

.entry-header .entry-date {
	font-weight: bold;
	font-size: 14px;
}

.entry-header .entry-author {
	font-style: italic;
	font-size: 15px;
}

.entry-header .btn-b {
	float: right;
	margin-top: -40px;
}

.entry-content .about-author {
	font-style: italic;
}

.entry-footer .entry-date {
	display: block;
	font-style: italic;
	text-align: right;
}


/* 3.10 Value Demo Page
------------------------------------------------------------------------------*/

.double-heading {
	margin-bottom: 10px;
	overflow: hidden;
	text-transform: uppercase;
}

.double-box {
	margin-bottom: 20px;
	padding: 14px 0 24px;
}

.entry-content .double-box ~ .double-box {
	margin-top: 20px;
}

.double-heading .col-a,
.double-heading .col-b,
.double-box .col-a,
.double-box .col-b {
	float: left;
	padding: 0 40px;
}

.double-heading .col-a,
.double-box .col-a {
	width: 231px;
}

.double-box .col-b {
	border-left: 1px solid #d8d8d8;
	width: 320px;
}

.double-heading .col-b {
	padding-left: 41px;
	width: 320px;
}

.double-heading h4 {
	color:#91AF05;
}

.double-box h1 {
	margin-top: 14px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #7b31a7;
}

.double-box h3 {
	margin-top: 14px;
	margin-bottom: 6px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: normal;
	color:#223547;
}



.double-box p {
	margin: 0;
}

.double-box .more {
	margin-bottom: 6px;
}

.double-box .choice-results {
	margin: 0;
}

.double-box .choice-results li {
	position: absolute;
	left: -9999em;
	padding: 0;
	margin: 0;
	background: transparent;
}

.double-box .choice-results .default {
	position: static;
}


/* 3.11 Contact Us Page
------------------------------------------------------------------------------*/

.callout .links-list {
	margin: -8px 0 0;
}

.callout .links-list li,
.sidebar-widget-menu > ul > li {
	margin-bottom: 0;
	background-image: url(/~/media/Images/CSS/common/bullet_blue-big.ashx);
}


.callout .callout-description ul {
    margin: -8px 0 0;
    margin-left:3px;
}
    .callout .callout-description ul li
    {
        background-image: url(/~/media/Images/CSS/common/bullet_blue-big.ashx);
        background-repeat:no-repeat;
        background-position:0px 7px;
        padding-left:14px;
    }



.contact-info {
	margin-bottom: 35px;
	overflow: hidden;
	min-height: 184px;
	width: 387px;
	padding: 25px 30px;
	font-size: 18px;
	font-family: MuseoSlab-700;
	font-weight: normal;
}

.entry-content .errorMessage {
	margin-bottom: 20px;
}

.entry-content .errorMessage p {
	color:#ff0000;
	margin-bottom: 0;
}

.contact-info .col-a,
.contact-info .col-b {
	float: left;
	margin-bottom: 0;
}

.contact-info .col-a {
	width: 180px;
}

.contact-info .col-b {
	width: 207px;
}

.contact-info ul li {
	padding: 0;
	margin: 23px 0 0;
	background: transparent;
}

.contact-info ul li:first-child {
	margin-top: 0;
}

.contact-info strong {
	display: block;
	margin-bottom: 6px;
	font-family: MuseoSlab-900;
	font-weight: normal;
	text-transform: uppercase;
	color: #404040;
}

.contact-info a, .contact-info span:not(.type) {
	font-weight: normal;
	color: #4b8dcc;
}

.contact-info .adr {
	margin-bottom: 15px;
	color: #4b8dcc;
}

.contact-info .street-address {
	display: block;
}

.contact-info .btn {
	color: #fff;
}

.entry-content .instructions {
	margin: 6px 4px 20px;
	font-style: italic;
}

.entry-content h4 + .highlight {
	margin-top: 12px;
}


/* 3.12 Campaign Landing Page
------------------------------------------------------------------------------*/


/* 3.13 Value Calculator Page
------------------------------------------------------------------------------*/

.deal-results {
	display: none;
}

.dollar-value {
	margin-bottom: 10px;
	padding: 10px 30px;
	width: 130px;
	height: 14px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 14px;
	background: #fff url(/~/media/Images/CSS/common/ico_dollar.ashx) no-repeat 10px center; 
}

.deal-calc form,
.highlight form {
	margin-top: 20px;
}

.deal-calc {
	margin-left: 245px;
	clear: both;
	padding: 30px 40px;
	width: 635px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	background-color: #fff;
}

.deal-calc h1 {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #7b31a7;
	text-transform: capitalize;
}

.deal-calc h2,
.calc-result .headline {
	margin-bottom: 5px;
	font-family: MuseoSlab-700;
	font-weight: normal;
	font-size: 18px;
	line-height: 20x;
	color: #223547;
}

.calc-result .headline {
	display: block;
}

.deal-calc .dollar-value {
	width: 205px;
	margin-right: 15px;
}

.calc-result {
	float: left;
	width: 100%;
	padding-bottom: 26px;
	margin: 20px 0 26px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.widget-container .calc-result {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.calc-result li {
	margin: 0;
	padding: 26px 0 0;
	float: left;
	width: 282px;
	background: none;
}

.widget-container .calc-result li {
	float: none;
	width: auto;
	padding-top: 15px;
}

.calc-result li:first-child {
	border-top: 1px solid #fff;
}

.calc-value {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.calc-value.highlighted {
	color: #7b31a7;
}

.additional-info {
	font-size: 13px;
	line-height: 16px;
}

p.additional-info {
	clear: both;
	margin-bottom: 10px;
	font-style: italic;	
}

.widget-container p.additional-info {
	margin-bottom: 15px;
}

.rightFT{
    float:right;
    /*margin-right:61px;*/
}

/* 3.14 Bottom Callouts Page
------------------------------------------------------------------------------*/
.callout-description {
    padding-top:2px;
    padding-bottom:15px;
}

/* 3.15 Sitemap
------------------------------------------------------------------------------*/
ul.child-page {
    margin-left: 15px;
}


.div404 p {
	padding-bottom: 15px;
}

.div404 h4 {
	color: #223547;
    font-family: MuseoSlab-700;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 10px;
}

.div404 ul li {
	padding-left: 18px;
	padding-bottom: 15px;
	background: url(/~/media/Images/CSS/common/bullet_green-big.ashx) 3px 7px no-repeat;
}







/* 3.16 Search
------------------------------------------------------------------------------*/
.search-results {
	font-size: 20px;
	padding-bottom:16px;
}

.search-list {
	 
}

.search-item {
	padding-bottom: 14px;
}

.search-item-title {
	font-size:16px;
}

.search-item-content {
	font-size:14px;
}




/*.entry-content h1 {
	padding:0;
	margin:0;
}

.entry-content h2 {
	padding:0;
	margin:0;
}*/


.entry-content .caseStudyReps li {
	background:none;
	padding-left:none;
}





























/* 3.17 Empty items
------------------------------------------------------------------------------*/
h4:empty {
    margin: 0 !important;
}

h3:empty {
    margin: 0 !important;
}

p:empty {
    margin: 0 !important;
}


/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	/*a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}*/

	#accessibility-nav, 
	.hide { 
		display: none !important; 
	}

	ul { list-style: disc; }
	ul li { list-style: disc; }

	.entry-content ul li {
		list-style: disc;
	}
}	

/*5. SPLASH */	
img { outline:none; border:none;}
#splashWarrper {
    left: 50%;
    margin-left: -480px;
    position: fixed;
    top: 25%;
    width: 960px;
    z-index: 1001;
}
.splashbanner {
    background-image: url(../images/SplashBgd.png);
    background-position: left top;
    height: 386px;
    position: relative;
    width: 100%;
}
.splashbanner img {
    left: 50%;
    margin-left: -251px;
    position: absolute;
    top: 108px;
}
.splashMenu { background-color:#FFF; position:relative; text-align:center; }
.splashMenu .centerDiv {
    display: inline;
    margin: 0 auto;
}
.slideBtnBg { background-color:#000;}
.slideBtn {
    display: block;
    margin: 0 auto;
    width: 959px;
}
.slideBtn img{
    display: block;
}

.closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.splashMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	display: inline-block;
}
.splashMenu ul li {
    float:left;
    text-align: center;
    width: 135px;
}
.splashMenu ul li a { display:block; float:left; text-decoration:none; margin-top: 10px; width:100%; }
.splashMenu ul li a:hover, .splashMenu ul li a:active { background-color:transparent;}

.splashMenu ul li a span {
    color: #000000;
    display: block;
    margin: 12px 0 0;
    width: 100%;
}
.clear { clear:both;}
.splashMenu ul li a img { margin:7px 0 5px; }
.splashBg {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
	display:none;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}