/* Reset */
html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* Embedding Fonts */
@font-face {
	font-family: 'FuturaStd-Book';
	src: url('/clientportal/fonts/FuturaStd-Book.eot');
	src: local('☺'), url('/clientportal/fonts/FuturaStd-Book.woff') format('woff'), url('/clientportal/fonts/FuturaStd-Book.ttf') format('truetype'), url('/clientportal/fonts/FuturaStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-Heavy';
	src: url('/clientportal/fonts/FuturaStd-Heavy.eot');
	src: local('☺'), url('/clientportal/fonts/FuturaStd-Heavy.woff') format('woff'), url('/clientportal/fonts/FuturaStd-Heavy.ttf') format('truetype'), url('/clientportal/fonts/FuturaStd-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-Medium';
	src: url('/clientportal/fonts/FuturaStdMedium.eot');
	src: url('/clientportal/fonts/FuturaStdMedium.eot') format('embedded-opentype'), url('/clientportal/fonts/FuturaStdMedium.woff2') format('woff2'), url('/clientportal/fonts/FuturaStdMedium.woff') format('woff'), url('/clientportal/fonts/FuturaStdMedium.ttf') format('truetype'), url('/clientportal/fonts/FuturaStdMedium.svg#FuturaStdMedium') format('svg');
}

@font-face {
	font-family: 'FuturaStd-Light';
	src: url('/clientportal/fonts/FuturaStd-Light.eot');
	src: local('☺'), url('/clientportal/fonts/FuturaStd-Light.woff') format('woff'), url('/clientportal/fonts/FuturaStd-Light.ttf') format('truetype'), url('/clientportal/fonts/FuturaStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'modules';
	src: url('/clientportal/fonts/modules.eot');
	src: local('☺'), url('/clientportal/fonts/modules.woff') format('woff'), url('/clientportal/fonts/modules.ttf') format('truetype'), url('/clientportal/fonts/modules.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Tags */

a {
	position: relative;
	color: #cc3300;
	text-decoration: underline;
	transition: .3s
}

	a:hover {
		color: #cc3300;
		/*color: #3a7991;*/
		text-decoration: none;
	}

	a:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -10px;
		width: 100%;
		height: 2px;
		/*background: #3a7991;*/
		background: #cc3300;
		transition: .2s;
		opacity: 0;
	}

	a:hover:after {
		bottom: -2px;
		opacity: 1;
	}

body {
	min-width: 340px;
	color: #2e2e2c;
	font: 19px/24px FuturaStd-Book, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 24px 0;
	color: #1d1d1b;
	font-size: 35px;
	line-height: 40px;
}

h2 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 32px;
}

h3 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 32px;
}

h4 {
	margin: 0 0 20px;
	padding: 10px 40px;
	font: 19px/23px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
	background: #fbfbfb;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

	h4.-type-2 {
		padding: 10px 40px 10px 55px;
		background: none;
		border-top: none;
		border-bottom-width: 2px;
	}

h5 {
	margin: 0 0 10px;
	font: 22px/28px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
	box-sizing: border-box;
	padding: 2px 10px;
	height: 30px;
	max-width: 100%;
	font-size: 13px;
	line-height: 23px;
	border: 1px solid #888888
}

select {
	height: 29px;
}

	input[type="text"].has-error,
	input[type="email"].has-error,
	input[type="password"].has-error,
	input[type="tel"].has-error,
	select.has-error,
	textarea.has-error {
		border-color: #cc0000
	}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="password"]:focus,
	input[type="tel"]:focus,
	select:focus,
	textarea:focus {
		border-color: #cc3300;
		outline: none
	}

label {
	position: relative;
	margin: 0 15px 0 0;
}

	label input[type="radio"] {
		display: none
	}

		label input[type="radio"] + .radio-icon {
			content: "";
			display: inline-block;
			margin: -1px 6px 0 0;
			width: 12px;
			height: 12px;
			background-image: url(/clientportal/images/icon-checkbox.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}

		label input[type="radio"]:checked + .radio-icon {
			background-position: -12px 0;
		}

label {
	position: relative;
	margin: 0 15px 0 0;
}

	label input[type="checkbox"] {
		display: none
	}

		label input[type="checkbox"] + .checkbox-icon {
			content: "";
			display: inline-block;
			margin: -1px 6px 0 0;
			width: 12px;
			height: 12px;
			background-image: url(/clientportal/images/icon-checkbox.png);
			background-position: 0 0;
			background-repeat: no-repeat;
		}

		label input[type="checkbox"]:checked + .checkbox-icon {
			background-position: -12px 0;
		}


p {
	margin: 0 0 25px
}

strong {
	font-family: FuturaStd-Heavy, Arial, Helvetica, sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
}

	table.-auto-width {
		width: auto
	}

	table th,
	table td {
		padding: 6px 20px;
		border-bottom: 1px solid #eaeaea
	}

		table th:first-child, table td:first-child {
			padding-left: 0 !important;
		}

		table th:last-child, table td:last-child {
			padding-right: 0 !important;
		}

	table.-slim th {
		padding: 4px 15px;
		color: #797976;
		font: 12px/20px FuturaStd-Light, Arial, Helvetica, sans-serif;
	}

	table.-slim td {
		padding: 4px 15px;
		font-size: 15px;
		line-height: 20px;
	}


/* Global Classes */
.float-clear {
}

	.float-clear:after {
		content: "";
		display: table;
		clear: both;
	}

.float-right {
	float: right
}

.float-left {
	float: left
}

.fw-normal {
	font-weight: normal
}

.fs-13 {
	font-size: 13px
}

.fs-14 {
	font-size: 14px
}

.fs-15 {
	font-size: 15px
}

.ff-default {
	font-family: FuturaStd-Book, Arial, Helvetica, sans-serif
}

.lh-24 {
	line-height: 24px
}

.mr-10 {
	margin-right: 10px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-55 {
	margin-bottom: 55px
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ml-45 {
	margin-left: 45px
}

.ml-55 {
	margin-left: 55px
}

.pl-55 {
	padding-left: 55px
}

.row {
	margin: 0 auto;
	padding: 0;
	max-width: 1120px;
}

	.row.-wider {
		max-width: 1300px;
	}

	.row:after {
		content: "";
		display: table;
		clear: both
	}

	.row > div {
		box-sizing: border-box;
		float: left;
	}

		.row > div:first-child {
			padding-left: 0;
		}

		.row > div:last-child {
			padding-right: 0;
		}

	.row .col-left {
		float: left
	}

	.row .col-right {
		float: right
	}

	.row .col-1 {
		width: 8.3333%
	}

	.row .col-2 {
		width: 16.6666%
	}

	.row .col-3 {
		width: 25%
	}

	.row .col-4 {
		width: 33.3333%
	}

	.row .col-5 {
		width: 41.6666%
	}

	.row .col-6 {
		width: 50%
	}

	.row .col-7 {
		width: 58.3333%
	}

	.row .col-8 {
		width: 66.6666%
	}

	.row .col-9 {
		width: 75%
	}

	.row .col-10 {
		width: 88.3333%
	}

	.row .col-11 {
		width: 91.6666%
	}

	.row .col-12 {
		width: 100%
	}

	.row .col-h-padding-8 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.row .col-h-padding-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row .col-t-padding-30 {
		padding-top: 30px;
	}

.text-green {
	color: #009966
}

.text-blue {
	color: #478298
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-bigger-15 {
	font-size: 115%
}

.text-bigger {
	font-size: 150%
}

.text-uppercase {
	text-transform: uppercase
}

.va-middle {
	vertical-align: middle
}

/* Classes */

.action-block {
	overflow: hidden;
	color: #fff;
	background: #64696d
}

.action-block-left {
	float: left;
	box-sizing: border-box;
	width: 20%;
	min-height: 130px;
	text-align: center;
}

.action-block-label {
	padding: 13px;
	font: 13px/20px FuturaStd-Medium, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #363a3d;
}

.action-block-type {
	padding: 20px 20px 0;
	font: 35px/35px FuturaStd-Medium, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.action-block-right {
	float: left;
	box-sizing: border-box;
	width: 80%;
	min-height: 130px;
	padding: 30px 55px 20px;
	font-size: 18px;
	line-height: 31px;
	background: #70777c;
	box-shadow: -10px 0 10px rgba(0,0,0,0.1)
}

.arrange-call {
	padding: 55px 100px;
}

.arrange-call form {
	margin: 0 auto;
	max-width: 500px;
}

.arrange-call-intro {
	padding: 0 0 20px;
	margin: 0 0 35px;
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7
}

.arrange-call-field {
	margin: 0 0 22px;
	padding: 0 1Em;
}

	.arrange-call-field label {
		float: left;
		width: 160px;
		font-size: 15px;
		line-height: 29px;
		text-align: right;
	}

	.arrange-call-field input {
		width: 260px;
	}

	.arrange-call-field .short {
		width: 100px
	}

	.arrange-call-field .inline {
		float: none;
		margin: 0 10px 0 20px;
	}

	.arrange-call-field.-button {
		margin: 45px 0 20px;
		padding-top: 15px;
		border-top: 1px solid #d7d7d7
	}

	.arrange-call-field .button {
		width: auto
	}

.arrange-call-result {
	color: #cc0000;
	font-size: 15px;
	text-align: center
}

.article-top {
	margin: 0 -45px 25px 0;
}

	.article-top:after {
		content: "";
		display: table;
		clear: both;
	}

.article-top-label {
	float: left;
	padding: 5px 45px;
	color: #fff;
	font: 16px/33px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
	background: #363a3d
}

.article-attachements {
	margin-bottom: 1Em;
	display: flex;
	flex-wrap: wrap;
}

.article-top-attachement {
	display: block;
	padding: 5px 35px 5px 61px;
	color: #636363;
	font-size: 13px;
	line-height: 32px;
	text-decoration: none;
	background-color: #ededed;
	background-position: 27px 8px;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 42Px;
	flex: 0 0.5 50%;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

	.article-top-attachement.pdf {
		background-image: url(/clientportal/images/icon-pdf.png);
	}

	.article-top-attachement.word {
		background-image: url(/clientportal/images/icon-word.png);
	}

	.article-top-attachement.excel {
		background-image: url(/clientportal/images/icon-excel.png);
	}

	.article-top-attachement.document {
		background-image: url(/clientportal/images/icon-document.png);
	}

	.article-top-attachement:hover {
		color: #cc3300;
		background-color: #d6d6d6
	}

	.article-top-attachement:after {
		display: none
	}

.article-top-social {
	float: left;
	margin: 15px 0 0 25px;
}

.article-top-menu {
	position: relative;
	float: right;
	margin: 17px 0px 0 0;
	padding: 0 35px 0 0;
}

.article-top-menu-label {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.article-top-menu-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 22px;
	background: #ececec;
	cursor: pointer;
	transition: .3s
}

	.article-top-menu-icon:after {
		content: "";
		position: absolute;
		top: 7px;
		left: 4px;
		width: 14px;
		height: 7px;
		background: url(/clientportal/images/icon-arrow-down.png) top no-repeat;
		opacity: .3
	}

	.article-top-menu-icon:hover {
		background: #363a3d
	}

		.article-top-menu-icon:hover:after {
			background-position: bottom;
			opacity: 1
		}

	.article-top-menu-icon.-active:after {
		transform: rotate(180deg);
	}

	.article-top-menu-icon.-active:hover:after {
		background-position: bottom;
		transform: rotate(180deg);
		opacity: 1
	}

.article-top-submenu {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	padding: 15px 10px;
	width: 200px;
	background: #fbfbfb;
	box-shadow: 0 0 10px #ccc;
	z-index: 2
}

	.article-top-submenu li {
		margin: 0 0 5px;
		padding: 0;
		list-style: none;
	}

		.article-top-submenu li a {
			display: block;
			position: relative;
			padding: 0 0 0 20px;
			color: #2e2e2c;
			font-size: 15px;
			line-height: 20px;
			text-decoration: none;
		}

			.article-top-submenu li a:hover {
				text-decoration: underline
			}

			.article-top-submenu li a:before {
				content: "";
				position: absolute;
				top: 50%;
				left: 7px;
				width: 5px;
				height: 5px;
				margin: -3px 0 0;
				background: #cf9f10;
			}

			.article-top-submenu li a:after {
				display: none
			}

	.article-top-submenu.-report li a:before {
	}

	.article-top-submenu.-situations li a:before {
		background: #ec6124
	}

	.article-top-submenu.-credit li a:before {
		background: #50bdbf
	}


.article-date {
	margin: 0 0 20px;
	padding: 0 0 8px;
	width: 200px;
	color: #636363;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #d7d7d7
}

.article-title {
	margin: 22px 0;
	font: 30px/32px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
}

.article-meta {
	margin: 15px 0;
	padding: 1px 3px;
	background: #fbfbfb;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

	.article-meta .article-company {
		display: inline-block;
		margin: 4px 0;
		padding: 0;
		font-size: 18px;
		line-height: 24px;
	}

		.article-meta .article-company a {
			color: #636363;
			text-decoration: none;
		}

		.article-meta .article-company strong {
			display: inline-block;
			color: #3a7991;
			font: 24px/24px FuturaStd-Book, Arial, Helvetica, sans-serif;
			vertical-align: middle
		}

.article-meta-right {
	color: #636363;
	font: 13px/18px FuturaStd-Light, Arial, Helvetica, sans-serif;
}

	.article-meta-right a {
		float: left;
		margin: 11px 10px;
		padding: 0 0 0 22px;
		color: #636363;
		text-decoration: none;
	}

		.article-meta-right a:before {
			content: "";
			position: absolute;
			left: 0;
			top: -1px;
			width: 16px;
			height: 18px;
		}

		.article-meta-right a:hover {
			color: #cc3300
		}

.article-meta a.article-meta-profile:before {
	background: url(/clientportal/images/icon-grey-sheet-small.png) 0 0 no-repeat;
}

.article-meta a.article-meta-follow:before {
	background: url(/clientportal/images/icon-grey-arrow-right-small.png) 0 0 no-repeat;
}

.article-meta a.article-meta-research:before {
	background: url(/clientportal/images/icon-grey-sheet-edit-small.png) 0 0 no-repeat;
}

.article-meta a:after {
	display: none
}

.article-meta-action {
	margin: 2px 30px;
	float: left;
}

	.article-meta-action span {
		display: inline-block;
		width: 165px;
		text-align: right;
	}

	.article-meta-action strong {
		display: inline-block;
		font: 14px/14px FuturaStd-Book, Arial, Helvetica, sans-serif;
	}

.article-tags {
	margin: 25px 0;
	font-size: 15px;
}

.blog {
	padding: 25px 20px 25px 50px;
}

.blog-post {
	margin: 0 0 35px;
	border-bottom: 4px double #636363
}

	.blog-post:last-child {
		border-bottom: none
	}

.blog-post-date {
	margin: 0 0 20px;
	padding: 0 0 8px;
	width: 200px;
	color: #636363;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #d7d7d7
}

.blog-post-title {
	margin: 0 0 33px;
	padding: 0 0 15px;
	font: 30px/32px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d7d7d7
}

.blog-post-image {
	float: left;
	margin: 0 35px 30px 0;
}

	.blog-post-image img {
		max-width: 100%
	}

.blog-post-more {
	margin: 0 0 35px
}

	.blog-post-more a {
		text-decoration: none
	}

.button {
	display: inline-block;
	padding: 5px 24px;
	color: #363a3d;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-shadow: none;
	background: #fff;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,0.42);
	cursor: pointer;
	transition: .3s
}

	.button:hover {
		box-shadow: 0 0 7px rgba(0,0,0,0.7);
	}

	.button:after {
		display: none
	}

	.button.-dark {
		padding: 5px 15px;
		color: #fff;
		text-transform: uppercase;
		background-color: #363a3d;
		box-shadow: none;
	}

		.button.-dark:hover {
			background-color: #3a7991
		}


.call-to-action {
	padding: 22px 25px 22px 40px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.35)
}

	.call-to-action.-alert {
		background: url(/clientportal/images/bg-alert.png) right no-repeat #af4c38
	}

	.call-to-action.-call {
		background: url(/clientportal/images/bg-mobile.png) right 90px top -10px no-repeat #6da8ba
	}

	.call-to-action .button {
		margin-top: 6px;
		margin-bottom: 6px;
	}

.company-header {
	position: relative;
	margin: 0px 65px 30px;
	background: #fbfbfb;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.company-header-label {
	position: absolute;
	top: 1px;
	left: -75px;
	overflow: visible;
	padding: 10px 0 10px 8px;
	width: 35px;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	background: #70777c;
	z-index: 1
}

	.company-header-label:after {
		position: absolute;
		top: 0;
		right: -56px;
		content: "";
		width: 0;
		height: 0;
		border-width: 28px;
		border-style: solid;
		border-color: transparent transparent transparent #70777c;
		z-index: -1
	}

.company-header h2 {
	padding: 10px 7px;
	margin: 0;
	float: left;
	font: 30px/35px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
}

	.company-header h2 strong {
		display: inline-block;
		color: #3a7991;
		padding: 0 10px
	}

.company-header-follow {
	float: right;
	margin: 20px 40px;
	padding: 0 0 0 20px;
	color: #636363;
	font: 13px/18px FuturaStd-Light, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

	.company-header-follow:hover {
		color: #cc3300
	}

	.company-header-follow:before {
		content: "";
		position: absolute;
		left: 0;
		top: -1px;
		width: 16px;
		height: 18px;
		background: url(/clientportal/images/icon-grey-arrow-right-small.png) 0 0 no-repeat;
	}

	.company-header-follow:after {
		display: none
	}

.company-tabs {
	overflow: hidden;
	margin: 20px 65px;
	padding: 0;
}

	.company-tabs li {
		float: left;
		box-sizing: border-box;
		margin: 0;
		padding: 0 3px;
		width: 50%;
	}

		.company-tabs li:first-child {
			padding-left: 0;
		}

		.company-tabs li:last-child {
			padding-right: 0;
		}

		.company-tabs li a {
			display: block;
			height: 48px;
			color: #636363;
			font-size: 18px;
			line-height: 46px;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			;
			background: #f2f2f2;
			border: 2px solid #f2f2f2;
			border-bottom: none;
		}

			.company-tabs li a:hover {
				background: #fff;
			}

			.company-tabs li a:after {
				display: none;
			}

		.company-tabs li.-current a {
			color: #2b2b2a;
			background: #fff;
			border-color: #ced1d2
		}

.company-archived-search {
	margin: 10px;
	font-size: 16px;
	text-align: center;
}

	.company-archived-search a {
		color: #636363;
		text-decoration: none
	}

		.company-archived-search a:hover {
			color: #3a7991;
		}

		.company-archived-search a:after {
			display: none;
		}

.content {
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.15)
}

.content-header {
	background: #fbfbfb;
	border-bottom: 1px solid #eaeaea
}
/*.content-nav {}
.content-nav:after { content: ""; display: table; clear: both }*/
.content-nav li {
	/*float: left;*/
	text-align: center;
}
	/*.content-nav li.content-nav-1 { width: 17% }
.content-nav li.content-nav-2 { width: 19% }
.content-nav li.content-nav-3 { width: 25% }
.content-nav li.content-nav-4 { width: 22% }
.content-nav li.content-nav-5 { width: 17% }*/
	.content-nav li a {
		display: block;
		padding: 15px;
		color: #fff;
		font-size: 18px;
		line-height: 26px;
		text-decoration: none;
		background: #363a3d;
		background: linear-gradient(to right,#404446,#363a3d)
	}

		.content-nav li a:after {
			top: -15px;
			bottom: auto;
			height: 4px;
			background: #6da8ba
		}

		.content-nav li a:hover:after {
			top: -4px;
		}

	.content-nav li.-current a {
		color: #373b3e;
		background: #fff
	}

		.content-nav li.-current a:after {
			top: -4px;
			bottom: auto;
			height: 4px;
			background: #6da8ba;
			opacity: 1
		}

.content-body-inner {
	margin: 0 65px;
	padding-bottom: 40px;
}

.content-items-list {
}

.content-item {
	position: relative;
	margin: -1px 0 0;
	padding: 30px 300px 30px 90px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

	.content-item:nth-child(even) {
		background-color: #fbfbfb
	}

.content-item-label {
	position: absolute;
	top: -1px;
	left: 0px;
	padding: 1px 5px;
	min-width: 105px;
	height: 19px;
	font: 13px/19px FuturaStd-Light, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ebebeb;
}

.content-item-icon {
	position: absolute;
	top: 35px;
	left: 28px;
	width: 35px;
	height: 36px;
	background-repeat: no-repeat;
}

.content-item.-report .content-item-icon {
	background-image: url(/clientportal/images/icon-report.png)
}

.content-item.-credit .content-item-icon {
	background-image: url(/clientportal/images/icon-credit.png)
}

.content-item.-situations .content-item-icon {
	background-image: url(/clientportal/images/icon-situations.png)
}

.content-item-title {
	font: 22px/28px FuturaStd-Heavy, Arial, Helvetica, sans-serif;
	margin-bottom: 15Px;
}

	.content-item-title a {
		color: #2d2d2c;
		text-decoration: none;
		box-shadow: 0 15Px 0 -13Px transparent
	}

		.content-item-title a:after {
			content: none;
		}

		.content-item-title a:hover {
			color: #cc3300;
			box-shadow: 0 2Px 0 #C30;
		}

.content-item-details {
	position: absolute;
	top: 65px;
	right: 30px;
	font-size: 13px;
	text-align: right;
}

.content-item-type-link {
	display: inline-block;
}

	.content-item-type-link a {
		text-decoration: none
	}

		.content-item-type-link a:before {
			content: "|";
			float: right;
			margin: 0 8px 0 10px;
			color: #bebebe;
		}

.content-item.-report .content-item-type-link a {
	color: #c09000;
}

.content-item.-credit .content-item-type-link a {
	color: #50bdbf;
}

.content-item.-situations .content-item-type-link a {
	color: #cc3300;
}

.content-item.-report .content-item-type-link a:after {
	background: #c09000;
}

.content-item.-credit .content-item-type-link a:after {
	background: #50bdbf;
}

.content-item.-situations .content-item-type-link a:after {
	background: #cc3300;
}

.content-item-date {
	display: inline-block;
}

.content-footer {
	padding: 10px;
	color: #757573;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	background: #e8e8e8;
	border: 1px solid #fff;
}


.field-add-ticker {
	display: inline-block;
	white-space: nowrap
}

	.field-add-ticker input {
		margin: 0 10px;
		width: 130px;
		font-weight: normal;
		font-size: 13px;
	}

.h-icon {
	display: inline-block;
	width: 35px;
	height: 36px;
	vertical-align: top;
	background-repeat: no-repeat
}

	.h-icon.-small {
		width: 20px;
		height: 21px;
		background-size: auto 21px
	}

	.h-icon.-report {
		background-image: url(/clientportal/images/icon-report.png)
	}

	.h-icon.-situations {
		background-image: url(/clientportal/images/icon-situations.png)
	}

	.h-icon.-credit {
		background-image: url(/clientportal/images/icon-credit.png)
	}

.icon {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

	.icon:hover {
		opacity: .7
	}

	.icon:after {
		display: none
	}

	.icon.-edit {
		width: 23px;
		height: 23px;
		background: url(/clientportal/images/icon-pen.png) no-repeat
	}

	.icon.-remove {
		width: 10px;
		height: 10px;
		background: url(/clientportal/images/icon-x.png) no-repeat
	}

.link-question {
	display: inline-block;
	padding: 0 0 0 40px;
	color: #2d2d2c;
	font-size: 19px;
	line-height: 41px;
	background: url(/clientportal/images/iocn-question.png) no-repeat
}

	.link-question:hover {
		color: #cc3300
	}

	.link-question:after {
		display: none
	}


.links-list {
	color: #707070;
}

	.links-list ul {
	}

	.links-list li {
		margin: 0 0 10px;
		padding: 0 0 0 16px;
		font-size: 19px;
		line-height: 29px;
		background: url(/clientportal/images/bullet-grey-small.png) 0 11px no-repeat;
	}

	.links-list a {
		color: #707070;
		text-decoration: none;
	}

.need-help-block {
	overflow: hidden;
	margin: 35px 0 5px;
	box-shadow: 0 0 12px rgba(0,0,0,0.15)
}

.need-help-left {
	box-sizing: border-box;
	float: left;
	padding: 40px 0px 0;
	width: 20%;
	height: 150px;
	color: #fff;
	font: 28px/28px FuturaStd-Medium, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #363a3d
}

.need-help-right {
	box-sizing: border-box;
	float: left;
	padding: 25px 20px 0 200px;
	width: 80%;
	height: 150px;
	font-size: 18px;
	line-height: 33px;
	background: url(/clientportal/images/help-men.jpg) 65px bottom no-repeat #fff
}

	.need-help-right a {
		display: inline-block;
		font-weight: bold;
		color: #40403f;
		text-decoration: none
	}

		.need-help-right a[href^=mailto] {
			margin: 0 0 0 20px;
			padding: 0 0 0 20px;
			text-decoration: underline;
			border-left: 1px solid #d4d4d4
		}

		.need-help-right a:hover {
			color: #cc3300
		}

		.need-help-right a:after {
			display: none
		}

.search-history {
	width: 100%;
	border-collapse: collapse
}

	.search-history th {
		padding: 10px 35px;
		font: 15px/21px FuturaStd-Light, Arial, Helvetica, sans-serif;
		text-align: center;
		background: #fbfbfb;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}

	.search-history td {
		padding: 22px 35px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		border-bottom: 1px solid #eaeaea;
	}

	.search-history tr:nth-child(odd) td {
		background-color: #fbfbfb
	}

	.search-history th:first-child,
	.search-history td:first-child {
		text-align: left
	}

	.search-history th:first-child, .search-history td:first-child,
	.search-history th:last-child, .search-history td:last-child {
		padding-left: 35px !important;
		padding-right: 35px !important
	}

	.search-history strong {
		color: #3a7991;
		font-weight: 400
	}

.search-history-view {
	display: inline-block;
	width: 21px;
	height: 21px;
	text-decoration: none;
	background: url(/clientportal/images/icon-double-arrow-right.png) center no-repeat #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.17)
}

	.search-history-view:after {
		display: none
	}

	.search-history-view:hover {
		box-shadow: 0 0 10px rgba(0,0,0,0.30)
	}


.search-terms {
	margin: 25px 0;
	color: #636363;
	font-size: 17px;
	line-height: 30px;
}

	.search-terms * {
		display: inline-block;
		vertical-align: middle
	}

	.search-terms strong {
		color: #3a7991;
		font-weight: 400;
		font-size: 22px;
	}

	.search-terms span {
		margin: 0 0 0 20px;
		padding: 0 0 0 20px;
		font-size: 14px;
		border-left: 1px solid #d4d4d4
	}

.social-icons {
	margin: 40px auto 20px;
	text-align: center;
}

	.social-icons li {
		display: inline-block;
		margin-left: 20px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background: #5e6163;
		border-radius: 50%;
	}

		.social-icons li:hover {
			background: #999;
			opacity: 1
		}

		.social-icons li a {
			display: inline-block;
			position: relative;
			margin: 0;
			width: 100%;
			color: #202528 !important;
			font-size: 24px;
			text-align: center;
			text-decoration: none;
		}

			.social-icons li a:hover {
				opacity: .7
			}

.social-icon a.icon::before {
	font-family: "modules";
	line-height: 40px;
}

.social-icon.-facebook a.icon::before {
	content: "\e093";
}

.social-icon.-twitter a.icon::before {
	content: "\e094";
}

.social-icon.-youtube a.icon::before {
	content: "\e09d";
}

.social-icons li a span {
	display: none
}

.sort-by {
	position: relative;
	margin: 0 15px;
	color: #636363;
	font-size: 13px;
	line-height: 42px;
	z-index: 1
}

	.sort-by * {
		display: inline-block;
		vertical-align: middle
	}

.sort-by-label {
	margin: 0 21px 0 0
}

.sort-by-radio-label {
	opacity: 0.7
}

.sort-by input[type="radio"]:checked + span + .sort-by-radio-label,
.sort-by label:hover .sort-by-radio-label {
	opacity: 1
}

.sort-by-radio-label:after {
	content: "";
	display: inline-block;
	margin: -3px 6px 0 6px;
	width: 6px;
	height: 10px;
	background-image: url(/clientportal/images/icon-sort-by.png);
	background-repeat: no-repeat;
}

.subscription {
	margin: 0 0 25px;
	padding: 10px 0 30px 55px;
	border-bottom: 2px solid #eaeaea;
}

.subscription-title {
	padding: 0 0 8px;
	margin: 0 0 12px;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea
}

.teaser-block {
	margin: -10px 0 0;
	font-family: FuturaStd-Medium, Arial, Helvetica, sans-serif;
}

.teaser-shader {
	position: relative;
	margin: 0 65px 28px;
	height: 8px;
	background: #70777c
}

	.teaser-shader:before {
		content: "";
		position: absolute;
		top: -120px;
		left: 0;
		right: 0;
		height: 120px;
		background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0))
	}

	.teaser-shader:after {
		content: "";
		position: absolute;
		bottom: -28px;
		left: 50%;
		margin: 0 0 0 -14px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px;
		border-color: #70777c transparent transparent transparent
	}

.teaser-top {
	margin: 0 65px;
	text-align: center;
}

.teaser-top-text {
	font-size: 18px;
	line-height: 26px;
}

	.teaser-top-text.no-product {
		margin-bottom: 32Px;
	}

.teaser-top-title {
	margin: 20px 0 35px;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 12px
}

	.teaser-top-title .h-icon {
		width: 40px;
		height: 42px;
		background-size: contain
	}

.teaser-bottom {
	padding: 20px 20px 25px;
	color: #fff;
	text-align: center;
	background: #202528
}

.teaser-bottom-line {
	margin: 20px auto;
	max-width: 800px;
	height: 1px;
	border-top: 1px solid #494c4f;
	border-bottom: 1px solid #494c4f;
}

.teaser-bottom-title {
	margin: 0 0 18px;
	font-size: 26px;
	line-height: 26px
}

.teaser-bottom-text {
	margin: 0 0 16px;
	color: #e1e1e1;
	font-size: 20px;
	line-height: 20px
}

.teaser-bottom-small-text {
	margin: 0 0 16px;
	color: #e1e1e1;
	font-size: 16px;
	line-height: 16px
}

.teaser-bottom-button a {
	display: inline-block;
	padding: 0.2Em 1Em;
	margin: 0 0.5Em;
	color: #202528;
	font-size: 20px;
	line-height: 36px;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
}

	.teaser-bottom-button a:hover {
		opacity: .9
	}

	.teaser-bottom-button a:after {
		display: none
	}



/* Basic Structure and Common elements */

#header {
	position: relative;
	padding: 0;
	color: #d7d7d7;
	line-height: 29px;
	background: #363a3d;
}

	#header .logo {
		float: left;
		overflow: hidden;
		margin: 25px 35px;
		width: 176px;
		height: 29px;
		background: url(/clientportal/images/logo.png) no-repeat
	}

		#header .logo:after {
			display: none
		}

	#header .header-date {
		margin: 25px 15px 25px 10px;
		float: left;
		font-size: 13px;
	}

	#header .header-alert {
		margin: 25px 15px;
		padding: 0 0 0 21px;
		float: left;
		font-size: 13px;
		background: url(/clientportal/images/icon-alert-small.png) left no-repeat
	}

#nav-user {
	position: relative;
	margin: 25px 0;
}

.mobile-icon {
}

#nav-user ul {
}

#nav-user li {
	float: left;
	position: relative;
	margin: 0 11px;
	color: #adaeb0;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
	background: none;
}

#nav-user a {
	display: block;
	color: #adaeb0;
	text-decoration: none;
	outline: none;
}

#nav-user span {
	color: #fff;
}

#nav-user a:hover {
	color: #fff
}

	#nav-user a:hover:after {
		background: #cc3300
	}

#nav-main {
	background: #202528;
}

	#nav-main ul {
	}

	#nav-main li {
		float: left;
		position: relative;
		margin: -1px 0 0;
		font-size: 16px;
		line-height: 21px;
		text-transform: uppercase;
		letter-spacing: 1px;
		list-style: none;
		background: none;
		border-top: 1px solid #363a3d
	}

		#nav-main li.-current {
			background: #202528
		}

			#nav-main li.-current:after {
				content: "";
				position: absolute;
				top: 0;
				left: 50%;
				margin: 0 0 0 -8px;
				width: 0;
				height: 0;
				border-width: 8px;
				border-style: solid;
				border-color: #363a3d transparent transparent transparent
			}

	#nav-main a {
		display: block;
		margin: 0;
		padding: 25px 23px;
		color: #fff;
		text-decoration: none;
		background: linear-gradient(to right, #292d2f, transparent)
	}

		#nav-main a:hover {
			opacity: .7
		}

		#nav-main a:after {
			display: none
		}

	#nav-main .nav-latest-research a {
		padding-left: 0;
		background: none
	}

	#nav-main .nav-icon {
		display: inline-block;
		width: 20px;
		height: 21px;
		vertical-align: top;
		background-size: auto 21px
	}

	#nav-main .nav-report .nav-icon {
		background-image: url(/clientportal/images/icon-report.png)
	}

	#nav-main .nav-situations .nav-icon {
		background-image: url(/clientportal/images/icon-situations.png)
	}

	#nav-main .nav-credit .nav-icon {
		background-image: url(/clientportal/images/icon-credit.png)
	}
	
	#nav-main .nav-blog {
		/*Hide Edge Blog*/
		display: none;
	}

#find-research {
}

	#find-research .find-research-header {
		position: relative;
		padding-left: 20px;
		padding-right: 0px;
		color: #fff;
		background: #284956;
	}

	#find-research .find-research-title {
		position: relative;
		padding: 9px 20px 9px 33px;
		min-width: 430px;
		font-size: 13px;
		line-height: 23px;
		background: url(/clientportal/images/icon-magnifier.png) 0 9px no-repeat;
		cursor: pointer;
	}

		#find-research .find-research-title span {
			display: inline-block;
			margin: 0 10px 0 0;
			font-size: 16px;
			text-transform: uppercase;
			vertical-align: top;
		}

		#find-research .find-research-title:after {
			content: "";
			position: absolute;
			top: 14px;
			right: -7px;
			margin: 0 0 0 -7px;
			width: 14px;
			height: 13px;
			background: url(/clientportal/images/icon-double-arrow-down.png) no-repeat;
			opacity: .35;
			cursor: pointer;
			transform: rotate(180deg);
		}

	#find-research.-visible .find-research-title:after {
		transform: rotate(0deg)
	}

	#find-research .find-research-title:hover:after {
		opacity: 1
	}

	#find-research .find-research-history {
		display: inline-block;
		padding: 10px 25px 10px 33px;
		color: #fff;
		font-size: 13px;
		line-height: 21px;
		text-decoration: none;
		background: #325968;
	}

		#find-research .find-research-history:after {
			display: none
		}

		#find-research .find-research-history:hover {
			color: #325968;
			background: #fff
		}

	#find-research .find-research-body {
		padding-left: 20px;
		padding-right: 20px;
		background: #c2cfd4;
	}

	#find-research .find-research-field {
		display: inline-block;
		margin: 12px 10px 16px 0;
		vertical-align: bottom;
	}

	#find-research .find-research-field-group {
		display: inline-block;
	}

	#find-research .find-research-field label {
		display: block;
		color: #282826;
		font: 13px/24px FuturaStd-Light, Arial, Helvetica, sans-serif;
	}

	#find-research .find-research-field input,
	#find-research .find-research-field select {
		padding: 2px 10px;
		color: #595959;
		min-width: 160px;
		font: 13px/25px FuturaStd-Light, Arial, Helvetica, sans-serif;
		border: none;
	}

		#find-research .find-research-field input.datepicker {
			padding: 2px 25px 2px 10px;
			min-width: 0;
			width: 90px;
			background: url(/clientportal/images/icon-calendar.png) right 4px top 4px no-repeat #fff;
		}

	#find-research .find-research-field select {
		color: #595959;
		padding: 2px 2px 2px 10px;
		height: 29px;
		border: none;
	}

	#find-research .find-research-field.-submit {
		margin-right: 0
	}

	#find-research .find-research-field button[type="submit"] {
		color: #595959;
		padding: 2px 20px;
		color: #fff;
		font-size: 13px;
		line-height: 25px;
		text-transform: uppercase;
		background: #363a3d;
		border: none;
		border-radius: 2px;
		cursor: pointer
	}

#page-header {
	padding: 15px 20px;
	background: #fff;
}

#body {
	padding: 20px 10px 30px;
	background: #f2f2f2;
}

#footer {
	padding: 85px 20px;
	color: #ededed;
	font-size: 16px;
	line-height: 32px;
	background: #202528
}
	/**/
	#footer .footer-col-1 {
		float: left;
		margin-right: 2.5%;
		width: 22.875%;
	}

	#footer .footer-col-2 {
		float: left;
		width: 47.25%;
		margin-right: 4%;
	}

	#footer .footer-col-3 {
		float: left;
		width: 20.875%;
	}
	/**/
	#footer h2 {
		margin: 0;
		padding: 0 0 10px;
		color: #b0b1b2;
		font-size: 25px;
		line-height: 25px;
		text-transform: uppercase
	}

	#footer h3 {
		margin: 0;
		padding: 0 0 15px;
		color: #fff;
		font-size: 17px;
		line-height: 25px;
		text-transform: uppercase
	}

	#footer p {
		margin: 0;
		padding: 0 0 18px;
		font: 18px/27px FuturaStd-Light, Arial, Helvetica, sans-serif;
	}

	#footer a {
		color: #9b9d9e;
		text-decoration: none;
		text-transform: uppercase;
	}

		#footer a:after {
			display: none
		}

		#footer a:hover {
			color: #cc3300
		}

	#footer img {
		max-width: 100%
	}

#menu-footer-menu {
	margin: 25px 0;
	padding: 15px 0;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f
}

	#menu-footer-menu li {
		display: inline-block;
		padding: 0 22px 0 0;
	}

#footer .footer-copyright {
	margin-top: 35px;
	padding: 30px 0;
	color: #9b9d9e;
	font-size: 16px;
	border-top: 1px solid #4f4f4f;
}


/* login popup */
#popup-login {
	width: 550px;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	text-align: center;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

	#popup-login .clearer {
		clear: both;
	}

	#popup-login br {
		display: block
	}

	#popup-login h2 {
		display: inline-block;
		margin: 20px 0;
		color: #484848;
		font-size: 24px;
		text-transform: uppercase;
	}

	#popup-login form {
		background: #f2f2f2;
		margin: 0 30px 20px;
		padding: 25px;
		color: #595959;
	}

	#popup-login .login {
		display: inline-block;
	}

		#popup-login .login:after {
			display: block;
			width: 32px;
			height: 36px;
			background: url('/clientportal/images/ico-form-login.png') no-repeat;
			float: left;
			content: "";
			margin: -46px 0 -36px;
		}

	#popup-login .pass {
		display: inline-block;
	}

		#popup-login .pass:after {
			display: block;
			width: 32px;
			height: 36px;
			background: url('/clientportal/images/ico-form-pass.png') no-repeat;
			float: left;
			content: "";
			margin: -46px 0 -36px;
		}

	#popup-login input[type="text"] {
		display: block;
		margin: 0 auto 10px;
		width: 210px;
		height: 37px;
		border: 1px solid #ddd;
		text-indent: 40px;
	}

	#popup-login input[type="password"] {
		display: block;
		margin: 0 auto 10px;
		width: 210px;
		height: 37px;
		border: 1px solid #ddd;
		text-indent: 40px;
	}

	#popup-login input[type="submit"] {
		display: block;
		margin: 10px auto;
		width: 125px;
		height: 35px;
		border: 0;
		text-indent: 0px;
		font-size: 20px;
		line-height: 12px !important;
		color: #fff;
		transition: .2s;
		background: -webkit-linear-gradient(#3b3b39, #282826);
		background: -o-linear-gradient(#3b3b39, #282826);
		background: -moz-linear-gradient(#3b3b39, #282826);
		background: linear-gradient(#3b3b39, #282826);
		cursor: pointer;
	}

		#popup-login input[type="submit"]:hover {
			opacity: .8;
			transition: .2s;
		}

	#popup-login a {
		color: #595959;
	}

		#popup-login a:hover {
			color: #595959;
			text-decoration: underline;
		}

	#popup-login label {
		position: relative;
		top: -3px;
	}

	#popup-login p.info {
		background: #2f2f2d;
		color: #e1e1e1;
		font-size: 18px;
		line-height: 28px;
		padding: 25px;
		margin: 10px 0 0;
	}

		#popup-login p.info span {
			display: inline-block;
			width: 25px;
		}

		#popup-login p.info a {
			display: inline-block;
			background: -webkit-linear-gradient(#fff, #e5e4e4);
			background: -o-linear-gradient(#fff, #e5e4e4);
			background: -moz-linear-gradient(#fff, #e5e4e4);
			background: linear-gradient(#fff, #e5e4e4);
			color: #2f2f2d;
			font-size: 20px;
			text-decoration: none;
			padding: 3px 40px 5px;
			margin: 10px 0 0;
			box-shadow: 0 3px 3px rgba(0,0,0,.3);
		}

			#popup-login p.info a:after {
				display: none
			}

			#popup-login p.info a:hover {
				text-decoration: none;
				opacity: .7
			}

		#popup-login p.info em {
			display: block;
			font-size: 16px;
		}

	#popup-login h3 {
		font-size: 24px;
		text-transform: none;
	}

/* end login popup */




/************************************** Responsive *************************************************/

@media (max-width: 1300px) {
	#header .logo {
		_margin-left: 10px;
	}
}

@media (max-width: 1200px) {

	#nav-user {
		position: relative;
		z-index: 2
	}

		#nav-user .mobile-icon {
			margin: 32px 30px 0;
			width: 19px;
			height: 14px;
			background: url(/clientportal/images/icon-menu.png) center no-repeat;
			opacity: 1;
			cursor: pointer;
		}

			#nav-user .mobile-icon:hover,
			#nav-user.-active .mobile-icon {
				opacity: 1
			}

		#nav-user ul {
			display: none
		}

		#nav-user.-active > ul {
			display: block;
			position: absolute;
			top: 30px;
			right: 22px;
			margin: 0;
			padding: 12px 10px;
			min-width: 200px;
			background: #363a3d;
			border-radius: 5px;
			box-shadow: 0 5px 25px rgba(0,0,0,0.9)
		}

		#nav-user ul:before {
			content: "";
			position: absolute;
			top: -12px;
			right: 10px;
			border-width: 6px;
			border-style: solid;
			border-color: transparent transparent #363a3d transparent
		}

		#nav-user > ul > li {
			float: none;
		}

		#nav-user a {
			display: block;
			padding: 0px 0px;
			margin: 0;
			text-decoration: none;
		}
	/**/
	#footer .footer-col-1 {
		margin-right: 4%;
		width: 26%;
		text-align: center;
	}

	#footer .footer-col-2 {
		float: left;
		width: 40%;
		margin-right: 4%;
	}

	#footer .footer-col-3 {
		float: left;
		width: 26%;
		text-align: center;
	}
	/**/
}

@media (max-width: 1140px) {
	#nav-main {
		padding: 0 20px
	}

		#nav-main li {
			font-size: 13px;
			line-height: 22px;
		}

		#nav-main a {
			padding: 16px 10px
		}
}

@media (max-width: 1070px) {

	#find-research .find-research-field input,
	#find-research .find-research-field select {
		min-width: 0;
		width: 125px;
	}
}

@media (max-width: 1050px) {
	.call-to-action {
		padding: 10px 20px 10px 20px
	}

	.content-nav li {
		float: none;
		width: auto !important
	}

	#footer .col-2,
	#footer .col-3,
	#footer .col-4,
	#footer .col-8 {
		float: none;
		width: auto;
		text-align: center;
	}

		#footer .col-2 p br {
			display: none
		}
}
/**/
@media (max-width: 1000px) {
	#find-research .find-research-field input,
	#find-research .find-research-field select {
		width: 100px;
	}

	#footer .footer-col-1,
	#footer .footer-col-2,
	#footer .footer-col-3 {
		float: none;
		margin: 0;
		width: auto;
		text-align: center;
	}

		#footer .footer-col-1 br,
		#footer .footer-col-2 br,
		#footer .footer-col-3 br {
			display: none
		}
}
/**/
@media (max-width: 950px) {
	.article-top {
		margin: 0 0 25px 0
	}

	.article-top-label {
		padding: 5px 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.article-top-pdf {
		padding: 5px 15px 4px 40px;
		line-height: 24px;
		background-size: auto 20px;
		background-position: 10px center
	}

	.article-top-social {
		margin: 9px 0 0 15px
	}

	.article-top-menu {
		margin: 8px 0px 0 0
	}

	.content-body-inner {
		margin: 0px 20px 40px
	}

	.teaser-shader {
		margin: 0 20px 28px
	}

	.teaser-top {
		margin: 0 20px
	}

	#nav-main .spinoff {
		display: none
	}

	#nav-main {
		padding: 0
	}

		#nav-main li {
			float: none;
			text-align: center;
			background: linear-gradient(to right, #292d2f, transparent)
		}

		#nav-main a {
			display: inline-block;
			padding: 16px 25px !important;
			background: none
		}

		#nav-main .spinoff {
			display: inline-block
		}

		#nav-main .nav-latest-research a {
		}

		#nav-main .nav-situations a {
			padding-left: 57px !important
		}

		#nav-main .nav-credit a {
			padding-left: 24px !important
		}

		#nav-main li.-current {
			background: #111
		}

	#page-header > .row > .col-8 {
		float: none;
		margin: 0 0 15px;
		padding: 0;
		width: auto;
	}

	#page-header > .row > .col-4 {
		float: none;
		padding: 0;
		width: auto;
	}
}

@media (max-width: 850px) {

	.action-block-left {
		width: 25%;
	}

	.action-block-right {
		width: 75%;
		padding: 20px;
	}

	.company-header {
		margin-right: 20px
	}

	.company-tabs {
		margin: 20px
	}

	.need-help-left {
		width: 25%;
	}

	.need-help-right {
		width: 75%;
		padding: 20px;
		background-image: none
	}

		.need-help-right a[href^=mailto] {
			padding-left: 0;
			border: none
		}

	#find-research-form {
		max-width: 700px
	}

	#find-research .find-research-field input,
	#find-research .find-research-field select {
		width: auto;
		min-width: 160px;
	}
}

@media (max-width: 750px) {
	.article-meta-action {
		float: none;
		margin: 10px 10px 0px;
		text-align: right;
	}

	.article-meta-right a {
		margin: 11px 10px 11px 0;
		font-size: 12px;
	}

	.blog .col-8, .blog .col-4 {
		float: none;
		width: auto
	}

	.content-item {
		padding: 30px 30px 30px 60px
	}

	.content-item-details {
		position: static;
		margin: 20px 0 0;
		text-align: left;
	}

	.content-item-icon {
		left: 12px
	}

	.teaser-top-title {
		font-size: 28px;
		line-height: 28px;
		letter-spacing: 2px;
	}

		.teaser-top-title .h-icon {
			width: 30px;
			line-height: 31px
		}

	#header {
		padding: 1px 0 0
	}

		#header .row.-wider .col-left {
			float: none;
			text-align: center
		}

		#header .row.-wider .col-right {
			float: none;
			position: absolute;
			top: 0;
			right: 0
		}

		#header .logo {
			float: none;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

		#header .header-date, #header .header-alert {
			display: inline-block;
			float: none;
			margin: 0px 10px 20px;
			line-height: 20px;
		}

	#find-research .find-research-field input,
	#find-research .find-research-field select {
		width: auto;
		min-width: 120px;
	}

	#find-research .col-6 {
		width: auto
	}

	#find-research .find-research-title {
		padding-right: 5px;
		padding-left: 25px;
		min-width: 110px;
		font-size: 0
	}

	#body .col-6 {
		float: none;
		width: 100%;
	}

		#body .col-6.col-h-padding-8 {
			padding-right: 0;
			padding-left: 0;
		}
}

@media (max-width: 650px) {
	.mfp-wrap {
		min-width: 340px
	}

	.mfp-content {
		position: static
	}

	#popup-login {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: auto;
	}

	#find-research .find-research-field input,
	#find-research .find-research-field select {
		width: auto;
		min-width: 160px;
	}

	#find-research .find-research-body {
		padding: 20px 0 10px 20px;
	}

	#find-research-form {
		max-width: 600px
	}

	#find-research .find-research-field-group {
		display: block
	}

	#find-research .find-research-field {
		margin: 0 0 10px;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 17px;
		line-height: 22px
	}

	h4, h4.-type-2 {
		padding-left: 20px;
		padding-right: 20px
	}

	h1 {
		font-size: 30px;
		text-align: center
	}

	.action-block-left, .need-help-left,
	.action-block-right, .need-help-right {
		float: none;
		width: auto;
	}

	.blog {
		padding-left: 20px
	}

		.blog .col-8, .blog .col-4 {
			float: none;
			width: auto
		}

	.blog-post-image {
		float: none;
		margin: 0 0 20px
	}

	.call-to-action {
		display: none
	}

	.company-tabs li {
		float: none;
		padding: 0;
		width: auto;
	}

		.company-tabs li a {
			border: 2px solid #f2f2f2
		}

	.need-help-left {
		padding: 20px;
		height: auto;
	}

		.need-help-left br {
			display: none
		}

	.need-help-right {
		height: auto
	}

		.need-help-right a {
			display: block;
			margin-left: 0 !important
		}

	.arrange-call {
		padding: 30px 20px
	}

	.arrange-call-field {
		padding: 0;
		margin: 0 0 10px;
	}

		.arrange-call-field label,
		.arrange-call-field .inline {
			display: block;
			float: none;
			margin: 0 0 5px;
			width: auto;
			text-align: left
		}


	.search-history th {
		padding: 10px 10px;
		font-size: 13px;
		line-height: 20px;
	}

	.search-history td {
		padding: 10px 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.search-history tr:nth-child(odd) td {
		background-color: #fbfbfb
	}

	.search-history th:first-child, .search-history td:first-child,
	.search-history th:last-child, .search-history td:last-child {
		padding-left: 10px !important;
		padding-right: 10px !important
	}

	.teaser-top-title {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 2px;
	}

		.teaser-top-title .h-icon {
			width: 20px;
			height: 22px
		}



	#body.account .ml-55 {
		margin-left: 20px
	}

	#body.account .subscription {
		padding-left: 20px
	}

	#body.account .subscription-title {
		font-size: 16px;
		letter-spacing: 2px
	}

	#body.account .pl-55 {
		padding-left: 20px
	}

	.article-attachements {
		display: block;
	}
}

@media (max-width: 450px) {
	.article-top-menu {
		margin: 20px 3px 0 0
	}

	.article-meta-right a {
		margin: 11px 10px 11px 0;
		max-width: 59px;
		font-size: 13px;
	}

		.article-meta-right a:before {
			top: 0px
		}

	.field-add-ticker {
		margin: 5px 0 0;
	}

		.field-add-ticker input {
			margin-left: 0;
		}

	#page-header .row > div {
		float: none;
		width: auto
	}

		#page-header .row > div .text-right {
			text-align: left
		}
}

@media (max-width: 380px) {
	#find-research .find-research-history {
		padding: 10px 5px 10px 15px
	}

	#find-research .find-research-field {
		_display: block;
		margin: 0 0 0px;
	}

		#find-research .find-research-field input,
		#find-research .find-research-field select {
			margin-bottom: 10px;
			width: 300px
		}

		#find-research .find-research-field.-submit {
			display: block;
		}

	#find-research .find-research-title:after {
		transform: rotate(0deg)
	}

	#find-research.-visible .find-research-title:after {
		transform: rotate(180deg)
	}

	#find-research .find-research-body {
		display: none
	}
}

.payment-description {
	padding-right: 10px;
}

.payment-description.expired {
	color: red;
}

.report-pdf #header,
.report-pdf #footer,
.report-pdf .need-help-block {
	display: none;
}

.report-pdf #body {
	padding: 0;
	background: #FFF; 
}

.report-pdf .content {
	box-shadow: none;
}

.report-pdf .content-body-inner {
	padding: 0;
	margin: 0;
}
