/*
Theme Name: 3cAnalysis
Description: Website redesign for 3cA
version: 1.0
Tags: 3ca, analysis, bespoke
*/
/* GLOBAL -------------------------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	font-family: inherit;
}
.hide {
    display: none;
}
.ghost {
    visibility: hidden;
}
.clear {
    clear: both !important;
}
.clearfix:after {
    /* see iestyle.css for IE equivalent */

	content: "";
	display: block;
	height: 0;
	clear: both;
}
iframe,
object,
embed {
	max-width: 100%;
}
.error {
    /*color: #900;
    font-weight: bold;*/
    color: #ff2bff;
}

/* COMMON ELEMENTS ----------------------------------------------------------------------------------------*/

a {
	text-decoration: underline;
	outline: none;
	color: #333333;
}
a:hover {
    color: #999999;
    /* must be significant enough contrast against regular a */
}
blockquote,
p.blockquote {} body {
    /* see iestyle.css for IE col alignment as well as :hover, :active and :focus pseudoclasses for IE7 and below */

	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	background: #000;
	color: #ababab;
}
code {
	font-family: "Courier New", Courier, monospace;
}
.displayblock {
	display: block !important;
}
.floatleft {
	float: left !important;
}
.floatnone {
	float: none !important;
}
.floatright {
	float: right !important;
}
.grey {
	background: #444C4C url(images/sidebar-backgnd.jpg) bottom left repeat-y !important;
}
img,
img a {
	border: none;
}
/* CORE TYPOGRAPHY ----------------------------------------------------------------------------------------*/

h1 {
	clear: left;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	padding: 25px 0;
	width: 940px;
}
h1:empty{padding: 5px 0;}
h1.notop {
	padding: 0 0 25px 0;
}
h1 span.small {
	font-size: 0.7em;
}
h2,
h3,
h4,
h5,
h6 {
	clear: left;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 25px;
}
p {
	clear: left;
	float: left;
	font-size: 1.1em;
	padding-bottom: 25px;
	width: 940px;
}
/* NAVIGATION ---------------------------------------------------------------------------------------------*/

ul.nav-index  {
	clear: none;
	float: right;
	list-style: none;
	padding-top: 30px;
	z-index: 2000;
	width: auto;
}
body.index ul.nav-index {
	padding-top: 4.4rem;
    padding-bottom: 0;
}
body.index #header{
    padding-bottom: 12px;
}
ul.nav-index li {
	float: right;
	font-size: 1.6em;
    padding-left: 34px;
    /* was 36px but did not fit in IE */

	position: relative;
	padding-right: 10px;
    padding-top: 4px;
}
ul.nav-index li a {
	clear: left;
	float: left;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	z-index: 2150;
}
ul.nav-index {
	clear: none !important;
	float: right !important;
	padding-bottom: 10px;
}
ul.nav-index li a {
	color: #fff !important;
}
ul.nav-index li a:hover {
	color: #7bc0ca !important;
}
ul.nav-index li:first-child {
	float: right;
	display: block;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 0;
}
ul.nav-index li:first-child a:hover {
	background: rgba(54, 56, 58, 0.9);
}
/* NAVIGATION DROP DOWN -------------------------------------------------------------------------------- */

ul.nav-index li ul {
	/* drop down nav on subnav */

	clear: left;
	float: left;
	list-style: none;
	width: 170px;
	position: absolute;
	top: 25px;
	right: 0;
	background: rgba(54, 56, 58, 0.9);
	display: none;
	z-index: 2200;
}
ul.nav-index li:hover ul.showmenu {
	display: block;
}
ul.nav-index li ul li {
	border: none !important;
	clear: left;
	color: #fff;
	float: left;
	font-size: 18px;
	padding: 0 0 25px;
	width: 150px;
	z-index: 2300;
}
ul.nav-index li ul.showmenu li {
	padding: 12px;
	width: 100%;
}
ul.nav-index li ul li:last-child {
	/*    padding: 0;*/
}
ul.nav-index li ul li a:hover {
	background: none !important;
}
ul.nav-index li ul li a {
	color: #ffffff !important;
}

/* SUBNAV -------------------------------------------------------------------------------- */

ul#subnav {
	list-style: outside none none;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 10px;
	z-index: 60;
    position: absolute;
    right: 0;
    bottom: 0;
}
ul#subnav li {
	float: right;
	font-size: 1.4em;
    padding: 0 5px;
    /* 10 */

	border-right: 1px solid #444c4c;
	position: relative;
	z-index: 70;
	text-transform: uppercase;
}
ul#subnav li:first-child {
	border-right: none;
	padding-right: 0;
}
ul#subnav li:first-child a {
	color: #a3a3a3 !important;
}
ul#subnav li a {
	clear: left;
	float: left;
	color: #444c4c;
	white-space: nowrap;
	padding: 2px;
	text-decoration: none;
}
ul#subnav li a:hover {
	color: #7bc0ca;
}
ul#subnav li.selected a {
	color: #7bc0ca;
}
/* UPDATES page does not have SUMMARY link, so need one with no border */

ul#subnav li.summary,
ul#subnav li.last {
	border-right: none;
	padding-right: 0;
}
ul#subnav li.summary {
	padding-left: 7px;
}
ul#subnav li.summary a {
	text-decoration: none;
	color: #ffffff;
	background: #444c4c url(images/subnav-summary-backgnd.jpg) 0 0 repeat-x;
	padding: 2px 5px;
}
/* SUB NAVIGATION DROP DOWN -------------------------------------------------------------------------------- */

ul#subnav li ul {
	clear: left;
	float: left;
	list-style: none;
	width: 150px;
	position: absolute;
	top: 17px;
	left: 6px;
	background: rgba(54, 56, 58, 0.9);
	display: none;
/*	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;*/
	z-index: 80;
}
ul#subnav li:hover ul {
	display: block;
}
ul#subnav li ul li {
	clear: left;
	float: left;
	width: 150px;
	padding: 0 !important;
	z-index: 90;
    border-bottom: 1px solid #ababab;
}
ul#subnav li ul li a {
	clear: left;
	float: left;
	width: 130px;
	padding: 8px 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	z-index: 100;
    text-transform: none;
}
/* CONTENT ------------------------------------------------------------------------------------------------*/

.biographies p img {
	clear: left;
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #999999;
}
/*dl.contactform {
	clear: none;
	float: left;
	width: 450px;
	padding: 0 20px 25px 0;
}*/
p.captcha {
	padding: 0 20px 25px 40px;
	width: 410px !important;
	clear: none !important;
}
/*p.captcha2 {
	padding: 0 20px 25px 0;
	width: 450px !important;
}*/
#content-home p.captcha2 {
	width: 60%;
}
/**
dl.contactform dt {
	clear: both;
	float: left;
	width: 180px;
	margin-right: 20px;
	padding: 2px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #444C4C;
	font-size: 1.1em;
}*
dl.contactform dt.captcha img {
	vertical-align: middle;
}
dl.contactform dd {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444C4C;
	font-size: 1.1em;
}
dl.contactform dd input,
dl.contactform dd select,
dl.contactform dd textarea {
	clear: left;
	float: left;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444C4C;
	font-size: 1em;
	padding: 2px;
}
dl.contactform dd textarea {
	height: 150px;
}
dl.contactform dd.submit input {
	/* float: right; *//**
	width: 111px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #828282;
	color: #ececec;
	border: none;
	padding: 3px;
	cursor: pointer;
}
dl.contactform dd.submit input:hover {
	color: #444C4C;
    /*background: #69DBEC url(images/quickref-info-th-backgnd.jpg) 0 0 repeat-x;*//*
}
/* do not use hover effect when DISABLED * /

dl.contactform dd.submit input.disabled:hover {
	/*color: #ececec;
	background: #828282;* /
	cursor: default;
}
/**
dl.contactform dd input:focus,
dl.contactform dd select:focus,
dl.contactform dd textarea:focus {
	background: #ececec;
}
dl.contactcheckbox dt {
	height: 30px;
	padding: 0;
	text-align: right;
}
dl.contactcheckbox dd {
	height: 30px;
	padding: 0;
}
dl.contactcheckbox dd.captcha {
	height: 40px;
}
dl.contactcheckbox dd.radio input {
	width: 30px;
}
dl.contactcheckbox dd.radio label {
	display: inline-block;
}
**/
#container {
	clear: left;
	margin: 0 auto;
	max-width: 1002px;
	width: 100%;
	z-index: 20;
	padding: 0.5rem 0.5rem 0;
}
#container.paddingsmall {
	padding-top: 0.5rem;
}
#content {
	clear: left;
	float: left;
    max-width: 1002px;
	padding-bottom: 14px;
    width: 100%;
}
table.summarytable:after,
table.summarytable:before {
    box-sizing: content-box;
}
#content table.summarytable {
    /*background: url(images/table-backgnd.jpg) 23px 0 repeat-y;*/
    margin-top: 2rem;
}
/*#content table.summarytable thead{
}*/

#content table.summarytable thead tr {
    /*background: url(images/table-th-backgnd.jpg) 23px 0 repeat-y;*/
}
#content table.summarytable thead tr th {
	/*float: left;*/
	/*float: right;*/
    width: 10%;
	padding: 6px 0px 4px 0px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1em;
	border-right: 2px solid #ffffff;
	background: #62d9eb url(images/summarytable-th-backgnd.jpg) 0 0 repeat-x;
    color: #000000;
}
#content table.summarytable thead tr th.firstcol {
    width: 3% !important;
	background: none;
	border: none;
	padding: 0;
}
#content table.summarytable thead tr th.lastcol {
	border-right: none;
}
#content table.summarytable tbody {
	/**clear: left;
	/*float: left;*/
	/**float: right;**/
}
#content table.summarytable tbody tr {
	/**clear: left;
	/*float: left;*/
	/**float: right;**/
}
#content table.summarytable tbody tr td {
	/*float: left;*/
	/*float: right;*/
    width: 10%;
	padding: 0 2px 20px 2px;
	color: #e4e6e3;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background: #444c4c;
	font-size: 1.1em;
	line-height: 1.2em;
    height: 200px;
    text-align: center;
}
#content table.summarytable tbody tr td.firstcol {
	/*float: left;*/
}
#content table.summarytable tbody tr td p {
    width: 100%;
    height: 100%;
}
#content table.summarytable tbody tr td.firstcol {
    width: 3% !important;
    background-color: #000000;
    /*background: #d8d8d8;*/
	border: none;
    /*padding: 15px 0 15px 0;*/
    min-height: auto;
    height: auto;
    text-align: right;
}
#content table.summarytable tbody tr td.firstcol span {
	background: #d8d8d8;
	padding: 15px 0 15px 0;
	display: inline-block;
	margin-top: 48px;
}
#content table.summarytable tbody tr td.lastcol {
	border-right: none;
}
#content-home {
    clear: left;
    float: left;
    width: 100%;
    max-width: 1002px;
    /* height: 469px; */
    /*padding: 0px 0px 14px 0px;*/

    margin-bottom: 0px;
    background: #000;
    padding-bottom: 3rem;
}
/*cke_contents  #content-home {
    background: #ffffff;
    color: #000000;
}*/
#content-home h1 {
	clear: left;
	float: left;
	width: 205px;
	line-height: 1.3em;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444c4c;
	padding: 0 0 46px 0 !important;
	text-align: center;
	font-style: italic;
}
#content-home .login-block h1 {
	clear: left;
	color: #fff;
	float: left;
	font-family: georgia;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 2rem 2rem !important;
	text-align: left;
	width: 100%;
}
#content-home .login-block h1.msg { /* compensate for error msg */
	padding-bottom: 0 !important; /* sorry but this is even more important! */
}
.client #content-twinwidth-container{
    display: block;
}
#content-twinwidth-container {
	max-width: 1002px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#sidebar1-right h1 {
	clear: none !important;
	display: block;
	float: none !important;
	font-family: arial;
	font-size: 22px;
	padding: 0 !important;
	text-align: left;
	width: 100% !important;
	font-style: normal;
	color: #80e2ee;
	margin-bottom: 10px;
}
#content-twinwidth-container h1,
#content-twinwidth-container h2,
#content-twinwidth-container h3,
#content-twinwidth-container h4,
#content-twinwidth-container h5,
#content-twinwidth-container h6,
#content-twinwidth-container p {
	clear: left;
	float: left;
	width: 100%;
}
#content-twinwidth-container ul {
	clear: left;
	float: left;
	list-style: none;
	width: 940px;
	padding-bottom: 15px;
}
#content-twinwidth-container ul li {
	clear: left;
	float: left;
	width: 920px;
	background: url(images/bullet.gif) 0 5px no-repeat;
	padding: 0 0 10px 20px;
	font-size: 1.1em;
}
#content-twinwidth-container ul li ul {
	clear: left;
	float: left;
	list-style: none;
	width: 920px;
	padding: 15px 0;
}
#content-twinwidth-container ul li ul li {
	clear: left;
	float: left;
	width: 900px;
	background: url(images/bullet.gif) 0 5px no-repeat;
	padding: 0 0 10px 20px;
	font-size: 1.1em;
}
#content-twinwidth-container ol {
	clear: left;
	width: 940px;
	list-style: none;
	padding-bottom: 15px;
	line-height: 1.3em;
}
#content-twinwidth-container ol li {
	clear: left;
	width: 940px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.3em;
}
#content-twinwidth-container ol li ol {
	padding: 10px 0 0 0;
	width: 940px;
}
#content-twinwidth-container ol li ol li {
	font-weight: normal;
	font-size: 0.8em;
	width: 915px;
	padding-left: 25px;
}
#content-twinwidth-container ol li ol li ol {
	padding: 10px 0 0 0;
	width: 915px;
}
#content-twinwidth-container ol li ol li ol li {
	font-weight: normal;
	font-size: 1em;
	width: 890px;
	padding-left: 25px;
}
#content-twinwidth-container ol.numbers {
	list-style: decimal outside none;
	padding-left: 10px;
}
#content-twinwidth-container ol.numbers li {
	font-weight: normal;
	padding-left: 10px;
    font-size: 1.1em;
    /* same as p */

	padding-bottom: 18px;
}
#content-twinwidth-container #sidebar1 {
	background: #323537;
	clear: left;
	float: left;
	max-width: 245px;
	padding: 18px 15px 28px;
	width: 100%;
	margin-top: 2.36rem;
}
#content-twinwidth-container #sidebar1 h2 {
	background: none;
	padding: 0px 0 10px 0px;
	margin-bottom: 0;
	padding-bottom: 1rem;
}
#content-twinwidth-container #sidebar1 ul.buttons {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	padding-bottom: 25px;
	padding-left: 0;
}
#content-twinwidth-container #sidebar1 ul.buttons li {
	background: #80e2ee;
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
	padding: 0;
	width: 100%;
}
#content-twinwidth-container #sidebar1 ul.buttons li a {
	display: block;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#content-twinwidth-container #sidebar1 ul.buttons li a:hover,
#content-twinwidth-container #sidebar1 ul.buttons li.selected a {
	background-position: 0 -41px;
}
#content-twinwidth-container #sidebar1 ul.buttons li.inactive {
	height: 27px;
	padding-top: 10px;
	text-align: center;
	background: url(images/sidebar1-button-backgnd.png) 0 -82px no-repeat;
}
.client #content-twinwidth-container #sidebar1-right {
    float: right;
    width: 76%;
}
.client #content-twinwidth-container #sidebar1 {
    float: left;
    width: 24%;
}
#content-twinwidth-container #sidebar1-right {
	clear: none;
	float: left;
	max-width: 740px;
	padding: 0 0 0 1.2rem;
	width: 100%;
}
#content-twinwidth-container #sidebar1-right .contentblock-container {
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
#content-twinwidth-container #sidebar1-right .contentblock {
	clear: none;
	float: left;
	width: 100%;
	max-width: 350px;
	margin-left: 20px;
	display: inline;
	padding-bottom: 35px;
	/* background: green; */
}
#content-twinwidth-container #sidebar1-right .contentblock:first-child {
	margin-left: 0;
}
#content-twinwidth-container #sidebar1-right .contentblock h2 {
	clear: left;
	float: left;
	width: 100%;
	color: #ffffff;
}
#content-twinwidth-container #sidebar1-right .contentblock table {
	clear: left;
	float: left;
	width: 100%;
	border: none;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 3px;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td {
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	background: #80e2ee;
	border-right: 3px solid #000;
	padding: 6px 15px;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td:last-child {
	margin-right: 0;
	border-right: 0;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td a {
	text-align: center;
	text-decoration: none;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td a:hover,
#content-twinwidth-container #sidebar1-right .contentblock table tr td.selected a {
	background-position: 0 -25px;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td.inactive {
	background: #bec0c3;
	color: #000;
	padding: 6px 15px;
}
#content-twinwidth-container #sidebar1-right .contentblock table tr td.key {
	padding: 4px 0;
	width: 140px;
	text-align: left;
	background: none;
}
#content-twinwidth-container #sidebar1-right .contentblock2,
#content-twinwidth-container #sidebar1-right .contentblock2 h2,
#content-twinwidth-container #sidebar1-right .contentblock2 table,
#content-twinwidth-container #sidebar1-right .contentblock2 table tr {
	/*max-width: 350px;*/
    width: 100%;
}
#content-twinwidth-container #sidebar1-right .contentblock2 table tr td.key {
	text-align: left;
	width: 143px;
}
#content-twinwidth-container #sidebar2 {
	clear: left;
	float: left;
	width: 204px;
	padding: 50px 25px 14px 25px;
	background: #a4eaf4 url(images/index-mainimg.jpg) bottom left no-repeat;
	margin-right: 13px;
}
#content-twinwidth-container #sidebar2 #index-callout {
	padding-top: 50px;
}
#content-twinwidth-container #sidebar2 h1 {
	clear: left;
	float: left;
	width: 204px;
	line-height: 1.3em;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444c4c;
	padding: 0 0 46px 0 !important;
	text-align: center;
	font-style: italic;
}
#content-twinwidth-container #sidebar2 ul.bulletlist {
	clear: left;
	float: left;
	width: 204px;
	list-style: none;
	padding-bottom: 46px;
}
#content-twinwidth-container #sidebar2 ul.bulletlist li {
	clear: left;
	float: left;
	width: 184px;
	background: none;
	padding: 0 0 0 10px;
}
#content-twinwidth-container #sidebar2 ul.bulletlist li img {
	clear: left;
	float: left;
}
#content-twinwidth-container #sidebar2-right {
	clear: none;
	float: left;
	width: 637px;
}
#content-twinwidth-container #sidebar2-right h1 {
	clear: left;
	float: left;
	width: 637px;
	padding-top: 0;
}
#content-twinwidth-container #sidebar2-right h2,
#content-twinwidth-container #sidebar2-right h3,
#content-twinwidth-container #sidebar2-right h4,
#content-twinwidth-container #sidebar2-right h5,
#content-twinwidth-container #sidebar2-right h6,
#content-twinwidth-container #sidebar2-right p {
	clear: left;
	float: left;
	width: 637px;
}
#content-twinwidth-container #sidebar2-right p.reducedbotpad {
	padding-bottom: 8px;
}
#content-twinwidth-container #sidebar2-right ul {
	width: 637px;
}
#content-twinwidth-container #sidebar2-right ul li {
	width: 617px;
}
#content-twinwidth-container #sidebar2-right form#freetrial {
	clear: left;
	float: left;
	width: 637px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 {
	clear: none;
	float: left;
	width: 300px;
	font-size: 1.1em;
	padding-bottom: 15px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dt {
	clear: left;
	float: left;
	width: 130px;
	padding: 0 20px 5px 0;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd {
	clear: none;
	float: left;
	width: 150px;
	padding: 0 0 5px 0;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd.radio input {
	width: 30px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd.radio label {
	display: inline-block;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd label.error {
	clear: left;
	float: left;
	width: 150px;
	padding-bottom: 10px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd input,
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd select {
	clear: none;
	float: left;
	width: 150px;
	font-size: 1em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd input:focus,
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd select:focus,
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform2 dd textarea:focus {
	background: #ececec;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactcheckbox2 {
	background: url(images/index-mainimg.jpg) 65px 0 no-repeat;
	padding-top: 15px;
	margin-bottom: 20px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactcheckbox2 dd {
	clear: none;
	float: left;
	width: 150px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactcheckbox2 dt {
	text-align: right;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 {
	clear: none;
	float: left;
	width: 637px;
	font-size: 1.1em;
	padding-bottom: 15px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dt {
	clear: left;
	float: left;
	width: 130px;
	padding: 0 20px 5px 0;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd {
	clear: none;
	float: left;
	width: 487px;
	padding: 0 0 5px 0;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input {
	clear: none;
	float: left;
	width: 150px;
	font-size: 1em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input.submit {
	clear: left;
	float: left;
	width: 20px;
	height: 20px;
	background: url(images/login-submit.jpg) 0 0 no-repeat;
	text-indent: -30000px;
	font-size: 0em;
	cursor: pointer;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input:focus,
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd select:focus,
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd textarea:focus {
	background: #ececec;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input#submit {
    /* float: right; */

    width: 111px;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #828282;
    color: #ececec;
    border: none;
    padding: 3px;
    cursor: pointer;
    clear: none;
    float: left;
    margin-right: 0;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input#submit.trial {
	background: #2be786;
	color: #444;
}
#content-twinwidth-container #sidebar2-right form#freetrial dl.contactform3 dd input#submit:hover {
	color: #444C4C;
	/*background: #69DBEC url(images/quickref-info-th-backgnd.jpg) 0 0 repeat-x;*/
}
#divswitcher {
	margin-right: 1.2rem;
	padding-bottom: 0;
	width: 64%;
}
#divswitcher ul.content-switcher {
	list-style: outside none none;
	padding-bottom: 0;
	width: 100%;
	padding-left: 0;
}
#divswitcher ul.content-switcher li.tab.active a {
	color: #1d1f20;
}
#divswitcher ul.content-switcher li.tab {
    /* clickable tab */

    margin-right: 0;
    padding: 1.1rem 1.3rem;
    display: inline-block;
    clear: none;
    width: auto;
    border-top: 1px solid #80e2ee;
    border-right: 1px solid #80e2ee;
    border-left: 1px solid #80e2ee;
    background: #323537;
    text-transform: capitalize;
}
#divswitcher ul.content-switcher li#tab3 {
	margin-right: 0 !important;
}
#divswitcher ul.content-switcher li.tab a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: normal;
	display: inline-block;
	/*padding: 5px 14px 0 14px;*/
}
.tab.active {
	background: #80e2ee !important;
}
#divswitcher .content-switch {
    /* default state content for tab */

	clear: left;
	float: left;
	background: #80e2ee;
	display: none;
	padding: 8px;
}
#divswitcher .content-switch img {
	height: auto;
	width: 100%;
}
#divswitcher .content-switch.active {
	display: block;
}
#divswitcher .content-switch h1,
#divswitcher .content-switch h2,
#divswitcher .content-switch h3,
#divswitcher .content-switch h4,
#divswitcher .content-switch h5,
#divswitcher .content-switch h6 {
	width: 541px !important;
	color: #58595B !important;
	padding-bottom: 20px !important;
}
#divswitcher .content-switch p {
	width: 541px;
}
#divswitcher .content-switch ul {
	clear: left;
	float: left;
	width: 541px;
	list-style: none;
	font-size: 1.1em;
	padding-bottom: 10px;
}
#divswitcher .content-switch ul li {
	float: left;
	width: 150px;
	margin-right: 10px;
	background: url(images/bullet-arrow-white.png) 0 0 no-repeat;
	padding: 0 0 10px 20px;
}
#header {
	clear: left;
	float: left;
	max-width: 1002px;
	padding: 0;
	width: 100%;
    position: relative;
}
#header a.logo {
	clear: left;
	float: left;
	width: 126px;
	height: 89px;
	text-indent: -30000px;
	background: url(images/logo.jpg) 0 0 no-repeat;
}
#header a.logo-index {
	clear: both;
	float: left;
	width: 304px;
	height: 96px;
	background: url(images/logo-index.png) 0 0 no-repeat;
	text-indent: -30000px;
}
#header a.logo-index.wt {
	background: url(images/logo-without-text.png) 0 0 no-repeat;
	width: 133px;
	height: 94px;
}
#header #loggedin {
	clear: left;
	float: left;
	width: 980px;
	text-align: right;
}
#header #loggedin #msg {
	clear: left;
	float: right;
	color: #ffffff;
	padding-top: 5px;
	height: 29px;
	text-align: right;
}
#header #loggedin #msg .error {
	color: #ff3333;
}
#header #loggedin #msg a,
#header #loggedin #msg a:hover {
	color: #ffffff;
}
#header #loggedin dl.login {
    /*clear: left;*/

    float: right;
    width: 540px;
    height: 29px;
    text-align: right;
    padding-top: 9px;
}
#header #loggedin dl.login dt {
	float: left;
	color: #ffffff;
	padding: 3px 11px;
	font-size: 1.2em;
}
#header #loggedin dl.login dd {
	float: left;
}
#header #loggedin dl.login dt.presubmit {
	padding: 3px 0 !important;
}
#header #loggedin dl.login dd input {
	clear: left;
	float: left;
	width: 169px;
	padding: 3px 3px 3px 3px;
	border: none;
	background: #ffffff;
	color: #444C4C;
	font-size: 1em;
}
#header #loggedin dl.login dd.submit {
	width: 20px;
}
#header #loggedin dl.login dd.submit input {
	clear: left;
	float: left;
	width: 20px;
	height: 20px;
	background: url(images/login-submit.jpg) 0 0 no-repeat;
	text-indent: -30000px;
	font-size: 0em;
	cursor: pointer;
}
#header #loggedin dl.login dd.submit input:hover {
	background-position: 0 -20px;
}
#index-callout {
	clear: left;
	float: left;
	width: 200px;
	/* width: 930px; */

	padding: 0 0 5px 0;
	/* padding: 118px 0 5px 0; /* 170 when 60px of para */
}
#index-callout p {
    clear: left;
    float: left;
    width: 700px;
    padding: 0 0 0 230px;
    color: #444C4C;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
}
#index-callout img.award {
	width: 200px;
	height: 112px;
}
#intraday-tooltips {
	background: #80e2ee none repeat scroll 0 0;
	padding: 1rem 1rem 0;
	width: 34%;
}
/*body.fxmajors #intraday-tooltips{
    width: 100%;
}*/
#intraday-tooltips p {
	clear: both;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 20px !important;
	width: 300px;
	color: #272727;
	font-size: 16px !important;
}
#intraday-tooltips p.call {
	font-weight: bold;
}
#intraday-tooltips p.intratablep1 {
	clear: none;
	display: inline;
	float: left;
	font-size: 20px !important;
	font-weight: bold;
	margin-left: 0;
	padding-bottom: 10px;
	text-align: left;
	width: 50%;
}
#header #dateline {
	float: right;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 3.2rem;
}
#intraday-tooltips p.intratablep2 {
	clear: none;
	display: inline-block;
	float: left;
	font-size: 18px !important;
	font-weight: bold;
	margin-left: 0;
	padding-bottom: 5px !important;
	text-align: center;
	width: 50%;
}
#intraday-tooltips p.intratablep2 a {
	float: right;
	width: 16px;
	height: 16px;
	text-indent: -30000px;
	background: url(images/intra-i.jpg) 0 0 no-repeat;
	cursor: default;
}
#intraday-tooltips table {
	border: medium none;
	margin-bottom: 7px;
	width: 100%;
}
#intraday-tooltips table tr {
	display: inline;
	float: left;
	padding-bottom: 4px;
	width: 100%;
}
#intraday-tooltips table tr td {
	background: #444c4c none repeat scroll 0 0;
	clear: none;
	color: #ffffff;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	width: 85%;
}
#intraday-tooltips table td.narrow {
	clear: none;
	color: #444c4c;
	display: inline;
	float: left;
	width: 15%;
}
#intraday-tooltips table td.spacer {
	padding: 0 !important;
	background: none !important;
}
#intraday-tooltips table td.r3 {
	background: #ff0000;
}
#intraday-tooltips table td.r2 {
	background: #fe7171;
}
#intraday-tooltips table td.r1 {
	background: #fca5a5;
}
#intraday-tooltips table td.s1 {
	background: #cde5ad;
}
#intraday-tooltips table td.s2 {
	background: #b6dc85;
}
#intraday-tooltips table td.s3 {
	background: #8bc53e;
}
#intraday-tooltips td.tooltip-active:hover {
	background: #828282;
}
.tooltip {
	background: #828282;
	padding: 20px;
	z-index: 1000;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
#analysis-lower {
    display: inline-block;
    padding-bottom: 2rem;
    width: 100%;
}
#analysis-lower #scrollable-content {
    /* margin-right: 20px;*/

    display: inline-block;
    float: left;
    padding: 2rem 0 0;
    width: 64%;
}
#analysis-lower #scrollable-content p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 17px;
	color: #c2c0c0;
}
#analysis-lower #scrollable-content h1,
#analysis-lower #scrollable-content h2,
#analysis-lower #scrollable-content h3,
#analysis-lower #scrollable-content h4,
#analysis-lower #scrollable-content h5,
#analysis-lower #scrollable-content h6 {
	width: 356px;
}
#analysis-lower #quickref-info {
	padding-left: 1.2rem;
	width: 36%;
	float: left;
	display: inline-block;
}
#analysis-lower #quickref-info table {
	line-height: normal !important;
	width: 100%;
}
#content-home p.quickreftext {
	color: #e10404;
	font-style: italic;
	font-size: 14px;
	padding: 0.8rem 0;
}
#analysis-lower #quickref-info table thead,
#analysis-lower #quickref-info table thead tr,
#analysis-lower #quickref-info table tbody,
#analysis-lower #quickref-info table tbody tr {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
#analysis-lower #quickref-info table thead tr th {
    background: #80e2ee none repeat scroll 0 0;
	color: #272727;
	font-size: 16px;
	font-weight: normal;
	padding: 9px;
	text-align: center;
	width: 100%;
}
#analysis-lower #quickref-info table tr {
	margin-bottom: 3px;
}
#analysis-lower #quickref-info table thead tr,
#analysis-lower #quickref-info table tr:last-child {
	margin-bottom: 0px;
}
#analysis-lower #quickref-info tbody tr td {
	background: #444c4c none repeat scroll 0 0;
	color: #ffffff;
	font-size: 1.3em;
	padding: 7px 0;
	width: 70%;
}
#analysis-lower #quickref-info tbody tr td.narrow {
	margin-right: 0;
	padding: 10px;
	width: 30%;
}
#analysis-lower #quickref-info tbody tr td.narrow span {
	background: #80e2ee none repeat scroll 0 0;
	clear: left;
	color: #000;
	display: block;
	float: left;
	font-weight: normal;
	padding: 4px;
	text-align: center;
	width: 100%;
}
#analysis-lower #quickref-info tbody tr td.narrow img {
	display: block;
    width: 100%;
}
#analysis-lower #quickref-info p.update {
	clear: left;
	float: left;
	color: #ff0000;
	font-style: italic;
	font-size: 1.2em;
}
#newsticker {
	background: #323537;
	clear: left;
	margin: 0 auto 2rem auto;
	padding: 10px 0;
	max-width: 1002px;
	width: 100%;
}
#newsticker ul.mobile {
    display: none;
}
#newsticker h2 {
	clear: left;
	float: left;
	width: 65px;
	text-transform: uppercase;
	color: #60d9eb;
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px 0 0 15px;
}
#newsticker .tickercontainer {
    /* the outer div with the black border */
	/*border: 1px solid #000;*/

	margin: 0;
	padding: 0;
	overflow: hidden;
}
#newsticker .tickercontainer .mask {
    /* that serves as a mask. so you get a sort of padding both left and right */

	position: relative;
	left: 20px;
	top: 0;
	width: 900px;
	overflow: hidden;
}
#newsticker ul.newsticker {
    /* that's your list */

	position: relative;
	left: 863px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#newsticker ul.newsticker li {
	clear: none;
	background: none;
	padding-left: 0;
    float: left;
    /* important: display inline gives incorrect results when you check for elem's width */

	white-space: nowrap;
    margin: 0 2px 0 0;
    /* 5, 50 */

	color: #ffffff;
	font-size: 1.3em;
	padding: 2px;
	width: auto !important;
}
#newsticker ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ffffff;
	cursor: pointer;
}
#newsticker ul.newsticker span {
	margin: 0 2px 0 0;
	color: #60d9eb;
}
.update2-h1 {
	padding-bottom: 0 !important;
	font-size: 1.4em !important;
    padding-top: 12px;
    /* half 25 */
	/*width: 450px !important;*/
}
.update2 {
	clear: left;
	float: left;
	width: 100%;
    padding: 12px 0 0;
    /* 25 */

	border-bottom: 1px dotted #444C4C;
    margin: 0 0 0 50px;
    /* 0 25 0 50 */

	display: inline;
}
.update2 h1,
.update2 h2,
.update2 h3,
.update2 h4,
.update2 h5,
.update2 h6,
.update2 p,
.update2 ul {
	width: 890px !important;
	line-height: 1.3em;
    padding-bottom: 12px;
    /* half */
}
.update2 h2 {
	padding-bottom: 4px;
}
.update2 h2 span {
	color: #FF0000;
}
/* HOMEPAGE SLIDESHOW ------------------------------------------------------------------------------------------------*/

.slideshow {
	clear: left;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	width: 205px;
	display: inline;
	padding-bottom: 46px;
	height: 108px;
}
.slideshow ul.slides {
	margin: 0;
	list-style: none;
}
.slideshow ul.slides li.slide {
	padding-left: 10px;
	width: 184px;
	position: absolute;
	visibility: hidden;
}
.slideshow ul.slides li#image1 {
	top: 0;
	left: 0;
}
.slideshow ul.slides li#image2 {
	top: 36px;
	left: 0;
}
.slideshow ul.slides li#image3 {
	top: 72px;
	left: 0;
}
.slideshow ul.slides li#image4 {
	top: 0;
	left: 0;
}
.slideshow ul.slides li#image5 {
	top: 36px;
	left: 0;
}
.slideshow ul.slides li#image6 {
	top: 72px;
	left: 0;
}
/* FOOTER -------------------------------------------------------------------------------------------------*/

#footer-container {
	clear: left;
	width: 100%;
	border-top: 8px solid #60d9eb;
	background: #626365;
	padding: 23px 0px;
	font-size: 1.1em;
}
#footer {
	clear: left;
	max-width: 1002px;
	margin: 0 auto;
}
#footer ul {
	clear: left;
	float: left;
	list-style: none;
	width: 300px;
	padding-left: 10px;
}
#footer ul li {
	padding: 0 0 20px;
	display: block;
}
#footer ul li a {
	clear: left;
	float: left;
	color: #60d9eb;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ffffff;
}
#footer p {
	clear: none;
	float: right;
	width: 50%;
	color: #9c9b9b;
	padding-right: 13px;
	font-size: 1em;
	text-align: right;
}
span.divider {
	padding: 0 5px;
}
#footer p.cookies {
	clear: left;
	float: right;
	text-align: right;
	margin: 0;
    padding-left: 23px;
    /* same as li */

	width: 100%;
}
#footer p.cookies a {
    color: #60d9eb;
    /* same as in ul */
}
/* TRAINING ---------------------------------------------------------------------------------------------------*/

.training {
	width: 880px !important;
	padding: 14px 30px;
}
.training .training-row {
	clear: left;
	float: left;
	width: 880px;
	margin-bottom: 10px;
}
.training .training-row h1 {
	font-size: 1.4em;
	padding-bottom: 10px !important;
}
.training .training-row h2,
.training .training-row h3,
.training .training-row h4,
.training .training-row h5,
.training .training-row h6 {
	font-size: 1.2em;
	padding-bottom: 15px !important;
}
.training .training-row p {
	line-height: 1.4em;
}
.training .training-row ul {
	padding-bottom: 0 !important;
}
.training #row1,
.training #row4 {
	padding: 15px 0 0 0;
	background: #afe8f1 url(images/training-row-fullblue-top.jpg) 0 0 no-repeat;
}
.training #row1 div,
.training #row4 div {
	clear: left;
	float: left;
	width: 820px;
	padding: 0 30px 15px 30px;
	background: url(images/training-row-fullblue-bot.jpg) bottom left no-repeat;
}
.training #row1 div p,
.training #row1 div h1,
.training #row1 div h2,
.training #row1 div h3,
.training #row1 div h4,
.training #row1 div h5,
.training #row1 div h6,
.training #row4 div p,
.training #row4 div h1,
.training #row4 div h2,
.training #row4 div h3,
.training #row4 div h4,
.training #row4 div h5,
.training #row4 div h6 {
	width: 820px;
	padding: 0;
	text-align: center;
}
.training #row1 div ul,
.training #row4 div ul {
	clear: left;
	float: left;
	width: 820px;
	list-style: none;
}
.training #row2 div ul li,
.training #row4 div ul li {
	clear: left;
	float: left;
	width: 800px;
	background: url(images/bullet.gif) 0 5px no-repeat;
}
.training #row2 {
	padding: 0 0 15px 0;
	background: url(images/training-row-greybot.jpg) bottom left no-repeat;
}
.training #row2 div {
	float: left;
	width: 224px;
	margin-right: 14px;
	padding: 15px 30px 0 30px;
	background: #b3bbbd url(images/training-row-greytop.jpg) 0 0 no-repeat;
}
.training #row2 div.first {
	clear: left;
}
.training #row2 div.last {
	margin-right: 0;
}
.training #row2 div p,
.training #row2 div h1,
.training #row2 div h2,
.training #row2 div h3,
.training #row2 div h4,
.training #row2 div h5,
.training #row2 div h6 {
	width: 224px;
	padding: 0;
	text-align: center;
}
.training #row2 div ul {
	clear: left;
	float: left;
	width: 224px;
	list-style: none;
}
.training #row2 div ul li {
	clear: left;
	float: left;
	width: 204px;
	background: url(images/bullet2.gif) 0 5px no-repeat;
}
.training #row3 {
	width: 731px !important;
	padding: 0 0 15px 149px;
	background: url(images/training-row-greybot-two.jpg) bottom left no-repeat;
}
.training #row3 div {
	float: left;
	width: 224px;
	margin-right: 14px;
	padding: 15px 30px 0 30px;
	background: #b3bbbd url(images/training-row-greytop.jpg) 0 0 no-repeat;
}
.training #row3 div.first {
	clear: left;
}
.training #row3 div.last {
	margin-right: 0;
}
.training #row3 div p,
.training #row3 div h1,
.training #row3 div h2,
.training #row3 div h3,
.training #row3 div h4,
.training #row3 div h5,
.training #row3 div h6 {
	width: 224px;
	padding: 0;
	text-align: center;
}
.training #row3 div ul {
	clear: left;
	float: left;
	width: 224px;
	list-style: none;
	padding-bottom: 0;
}
.training #row3 div ul li {
	clear: left;
	float: left;
	width: 204px;
	background: url(images/bullet2.gif) 0 5px no-repeat;
	padding-bottom: 5px;
}
/* PERFORMANCE TABLES -----------------------------------------------------------------------------------------*/

div.performance table.bias {
    box-shadow: none;
}
div.performance {
    background: none !important;
}
div.performance table.bias th.section {
    width: 30%;
}
div.performance table.bias th {
    width: 90px;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
div.performance table.bias tr th:nth-of-type(even),
div.performance table.bias tr td:nth-of-type(even) {
    background: #323537;
}
div.performance table.bias tr th:nth-child(3),
div.performance table.bias tr td:nth-child(3) {
    background: #2b2e30;
}
div.performance table.bias tr th.section:first-child {
    background: #80e2ee;
}
div.performance table.bias td {
    padding: 12px 0;
    font-size: 15px;
    color: #ababab
}
div.performance table.bias td:first-child {
    background: #80e2ee;
    color: #2b2e30;
}
div.performance table.bias tr td,
div.performance table.bias tr th {
    border-bottom: 1px solid #000000;
}
div.performance table.bias tr td:nth-child(2) {
    color: #80e2ee;
}
.performance.topright table.bias th.name {
    background: #000000;
}
.performance.topright table.bias tr td,
.performance.topright table.bias tr th {
    padding: 4px 0;
}
.performance.topright table.bias th.section {
    width: 25%;
    background: #000000;
}
.performance.topright table.bias th:last-child,
.performance.topright table.bias td:last-child {
    width: 50px;
}
.performance.topright table.bias tr th:nth-child(2) {
    width: 127px;
}
.performance.topright table.bias tr th.section:first-child {
    background: #80e2ee;
    color: #2b2e30;
}
.performance.topright table.bias tr td:nth-child(2) {
    color: #ababab;
}
.performance.midleft table.bias tr th.section:first-child {
    background: #2b2e30;
}
.performance.midleft table.bias tr td:first-child {
    background: #80b9ee;
}
.performance.midleft table.bias tr td:nth-child(2) {
    color: #ababab;
}
.performance.midright table.bias tr th.section:first-child {
    background: #2b2e30;
}
.performance.midright table.bias tr td:first-child {
    background: #ff99ff;
}
.performance.right table.bias tr td:nth-child(2) {
    color: #ababab;
}
.performance.bottomleft table.bias tr th.section:first-child {
    background: #2b2e30;
}
.performance.bottomleft table.bias tr td:first-child {
    background: #99ffb8;
}
.performance.bottomleft table.bias tr td:nth-child(2) {
    color: #ababab;
}
.performance.bottomright table.bias tr th.section:first-child {
    background: #2b2e30;
}
.performance.bottomright table.bias tr td:first-child {
    background: #99ffb8;
}
.performance.bottomright table.bias tr td:nth-child(2) {
    color: #ababab;
}
/* BIAS BOARD -------------------------------------------------------------------------------------------------*/

div.centre h1,
div.centre p {
	text-align: center;
}
table.bias {
    width: 100%;
	color: #000;
    -webkit-box-shadow: 10px 10px 21px 3px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 10px 10px 21px 3px rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 21px 3px rgba(255, 255, 255, 0.3);
}
#left,
div.left {
	position: relative;
	float: left;
	clear: left;
    width: 48%;
    background: #fff;
    margin-right: 25px;
    padding: 0;
    /* used instead of margin right to accomodate shadow */
	/* margin-right: 10px; */
}
#right,
div.right {
	position: relative;
	float: left;
    width: 49%;
    background: #fff;
    padding: 0;
    /* used instead of margin right to accomodate shadow */
	/* margin-right: 10px; */
}
#left h4,
#right h4 {
	background-color: #000;
	width: 100%;
	padding-bottom: 15px;
}
img.trendtable-overlay {
	position: absolute;
	top: 0;
	right: 4px;
}
table.bias td {
	font-size: 1.1em;
}
table.bias th,
table.bias td.name {
	background-color: #ddd;
}
table.bias th.blank {
	background-color: #F2F6F7;
}
table.bias th,
table.bias td {
	margin: 0;
	text-align: center;
}
table.bias th {
	padding: 6px 0 0 0;
	font-size: 1.25em;
}
table.bias td.bull {
	background-color: #78DFEE;
}
table.bias td.bear {
	background-color: #FE6464;
}
table.bias td.neut {
	background-color: #A8D36E;
}
/* EXAMPLE UL/OL/LI (BULLETS) ---------------------------------------------------------------------------------*/
/* EDIT TYPE/FONT PREFERENCES IN CSS EXAMPLES BELOW */
/* REMEMBER TO AMEND WIDTH ATTRIBUTES TO SUIT */
/* COMMENT OUT / REMOVE THE STYLES YOU DON'T NEED */
/* BOF IMAGE BASED BULLETS: */

.example ul {
	clear: left;
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	list-style: none;
	padding: 0;
	margin: 0;
}
.example ul li {
	clear: left;
	float: left;
	width: 80px;
	background: url(images/bullet.gif) no-repeat 0 5px;
	padding: 0 0 10px 20px;
	margin: 0;
}
/* EOF IMAGE BASED BULLETS: */
/* BOF REGULAR BULLETS: */

.example ul {
	clear: left;
	float: left;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	list-style: disc outside;
	padding: 0 0 5px 20px;
	margin: 0;
}
.example ul li {
	clear: left;
	float: left;
	width: 80px;
	padding: 0 0 10px 0;
	margin: 0;
}
.example ol {
	clear: left;
	float: left;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	list-style: decimal outside;
	padding: 0 0 5px 20px;
	margin: 0;
}
.example ol li {
	clear: left;
	float: left;
	width: 80px;
	padding: 0 0 10px 0;
	margin: 0;
}
/* BEGIN MISC SECTION -------------------------------------------------------------------------------------*/

body.fck {
	background-image: none;
        background-color: #ffffff !important;
    color: #000000 !important;
}
/*body.fck * {
    clear: none;
    float: none;
}*/

body#content-twinwidth-container,
body#content-twinwidth-container *,
body#content-twinwidth-container ul li {
	clear: none;
	float: none;
	width: auto;
}
.sql,
.trace,
.explain {
	background-color: #fff;
}
.sql,
.trace {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
    display: block;
	text-align: left;
	float: none;
	clear: both;
}
.sql {
	color: #36f;
}
.trace {
	/*color: #f00;*/
}
table.trace {
	border: thin solid black;
	text-align: left;
	vertical-align: top;
}
table.trace,
table.trace th,
table.trace td {
	border: thin dotted gray;
	text-align: left;
	vertical-align: top;
}
.sql .num {
	font-family: "Courier New", Courier, mono;
	font-size: 3em;
	font-weight: bold;
	float: left;
}
.sql .error {
	color: #f00;
}
span.explain {
	color: #c3f;
}
table.explain {
	border: thin solid black;
	text-align: left;
	vertical-align: text-top;
}
code {
	float: left;
	clear: both;
	margin-left: 20px;
}
code.pre {
	white-space: pre-wrap;
}
/********** Raj additions starts here ************/
/*** General ***/

.padding-top-bottom-medium {
	padding: 2rem 0;
}
.margin-top-bottom-medium {
    margin: 1.5rem 0;
}
.margin-bottom-small {
	margin-bottom: 1rem;
}
.padding-top-small {
    padding-top: 1rem;
}
.padding-bottom-small {
	padding-bottom: 1rem;
}
img {
	max-width: 100%;
}
.padding-top-big {
	padding-top: 2rem;
}
#mobile-header {
	display: none;
}
/*img{height: 100%;}*/

.margin-bottom-medium {
	margin-bottom: 1.2rem;
}
.row:before,
.row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.kv-row {
	overflow: hidden;
}
.kv-page .img-bg,
.key_text_show {
	min-height: 348px;
}
.img-bg {
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.colour-blue {
	color: #80e2ee;
}
.colour-white {
	color: #ffffff;
}
.bg-colour-blue {
	background: #80e2ee !important;
	color: #1d1f20 !important;
	margin-bottom: 2rem !important;
}
.padding-top-big {
	padding-top: 3rem;
}
.padding-bottom-large {
	padding-bottom: 4rem;
}
p.line-height-small {
    line-height: 14px !important;
}
/*** Top level menu ***/

#top-menu {
    background: #1d1f20;
    width: 100%;
}
#top-menu ul.nav-index {
	padding-top: 15px;
	padding-bottom: 15px;
	float: none !important;
	margin: 0 auto;
	max-width: 1002px;
	width: 100%;
	padding-right: 10px;
}
#top-menu ul.nav-index li:first-child {
/*	display: block;
	padding-right: 0;
	padding-top: 0;*/
}
#top-menu ul.nav-index li {
	padding-top: 0;
	font-size: 1.5em;
	padding-right: 4px;
	padding-left: 30px;
}
#top-menu ul.nav-index li ul{ width: auto; top: 15px;}
#top-menu ul.nav-index li:hover ul{ display: block;}
#top-menu ul.nav-index li ul li{ float: left; padding: 10px; font-weight: normal; font-size: 16px; text-transform: none; }
/*** Header ***/

#header h1,
#mobile-header h1 {
	color: #80e2ee;
	display: inline-block;
	float: left;
	font-size: 22px;
	font-weight: normal;
	width: auto;
	padding-top: 2rem;
}
/* If empty then display none*/
body.index #header h1{
    display: none;
}
/*** Footer Forex Stat ***/

.forextool_container iframe {
	display: inline-block;
	max-width: 900px;
	width: 100%;
}
.forextool_container br {
	display: none !important;
}
.forextool_container > div {
	display: inline-block;
	padding-left: 1rem;
	width: 102px;
	font-style: italic;
}
.forextool_container > span {
	color: #9c9b9b !important;
}
.forextool_container > span a {
    color: #60d9eb;
}
.forextool {
	padding: 1rem 0 2rem 0;
}
.forextool_container {
	margin: 0px auto;
	max-width: 1002px;
	width: 100%;
}
/*** Social Buttons Header ***/

.social_buttons {
	display: block;
	float: right;
    padding-top: 1rem;
}
body.index .social_buttons{
    float: left;
    padding:4rem 0 0 10rem;
}
.social_buttons ul {
	width: auto;
}
.social_buttons ul li {
	list-style: none;
	display: inline-block;
	padding: 0 5px 0 0;
}
/*** Footer News Ticker ***/

.ticker-container {
	background: #626365 none repeat scroll 0 0;
	margin-bottom: 2rem;
	padding: 0.5rem 1rem;
}
.footer_ticker marquee {
	display: inline-block;
	width: 92%;
	vertical-align: middle;
	/*height: 15px;*/
}
.footer_ticker {
	clear: left;
	width: 100%;
	max-width: 1002px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_ticker ul li {
	display: inline-block;
    padding: 10px 2px;
	text-decoration: underline;
    list-style: disc;
    font-size: 15px;
    float: left;
}
.footer_ticker ul li a {
	color: #fff;
}
.footer_ticker ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
	background-color: #60d9eb;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 5px;
}
.footer_ticker ul li:after {
	padding-right: 5px;
}
span.ticker_alert {
	color: #60d9eb;
	display: inline-block;
	font-size: 16px;
	padding-right: 5px;
	text-transform: uppercase;
	vertical-align: middle;
}
/*** Home Page Image Grid ***/

.image_container .mobile {
	display: none;
}
.row:after,
.row:before {
	content: "";
	clear: both;
	display: table;
	flex-basis: 0;
	order: 1;
}
.home-block {
	display: inline-block;
	float: left;
	margin-right: 1rem;
	padding-bottom: 15px;
	position: relative;
	width: 32.2%;
}
.row div:last-child {
	margin-right: 0;
}
.image_container {
	position: relative;
}
.image_container img {
	display: block;
	position: relative;
	width: 100%;
}
.home-block h3 {
	/*background: rgba(0, 0, 0, 0.7);*/
	bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	padding: 1.2rem 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.ticker-container ul {
	display: none;
}
.ticker-container marquee ul {
	display: block;
}
/*** Home hero + login ***/

.hero-image-container {
	width: 67.8%;
	float: right;
}
.login-block form {
	padding: 2rem 2rem 1rem;
}
body.index .login-block form {
    padding: 2rem 2rem 0rem;
}
.hero-image-mobile {
	display: none;
}
.home-login-widget {
	/*background: #323537;  display: block;  float: left;  width: 100%; min-height: 375px;*/

	display: flex;
	width: 100%;
}
.hero-image {
	/*float: right; display: block; width: 67.8%; text-align: right; position: relative;*/

	position: relative;
	text-align: right;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	background: url('images/hero.png') top center no-repeat;
	background-size: cover;
}
.hero-image-mobile {
	position: relative;
}
.home-hero {
	padding: 0 0 3rem 0;
}
body.index #content-home .login-block h1{
    padding: 0 2rem 0rem !important;
}
#content-home .hero-image-mobile h2 {
	background: #ff2bff none repeat scroll 0 0;
	color: #fff;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 200px;
}
#content-home .hero-image h2 {
	background: #ff2bff none repeat scroll 0 0;
	color: #fff;
	left: 0;
	margin: 0 auto;
	padding: 1rem 2rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 9.6rem;
	width: 200px;
	font-weight: normal;
	font-size: 17px;
}
.login-block {
	display: block;
	float: left;
	width: 32.2%;
	background: #323537;
}

.login-block input
{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	/*font-size: 14px;*/
	padding: 0 20px 0 50px;
	/*    outline: none;*/

	color: #9c9b9b;
	border: none;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset -1px -1px 1px -1px rgba(115, 115, 115, 0.6);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset -1px -1px 1px -1px rgba(115, 115, 115, 0.6);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset -1px -1px 1px -1px rgba(115, 115, 115, 0.6);
	/*    background: #2b2e30 url('images/login_input_bg.jpg');
	    background-size: 275px 41px;*/

	height: 41px !important;
	display: block;
	outline: none;
}
/*.login-block input#username {
    background: #2b2e30 url('images/login_input_username_bg.jpg') no-repeat;
    background-size: 100% 41px;
    background-position: left top;
}*/

.login-block input#username,
.login-block input#username:focus {
	background: #2b2e30 url('images/login-user.jpg') no-repeat;
	background-size: 30px 25px;
	background-position: 10px 10px;
	/* box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset,inset  -1px -1px 1px -1px rgba(115,115,251155,0.6)*/
}
.login-block input#password,
.login-block input#password {
	background: #2b2e30 url('images/login-pass.jpg') no-repeat;
	background-size: 30px 25px;
	background-position: 10px 10px;
}
.login-block input#password:focus {
	/*    background: #2b2e30 url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
	    background-size: 16px 80px;*/
}
.login-block input:active,
.login-block input:focus {
	/*border: 1px solid #ff656c;*/
}
.login-block .login_submit {
	background: #80e2ee none repeat scroll 0 0;
	border: medium none;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	height: 42px;
	outline: medium none;
	width: 100%;
	padding: 0 20px;
}
.login-block .login_submit:focus {
    color: #000000 !important;
}
.login-block,
.hero-image {
	box-sizing: border-box;
}
/*** Top Menu(Desktop + mobile) Nav Icon ***/

.ham_menu {
	position: relative;
}
#nav-toggle {
	/*position: absolute; left: 50%; top: 50%;*/
}
#nav-toggle {
	cursor: pointer;
	padding: 10px 30px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: white;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*** Mobile Nav Icon ***/

#nav-toggle-mobile {
	/*position: absolute; left: 50%; top: 50%;*/
}
#nav-toggle-mobile {
	cursor: pointer;
	padding: 10px 30px 16px 0px;
}
#nav-toggle-mobile span,
#nav-toggle-mobile span:before,
#nav-toggle-mobile span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: white;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle-mobile span:before {
	top: -10px;
}
#nav-toggle-mobile span:after {
	bottom: -10px;
}
#nav-toggle-mobile span,
#nav-toggle-mobile span:before,
#nav-toggle-mobile span:after {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#nav-toggle-mobile.active span {
	background-color: transparent;
}
#nav-toggle-mobile.active span:before,
#nav-toggle-mobile.active span:after {
	top: 0;
}
#nav-toggle-mobile.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#nav-toggle-mobile.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*** Inner pages body content ***/

#content-home h2 {
	background: #ff2bff none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal;
    padding: 12px 0 12px 15px;
	width: 100%;
    margin-bottom: 1.5rem;
}
#content-home p {
    padding: 0 0 1rem;
	width: 100% !important;
	font-size: 13px;
	line-height: 16px;
}
#content-home p a {
	color: #80e2ee;
}
#content-home p img {
	float: left;
	margin: 0 20px 0 0;
}
#content-home ul {
	float: left;
	font-size: 14px;
	padding: 0 0 1rem 1rem;
	list-style: square;
}
#content-home ol {
	float: left;
	font-size: 14px;
	padding: 0 0 1rem 1rem;
}
#content-home ul li,
#content-home ol li {
	padding: 0rem 0 1rem 1rem;
}
#content-home h3 {
    color: #fff;
	font-size: 20px;
    font-weight: normal;
    width: 100% !important;
    background-color: rgba(102,102,102,0.6);
}
/**
#content-home h4 {
/*clear: left;*//**
    float: left;
    /*width: 205px;*//**
    line-height: 1.3em;
    font-size: 2em;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    /*color: #444c4c;*//**
    padding: 0 0 46px 0 !important;
    text-align: center;
    font-style: italic;
}
#content-home h4 {
    color: #ffffff;
	/*font-weight: normal;*//**
	padding-bottom: 1rem;
    /*float: right;*//**
    width: 30%;
    clear: none;
}**/
h4 {
	color: #ff2bff;
}
#content-home ul.padding-top-big {
    padding-top: 1.5rem;
}
#content-home ul li a {
    color: #80e2ee;
}
#content-home ul.buttons li a {
    color: #272727;
}
#content-home p.reducedbotpad {
    padding-bottom: 0.5rem;
}
#freetrial input,
#freetrial2 input,
dl.contactform dd input,
dl.contactform dd textarea {
    border: none;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset, -1px -1px 1px -1px rgba(115, 115, 115, 0.6) inset;
    box-sizing: border-box;
    color: #9c9b9b;
    display: block;
    font-size: 14px;
    /*height: 41px !important;
    /*margin-bottom: 20px;*/
    outline: none;
    padding: 0 20px 0 15px;
    background: #2b2e30;
    /*width: 60%;*/
}
#freetrial input,
dl.contactform dd input/*,
dl.contactform dd textarea*/ {
	height: 41px !important;
}
dl.contactform dd textarea {
	padding-top: 15px;
	height: 100px;
}
#freetrial input,
dl.contactform dd input,
dl.contactform dd textarea,
dl.contactform dd select {
	width: 60%;
}
dl.contactform dd div.selector {
	width: 60% !important;
}
.contactform2 dd,
dl.contactform dd {
	margin-bottom: 20px;
}
.contactform2 dd label,
dl.contactform dd label {
	font-size: 14px;
	/* as input */
}
#freetrial input.login_submit,
#freetrial2 input.login_submit,
dl.contactform input[type=submit] {
    background: #80e2ee;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    outline: none;
    padding: 0 20px;
}
#freetrial2 input.login_submit.disabled,
#freetrial2 input.login_submit[disabled] {
	cursor: default;
	background: #2b2e30;
}
form#freetrial,
form#contactus,
form#yourdetails {
    width: 50%;
    display: block;
    float: left;
}
form#freetrial2 {
    width: 70%;
    /*float: none; display: block;*/
}
#freetrial2 input {
	width: 90%;
}
#content-home h3.trial {
    color: #ffffff;
    float: right;
    width: 30%;
    clear: none;
    padding-top: 2rem !important;
    line-height: 1.3em;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 46px 0 !important;
	text-align: center;
	font-style: italic;
}
#content-home h3.trial.step2{
	float: left;
	padding-top: 1rem !important /* sorry, even more important */;
}
#freetrial2 input {
    border: none;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5) inset, -1px -1px 1px -1px rgba(115, 115, 115, 0.6) inset;
    box-sizing: border-box;
    color: #9c9b9b;
    display: block;
    font-size: 14px;
    height: 41px !important;
    margin-bottom: 15px;
    outline: none;
    padding: 0 20px 0 15px;
    background: #2b2e30;
    width: 90%;
}
#content-home h3.trial {
    color: #ffffff;
    float: right;
    width: 30%;
    clear: none;
    padding-top: 2rem !important;
}
.container-half {
    width: 50%;
    float: left;
    display: inline-block;
}
.container-quarter {
    width: 50%;
    float: left;
    display: inline-block;
}
#content-home h3.trial.step3 {
    padding-top: 0 !important;
}
label {
    display: inline-block;
    padding-left: 15px;
    width: 46%;
    padding: 0 0 23px 0;
    line-height: 20px;
    font-size: 14px;
}
label.error {
	width: 100%;
}

/* TERMS */

ol.terms,
ol.terms ol{
	counter-reset: section;                /* Creates a new instance of the
						  section counter with each ol
						  element */
	/*border: 1px solid red;*/
	list-style-type: none;
}

ol.terms li::before {
	counter-increment: section;            /* Increments only this instance
						  of the section counter */
	content: counters(section,".") " ";    /* Adds the value of all instances
						  of the section counter separated
						  by a ".". */
	/* if you need to support < IE8 then
	   make sure there is no space after
	   the ',' */
}
#content-home ol.terms,
#content-home ol.terms ol{
	float: none;
}
#content-home ol.terms,
#content-home ol.terms ol,
#content-home ol.terms li{
	clear: left;
}
#content-home ol.terms ol{
	padding-top: 1rem;
}
#content-home ol.terms,
#content-home ol.terms li
{
	padding-left: 0;
}
#content-home ol.terms ol
{
	padding-bottom: 0;
}
ol.terms > li{
	font-weight: bold;
	font-size: 18px;
}
ol.terms > li ol{
	font-weight: normal;
	font-size: 14px; /* as ol */
	/*border: 1px solid green;*/
}
ol.terms li {
	line-height: 18px; /* as p */
	/*border: 1px solid yellow;*/
}
.imagegrid{
    display: block;
}
img.mobileOnly{
    display: none;
}
.mobile-fx-menu{
    display: none;
}
/*ol.terms > li ol li{
	border: 1px solid cyan;
}*/

/*** All Media Queries Starts here ***/
/* #### ALL devices and resolutions below XXXpx */

@media screen and (max-width: 1024px) {
    /*#analysis-lower #scrollable-content{ width: 60%; }*/
}
@media screen and (max-width: 1002px) {
	.home-block {
		width: 32%;
	}
	#divswitcher {
		width: 63%;
	}
}
@media screen and (max-width: 980px) {
    body.index .social_buttons{
        padding: 4rem 0 0 4rem;
    }
}

@media screen and (max-width: 930px) {
	#content-home .login-block h1 {
		font-size: 1.6em;
    }
    #top-menu ul.nav-index li{
        font-size: 1.2em;
    }
    #top-menu ul.nav-index li {
        padding-left: 15px;
        font-size: 1.2em;
    }
    ul#subnav li{
        font-size: 1.2em;
    }
}
@media screen and (max-width: 880px) {
    #left,
    div.left {
        width: 47%;
	}
    body.index .social_buttons{
        padding: 4rem 0 0 2rem;
    }
}
@media screen and (max-width: 845px) {
	.home-block {
		width: 31.8%;
	}
	#divswitcher ul.content-switcher li.tab {
		padding: 1rem;
	}
	#divswitcher ul.content-switcher li.tab a {
		font-size: 1.1em;
	}
	#analysis-lower #scrollable-content {
		padding: 0;
	}
	#intraday-tooltips table tr td {
		padding: 6px 0;
	}
	#intraday-tooltips p.intratablep1 {
		font-size: 16px !important;
	}
	#intraday-tooltips p {
		padding-bottom: 10px !important;
	}
	#intraday-tooltips p {
		padding-bottom: 10px !important;
	}
	#intraday-tooltips {
		padding: 0.7rem 0.7rem 0;
    }
    #left,
    div.left {
        width: 46%;
	}
}
@media screen and (max-width: 768px) {
	.footer_ticker marquee {
		display: inline-block;
		width: 85%;
	}
	.login-block {
		padding: 1rem;
	}
	#content-home .login-block h1 {
		font-size: 17px;
	}
	.login-block input {
		margin-bottom: 10px;
	}
	.home-login-widget {
		padding-bottom: 21px;
		min-height: 0;
	}
	.login-block form {
		padding: 1rem 0rem;
	}
	#content-home .login-block h1 {
		padding: 0 !important;
	}
	.home-hero {
		padding-bottom: 1rem;
	}
	.home-block {
		width: 31.8%;
	}
	#content-twinwidth-container #sidebar1-right .contentblock-container {
		display: block;
	}
	#content-twinwidth-container #sidebar1-right .contentblock {
		display: block;
		width: 100%;
		margin-left: 0;
		max-width: none;
	}
	#content-twinwidth-container #sidebar1-right .contentblock table tr td.key {
		width: 100%;
    }
    #content-home h1.trial {
        width: 40%;
	}
    #content-home h3.trial.step2 {
        width: 25%;
    }
    .container-quarter {
        width: 50%;
    }
    #content table.summarytable tbody tr td {
        min-height: 240px;
    }
    ul#subnav li{
        font-size: 1.1em;
        padding: 0 3px;
    }
    #divswitcher{
        width: 62%;
    }
    #divswitcher ul.content-switcher li.tab {
        padding: 10px;
        font-size: 13px;
    }
    body.index ul.nav-index{
        padding-top: 2rem;
    }
    body.index .social_buttons{
        float: right;
        padding:0;
    }
    body.index .login-block form{
        padding: 0;
    }
    body.index #content-home .login-block h1{
        padding: 0 !important;
    }
}
@media screen and (max-width: 735px) {
	.home-block {
		width: 31.6%;
	}
}
@media screen and (max-width: 640px) {
    img.mobileOnly{
        display: block;
    }
    img.bigscreen{
        display: none;
    }
	#container {
		padding: 0 10px;
	}
	#footer {
		padding: 0 10px;
	}
	#footer p {
		width: 50%;
	}
	#footer ul {
		width: auto;
		padding-left: 0;
	}
	#footer p.cookies {
		padding: 1rem 0 1rem 0;
		float: none;
		text-align: left;
	}
	#footer-container {
		padding: 10px 0;
	}
	.home-block {
		float: none;
		width: 100%;
		margin-right: 0;
		padding-bottom: 10px;
        display: block;
	}
	.home-login-widget {
		min-height: 100%;
		width: 100%;
		padding-bottom: 2rem;
		display: block;
	}
	.hero-image {
		display: none;
	}
	.home-hero {
		padding: 0;
	}
	.ticker-container marquee {
		display: none;
	}
	.ticker-container ul {
		display: block;
		display: inline;
	}
	.footer_ticker ul li {
		display: inline;
		padding: 5px 10px;
	}
	#top-menu, #header {
		display: none;
	}
    #mobile-header {
		display: block;
	}
	#mobile-header {
		clear: left;
		float: left;
		max-width: 1002px;
		padding: 0;
		width: 100%;
		position: relative;
	}
    #mobile-header ul.nav-index li:first-child,
    #mobile-header ul.nav-index li{
        float: left;
    }
    #mobile-header ul.nav-index li:first-child{
        padding-left: 0;
        width:40%;
    }
    #mobile-header ul.nav-index li{
        padding: 0;
        width:30%;
    }
    #mobile-header ul.nav-index li:last-child{
        width:30%;
    }
    #mobile-header ul.nav-index li span{
        display: inline-block;
    }
	.mobile-container {
		position: relative;
	}
	.mobile-container ul#nav {
		float: left !important;
		width: 100%;
	}
	.mobile-container ul.nav-index {
		padding-top: 10px !important;
		width: 100% !important;
	}
	.mobile-container ul#nav li:first-child {
		padding-left: 0;
		float: left;
	}
	.mobile-container ul#nav li {
		display: inline-block;
		float: left;
		padding-left: 10%;
	}
	.mobile-container ul#nav li ul {
		left: 0;
		background: rgba(54, 56, 58, 1);
	}
	ul.showmenu-mobile {
		display: block !important;
	}
	.nav-index label {
		padding: 0 0 0 10px;
		text-transform: uppercase;
		vertical-align: middle;
		font-size: 14px;
        display: inline;
        cursor: pointer;
	}
	.mobile-container ul#nav li:last-child {
		float: right;
		padding: 0;
	}
	.mobile-container ul#nav li span {
		display: inline-block;
	}
	/* .image_container .mobile{display: block;}*/

	.image_container figure img {
		display: block;
		height: 60px;
	}
	.home-block h3 {
		left: 0;
		right: 0;
		top: 0;
	}
	#content-home {
		padding-bottom: 0;
		margin: 0;
	}
	span.ticker_alert {
		float: left;
	}
	.ticker-container {
		float: left;
	}
	.login-block {
		width: 100%;
	}
	.hero-image-mobile {
		display: flex;
		clear: both;
		align-items: center;
	}
	.login-block input {
		padding-left: 60px;
	}
	.image_container figure {
		display: flex;
		position: relative;
		align-items: center;
	}
	#newsticker .tickercontainer {
		display: none;
	}
	#newsticker ul.mobile {
		display: block;
	}
	#newsticker ul.newsticker {
		left: 0;
	}
	#newsticker ul.newsticker li {
		white-space: normal;
	}
	.rectshape {
        /*overflow: hidden;*/
		position: relative;
		align-items: center;
		max-width: 640px;
       /* height: 80px;*/
	}
	/*.rectshape  img {
		margin-bottom: -310px;
	}*/


	#newsticker ul.newsticker li {
		padding: 5px;
	}
	#newsticker ul.newsticker a {
		white-space: normal;
	}
	#mobile-header h1 {
		padding-top: 0;
	}
	#content-home p img {
		float: none;
		width: 100%;
		margin: 0;
	}
	.margin-bottom-medium {
		margin: 0;
	}
	.login-block.key_text_show {
		min-height: auto !important;
	}
	.clearboth {
		clear: both;
	}
	.kv-page .img-bg {
		display: block;
		min-height: 195px;
	}
	.hero-image-container {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 1rem;
		display: block;
	}
	#content-home .hero-image h2 {
		top: 4rem;
	}
    #content-home h2 {
        font-size: 15px;
        margin-bottom: 0;
    }
	.mobile-container ul#nav li ul.showmenu-mobile li {
		width: 100% !important;
		padding: 15px 10px !important;
	}
	#content-twinwidth-container {
		display: block;
	}
	#content-twinwidth-container #sidebar1 {
		clear: none;
		float: none;
		max-width: none;
		margin-top: 0;
		padding-bottom: 0;
	}
	#content-twinwidth-container #sidebar1-right {
		padding: 0;
	}
	#sidebar1-right h1 {
		padding: 1rem 0 0 0 !important;
	}
	.padding-top-big {
		padding-top: 1rem;
	}
	#analysis-lower #scrollable-content,
	#analysis-lower #quickref-info,
	#intraday-tooltips,
	#divswitcher {
		width: 100%;
		float: none;
	}
	#analysis-lower #quickref-info {
		padding-left: 0;
	}
	#divswitcher #content-switch1 {
		float: none;
		margin-bottom: 10px;
	}
	#divswitcher ul.content-switcher li.tab a {
		font-size: 12px;
	}
	#divswitcher ul.content-switcher li.tab {
		padding: 0.6rem;
	}
    #left,
    div.left {
        margin: 0 0 1rem 0;
        width: 100%;
        padding: 0.5rem 0;
    }
    #right,
    div.right {
        margin: 0 0 1rem 0;
        width: 100%;
        padding: 0.5rem 0;
    }
    table.bias th,
    table.bias td {
        width: 10px;
        text-transform: lowercase;
        font-size: 10px;
    }
    #content-home h1.trial {
        padding: 1rem 0 !important;
        width: 100%;
        float: none;
    }
    form#freetrial,
    #freetrial input {
        float: none;
        width: 100%;
    }
    .container-half,
    .container-quarter,
    #freetrial2 input,
    div.selector span,
    #content-home h4 {
        width: 100% !important;
        float: none;
    }
    #content-home h3.trial.step2 {
        width: 100%;
    }
    div.selector {
        width: 100% !important;
    }
    form#freetrial2 {
        width: 100%;
    }
    #header ul#subnav{
        display: none;
    }
    #header{
        padding-bottom: 1rem;
    }
    #mobile-header ul.nav-index li ul li{
        padding: 10px;
        font-size: 16px;
    }
    #mobile-header ul.nav-index li ul{
        left: 0;
    }
    #mobile-header ul.nav-index li ul li:first-child
    {
        padding-left: 10px;
    }
    #mobile-header #dateline {
        float: right;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
    .update2{
        margin: 0;
    }
    #content-twinwidth-container #sidebar1-right .contentblock2,
    #content-twinwidth-container #sidebar1-right .contentblock2 h2,
    #content-twinwidth-container #sidebar1-right .contentblock2 table,
    #content-twinwidth-container #sidebar1-right .contentblock2 table tr,
    .client #content-twinwidth-container #sidebar1,
    .client #content-twinwidth-container #sidebar1-right{
        width: 100%;
    }
    .mobile-fx-menu{
        display: block;
    }
    #content-home .mobile-fx-menu ul{
        width: 100%;
    }
    #content-home .mobile-fx-menu ul li{
        background: none;
        clear: none;
        display: inline-block;
        float: none;
        padding: 0;
        width: auto;
    }
    #content-home .mobile-fx-menu ul li:after{
        content: "|";
        padding: 0 10px;
    }
    #content-home .mobile-fx-menu ul li:last-child:after{
        content: "";
        padding: 0;
    }
    #mobile-header ul.nav-index li ul li ul{
        display: block;
        padding-left: 15px;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        padding-top: 10px;
        background: none;
    }
    #mobile-header ul.nav-index li ul li ul li
    {
        padding: 3px 0 3px 10px;
    }
    #mobile-header ul.nav-index li ul li ul li a{
        font-size: 13px;

    }
    body.about #content-home h2{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 480px) {
    ul#subnav li:first-child {
        display: none
    }
}
@media screen and (max-width: 320px) {
    .nav-index label{
        font-size: 12px;
        padding: 0 0 0 4px;
    }
}

/* END ----------------------------------------------------------------------------------------------------*/
