/* $Id$ */

/*
* LAYOUT STYLES
*
* Define CSS classes to create a table-free, 3-column, 2-column, or single
* column layout depending on whether blocks are enabled in the left or right
* columns.
*
* This layout is based on the Zen Columns layout method.
* 	http://drupal.org/node/201428
*
* Only CSS that affects the layout (positioning) of major elements should be
* listed here.	Such as:
* 	display, position, float, clear, width, height, min-width, min-height
* 	margin, border, padding, overflow
*/


/** body **/
body {
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
	background: #d8d8d8 url(../img/backgrad.png) 0 26px repeat-x;
	line-height: 160%;
	color: #5f5f5f;
	font-size: 13px;
}

#page,
#closure-blocks {
	/*
		* If you want to make the page a fixed width and centered in the viewport,
		* this is the standards-compliant way to do that. See also the ie.css file
		* for the necessary IE5 hack to center a div.
		*/
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background: #fff;
	position: relative;
}

ul {
	padding: 0 0 0 18px;
	list-style: none;
}

ul li {
	line-height: 160%;
	list-style-image: url(../img/bullet.png);
}

.block ul li {
	list-style-image: none;
}

hr.dotted {
	border-width: 0;
	border-top: 2px #959595 dotted;
	margin: 0 0 20px;
}

layer {display: none;}

a {
	text-decoration: none;
	color: #036d96;
}
a:hover {
	text-decoration: underline;
}

a.button, input.form-submit {
	display: block;
	float: left;
	background: #ed6d1a;
	color: #fff;
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
	cursor: pointer;
	text-decoration: none;
	font-size: 13px;
	margin: 10px 10px 10px 0;
	padding: 5px 9px 4px;
	line-height: 140%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
a.button:hover, input.form-submit:hover {
	color: #fff;
	background: #e95629;
}

input.form-submit {
	border: none;
	margin: 0 5px 5px 0;
	clear: none;
}

#edit-actions a.button {
  margin: 0 5px 5px 0;
}

.widget a.button {
  margin: 0 10px 10px 0;
}

input.clear {
	background: #bababa;
}

a.whitebutton {
	display: block;
	float: left;
	background: #fff;
	color: #292929;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 6px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.whitebutton:hover {
	color: #fff;
	background: #292929;
}

a.greybutton, a.graybutton, input.greybutton {
	background: #AAAAAA;
}
a.greybutton:hover, a.graybutton:hover, input.greybutton:hover {
    background: #979797;
}

p, ul {
	margin: 0 0 10px;
}


h2.title a {
	color: #ed6d1a;
}

h2 {
	color: #ED6D1A;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
}

.node-type-page h2, .node-type-page h2.title, .node-type-event h2.title {
	border-bottom: 1px solid #EAEAEA;
	line-height: 140%;
	margin-bottom: 10px;
}

.block h2, .block h2.title {
	border: none;
}

.node-type-page hr {
	background-color: #EAEAEA;
	border: none;
}

h3 {
	font-size: 18px;
	color: #50473d;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	margin: 20px 0 5px;
	color: #828282;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

.node-type-page h3 {
	margin: 25px 0 10px;
}

.node-type-page h4 {
	margin: 15px 0 0;
}

#page-inner {
	margin: auto;
	padding: 16px 35px;
}

#navigation-top,
#navigation {
	position: absolute; /* Take the named anchors out of the doc flow		*/
	left: -10000px; 		/* and prevent any anchor styles from appearing. */
}

#skip-to-nav {
	float: right;
	margin: 0 !important;
	font-size: 0.8em;
}

#skip-to-nav a:link, #skip-to-nav a:visited {
	color: #fff; /* Same as background color of page */
}

#skip-to-nav a:hover {
	color: #000;
	text-decoration: none;
}

/* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
		to the link. Un-comment the following CSS to use this technique. */
/*
#skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip-to-nav a:active, #skip-to-nav a:focus {
	position: static;
	width: auto;
	height: auto;
}
*/

#topbar {
	background: #ebebeb;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

#topbar-inner {
	width: 950px;
	margin: auto;
}

.current-language {
	font-size: 13px;
	line-height: 26px;
	color: #212121;
	float: left;
}

a#switchcountry {
}

.topbar-ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

.current-language .topbar-ul {
	float: left;
}

.topbar-ul li {
	float: left;
	list-style: none;
	font-size: 12px;
	padding: 0 7px;
	border-right: 1px #d6d6d6 solid;
	border-left: 1px #f5f5f5 solid;
	line-height: 26px;
}
li.info-request-count{
}
.i18n-ja .topbar-ul li {font-size: 12px;padding: 0 7px;}
.i18n-ja .topbar-ul li.brandy-login {background: #6234a4;border-left-width: 0;}
.i18n-ja .topbar-ul li.brandy-login:hover {background: #3e1b81;}
.i18n-ja .topbar-ul li.brandy-login a {color: #fff;}

#topbar-util li iframe {
	display: block;
	overflow: hidden;
}

#topbar-util li.serion-login {
	padding: 0;
	border-left: none;
	border-color: #4b316f;
}

#topbar-util li.contact a, #topbar-util li.chat a {
	padding-left: 19px;
	background: url(../img/HeaderContactChat.png) 0 8px no-repeat;
	display: block;
}
#topbar-util li.contact a {
	background-position: 0 -12px;
}
#topbar-util li.contact a:hover {
	background-position: 0 -52px;
}
#topbar-util li.chat a:hover {
	background-position: 0 -32px;
}

.topbar-ul li.first {
	border-left: none;
	padding: 0 8px 0 0;
}

.topbar-ul li.last {
	border-right: none;
}


#topbar-util li.new-user {
	border-right: none;
	border-color: #9072bb;
	padding: 0;
	font-weight:300;
	text-transform:uppercase;
}

#topbar-util li.new-user a {
	display: block;
	height: 26px;
	padding: 0 6px 0px 5px;
	background: #866aad;
	color: #fff;
}

#topbar-util li.new-user a:hover {
	background: #46126d;
}

.topbar-ul li a {
	color: #212121;
	display: block;
	height: 26px;
}

/** header **/
#header {
	position: relative;
	z-index: 2;
	height:90px;
}

#header-inner {
}

#logo-title {
	height: 53px;
}

#logo {
	float: right;
}

#site-name {
	float: left;
	margin: 0;
	font-size: 32px;
	color: #ed6d1a;
	font-family: KnowledgeLight,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	margin-left: -10px !important;
}

#site-slogan {
}

#header-blocks {
	clear: right; /* Clear the logo */
}

#block-menu_block-2 {
	clear: both;
	display: inline-block;
	margin-left: 4px !important;
	margin: 0;
}

#header-blocks .block {margin: 0;}

#header-blocks ul.menu {
	margin: 0;
	padding: 5px 2px;
	list-style: none;
	height: 36px;
	/*background: url(../img/menuback.png) 0 0 repeat-x;*/
	position: relative;
}

#header-blocks ul.menu li {
	margin: 0;
	padding: 0;
	height: 36px;
	list-style: none;
	float: left;
	color:#000;
}

#header-blocks ul.menu li.first>a {
	border-left: none;
	padding-left: 18px;
	color:#000;
}

#header-blocks ul.menu li.first li {display: none;}
.i18n-ja #header-blocks ul.menu li.first li {display: block;}

#header-blocks ul.menu li.last>a {
	border-right: none;
	padding-right: 19px;
}

#header-blocks ul.menu a {
	text-decoration: none;
}

#header-blocks ul.menu a:hover {
	text-decoration: underline;
}

#header-blocks ul.menu li a {
	color:#000;
	font-size: 12px;
	padding: 10px 18px;
	height: 16px;
	margin: 0;
	line-height: 16px;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	display: block;
	/*border-left: 1px #FFFFFF solid;
	border-right: 1px #7C7C7C solid;
	border-left: 1px solid rgba(255,255,255,.3);
	border-right: 1px solid rgba(124,124,124,.3);*/
}

#header-blocks ul.menu ul li a {
	padding: 5px 12px;
	height: auto;
	color: #005985;
	background: #fff;
	border: none;
}
/*
#header-blocks ul.menu li.active-trail>a {
	position: relative;
	top: -5px;
	bottom: -5px;
	left: -2px;
	right: -2px;
	margin-right: -4px;
	padding: 15px 20px;
	border: none;
	background: url(../img/menu-over.png) 0 0 repeat-x;
	color: #fff;
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
*/
#header-blocks ul.menu li:hover>a, #header-blocks ul.menu li.active-trail.expanded:hover>a {
	position: relative;
	top: -5px;
	bottom: -5px;
	left: -2px;
	right: -2px;
	margin-right: -4px;
	padding: 15px 20px;
	border-color: #bababa;
	background: #fff;
	color: #5C5C5C;
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}



#header-blocks ul.menu li.active-trail>a {
}

#header-blocks ul.menu ul li {
	padding: 0 0;
	position: relative;
	margin: 0;
	background: #fff;
	height: auto;
	border: none;
	float: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header-blocks ul.menu ul li:hover>a, #header-blocks ul.menu ul li.active-trail>a {
	padding: 5px 12px;
	position: static;
	color: #ed6d1a;
	margin: 0;
	right: auto;
	top: auto;
	bottom: auto;
	background: #ececec;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#header-blocks ul.menu ul li.first:hover a, #header-blocks ul.menu ul li.first a {
	border-left: none;
	margin-left: 0;
	padding: 5px 12px;
}

#header-blocks ul.menu ul li.last:hover a, #header-blocks ul.menu ul li.last a {
	border-right: none;
	padding: 5px 12px;
}


#header-blocks ul.menu ul {
	position: absolute;
	display: none;
	background: #fff;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	padding: 0;
	height: auto;
	top: 46px;
	z-index: 10;
}

#header-blocks ul.menu li:hover ul {
	display: block;
}

#header-blocks .menu-mlid-1124, #footer li.first, #footer .menu-mlid-1331, #header-blocks .menu-mlid-2482, #header-blocks .menu-mlid-2534 {
	display: none;
}

#footer ul.menu li.expanded:nth-child(8) {
	display: none;
}

#header-blocks ul.menu li.expanded:nth-child(7) {
	display: none;
}

.i18n-ja #footer ul.menu li.expanded:nth-child(8), .i18n-ja #header-blocks ul.menu li.expanded:nth-child(7) {
	display: block;
}

.i18n-ja #header-blocks ul.menu li.expanded:nth-child(6) a {border-right-width: 0;}

.i18n-ja #header-blocks ul.menu li.expanded:nth-child(7) a {border-right: none;}

.i18n-ja #footer li.first {
	display: block;
}

.i18n-ja #footer .menu-mlid-2725, .i18n-ja #footer .menu-mlid-2740 {display: none;}

.i18n-ja #header-blocks ul.menu li.last {display: none;}
.i18n-ja #header-blocks ul.menu ul li.last {display: block;}

#footer li li.first {display: block;}

#block-search-0 {
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}

.search-icon{
	background: url(/sites/all/themes/custom/img/orange-search.png) 0 -1px no-repeat;
	background-size:cover;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:24px;
	height:24px;
	margin-top:-45px;
	float:right;
	transition:0.2s;
}

.search-icon:hover{
	cursor:pointer;
	opacity:0.7;
}

#search-bar{
	display:none;
}

#search-bar .block{
	padding-top:20px;
}

#search-block-form {
	border: 1px #c9c9c9 solid;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:5px;
	position: relative;
}

#search-block-form .form-item label {
	color: #828282;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 0 1px 5px;
	position: absolute;
	z-index: 0;
	display: none;
}

#search-block-form .form-item {
	margin: 0;
}

#search-block-form .form-item input {
	position: relative;
	z-index: 1;
	background: transparent;
	border: none;
	width: 90%;
	padding: 0 10px;
	font-size: 13px;
	outline:none;
}

#search-block-form .form-item input:focus {
	background: #fff;
	outline:none;
}

#search-block-form input.form-submit {
	background: #fff;
	border: none;
	width: 23px;
	height: 20px;
	float: right;
	color: #fff;
	font-size: 1px;
	text-indent: -99999px;
	position: absolute;
	right: 0;
	top: 4px;
	padding: 0;
	margin: 0;
	background: url(../img/searchglass.png) 0 -1px no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/** main (container for everything else) **/
#main {
	position: relative;
	z-index: 1;
}

#main-inner {
}

/** content **/

.sidebar-left #content {
	width: 760px;
	margin-left: 200px; /* The width of #sidebar-left. */
	margin-right: -960px; /* Negative value of #content's width + left margin. */
}

.sidebar-right #content {
	width: 760px;
	margin-left: 0;
	margin-right: -760px; /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
	width: 560px;
	margin-left: 200px; /* The width of #sidebar-left */
	margin-right: -760px; /* Negative value of #content's width + left margin. */
}

#content-inner {
	margin: 0;
	padding: 0;
}

#sidebar-left .block {
	margin-bottom: 25px;
}

#sidebar-left .block-menu_block {
	margin-bottom: 0;
}

.i18n-zh-hans #sidebar-left .block-menu_block {
	margin-bottom: 25px;
}


/** navbar **/
#navbar {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%; /* Negative value of #navbar's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
	height: 3.6em; /* The navbar can have any arbritrary height. We picked one
										that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
										Set this to the same value as the margin-top below. */
}

.with-sidebar-left #content {
	width: 680px;
	float: right;
}

#sidebar-left {
	width: 230px;
	float: left;
}

#navbar-inner {
}

#search-box {
	width: 200px;
	margin-right: -200px; /* Negative value of #search-box's width. */
	float: left;
}

#primary {
	margin-left: 200px; /* Width of search-box */
}

#secondary {
	margin-left: 200px; /* Width of search-box */
}

#navbar ul /* Primary and secondary links */ {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar li /* A simple method to get navbar links to appear in one line. */ {
	float: left;
	padding: 0 10px 0 0;
}

/* There are many methods to get navbar links to appear in one line.
	* Here's an alternate method: */
/*
#navbar li {
	display: inline;
	padding: 0 10px 0 0;
}
*/

/** sidebar-left **/

#sidebar-left ul.menu {
	border-top: 8px #ed6d1a solid;
	border-bottom: 4px #e2e2e2 solid;
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar-left ul.menu ul.menu {
	border-color: #E2E2E2;
	border-top-width: 1px;
	border-bottom: none;
	padding: 0;
	margin: 4px 0 0;
	list-style: none;
}

#sidebar-left ul.menu li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px #e2e2e2 solid;
}

#sidebar-left ul.menu li.expanded {

}

#sidebar-left ul.menu ul.menu li {
	padding: 2px 0 2px 5px;
	margin-left: 5px;
	border: none;
}

#sidebar-left ul.menu li a {
	line-height: 18px;
	color: #959595;
	font-size: 13px;
	text-transform: uppercase;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#sidebar-left ul.menu li a:hover {
	text-decoration: underline;
}

#sidebar-left ul.menu li.active-trail>a {
	color: #5a5a5a;
}

#sidebar-left ul.menu ul.menu li a {
	font-size: 11px;
	text-transform: none;
}

.menu-mlid-1810 {display: none;}

.menu-mlid-1491 {display: none;}
.country-united-states-of-america .menu-mlid-1491 {display: block;}

.menu-mlid-2133 {display: none;}
.region-europe-middle-east-and-africa .menu-mlid-2133 {display: block;}
.region-americas .menu-mlid-2133 {display: block;}

.menu-mlid-2885 {display: none;}
.country-united-states-of-america .menu-mlid-2885 {display: block;}
.menu-mlid-2980 {display: none;}
.country-united-states-of-america .menu-mlid-2980 {display: block;}
.menu-mlid-3034 {display: none;}
.country-united-states-of-america .menu-mlid-3034 {display: block;}

body.node-type-campaign #sidebar-left {display: none;}
body.node-type-campaign .with-sidebar-left #content {float: none;width: auto;}

/** sidebar-right **/
#sidebar-right {
	float: left;
	width: 200px;
	margin-left: 760px; /* Width of content + sidebar-left. */
	margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
}

#sidebar-right-inner {
	margin: 0 0 0 20px;
	padding: 0;
}

/** Sub Content Area **/
#sub-content {
	margin: 16px 0 0;
	border-top: 5px #f1f1f1 solid;
}

#sub-content-left {
	width: 360px;
	float: left;
	padding: 16px 0 0;
	margin-right: 40px;
}

#sub-content-mid {
	width: 282px;
	padding: 16px 0 0;
	float: left;
	margin-right: 36px;
}

#sub-content-right {
	width: 232px;
	padding: 16px 0 0;
	float: left;
	margin-right: 0;
}

/** footer **/
#footer {
	background: #f2f2f2;
}

#footer-inner {
}

#footer .block-menu_block, #footer #block-block-17 {
	padding: 20px 35px;
	float: left;
	margin: 0;
}

#footer ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer ul.menu li {
	width: 117px;
	list-style: none;
	margin: 0 30px 10px 0;
	float: left;
}

#footer ul.menu li.menu-mlid-1374 {
	width: 160px;
}

#footer ul.menu li.menu-mlid-1124 {
	margin: 0;
}

#footer ul.menu li.menu-mlid-1333, #footer ul.menu li.menu-mlid-1377, #footer ul.menu li.menu-mlid-1378 {
	width: 107px;
}

#footer ul.menu li.menu-mlid-1124 {
	width: 97px;
}

#footer ul.menu li.menu-mlid-1259 {
	width: 137px;
}

#footer .menu-mlid-1736 {display: none;}

#footer ul.menu li a {
	display: block;
	color: #828282;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

#footer ul.menu ul {
	padding-top: 10px;
}

#footer ul.menu ul li {
	border-bottom: 1px dotted #B6B6B6;
	float: none;
	margin: 0;
	padding: 2px 0;
	width: auto;
}

#footer ul.menu ul li a {
	color: #828282;
	font-size: 10px;
	text-transform: none;
}

#footer-message {
	background: #9e9e9e;
	padding: 10px 36px 40px;
}

#thomson-reuters-logo {
	float: right;
}

#footer-links {
	font-size: 10px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

#footer-links a {
	color: #fff;
}

#footer-copyright {
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

/** closure **/
#closure-blocks /* See also the #page declaration above that this div shares. */ {
}

/** Prevent overflowing content **/
#header,
#content,
#navbar,
#sidebar-left,
#sidebar-right,
#footer,
#closure-blocks {
	overflow: visible;
	word-wrap: break-word; /* A very nice CSS3 property */
}

#navbar {
	overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

table {
	margin: 10px 0 20px;
}

table td {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 120%;
	padding: 7px 30px 4px 0;
	vertical-align: top;
}

.view table td {
  border: none;
  padding: 0;
  vertical-align: top;
}
.clear {clear: both;}

/* If a div.clear-block doesn't have any content after it and its bottom edge
		touches the bottom of the viewport, Firefox and Safari will mistakenly
		place several pixels worth of space between the bottom of the div and the
		bottom of the viewport. Uncomment this CSS property to fix this.
		Note: with some over-large content, this property might cause scrollbars
		to appear on the #page div.
*/
/*
#page {
	overflow-y: hidden;
}
*/

/* Home Page Blocks */

.block-poll {
	border: 1px #d7d7d7 solid;
	background: url(../img/pollback.png) 0 0 repeat;
	padding: 16px 23px;
}

.block-poll h2.title {
	text-transform: uppercase;
	float: none;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	color: #5f5f5f;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

.block-poll .poll {
	border-top: 8px #e4e4e4 solid;
	line-height: 140%;
	padding-top: 10px;
}

.poll .bar {
	height: 8px;
	margin: 1px 0;
}

.poll .bar .foreground {
	background-color: #0D7295;
	height: 8px;
}

.block-poll .vote-form {
	border-top: 1px #fafafa solid;
	padding: 5px 0 0;
}

.block-poll .poll .vote-form .choices .title {
	text-align: center;
	color: #5f5f5f;
	font-size: 13px;
	font-weight: normal;
}

.poll .form-radios {
	border-top: 2px #bdbdbd dotted;
}

.poll .form-radios .form-item {
	border-bottom: 2px #bdbdbd dotted;
	margin: 0;
	padding: 4px 0 4px 15px;
}

.poll .form-radios .form-item label.option {
	color: #5f5f5f;
	font-size: 15px;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
}

.poll .form-submit {
	float: none;
	margin: auto;
	background: #929292;
}

/*#block-block-1 h2.title {
	color: #5f5f5f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
	padding: 0 16px 5px 5px;
	background: url(../img/rss.png) right 2px no-repeat;
	float: left;
}*/

.feed {
	border-top: 1px #cacaca solid;
	clear: both;
}

.feed ul {
	margin: 0;
	padding: 5px;
}

.feed ul li {
	border-bottom: 1px #cacaca dotted;
	color: #007196;
	padding: 10px 0;
	list-style: none;
	list-style-image: none;
}

#linkedinfeed ul li span.title a {
	display: block;
	font-size: 13px;
	color: #007196;
	font-weight: normal;
}

#linkedinfeed ul li {
	color: #9b9b9b;
	font-size: 12px;
}

#twitterfeed {padding: 10px 0 0;}

.linkedinlogin {
	padding: 10px;
	text-align: center;
	border-bottom: 1px #cacaca dotted;
}

.linkedinlogin span {margin: auto;}

ul#socialtabs {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom-color: #cbcbcb;
}

ul#socialtabs li {
	margin: 0 2px -1px 0;
	background: #f4f4f4 url(../img/brownsocialicons.png) right 5px no-repeat;
	padding: 2px 34px 0 9px;
	border: 1px #d8d8d8 solid;
	border-bottom-color: #cbcbcb;
	list-style: none;
	float: left;
	cursor: pointer;
	color: #5f5f5f;
	text-transform: uppercase;
	font-size: 14px;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

ul#socialtabs li.twitter {
	background-position: right -30px;
}

ul#socialtabs li.active, ul#socialtabs li:hover {
	border-bottom-color: #fff;
	background-color: #fff;
}

.statustime {
	display: block;
	font-style: italic;
	text-transform: uppercase;
	color: #787878;
	background: url(../img/sm_twitter.png) 0 2px no-repeat;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding: 0 0 0 20px;
}

#linkedinfeed .statustime {
	background-image: url(../img/sm_linkedin.png);
}

#followus {
	margin: 0;
	padding: 10px 0 0;
}

#followus li {
	float: left;
	margin: 0 9px 0 0;
	list-style: none;
	line-height: 30px;
	font-style: italic;
	color: #787878;
	text-transform: uppercase;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-size: 10px;
}

#followus li a {
	display: block;
	text-indent: -99999px;
	background: url(../img/big-social-icons.png) -1px 0 no-repeat;
	width: 30px;
	height: 32px;
}

#followus li.twitter a {
	background-position: -40px 0;
}

#followus li.linkedin a {
	background-position: -79px 0;
}


#content-bottom #block-block-1 {
	width: 280px;
	float: right;
	padding-top: 16px;
	clear: none;
}

#block-views-resource_blocks-block_1 {
	width: 360px;
	padding-top: 16px;
	float: left;
	clear: none;
}

#sub-content #block-views-resource_blocks-block_1 {
	width: auto;
}

#block-views-resource_blocks-block_1 h2.title, #block-views-resource_blocks-block_5 h2.title {
	color: #5f5f5f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
	padding: 0 0 5px 5px;
}

#block-views-resource_blocks-block_1 .block-content, #block-views-resource_blocks-block_5 .block-content {
		border-top: 1px #cacaca solid;
		padding: 5px 0;
}

#block-views-resource_blocks-block_1 ul, #block-views-resource_blocks-block_5 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-views-resource_blocks-block_1 h3.title, #block-views-resource_blocks-block_5 h3.title {
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
	line-height: 16px;
}

#block-views-resource_blocks-block_1 h3.title *, #block-views-resource_blocks-block_5 h3.title * {
	display: inline;
}

#block-views-resource_blocks-block_5 .views-field-field-rsrc-pubdate-value {
  padding-left: 28px;
  background: url(../img/ResourceSprite.png) 0 -181px no-repeat;
}

.node-type-resource h3.title span.ico, .node-type-event h3.title span.ico, #block-views-resource_blocks-block_5 h3.title span.ico, .node-type-campaign h3.title span.ico {
	width: 28px;
	height: 18px;
	margin: -2px 0 0;
	display: block;
	float: left;
	background: url(../img/ResourceSprite.png) 0 -183px no-repeat;
}

#block-views-resource_blocks-block_1 .views-row, #block-views-resource_blocks-block_5 .views-row {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 2px #cacaca dotted;
	font-size: 12px;
	list-style: none;
}

.case-study h3.title span.ico {
	background-position: 0 -183px;
}

.special-report h3.title span.ico {
	background-position: 0 -212px;
}

.whitepaper h3.title span.ico {
	background-position: 0 -1px;
}

.newsletter h3.title span.ico {
	background-position: 0 -64px;
}

.conference h3.title span.ico {
	background-position: 0 -243px;
}

.saegis-training-event h3.title span.ico, .serion-certification-event h3.title span.ico, .saegis-training-resource h3.title span.ico, .serion-certification-resource h3.title span.ico, .serion-tutorials h3.title span.ico {
	background-position: 0 -121px;
}

.webinar h3.title span.ico {
	background-position: 0 -153px;
}

.podcast h3.title span.ico {
	background-position: 0 -32px;
}

.video h3.title span.ico {
	background-position: 0 -94px;
}

.training-event h3.title span.ico {
	background-position: 0 -121px;
}

.press-releases h3.title span.ico {
	background-position: 0 -265px;
}

.article h3.title span.ico {
	background-position: 0 0;
}

.product-updates h3.title span.ico {
	background-position: 0 0;
}

#block-views-resource_blocks-block_2 .views-field-title .field-content {
	font-size: 18px;
	color: #007196;
}

#block-views-resource_blocks-block_2 .field-content {
	font-size: 13px;
}

#block-views-resource_blocks-block_2 .views-field-title {
	padding: 10px 0 0;
}

#block-views-resource_blocks-block_2 .views-field-view-node {
	padding: 0 0 10px;
}

#block-views-resource_blocks-block_3 {
	border: 1px #d8d8d8 solid;
	padding: 12px 17px;
}

#block-views-resource_blocks-block_3 h2.title, #block-views-resource_blocks-block_6 h2.title {
	color: #5f5f5f;
	font-size: 14px;
	text-transform: uppercase;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
	padding: 0 0 5px 0;
}

#newsletter-input {
	background: #f1f1f1;
	border: 1px #cdcdcd solid;
	width: 188px;
	display: block;
	float: left;
	color: #6e6e6e;
	font-size: 11px;
	height: 16px;
	padding: 2px 0 2px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#newsletter-submit {
	background: #007196;
	border: none;
	color: #FFFFFF;
	display: block;
	clear: left;
	margin: 3px 0 0;
	float: left;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#newsletter-submit:hover {
	background: #175078;
}

#block-views-resource_blocks-block_3 h4 {
	clear: both;
	padding: 10px 0 0;
	color: #9a9a9a;
	font-weight: normal;
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
}

#block-views-resource_blocks-block_3 .item-list ul, #block-views-resource_blocks-block_6 .item-list ul {
	margin: 0;
	padding: 0;
}

#block-views-resource_blocks-block_3 .item-list ul li, #block-views-resource_blocks-block_6 .item-list ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#block-views-resource_blocks-block_6 .item-list ul li {
	border-bottom: 2px #cacaca dotted;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

#block-views-resource_blocks-block_3 .view-content {
	border-bottom: 2px #cacaca dotted;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

#block-views-resource_blocks-block_2 .share {
	float: right;
}

#block-webform-client-block-6011 {display: none;}

#block-views-resource_blocks-block_6 {
	border: 1px #d8d8d8 solid;
	background: #f7f7f7;
}

#block-views-resource_blocks-block_6 .resource-excerpt, #block-views-resource_blocks-block_6 .share {display: none;}

#block-views-resource_blocks-block_6 h3.title {font-size: 13px;}

#block-views-resource_blocks-block_6 h3.title a {color: #5f5f5f;}

#block-views-resource_blocks-block_6 h2.title {
	background: #ed6d1a url(../img/diagonal-lines.png) 0 0 repeat;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
	padding: 10px 15px;
}

#block-views-resource_blocks-block_6 .item-list ul {padding: 15px 15px 0;}

#block-views-resource_blocks-block_6 .view-footer {padding: 0 15px 10px;}

.markmonitor {
	border: 1px #d8d8d8 solid;
	background: #f7f7f7;
	display: none;
}

.i18n-en .markmonitor {
  display: block;
}

.markmonitor h2.title {
	background: #00518e url(../img/diagonal-lines.png) 0 0 repeat;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
	padding: 10px 15px;
	text-transform: uppercase;
}

.markmonitor .inner {
  padding: 10px 15px;
}


/* Share */

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

.share ul li {
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	background: none;
	font-style: normal;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
	list-style: none;
}

.share li a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	background: url(../img/shareicons.png) 0 0 no-repeat;
}

.share li a:hover {
	opacity: 0.5;
}

.share li.twitter a {
	background-position: -20px 0;
}

.share li.facebook a {
	background-position: -41px 0;
}

.share li.mail a {
	background-position: -63px 0;
}

.node-type-resource .share {
	float: right;
	padding: 6px 0 0;
}

div.fivestar-widget {
	padding: 4px 0 0;
}

#imageData {
	margin: 0;
	display: none;
}

#outerImageContainer {
	border: 1px #c2c2c2 solid;
	overflow: visible;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#block-block-3 {
	border-bottom: 5px solid #E2E2E2;
	padding: 4px 0;
}

.section-get-started #block-block-3, .section-product-finder #block-block-3, .section-productzoeker #block-block-3, .section-produktfinder #block-block-3, .section-recherche-produits #block-block-3, .section-ricerca-prodotto #block-block-3, .i18n-zh-hans #block-block-3 {display: none;}



#block-block-3 .block-content a {
	color: #ed6d1a;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

#block-block-8, #connect_online, #block-block-19 {
	border: 1px #cccccc solid;
	margin: 40px 0 0;
	padding: 15px;
}

#block-block-19 {display: none;}

.region-americas #block-block-19 {display: block;}

#connect_online {
	width: 198px;
	margin: 0;
	float: right;
}

#block-block-8 h2.title, #connect_online h2, #block-block-19 h2.title {
	font-size: 13px;
	text-transform: uppercase;
	color: #7d7c7c;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

#block-block-8 .block-content a, #connect_online a {
	display: block;
	font-size: 12px;
	color: #828282;
	padding: 0 0 0 20px;
	margin: 15px 0 0;
	height: 16px;
	line-height: 16px;
	background: url(../img/sm_twitter.png) 0 0 no-repeat;
}

#block-block-8 .block-content a:hover, #connect_online a:hover {
	opacity: .8;
}

#block-block-8 .block-content a.linkedin, #connect_online a.linkedin {
	background-image: url(../img/sm_linkedin.png);
}

#block-block-19 .block-content {color: #828282; font-size: 12px;}

#footer #block-block-8 {
	border: none;
	padding: 0 20px 20px 40px;
}

#footer #block-block-8 h2.title {
	float: left;
	color: #828282;
	margin: 0 20px 0 0;
	font-size: 12px;
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
}

#footer #block-block-8 .block-content {

}

#footer #block-block-8 .block-content a {
	margin: 0 20px 0 0;
	float: left;
	color: #828282;
	background-image: url(../img/footersocialicons.png);
}

#footer #block-block-8 .block-content a.twitter {
	background-position: 0 -35px;
}

.node-type-prodcat #block-block-8, .section-contact-us-form #block-block-8, .page-about-locations #block-block-8 {display: none;}

.node #followus {padding: 0;}

#block-views-resource_blocks-block_4 {
	background: #efefef;
	padding: 8px 10px 16px;
}

#block-views-resource_blocks-block_4 h2.title {
	font-size: 13px;
	color: #5F5F5F;
	border-bottom: 1px #cacaca solid;
	padding: 0 0 3px;
	font-family: KnowledgeBold,KnowledgeRegular,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

#block-views-resource_blocks-block_4 .view-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#block-views-resource_blocks-block_4 .view-content li.views-row {
	list-style: none;
	margin: 0;
	padding: 14px 0;
	border-bottom: 2px #cacaca dotted;
}

#block-views-resource_blocks-block_4 .item-list .title {
	font-size: 13px;
}

#block-views-resource_blocks-block_4 .item-list .title div {
	display: inline;
}

div.window-reader {
	height: 300px;
	padding: 10px;
	overflow: auto;
	border: 1px #333 solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.item-list .pager li {margin: 0;}
.item-list .pager li a {padding: 0;}

.view-search .views-field-title {
	font-size: 1.3em;
}
.view-search .item-list ul {margin: 0;padding: 0;list-style: none;}
.view-search .item-list li {
	margin: 0 0 20px;
	list-style: none;
}

#sidebar-left #block-block-16 {margin: 0;}

.hidden {display: none;}
#l10n-client {display: block;}

#webform-component-C-State-Prov {
	float: left;
	width: 175px;
	margin-right: 10px;
}

#webform-component-C-Zip-Postal {
	float: left;
	width: 175px;
}

#webform-component-C-Zip-Postal input.form-text, #webform-component-C-State-Prov input.form-text {
	width: 161px;
}

#webform-component-C-Zip-Postal .form-item, #webform-component-C-State-Prov .form-item {margin-top: 0;}

#webform-component-C-Country {clear: left;}

/* Generic Blocks */

.orange-callout h2.title {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 5px 5px;
	margin: 0;
	color: #e5531e;
}

.orange-callout .block-content {
	border-top: 1px #cacaca solid;
	padding: 5px;
}

.orange-callout {
	border-bottom: 5px #f1f1f1 solid;
}

.orange-callout table {
  margin: 10px 0;
  width: 100%;
}

.orange-callout table td {
  padding: 7px 5px 4px;
}

.emea-block,
.americas-block,
.ap-block {
  display: none;
}

.region-americas .americas-block,
.region-europe-middle-east-and-africa .emea-block,
.region-asia-pacific .ap-block
{display: block;}

#autopick_notice {
	color: #fff;
	position: absolute;
	top: 26px;
	background: #866AAD;
	z-index: 20;
	padding: 0 30px 0 10px;
	font-family: KnowledgeRegular,Arial,Helvetica,sans-serif;
	line-height: 26px;
}

#autopick_notice a {
	font-family: KnowledgeMedium,KnowledgeRegular,Arial,Helvetica,sans-serif;
	color: #fff;
}

#autopick_notice .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 26px;
}

/* Home */

.back-link{
	color:#4191b0;
	text-decoration: underline;
	display:block;
	cursor:pointer;
	font-size:16px;
}

.back-link:hover{
	color:#36738a;
}

.modal-overlay{
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;right:0;
	bottom:0;left:0;
	z-index:1000000;
	display:none;
}

.modal-container{
	position:fixed;
	height:auto;
	width:850px;
	left:50%;
	margin-left:-455px;
	top:20%;
	background:#fff;
	z-index:1000001;
	padding:60px 30px;
	background-image:url('/sites/all/themes/custom/img/get-started-bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	display:none;
	overflow: hidden;
}

.modal-container-complete{
	/*top:0;right:0;
	bottom:0; left:0;
	margin-top:0;
	margin-left:0;
	width:100%;*/
}

.modal-container-contact{
	position:fixed;
	height:auto;
	background:#fff;
	z-index:1000001;
	padding:60px 30px;
	background-image:url('/sites/all/themes/custom/img/get-started-bg.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	display:none;
	overflow: hidden;
	top:0;right:0;
	bottom:0; left:0;
	margin-top:0;
	margin-left:0;
	width:100%;
}

.modal-contact-form{
	width:50%;
	display:inline-block;
	min-height:600px;
}

.modal-contact-form input{
	width: 100% !important;
	display: block;
	padding: 10px 0px;
}

.modal-contact-form .webform-component{
	width:100%;
}

.contact-cta-column{
	width: 27%;
	margin-left: 15%;
	display:inline-block;
	vertical-align:top;
}

label[for=edit-submitted-C-Zip-Postal]
{
	margin-left:40px;
}

#edit-submitted-C-Zip-Postal{
	margin-left:40px;
}

.modal-close{
	position:absolute;
	right:20px;
	top:20px;
	font-size:32px;
	cursor:pointer;
	transition:0.2s;
}

.modal-close:hover{
	color:#000;
}


.hero{
	width:100%;
	height:550px;
	margin:0;
	line-height:100%;
	height:560px;
	background:url('/sites/all/themes/custom/img/hero.jpg');
	display:table;
}

.hero .inner{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.hero .inner .title{
	font-size:50px;
	padding-bottom:50px;
	display:block;
}

.hero .inner p{
	width:70%;
	padding-left:15%;
	font-size:18px;
	line-height:125%;
}

.learn-bar{
	background:#FF8000;
	color:#fff;
	text-align:center;
	padding:20px;
	box-sizing: border-box;
	font-size:15px;
}

.learn-bar span{
	padding-right: 20px;
}

.home-content{
	line-height:100% !important;
	margin:0;
}


.button-cta{
	padding:10px 30px;
	text-align:center;
	border-radius:10px;
	color:#fff;
}

.button-orange{
	background:#A00000;
}

.button-gray{
	background:#262626;
}

.more-reports{
	background:#f76f01;
	color:#fff;
	text-align:center;
	padding:10px;
	box-sizing: border-box;
	font-size:15px;
	margin:0 20px 40px 20px;
	border-radius:10px;
	cursor:pointer;
}
#more-reports.selected{
	background:#262626;
}

.more-reports-container{
	padding:10px 0;
}


/* Home spec styles */

.headline-home{
	font-size:28px;
	text-align: center;
	padding:30px;
	display:block;
	color:#000;
	border-bottom:none !important;
	line-height: 100%;
	margin-bottom: 10px;
}

.home-3-col{
	clear:both;
	width: 100%
}

.home-3-col .col{
	width:33.333%;
	float:left;
	padding:0px 30px 30px 30px;
	box-sizing: border-box;
}

.clearfix{
	display:block;
	clear:both;
	width:100%;
	height:1px;
}

.products{
	padding-bottom:20px;
}

.products .headline-home, .special-reports .headline-home{
	padding:60px 30px 20px 30px;
}


.product{
	text-align:center;
	font-size:13px;

}
.product a{
	text-decoration: underline;
}

.product .title{
	font-size:18px;
	color:#FF8000;
	display:block;
	padding-bottom:20px;
}

.special-reports{
	background:#efefef;
}

.special-reports .intro{
	width:60%;
	padding-left:20%;
	text-align:center;
}

.special-reports img{
	width:100%;
	height:auto;
	text-align:center;
}

.special-reports .col{
	padding:20px;
}

.special-reports .title{
	font-size:18px;
	color:#FF8000;
	display:block;
	padding-bottom:20px;
}

.special-reports .col .inner{
	background:#fff;
	padding:20px;
	text-align: center;
	margin-top: -5px;
}

.second-row{
	display:none;
}

.cta-get-started{
	background:url('/sites/all/themes/custom/img/get-started-cta-bg.jpg');
	width:1020px;
	height:115px;
	bottom:0;
	left:50%;
	margin-left:-510px;
	position:fixed;
	z-index:100;
	display:none;
	cursor:pointer;
}

.cta-get-started .container{
	width:700px;
	height:100%;
	margin:0 auto;
}

.cta-get-started .cta{
	color:#fff;
	width:500px;
	display:inline-block;
	padding-top:25px;

}

.cta-get-started .cta span{
	font-size:20px;
}

.cta-get-started .cta p{
	padding-top:7px;
}
.cta-get-started .cta-button{
	display:inline-block;
	width:190px;
	vertical-align: top;
	padding:50px 0 0 10px;
	box-sizing: border-box;
}

.link-footer{
	background:#f2f2f2;
}
.link-footer ul{padding:0;}
.link-footer ul li{
	list-style:none;
	float:left;
	width:160px;
	margin-right:10px;
	background:#333;
	height:20px;
}
body.homepage #footer{
	margin: 0 -35px;
}
#footer-message {margin-bottom:-20px;}
