@charset "utf-8";
/* CSS Document */

/* External Fonts 

font-family: 'Open Sans', sans-serif;
font-weight: 400, 600

// Style Guide

Primary Colours

-	"Light Blue" – #5490CC
-	"Dark Blue" –  #02467C
-	"Red" accent colour – #9A0E37

Secondary Colours
-	"Medium Blue" – #3A77B4

Page Background Colour
-	White - #FFFFFF

Text Colour
-	Grey - #757271

Borders and Dividers

- Grey #c4c4c4


*/

/* 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, tt, var,
b, u, i, center, hr
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
	
} 

hr {
	height: 1px;
	width: 100%;
	background: #C4C4C4;	
	border: 0;
}

input, textarea {
	border: 1px solid #C4C4C4;	
	padding: 3px;
	
}

.clr {
	clear: both;	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	margin: 0px 30px 10px 30px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

full_block {
	display: block;
	}

/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

/* General */

body, html {
	/*color: #757271;*/
	color: #5b5b5b;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	background: #fff;
}

p, h1, h2, h4, h5, h6 {
	margin-bottom: 10px;
}

h3 { 
	margin-bottom: 6px;
} 

br {}

h1 {
	color: #02467c;
	font: 600 32px/38px 'Open Sans', sans-serif;
}

h2 {	
	color: #3A77B4;
	font: 600 21px/28px 'Open Sans', sans-serif;
}

h3 {	
	color: #757271;
	font: 600 18px/24px 'Open Sans', sans-serif;
}

h4 {}

h5 {}

h6 {}

a:link, a:visited, a:active {
	color: #518ecd;
	text-decoration: none;
}

a:hover {color: #9a012e;}

sup {
	vertical-align: text-top;
	line-height: normal;	
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 960px;	
}

#logo {
	float: left;
	width: 160px;
	height: 140px;	
}

#logo img {
	margin: 20px 0 0 4px;	
}

#official {
	float: left;
	width: 400px;
	height: 75px;
	font: 400 14px/75px 'Open Sans', sans-serif;
}

#official_dev {
	float: left;
	width: 400px;
	height: 50px;
	font: 400 14px/20px 'Open Sans', sans-serif;
    line-height: 22px;
    padding-top: 20px;
}

#contact {
	float: right;
	width: 400px;
	height: 75px;
	font: 400 14px/75px 'Open Sans', sans-serif;
	text-align: right;
}

#navbox {
	float: left;
	width: 800px;
	height: 65px;
}

nav {
	float: left;
	width: 800px;
	height: 30px;
	margin: 0 0 35px 0;
	background: url(../images/nav_off.png) repeat;
	-moz-box-shadow: 3px 4px 3px #d2d3d3;
	-webkit-box-shadow: 3px 4px 3px #d2d3d3;
	box-shadow: 3px 4px 3px #d2d3d3;
}

#nav_pg {
	float: right;
	height: 24px;	
}

#nav_pg ul {
    margin: 0; 
	padding: 0;
    float: left;
	font: 400 12px/24px 'Open Sans', sans-serif;
}
 
#nav_pg ul li {
    display: inline;
	height: 24px;
}
 
#nav_pg ul li a, #nav_pg ul li a:visited {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	background: url(../images/pg_tab_off.png) repeat-x;
}
 
#nav_pg ul li a:hover {
    color: #fff;
	background: url(../images/pg_tab_on.png) repeat-x;
}

#nav_pg ul li a#active  {
    float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	background: url(../images/pg_tab_on.png) repeat-x;
}


#banner {
	float: left;
	width: 960px;
	height: 230px;	
	margin: 0 0 20px 0;
}

.home_col3 {
	float: left;
	width: 282px;
	height: 130px;
	padding: 12px;
	margin: 0 21px 21px 0;
	border-top: 6px solid #1f5197;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
	font-size: 14px;
}

.home_col3 h2 {
	color: #02467c;
	font: 600 18px/28px 'Open Sans', sans-serif;
}

#content {
	float: left;
	width: 920px;
	padding: 10px 20px;	
}

#content_full {
	float: left;
	width: 960px;
}

#content_full_level_3 {
	float: left;
	width: 920px;
	background: url(../images/content_full_level_3_bg.png) repeat-x;
	padding: 20px;
}

#content_full_level_3 .right_contact {
	float: right;
	margin: 0 0 0 20px;
	width: 650px;
}

#content_full_level_3 .right_contact2 {
	float: right;
	margin: 20px 0 0 20px;
	width: 750px;
}

#content_full_level_3 .team_img {
	float: left;
	margin: 0 20px 0 0;
	width: 125px;
}

#content_full_level_3 .team_bio {
	float: right;
	width: 771px;
}

#content_full_level_3_tab {
	float: left;
	width: 960px;
}

.section_intro {
	font-size: 16px;	
}

#section_intro .left {
	float: left;
	width: 610px;
	margin: 0 90px 0 0;
}



#section_intro .left_narrow {
	float: left;
	margin: 0 70px 0 0;
}


#section_intro .right_figure {
	float: left;
    text-align: center;
    width: 220px;
	margin-left: 0;
}

.content_l {
	float: left;	
}

.consulting_left{
	width: 646px;
}

.content_r {
	float: right;	
}

.consulting_sidebar {
	width: 260px;
}

.consulting_highlight {
	float: left;
	margin: 30px 10px 30px 0;
	width: 200px;
	min-height: 335px;
	padding: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #e7e7e7;
	text-align: center;
	color: #000;
	font-size: 9px;
}

.consulting_highlight p {
	font-size: 12px;
	line-height: 16px;
}

.consulting_highlight_last {
	margin-right: 0;
}

.consulting_highlight h4 {
	color: #02467C;
	font-size: 14px;
	font-weight: bold;
}

.consulting_highlight ul {
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#section_intro_text {
	margin: 0 0 30px 0;
}

#section_intro_text .left {
	float: left;
	width: 610px;
	margin: 0 90px 0 0;
}

#section_intro_text .full {
	float: left;
	width: 920px;
	margin: 0 0 30px 0;
}

#section_intro_text .right {
	float: right;
	margin: 0 0 0 10px;
}

#section_intro_text .right_figure {
	float: left;
    text-align: center;
    width: 220px;
	margin-left: 0;
}

.right_sm {
	float: left;
	text-align: center;
	width: 220px;
	min-width: 82px;
}

.right_sm img {
	margin-bottom: 10px;	
}

.right_sm_pub {
	float: right;
	text-align: center;
	min-width: 82px;
	margin-right: 60px;
}

.right_sm_pub img {
	margin-bottom: 10px;	
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.right_sem_ws {
	float: right;
	text-align: center;
	min-width: 82px;
	margin-right: 60px;
}

.right_sem_ws img {
	margin-bottom: 0px;	
	/*box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 0px -3px 5px #878787;
	-moz-box-shadow:    0px -3px 5px #878787;*/
}


/* 3D images*/
.right_sm_pub_3d {
	float: right;
	text-align: center;
	min-width: 82px;
	margin-right: 60px;
}

.right_sm_pub_3d img {
	margin-bottom: 10px;	
	/*box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 0px -3px 5px #878787;
	-moz-box-shadow:    0px -3px 5px #878787;*/
}

.right_sm_sem {
	float: right;
	text-align: center;
	min-width: 82px;
	margin-right: 60px;
	padding-top:5px;
}

#section_block_justify {
	margin: 0 0 30px 0;
	text-align: justify;	
}

#section_block_justify h1 {
	text-align: left;
}

#aside_level_3 {
	float: right;	
	width: 350px;
	margin: 0 0 10px 30px;
	text-align: center;
}
#aside_level_3 {
	float: right;	
	width: 350px;
	margin: 0 0 10px 30px;
	text-align: center;
}

#aside_level_3  img{
	margin: 20px;
	text-align: center;
}

#aside_level_3 .news {
	margin: 0px;
	}

/*#aside_level_3{
	float: right;	
	width: 350px;
	margin: 0 0 20px 30px;
	border: 1px solid #757271;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 0px -3px 5px #878787;
	-moz-box-shadow:    0px -3px 5px #878787;
	text-align: center;
}*/


#section_intro_gr {
	width: 920px;
	display: table;
	margin: 0 0 30px 0;
	padding: 40px 20px 20px 20px;
	background: #d7e4ed url(../images/level_2_intro_bg.png) no-repeat top;
}

#section_intro_gr .left {
	float: left;
	width: 610px;
	margin: 0 90px 0 0;
}

#section_intro_gr .left_f {
	float: left;
	padding: 0 20px 0 0;
}

#section_intro_gr .right {
	float: left;
	width: 340px;
	text-align: center;
}

#section_intro_gr .right_figure {
	float: right;
    width: 220px;
	margin-left: 90px;
}

.right a, .right a:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	margin: 0;
	display: block;
	line-height: 24px;
}

.right .right_a_video, .right .right_a_video:hover {
	background: none;
	padding: 0;	
}

/*
.right a, .right a:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 30px 0 0 0;

}
*/

.right a:hover {
    background: #9A0E37;
}

#section_intro_gr .right_video {
	float: left;
	width: 220px;
	text-align: center;
}

/* .right_video a, .right_video a:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	margin: 0;
	display: block;
	line-height: 24px;
}

.right_video .right_a_video, .right_video .right_a_video:hover {
	background: none;
	padding: 0;	
}

.right_video a:hover {
    background: #9A0E37;
} */

#section_intro_cert_gr {
	width: 920px;
	display: table;
	margin: 0 0 30px 0;
	padding: 40px 20px 20px 20px;
	background: #d7e4ed url(../images/level_2_intro_bg.png) no-repeat top;
}

#section_intro_cert_gr .left {
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
}

.left sup {
    vertical-align: text-top;
}

#section_intro_cert_gr .right {
	float: left;
	width: 276px;
	text-align: center;
}

.pg_col2 {
	float: left;
	width: 411px;
	padding: 12px;
	margin: 0 50px 20px 0;
	border-top: 6px solid #02467C;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
	font-size: 14px;
}

.pg_col2_min {
	float: left;
	width: 411px;
	padding: 12px;
	margin: 0 50px 20px 0;
	font-size: 14px;
	text-align: center;
}

.pg_col2 h2 {
	display: block;
}

.pg_col2 img {
	float: left;
	margin: 0 20px 0 0;
	/*
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
	*/
}

.pg_col2_head {
	display: block;	
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.tall_col {
	height: 225px;
}

.pg_col3 {
	float: left;
	width: 276px;
	padding: 12px;
	margin: 0 10px 10px 0;
	border-top: 6px solid #02467C;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
	font-size: 14px;
}

.pg_col3_min {
	float: left;
	width: 274px;
	padding: 12px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	text-align: center;
}
/* 4 column layout */
.pg_col4_min {
	float: left;
	width: 200px;
	padding: 12px;
	margin: 0 6px 6px 0;
	font-size: 14px;
	text-align: center;
}

/* end 4 column layout */
.pg_col3_404{
	float: left;
	width: 274px;
	padding: 12px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	}


.pg_col2_tab_frame {
	float: left;
	width: 455px;
	margin: 0 50px 20px 0;

}

a.pg_col2_tab:link, a.pg_col2_tab:visited  {
	width: 215px;
	height: 24px;
	display: block;
	padding: 0 0 0 20px;
	margin-bottom: 0;
	background: #5490CC url(../images/pg_2_col_tab.png) repeat-x;
	color: #fff;
}

a.pg_col2_tab:hover  {
	color: #fff;
	background: #5490CC url(../images/pg_2_col_tab_on.png) repeat-x;
}

.pg_col2_tab_frame h2 {
	color: #fff;
	font: 600 14px/24px 'Open Sans',sans-serif;

}

.pg_col2_tab_content {
	float: left;
	width: 415px;
	padding: 20px;
	background: #fff;;
	font-size: 14px;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

/* Level 2 - 3 Column */

.pg_col3_tab_frame {
	float: left;
	width: 300px;
	margin: 0 30px 20px 0;

}

a.pg_col3_tab:link, a.pg_col3_tab:visited  {
	width: 215px;
	height: 24px;
	display: block;
	padding: 0 0 0 20px;
	margin-bottom: 0;
	background: #5490CC url(../images/pg_2_col_tab.png) repeat-x;
	color: #fff;
}

a.pg_col3_tab:hover  {
	color: #fff;
	background: #5490CC url(../images/pg_2_col_tab_on.png) repeat-x;
}

.pg_col3_tab_frame h2 {
	color: #fff;
	font: 600 14px/24px 'Open Sans',sans-serif;

}

.pg_col3_tab_content {
	float: left;
	width: 260px;
	padding: 20px;
	background: #fff;;
	font-size: 14px;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.pg_col3_tab_contact {
    float: left;
    width: 260px;
    margin: 0 30px 20px 0;
    background: #000;
}

#footer {
	-webkit-box-shadow: 0px -3px 5px #d7d7d7;
	-moz-box-shadow:    0px -3px 5px #d7d7d7;
	box-shadow:         0px -3px 5px #d7d7d7;
	margin: 35px 0 0 0;
}

#footer_inside {
    margin: 0 auto;
	padding: 35px 0 0 0;
    width: 960px;
}

footer .nav_box {
    float: left;
    width: 210px;
	margin: 0 0 10px 10px;
	line-height: 18px;
}

.nav_box_about {
	float: left;
    width: 134px;
	margin: 0 0 10px 10px;
	line-height: 18px;	
}

.nav_box ul, .nav_box_about ul {
    margin: 0;
    padding: 0;
	font-size: 11px;
}

.nav_box ul li, .nav_box_about ul li {
    list-style: none outside none;
	margin-left: 15px;
}

.nav_box ul li:first-child, .nav_box_about ul li:first-child {
    list-style: none outside none;
	margin-left: 0;
	font-weight: bold;
}

footer .action_box {
    float: left;
    width: 210px;
	margin: 0 30px 0 136px;
}

.follow {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: right;
	height: 20px;
}

.social_btn {
	float: right;
	margin: 0 0 0 10px;
}

/* old form
.search {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	float: right;
}

input.search_box {
	border: 1px solid #c4c4c4;	
	width: 175px;
}

input.search_btn {
	border: none;
	width:auto;
	height: auto;	
	vertical-align: middle;
}

*/

.searchlink {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  /*right: 0;*/
  font-size:1.2em;
  cursor: pointer;
  height: 70px;
  line-height: 65px;
  color: #3A77B4;
}

.searchlink:hover, .searchlink.open {
  color: #9A0E37;
}

.searchlink.open > .searchform {
  display: block;
}

/** Search Button**/
.searchform {
  display: none;
  position: absolute;
  /*width: 300px;*/
  height: 50px;
  line-height: 40px;
  /*top: 70px;*/
  right: -76px;
 /*padding: 0 15px;*/
  cursor: default;
 /* background: #fff;*/
  z-index: 1000000000;
}

#search {
  display: block;
  position: relative;
}

#s {
 /* width: 270px;*/
  background: #fff;
  padding: 8px 11px;
  border: 0;
  color: #757271;
  /*-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
}

.sbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 13px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.6em;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .sbtn {
	  top: 0px;
	}
}

.contact-link {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  /*right: 0;*/
  font-size:1.2em;
  cursor: pointer;
  height: 70px;
  line-height: 65px;
  color: #3A77B4;
}

.contact-link:hover, .contact-link.open {
  color: #9A0E37;
}

.contact-link.open {
  display: block;
}

.contact-phone {
  display: inline-block;
  position: relative;
  /*right: 0;*/
  font-size:1em;
  height: 70px;
  line-height: 65px;
}



.intllink {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  /*right: 0;*/
  font-size: 1.2em;
  cursor: pointer;
  height: 70px;
  line-height: 65px;
  color: #3A77B4;
}

.intllink:hover, .intllink.open {
  color: #9A0E37;
}


.intllink.open > .intl-box {
  display: block;
}


.intl-box {
  display: none;
  position: absolute;
  font-size: 100%;
  width: 125px;
  top: 70px;
  right: -38px;
  padding: 0 15px;
  cursor: default;
  background: #fff;
  z-index: 1000000000;
  box-shadow: 0 0 5px #ababab;
}

.intl-box ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

.intl-box ul li {
	margin: 0;
	padding: 0;	
	line-height: 30px;
}

.intl-box ul li a, .intl-box ul li a:visited {
	color: #747474;
}

.intl-box ul li a:hover {
	color: #9a0d36;
}

.sharelink {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  /*right: 0;*/
  font-size: 1.2em;
  cursor: pointer;
  height: 70px;
  line-height: 65px;
  color: #3A77B4;
}

.sharelink:hover, .sharelink.open {
  color: #9A0E37;
}


.sharelink.open > .share-box {
  display: block;
}


.share-box {
  display: none;
  position: absolute;
  font-size: 100%;
  width: 240px;
  top: 70px;
  right: 0;
  padding: 1px;
  cursor: default;
  background: #fff;
  z-index: 1000000000;
  line-height: 30px;
}



/******* End Social Header ********/

.copyright{
	display: block;
	font-size: 11px;
	text-align:right;
	margin: 0 0 15px 0;
}

/* Article Layout */

.article_list_tall {
	padding: 10px 10px 10px 10px;	
	border-top: 1px solid #f1bc24;
	display: block;
	margin: 0 20px 0 20px;
	overflow: auto;
}

.article_list_tall p {
	margin-top: 0;
}


.article_list_tall img {
	float: left;
	margin: 5px 10px 0 0;
}

.article_list_tall_r {
    border-top: 1px solid #C4C4C4;
    margin: 10px 20px 0 20px;
    padding: 20px 0 0 0;
	overflow: auto;
}

.article_list_tall_r h2 {
    margin-bottom: 0;
}

.article_list_short {
    border-top: 1px solid #C4C4C4;
    margin: 0 20px 0 20px;
    padding: 2px 0 0 0;
	overflow: auto;
}

.article_list_short h2 {
    margin-bottom: 0;
}

.dl {
    float: right;
	text-align: center;
	margin: 0 0 0 30px;
	font-weight: bold;
}

.dl img {
	display: block;
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.dl_left {
    float: left;
	text-align: center;
	margin: 0 0px 0 0;
	font-weight: bold;
}

.dl_left img {
	display: block;
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.products_bullets_right{
	float: right;
	width: 820px;
}

/* Training Layout  */

/*.article_list_training {
	border-top: 1px solid #C4C4C4;
	margin: 0 20px 0 20px;
	padding: 20px 0 0 130px;
	overflow: auto;
	min-height: 170px;
}*/

.article_list_training {
	border-top: 1px solid #C4C4C4;
	margin: 0 18px 0 20px;
	padding: 18px 0 0 110px;
	overflow: auto;
	min-height: 120px;
}

.seminar_title {
	float: left;	
}

.seminar_date {
	float: right;	
	*float: none;
	line-height: 24px;
	text-align: right;
}

.article_list_also_attend {
	margin: 10px 0 0 0;
	padding: 20px 0 0 130px;
	overflow: auto;
	min-height: 150px;
}

.article_list_also_attend_generic {
	margin: 10px 0 0 0;
	padding: 20px 0 0 250px;
	overflow: auto;
	min-height: 150px;
}

.training_also_attend {
    border: 1px solid #C4C4C4;
    display: table;
    margin: 5px 20px;
    padding: 22px;
    text-align: left;
    width: 90%;
}

.training_generic {
	background: url(../images/training/training_placeholder2.jpg) no-repeat left center;
}

.training_implement {
	background: url(../images/training/icn_seminar_implement.jpg) no-repeat left center;
}

.training_product_definition {
	background: url(../images/training/icn_seminar_basic_8.jpg) no-repeat left center;
}

.training_bus_case {
	background: url(../images/training/icn_seminar_bus_case.jpg) no-repeat left center;
}

.training_winning {
	background: url(../images/training/icn_seminar_winning.jpg) no-repeat left center;
}

.training_portstrat {
	background: url(../images/training/icn_seminar_portstrat.jpg) no-repeat left center;
}

.training_ideas {
	background: url(../images/training/icn_seminar_ideas.jpg) no-repeat left center;
}

.training_maximize {
	background: url(../images/training/icn_seminar_maximize.jpg) no-repeat left center;
}

.training_voc {
	background: url(../images/training/icn_seminar_voc.jpg) no-repeat left center;
}

.training_roadmap {
	background: url(../images/training/icn_seminar_roadmap.jpg) no-repeat left center;
}


.training_summit {
	background: url(../images/training/icn_summit_2014.jpg) no-repeat left center;
}

.training_generic {
	background: url(../images/training/training_team_hdr.jpg) no-repeat left center;
}

.training_webinar {
	background: url(../images/training/icn_webinar_gates.jpg) no-repeat left center;
}

.article_list_training_info {
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	margin: 20px 20px 0 20px;
	padding: 20px;
	overflow: auto;
}

.article_list_training_info_landing {
	margin: 20px 20px 0 20px;
	padding: 0px;
	overflow: auto;
}

.article_list_training h2 {
}

.dl_level_2_brochure {
    float: right;
	width: 150px;
	padding: 10px 10px;
	text-align: center;
	margin: 0 0 20px 30px;
	border: none;
}

/*
.dl_level_2_brochure_frame {	
	margin: 0 0 0 0;
	border-top: 6px solid #02467C;
	padding: 5px;
	background: #ffffff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}
*/

.dl_level_2_brochure_frame {
	text-align: center;
	float: right;	
	margin: 0 5px 0 30px;
	border-top: 6px solid #02467C;
	padding: 10px;
	background: #ffffff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.dl_level_2_brochure_frame img {
	border: 1px solid #c4c4c4;
}

.dl_level_3_brochure_frame {
	text-align: center;	
	margin: 0;
	border-top: 6px solid #02467C;
	padding: 10px;
	background: #ffffff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.dl_level_3_brochure_frame img {
	border: 1px solid #c4c4c4;
}

.dl_level_2_training {
    float: right;
	width: 130px;
	padding: 10px 20px;
	text-align: center;
	margin: 0 0 20px 30px;
	font-weight: bold;
	border: 1px solid #C4C4C4;
}

.dl_level_2_training img {
	margin: 10px 0 0 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.dl_level_2_seminar {
    float: right;
	width: 200px;
	padding: 10px 20px;
	text-align: center;
	margin: 0 0 20px 30px;
	font-weight: bold;
	border: 1px solid #C4C4C4;
}

.dl_level_2_seminar img {
	margin: 10px 0 0 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.training_contact_box {
   border: 1px solid #C4C4C4;
    float: right;
    margin: 0 0 10px 15px;
    padding: 10px 20px;
    text-align: center;
    width: 150px;
}

.training_level_2_more {
	margin-left: 20px;
}


/* Publications Landing Page Level 2 */

.pub_level_2_img {
    float: left;
	width: 90px;
	text-align: center;
	margin: 20px 40px 0 0;
	font-weight: bold;
}

.pub_level_2_img img {
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px  #878787;
	-moz-box-shadow:    3px 3px 4px  #878787;
}

/* 3D Images */

.pub_level_2_img_3d {
    float: left;
	width: 90px;
	text-align: center;
	margin: 14px 40px 0 0;
	font-weight: bold;
}

.pub_level_2_img_3d img {
	margin: 0;
	/*box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 0px -3px 5px #878787;
	-moz-box-shadow:    0px -3px 5px #878787;*/
}

.pub_level_2_article {
	float: left;
	width: 750px;
	margin: 14px 0 0 0;
}

.pub_level_2_news {
	float: right;
	width: 90px;
	margin: 14px 14px 14px 14px;
}

a.pub_level_2_more {
	margin-left: 20px;
}

/* Publications Detail Page Layout Level 3 */

#pub_addl {
	padding: 22px;
	width: 90%;
	display: table;
	margin: 5px 20px;	
	text-align: left;
    border: 1px solid #c4c4c4;
}

#pub_addl_l {
	float: left;
	width: 33%;
	text-align: center;
}

#pub_addl_c {
	float:left;
	width: 33%;
	text-align: center;
}

#pub_addl_r { 
	float: left;
	width: 33%;	
	text-align: center;
}

.dl_level_2 {
    float: right;
	width: 80px;
	text-align: center;
	margin: 20px 0 0 30px;
	font-weight: bold;
}

.dl_level_2 img {
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

/* CC Include */

#cc_footer {
	padding: 22px;
	width: 90%;
	display: table;
	margin: 5px 20px;	
	text-align: left;
    border: 1px solid #c4c4c4;
}


/* About Landing Page Level 2 */

.about_level_2_img {
    float: left;
	width: 125px;
	text-align: center;
	margin: 20px 40px 0 0;
	font-weight: bold;
}

.about_level_2_img img {
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
}

.about_level_2_article {
	float: left;
	width: 715px;
	margin: 20px 0 0 0;
}

a.about_level_2_more {
	margin-left: 20px;
}


/* Resource Layout */

.resource_right_img {
	float: right;	
	margin: 0 0 30px 30px;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.level_3_img_caption {
	float: right;	
	width: 350px;
	margin: 0 0 10px 30px;
	text-align: center;
}

.resource_level_2_img {
	margin: 0 0 10px 0;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
    
}




/* Layout Guides */

.last_col {
    clear: right;
    margin-right: 0;
}

.center {
	display: block;
	text-align: center;
	margin: 20px 0 0 0;	
}

.section_table {
	display: table;
	margin: 0;	
}

.inc_border_top_full {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #c4c4c4;
}


.pr_dl_box {
	float: right;
	text-align: center;
	padding: 12px;
	margin: 0 0 0 20px;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.pr_img_l {
	float: left;
	text-align: center;
	padding: 12px;
	margin: 0 20px 20px 0;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.pr_img_r{
	float: right;
	text-align: center;
	padding: 12px;
	margin: 0 20px 0 20px;
	background: #fff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.share_lang {
	display: block;	
}

.share_lang_box {
	display: inline-block;	
}

.sharethis_box2 {
	display: inline-block;	
	/*margin: 0 0 10px 0;*/
	margin-bottom: 15px;
}
.sharethis_box {
	display: block;	
	/*margin: 0 0 10px 0;*/
	margin-bottom: 15px;
}

.sharethis_box img {
	vertical-align: middle;
}

.sharetxt {
	display: inline-block;
	height: 32px;
	width: 40px;
	background: url(../images/icn_share.png) no-repeat;	
}

.st_sharethis_medium {
	background: transparent url(../images/btn_sharethis_sharethis.png) no-repeat scroll left top;
	padding: 0px 16px 0 0;
}


/* Margins */

.marg_t {
	margin-top: 20px	
}

.marg_t_50 {
	margin-top: 50px	
}

.marg_r {
	margin-right: 20px;	
}

.marg_b {
	margin-bottom: 20px ;	
}

.marg_b_50 {
	margin-bottom: 50px ;	
}

.marg_b_80 {
	margin-bottom: 80px ;	
}

.marg_l {
	margin-left: 20px;	
}

figure {
	text-align: center;	
}

/* Generic Link Styles */
		
.btn_right {
	float: right;	
}

.btn_right_step_up {
	position: relative;
	top: -30px;
	right: 100px; 
}

.btn_right_img {
	float: right;	
	margin: 0 0 0 30px;
}

.left_img {
	float: left;	
	margin: 0 30px 0 0;
}

.right_img {
	float: right;	
	margin: 0 0 0 30px;
}

.right_img_90 {
	float: right;	
	margin: 0 0 0 90px;
}

/* a.blue_btn:link, a.blue_btn:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	margin: 30px 0 0 0;
} */

a.blue_btn:link, a.blue_btn:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	font-size: 12px;
	margin: 30px 0 0 0;
	padding: 5px;
}

a.blue_btn:hover {
    background: #9A0E37;
}

a.blue_btn_block:link, a.blue_btn_block:visited {
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	display: block;
}

a.blue_btn_block:hover {
    background: #9A0E37;
}

.blue_btn_sin { 
	background: #5490CC url(../images/btn_blue_off.png) repeat-x;
	color: #fff;
	text-align: center;
}

.blue_btn_sin a { 
	color: #fff;
	font-size: 12px;
	display: block;
}

.blue_btn_sin:hover {
	background: #5490CC url(../images/btn_blue_on.png) repeat-x;
}

.blue_btn_dub { 
	background: #5490CC url(../images/btn_blue_dub.png) repeat-x;
	color: #fff;
	text-align: center;
	padding: 2px;
}

.blue_btn_dub a { 
	color: #fff;
	font-size: 12px;
	display: block;
}

.blue_btn_dub:hover {
	background: #9A0E37;
}

.btn_block{
	display: block;	
	margin:0 0 0 0; 
	padding: 0 0 0 0;
}

/* Misc Elements */

.quote_box {
	width: 300px;
	/*font: 600 14px/24px 'Open Sans',sans-serif;*/
	color: #9A0E37;	
	float: right;
	margin: 0 0 0 50px;
}

.quote_box p:first-letter {
	/*font: 600 20px 'Open Sans',sans-serif;*/
	font-weight: bold;
}

.quote_box_full {

	/*font: 600 14px/24px 'Open Sans',sans-serif;*/
	color: #9A0E37;	
}

.quote_box_full p:first-letter {
	/*font: 600 20px 'Open Sans',sans-serif;*/
	font-weight: bold;
}

.quote_author {
	color: #757271;
	text-align: right;
}

p.quote_author:first-letter{
	font-weight: normal;
}

.img_shadow {
	-moz-box-shadow: 3px 3px 4px #878787;
	-webkit-box-shadow: 3px 3px 4px #878787;
	box-shadow: 3px 3px 4px #878787;
}

.cta_lg_box {
	float: right;
	margin: 0 0 0 20px;
}

a.cta_lg:link, a.cta_lg:visited  {
	float: right;
	padding: 18px;
	background: #5490CC url(../images/cta_lg_off.png) repeat-x center;
	font: 600 14px 'Open Sans',sans-serif;
	color: #fff;
	text-align: center;
}

a.cta_lg:hover  {
	color: #fff;
	background: #5490CC url(../images/cta_lg_on.png) repeat-x center;
}

.cta_md_box {
	float: right;
	margin: 0;
}

/* a.cta_md:link, a.cta_md:visited  {
	float: left;
	padding: 3px;
	background: #5490CC url(../images/cta_lg_off.png) repeat-x center;
	color: #fff;
	text-align: center;
}

a.cta_md:hover  {
	color: #fff;
	background: #5490CC url(../images/cta_lg_on.png) repeat-x center;
} */

a.cta_center:link, a.cta_center:visited  {
	padding: 3px;
	background: #5490CC url(../images/cta_lg_off.png) repeat-x center;
	color: #fff;
	text-align: center;
}

a.cta_center:hover  {
	color: #fff;
	background: #5490CC url(../images/cta_lg_on.png) repeat-x center;
}

.cta_buy_box {
	text-align: center;
}

/* a.cta_buy_now:link, a.cta_buy_now:visited  {
	float: none;
	padding: 5px;
	background: #5490CC url(../images/cta_lg_off.png) repeat-x center;
	color: #fff;
	text-align: center;
}

a.cta_buy_now:hover  {
	color: #fff;
	background: #5490CC url(../images/cta_lg_on.png) repeat-x center;
} */

/* .cta_pg {
	padding: 3px;
	background: #5490CC url(../images/cta_lg_off.png) repeat-x center;
	color: #fff;
	text-align: center;
} 

.cta_pg:hover {
	background: #5490CC url(../images/cta_lg_on.png) repeat-x center;
}

.cta_pg a:link, .cta_pg a:visited {
	color: #fff;	
} */

.fig_r {
	float: right;	
	margin: 0 0 30px 30px;
}

/* .fig_r img {
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
} */

.fig_l {
	float: left;	
	margin: 0 30px 30px 0;
}

/* .fig_l img {
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
} */

.accent {
	color: #9A0E37;	
}

.accent_dk_bl {
	color: #02467C;	
}

.accent_lt_bl {
	color: #5490CC;	
}



ul.check-custom {
	text-align: left;
	list-style: url(../images/check-grey.gif);
	margin: 0 0 15px 0;
    padding: 0 0 0px 20px;
    text-align: left;
	line-height: 20px;
}

.caption_img {
	float: right;	
	margin: 0px 0px 10px 10px;	
}

.caption_img_outline {
	float: right;	
	margin: 0 0 0 30px;
	border: 1px solid #dfdfdf;
	padding: 5px;
}

.caption_case_study {
	float: right;	
	margin: 0 0 0 30px;
	border-top: 6px solid #02467C;
	padding: 5px;
	background: #ffffff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.caption_case_study_90 {
	float: right;	
	margin: 0 0 0 90px;
	border-top: 6px solid #02467C;
	padding: 5px;
	background: #ffffff;
	-moz-box-shadow: 1px 5px 5px #d7d7d7;
	-webkit-box-shadow: 1px 5px 5px #d7d7d7;
	box-shadow: 1px 5px 5px #d7d7d7;
}

.lb_video{
	margin: 0px;
	padding: 0px;	
}

#htmlframe{
	/*width: 580px !important;
	height: 430px !important;*/
	margin: 0px;
	padding: 0px;
}

.careers_placeholder_hdr{
	width: 260px;
	height: 204px;
	background-color: #CCC;
	border: 1px solid #666;	
}

.careers_placeholder_mdl{
	width: 205px;
	height: 156px;
	background-color: #CCC;
	border: 1px solid #666;	
}

/* Tables */

/*
table.data {
	width: 90%;
	align:center;
	border: 1px solid #02467C;
	background-color: #ffffff;
	text-align:center;
	padding: 10px;
	margin: 1px;
	padding: 0 7px;
}

th.data {
	background-color:#02467C;
	padding: 0 7px;
	border: 1px solid #02467C;
	
	}

tr.data {
	color: #FFFFFF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: 1px solid #02467C;
    padding: 0 7px;

}

table.data td { 
  border: 1px solid #02467C;
} 

*/

table.data {
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	border-color: #02467C;
	text-align: center;
	margin-bottom: 20px;
}

.data th {
	background: #02467C;
	color: #fff;
}

.data td, .data th {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #02467C;
}

table.directory_addr {
    border: 1px solid #02467C;
}

table.newsarticle {
    margin: 5px;
	padding: 5px;
}

.newsarticle td {
	margin: 5px;
	padding: 5px;
	vertical-align:top;	
}

.newsarticle td sup {
	vertical-align:text-top;	
}

table.seminars {
    margin: 5 5 5 0px;
	padding: 5 5 5 0px;
}

.seminars td {
	margin: 5px;
	padding: 5px;
	vertical-align:top;	
}

.seminar_list {
	border-top: 1px solid #C4C4C4;
	margin: 0 18px 0 20px;
	/*padding: 18px 0 0 110px;
	overflow: auto;*/
	max-height: 20px;
	min-height: 20px;
}

.seminars td sup {
	vertical-align:text-top;	
	
	
}



/* Pagination */

.pagination {
	list-style: none; 
	margin: 10px 20px 10px ; 
	padding: 0px; 
	clear: both;
	border-top: 1px solid #C4C4C4;
}

.pagination li {
	float:left; 
	margin:3px;
}

.pagination li a { display:block; }

.pagination li a.active {}

.pagination li a.inactive {}

.pagination li a img {
	padding: 0; 
	background: none; 
	border: none;
	margin-top: 1px;
}

.pagination li a.goto_previous, .pagination li a.goto_next, .pagination li a.active, .pagination li a.inactive {
	padding: 0; 
	background: none; 
	border: none;
}

.pagination li a.goto {
	
}

.pagination li a.active {
	color: #9a012e;
}


/* Get Started */

#get_started {
	margin: 0 20px;	
	padding: 10px 0 0 0;
	border-top: 1px solid #C4C4C4;
}

#feature_frame {
	width: 450px;
	display: block;
	padding: 10px;
	text-align: center;	
	margin: 0 auto 20px auto;
}

#feature_frame .feature_box {
	float: left;
	width: 140px;	
	margin: 0 10px 0 0;
}

#feature_frame .last_col {
	clear: right;
    margin-right: 0;
}

/* Subscribe */

/*.subscribe_frame_article {
	float: right;
	margin: 0 0 30px 0;
	padding: 10px;
	background-color:#ffffff;
	text-align: left;
}*/

.subscribe_frame_article {
	float: right;
	/*margin: 0 0 30px 0;*/
	padding: 5px 10px 10px 10px;
	background-color:#ffffff;
	/*margin: 0 0 20px 30px;*/
	border: 1px solid #C4C4C4;
	box-shadow: 3px 3px 4px #878787;
    -webkit-box-shadow: 3px 3px 4px #878787;
	-moz-box-shadow:    3px 3px 4px #878787;
	text-align: left;
	position: relative;
	top: -6px;
}

.subscribe_content {
	padding-top: 3px;	

}

/* Buttons */

a.product_benchmarker_video {
	width: 220px;
	height: 138px;
	margin: 0 0 10px 0;
	display: block;
	background: url(../images/products/product_benchmarker_video.jpg) no-repeat 0 0;
	overflow: hidden;
    text-indent: -10000px;
}

a.product_benchmarker_video:hover {
	background-position: 0 -138px;
}

a.product_navigator_video {
	width: 220px;
	height: 144px;
	margin: 0 0 10px 0;
	display: block;
	background: url(../images/products/product_navigator_video.jpg) no-repeat 0 0;
	overflow: hidden;
    text-indent: -10000px;
}

a.product_navigator_video:hover {
	background-position: 0 -144px;
}


/* Form Elements */

.btn_submit {
	background: #5490CC;
	padding: 5px;
	color: #fff;	
	border: none;
}

.btn_submit:hover {
	background: #9A0E37;
}

.antispam { display:none;}

/* Newsletters */

.border_bottom {
	border-top: 1px solid #C4C4C4;
	height: 10px;	
}

/* Misc */

.underline {
	text-decoration: underline;	
}

.blue-span {
	color: #518ecd;	
}

