﻿/* HTML5 Boilerplate  */

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;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: -moz-scrollbars-vertical;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
::selection {
background: #fe57a1;
color: #fff;
text-shadow: none;
}
a {
	color: #3f80c9;
}
a:visited {
	color: #3f80c9;
}
a:hover {
	color: #3f80c9;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
*overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
/*custom styles*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#626467;
	background:#FBF9F2 url(../assets/bg-site.jpg) no-repeat center -70px scroll;
}
h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
h1 {
	color:#FFF;
	font-size:24px;
	line-height:24px;
}
h2 {
	font-size:22px;
	line-height:24px;
	color:#ae8f4d;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
h2.content {
	font-size:18px;
	line-height:20px;
	color:#ae8f4d;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

h2.title-spotlight {
	padding:25px 20px;
}
h3 {
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
	margin-bottom:0px;
}
h3.blue {
	font-size:16px;
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:0px;
	color:#3F80C9;
	font-weight:normal;
}
ul, #accordion ul {
	margin-bottom:5px;
	margin-top:5px;
}

#accordion li li {
    margin-bottom: 10px;
    overflow:visible;
    position: relative;
	list-style:disc;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	height:0;
	width:0;
	clear:both;
}
#content {
	width:941px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../assets/content-bg.jpg);
	background-repeat:no-repeat;
	background-color:#E6E0D2;
	-webkit-box-shadow: 0px 0px 3px 2px #cccccc;
	-moz-box-shadow: 0px 0px 3px 2px #cccccc;
	box-shadow: 0px 0px 3px 2px #cccccc;
	min-height:500px;
	margin-top:0px;
}
#logo {
	margin-top:30px;
	margin-left:22px;
}
#date {
	margin-right:20px;
	font-size:16px;
	line-height:16px;
	color:#beb49c;
	font-style:italic;
	text-align:right;
	margin-top:25px;
	margin-bottom:20px;
}
#navigation {
	width:753px;
	height:23px;
	background-image:url(../assets/navigation/bg.jpg);
	background-repeat:repeat-y;
	font-size:14px;
	color:#FFF;
	padding-right:25px;
	z-index:2;
	position:relative;
}
#wrapper {
	width:941px;
	background-image:url(../assets/gold.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:18px;
	min-height:189px;
	margin-bottom:20px;
	z-index:1;
	position:relative;
}
#banners {
	width:929px;
	height:323px;
	margin-left:-10px;
	margin-bottom:30px;
}
.slide {
	background-image:url(../assets/banners/banner-bg.png);
	background-repeat:no-repeat;
	background-position:0 31px;
	width:898px;
	height:323px;
}
.slide-copy {
	width:309px;
	padding-left:60px;
	padding-top:80px;
}
.slide-copy h1 {
	font-size:28px;
	line-height:35px;
	color:#FFF;
	padding:0;
	margin:0;
	width:300px;
}
.slide-copy p {
	font-size:14px;
	line-height:18px;
	color:#FFF;
	width:250px;
}
.slide-image {
	width:504px;
	height:297px;
}
.slide-link {
	width:504px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:7px;
}
.slide-link a {
	color:#90b4dc;
	text-decoration:none;
	font-size:14px;
	line-height:14px;
}
.button {
	padding-top:160px;
	cursor:pointer;
}
#home-boxes {
	margin-left:auto;
	margin-right:auto;
	width:867px;
}
#home-boxes a {
	text-decoration:none;
	color:#324d84;
}
#home-boxes .box {
	width:220px;
	height:100px;
	margin-bottom:25px;
	padding-left:60px;
	padding-top:60px;
	color:#324d84;
	font-size:14px;
	line-height:16px;
}
#home-boxes ul {
	margin:0;
	padding:0;
}
#home-boxes ul li {
	padding-bottom:10px;
	list-style-image:url(../assets/list-arrow.png);
}
#home-boxes .left {
	float:left;
	margin-right:13px;
}
#home-boxes .right {
	float:right;
}
#box1 {
	background-image:url(../assets/box1.png);
	background-repeat:no-repeat;
}
#box2 {
	background-image:url(../assets/box2.png);
	background-repeat:no-repeat;
}
#box3 {
	background-image:url(../assets/box3.png);
	background-repeat:no-repeat;
}
#home-bottom {
	color:#324d84;
}
#home-bottom h1 {
	font-size:16px;
	line-height:16px;
}
#home-bottom p {
	font-size:14px;
	line-height:16px;
	padding:0;
	margin:0;
	padding-bottom:5px;
	padding-left:15px;
}
#home-stripe {
	background-image:url(../assets/home-stripe.png);
	background-repeat:repeat-y;
	width:505px;
	height:30px;
	margin-top:15px;
	color:#324d84;
	font-size:12px;
	line-height:30px;
	font-style:italic;
	padding-left:15px;
}
#home-stripe img {
	margin-left:15px;
}
#main {
	padding-top:41px;
	width:848px;
	margin-left:auto;
	margin-right:auto;
}
#main-header {
	width:828px;
	height:50px;
	background-color:#274381;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding-left:20px;
	padding-top:24px;
}
#main-subheader {
	width:828px;
	padding-left:20px;
	background-image:url(../assets/section-bg.png);
	background-repeat:no-repeat;
	background-position:right;
	font-size:18px;
	line-height:22px;
	color:#6f6f6f;
	margin-bottom:20px;
}
.solutions {
	margin-bottom:-20px;
}
#main-subheader p, #main-subheader-banners p {
	width:705px;
	margin:0;
	padding:0;
	padding-bottom:15px;
	padding-top:15px;
}

.single-line {
	padding-top:26px !important;
	padding-bottom:26px !important;
}

#main-subheader-banners {
	width:828px;
	padding-left:20px;
	background-image:url(../assets/section-bg.png);
	background-repeat:no-repeat;
	background-position:right;
	font-size:18px;
	line-height:22px;
	color:#6f6f6f;
}
#main .no-column {
	width:808px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 3px 2px #cccccc;
	-moz-box-shadow: 0px 0px 3px 2px #cccccc;
	box-shadow: 0px 0px 3px 2px #cccccc;
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(84%, #ffffff), color-stop(100%, #f9f1dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f1dc', GradientType=0 ); /* IE6-9 */
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	padding-bottom:25px;
}
#main .no-column-banners {
	width:808px;
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(84%, #ffffff), color-stop(100%, #f9f1dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 84%, #f9f1dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f1dc', GradientType=0 ); /* IE6-9 */
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	padding-bottom:25px;
}
#main .left-column {
	width:155px;
}
#main .right-column {
	width:653px;
	background-image:url(../assets/right-column-bg.jpg);
	background-repeat:repeat-y;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 3px 2px #cccccc;
	-moz-box-shadow: 0px 0px 3px 2px #cccccc;
	box-shadow: 0px 0px 3px 2px #cccccc;
	padding:20px;
	min-height:350px;
}

.elearn-callout {
	line-height:25px;
	margin:5px auto;
	width:300px;
	text-align:center;
	font-weight:bold;
}
.industries-copy {
	width:625px;
}
#main .right-column .copy {
	width:490px;
	min-height:450px;
}
#main .right-column .demo-copy {
	width:650px;
	min-height:450px;
}
#main .image-column ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:40px;
	width:auto !important;
}
#main .image-column ul li {
	margin-bottom:35px;
}
#client-header {
	background-image:url(../assets/sub-pages/clients-bg.png);
	background-repeat:repeat-y;
	height:124px;
	background-position:right;
}
.clients {
	min-height:650px;
}
#logos {
	padding-top:20px;
}
#logo1 {
	width:160px;
}
#logo2 {
	width:211px;
}
#logo3 {
	width:217px;
}
#logo4 {
	width:166px;
}
#client-columns {
	margin-top:20px;
	padding-bottom:20px;
}
#client-columns h3 {
	font-size:16px;
	line-height:18px;
	color:#2a59c0;
	margin-bottom:10px;
}
#client-columns ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:18px;
}
#client-columns .client-column1 {
	width:50%;
}
#client-columns .client-column2 {
	width:50%;
}
#client-columns .client-column3 {
	width:210px;
}
/* case study page */
.cs-column {
	width:266px;
}
.cs-left {
	margin-right:25px;
}
.cs-wrapper {
	margin-bottom:45px;
}
.cs-wrapper .thumb {
	padding:4px;
	border:solid 1px #C1CBDF;
}
.cs-info {
	position:relative;
}
.cs-type {
	margin-top:10px;
	margin-left:7px;
	color:#b4985a;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.cs-company {
	margin-top:10px;
	margin-left:7px;
	color:#686868;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
}
.cs-button {
	position:absolute;
	right:7px;
	top:0px;
}
.cs-button a {
	color:#FFF;
	text-decoration:none;
}
#case-studies {
	background-color:#FFF;
	padding:0;
}

#case-studies .interactive {
	background-color: #c5b9a2;
	background-position: 100% 0px;
}
#case-studies .website {
	background-color: #c5b9a2;
	background-position: 100% -48px;
}
#case-studies .mobile {
	background-color: #c5b9a2;
	background-position: 100% -96px;
}
#case-studies .type {
	background-image:url(../assets/case/icn-work.png);
	background-repeat: no-repeat;
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	display: block;
	font-size: 0.8333em;
	height: 24px;
	line-height: 2.5em;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 24px;
}
#case-studies .type:hover {
	text-indent: -12px;
	width: 166px;
}
.demo {
	margin-top:10px;
}

.container-demo {
	margin-top:35px;
}
.demo-thumb {
	border:solid 1px #C1CBDF;
	padding:3px;
	margin-right:30px;
	margin-left:-21px;
}
.demo-content {
	width:510px;
}
#footer {
	background: #f9ebcd;
	background: -moz-linear-gradient(top, #e6e0d2 0%, #f9ebcd 24%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e0d2), color-stop(24%, #f9ebcd));
	background: -webkit-linear-gradient(top, #e6e0d2 0%, #f9ebcd 24%);
	background: -o-linear-gradient(top, #e6e0d2 0%, #f9ebcd 24%);
	background: -ms-linear-gradient(top, #e6e0d2 0%, #f9ebcd 24%);
	background: linear-gradient(top, #e6e0d2 0%, #f9ebcd 24%);
	min-height:170px;
	margin-top:30px;
	color:#465B8F;
	font-size:11px;
	line-height:13px;
	padding-top:30px;
}
#footer a {
	color:#465B8F;
	text-decoration:none;
}
#footer h1 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#465B8F;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li {
	padding-bottom:8px;
}
#footer #info {
	width:220px;
	padding-left:60px;
}
#footer .divider {
	background-image:url(../assets/footer-divider.jpg);
	background-position:right 0px;
	background-repeat:no-repeat;
	height:117px;
	padding-left:25px;
	padding-right:25px;
}
#footer .last-divider {
	background-image:none;
}
#flashContent {
	width:911px;
	height:335px;
	text-align:center;
	margin-left:16px;
	margin-bottom:25px;
}
.training-approaches {
	margin-top:40px;
}
.accordion-head {
	text-decoration:none;
	font-size:14px;
	margin-left:0;
	background:url(../assets/training-arrow.png) no-repeat right;
	padding-right:15px;
}

.acc-active {
	background:url(../assets/training-arrow-o.png) no-repeat right;
	padding-right:15px;
}
.accordion-content {
	display:none;
}

#accordion {
	padding-left:20px;
	margin-top:20px;
	width:768px;
}

#accordion p, #accordion ul {
	width:600px;
}

#accordion li {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
#accordion .image-column li {
	list-style:none;
	text-align:center;
	
}

.panel div.container-accordion {
	width:75%;
}
/* End of custom styles */

 @media only screen and (min-width: 35em) {
 .ir {
display: block;
border: 0;
text-indent: -999em;
overflow: hidden;
background-color: transparent;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
*line-height: 0;
}
.ir br {
display: none;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
 @media print {
 * {
background: transparent !important;
color: black !important;
box-shadow:none !important;
text-shadow: none !important;
filter:none !important;
-ms-filter: none !important;
}
 a, a:visited {
text-decoration: underline;
}
 a[href]:after {
content: " (" attr(href) ")";
}
 abbr[title]:after {
content: " (" attr(title) ")";
}
 .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
 pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
 thead {
display: table-header-group;
}
 tr, img {
page-break-inside: avoid;
}
 img {
max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
 p, h2, h3 {
orphans: 3;
widows: 3;
}
 h2, h3 {
page-break-after: avoid;
}
}
