/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url('/fonts/proximanova-regular.eot');
  src: url('/fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/proximanova-regular.woff') format('woff'),
       url('/fonts/proximanova-regular.ttf') format('truetype'),
       url('/fonts/proximanova-regular.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Light';
  src: url('/fonts/proximanova-light.eot');
  src: url('/fonts/proximanova-light.eot?#iefix') format('embedded-opentype'),
       url('/fonts/proximanova-light.woff') format('woff'),
       url('/fonts/proximanova-light.ttf') format('truetype'),
       url('/fonts/proximanova-light.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}

body	{
	margin: 0;
	padding: 0;
	background: url('/img/bg-body.png');
	-webkit-text-size-adjust: 100%;
}

div {
	font-size: 12px;
}

div, input select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #1c1c1c;
}

a	{
	color: #19668a;
	font-weight: bold;
}

h1	{}

h2 {
	margin: 0 0 20px 0;
	padding: 11px 0 13px 15px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #2d5e75;
	font-size: 18px;
	background: url('/img/bg-header-blue.png');
	color: #fff;
}

h2.gray {
	text-shadow: 1px 1px 0 #3f4449;
	background: url('/img/bg-header-gray.png');
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

p	{
	margin-bottom: 20px;
	line-height: 19px;
}

ul.list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: square;
}

ul.list li {
	margin: 0 0 5px 20px;
	padding: 0 0 5px 5px;
	line-height: 20px;
}

input, select, textarea {
	padding: 4px;
	border: 1px solid #b3b3b3;
	font-size: 16px;
	background: url('/img/bg-inputs.png') repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="radio"], input[type="checkbox"] {
	background: transparent;
	border: 0;
}

input.button {
	margin: 0;
	padding: 0;
	border: none;
}

input.btn {
	padding: 5px;
	background: #b2b2b2;
	border: 1px solid #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #999999;
}

.f-group {
	overflow: hidden;
	clear: both;
	margin: 0 0 15px 0;
}

.f-label {
	float: left;
	padding-top: 8px;
	text-align: right;
}

.f-field {
	float: left;
	margin: 0 0 0 15px;
}

.f-field input, .f-field select, .f-field textarea {
	width: 100%;
}

.f-field input[type=image] {
	width: auto;
}

.f-error {

}

.fl {
	float: left;
}

label	{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

table td {
	vertical-align: middle;
}

#aux {
	margin: 0 0 25px 0;
	height: 31px;
	background: url('/img/bg-aux.png');
}

#page {
	padding: 15px 0 50px 0;
	background: #fff;
	overflow: hidden;
}

#header	{
	width: 990px;
	height: 60px;
	margin: 0 auto;
	padding: 3px 0 18px 0;
}

#header h1 a {
	display: block;
	width: 302px;
	height: 60px;
	float: left;
	text-indent: -4000px;
	background: url('/img/muni-bonds-logo.png') no-repeat 0 0;
}

#header-alert {
	float: left;
	width: 310px;
	height: 21px;
	margin: 20px 0 0 35px;
	padding: 3px 0 0 68px;
	background: url('/img/arrow-alert.png') no-repeat;
	font-size: 14px;
}

#header-alert.upgrade {
	margin: 20px 0 0 25px;
}

#header #sign-in {
	width: 500px;
	margin: 0 0 0 90px;
	float: left;
}

#header #sign-in h5 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#header #create-account {
	margin: 15px 0 0 0;
	padding: 0 0 1px 0;
	font-weight: bold;
}

#header #create-account a {
	color: #19668a;
}

#header #signed-in {
	width: 500px;
	margin: 20px 0 0 90px;
	float: left;
}

#header #edit-account {
	margin: 15px 0 0 0;
	padding: 0 0 1px 0;
	font-weight: bold;
}

#header #edit-account a {
	color: #19668a;
}

.wrapper	{
	width: 990px;
	margin: 40px auto 0 auto;
}

.wrapper-alt	{
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
}

#nav-wrapper {
	margin: 0;
	border-bottom: 1px solid #c5c5c5;
	background: #186082 url('/img/bg-nav.png');
	border-bottom: 4px solid #e3e3e3;
}

#myslidemenu   {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#nav ul {
	list-style: none;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav-register {
	position: absolute; top: 9px; right: 0;
}

#nav-upgrade {
	position: absolute; top: 9px; right: 0;
}

.jqueryslidemenu ul li a {
	display: block;
	margin: 4px 0 0 0;
	padding: 14px 15px 16px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}

.jqueryslidemenu ul li a:hover {
	background: #0c435b;
}

.jqueryslidemenu ul li a.active {
	background: #fff url('/img/bg-nav-active.png');
	color: #333;
	text-shadow: none;
}

.jqueryslidemenu ul li.register a {
	margin: 7px 0 0 50px;
	padding: 0;
}

#stage	{
	width: 670px;
	float: left;
}

#stage-full	{}

#sidebar	{
	margin-left: 20px;
	width: 300px;
	float: left;
}

#footer	{
}

.disclaimer {
	overflow: hidden;
	width: 990px;
	margin: 40px auto 0 auto;
	font-size: 11px;
	color: #ccc;
}

#footer-inside {
	width: 990px;
	margin: 0 auto;
}

#footer-links {
	padding: 40px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #ccc;
}

#footer-links a {
	text-transform: uppercase;
	color: #fff;
}

.hr	{
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.hr2	{
	margin: 5px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

div.error	{
	padding-top: 5px;
	color: red;
	font-size: 11px;
}

.submit	{
	margin-top: 20px;
}

.vspace	{
	margin-top: 10px;
}

.pagination	{
	overflow: hidden;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.pagination-meta {
	margin: 5px 0 0 0;
	float: left;
	font-size: 13px;
}

.pagination-pages {
	float: right;
}

.pagination span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.pagination span.current	{
	padding: 5px 10px 5px 10px;
	background: #196588;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3f4449;
}

.pagination span a	{
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efeff0;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfc2c5;
}

td	{
}

tr.row td {
	background: #fff;
	border-bottom: 1px solid #bfc2c5;
}

tr.alt_row td{
	background: #efeff0;
	border-bottom: 1px solid #bfc2c5;
}

.data-table {
	width: 670px;
}

.data-table th	{
	padding: 8px;
	text-align: left;
	vertical-align: top;
	background: #196588;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 #3f4449;
}

.data-table th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.data-table th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.data-table th a	{
	color: #fff;
	text-shadow: 1px 1px 0 #0e435b;
}

.data-table td	{
	padding: 8px;
}

.box	{
	padding: 8px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

.rounded-box {
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rounded-box-inside {
	overflow: hidden;
	padding: 10px 20px 10px 20px;
}

.rounded-box h2 {
	margin: 10px 0 0 0;
	padding: 11px 0 13px 15px;
	line-height: 18px;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.rounded-box h2.blue {
	text-shadow: 1px 1px 0 #2d5e75;
	background: url('/img/bg-header-blue.png');
}

.rounded-box h2.gray {
	text-shadow: 1px 1px 0 #3f4449;
	background: url('/img/bg-header-gray.png');
}

.rounded-box h2.green {
	text-shadow: 1px 1px 0 #345b18;
	background: url('/img/bg-header-green.png');
}

.rounded-box h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.clear	{
	clear: both;
}

#ajax_login	{
	display: none;
}

#ajax_dialog	{
	display: none;
}

#monthly_data	{
	display: none;
}

.close_dialog	{
	margin-top: 20px;
	text-align: center;
}

#leaderboard, #leaderboard-2 {
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 0;
	outline: none;
}

.square-ad {
	margin: 0 0 25px 0;
	outline: none;
}

#zions_for_sale {
	margin: 0 0 20px 0;
	height: 379px;
	background: url('/img/zions_bg.gif');
}

#zions_for_sale_button {
	padding: 312px 0 0 75px;
	width: 373px;
	height: 63px;
}

.form_example {
	margin-top: 10px;
}

.form_required {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.cusip-search-form {
	overflow: hidden;
	clear: both;
}

.cusip-search-field {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	font-size: 18px;
}

.cusip-search-btn {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 98px;
	height: 30px;
	margin: 1px 0 0 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 0 #999999;
	border: 1px solid #999999;
	cursor: pointer;
	background: #b2b2b2;
}

.cusip-search-adv {
	display: block;
	float: left;
	margin: 5px 0 0 40px;
	font-size:14px;
	font-weight:bold;
}

#flashMessage {
	margin: 0 0 20px 0;
	padding: 15px;
	background: #edf5f8;
	border: 2px solid #005e90;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#flashMessage.success {
	background: #38b44a;
	border: 2px solid #005e20;
	color: #fff;
}

#flashMessage.error {
	background: #ee1c24;
	border: 2px solid #9e0a0f;
	color: #fff;
}

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subnav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #b3b3b3;
	font-size: 11px;
}

.pipe {
	margin: 0 10px 0 10px;
	color: #ccc;
}

.article-list {

}

.article-list h2 {
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #dddcdc;
	background: none;
	color: #1c1c1c;
	text-shadow: none;
}

.article-list ul {
	padding: 15px 0 0 0;
	border-top: 1px solid #dddcdc;
}

.article-list ul li h3 {
	margin: 0 0 3px 0;
	font-size: 14px;
}

.error-message {
	margin: 2px 0 10px 0;
	color: red;
	font-weight: bold;
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#article {
	width: 650px;
	font-size: 13px;
	line-height: 24px;
}

#article h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

#article p {
	line-height: 24px;
}

#article ul {
	list-style: square;
	margin-bottom: 20px;
	padding: 0;
}

#article ul li {
	margin: 0 0 0 30px;
	padding: 0 0 0 5px;
	line-height: 22px;
}

#education {}

#education-top {
	height: 54px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #c9c9c9;
}

#education-top h2 {
	margin: 0;
	padding: 16px 0 0 40px;
	background: none;
	color: #4C94B8;
	text-shadow: none;
}

#education-body {
	padding: 10px 0 10px 0;
	border: 1px solid #c9c9c9;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.education-item {
	overflow: hidden;
	width: 200px;
	padding: 0 0 20px 14px;
}

.education-bullet {
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 100%;
	background: #4C94B8;
}

.education-bullet span {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 0 #345b18;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.education-title {
	width: 158px;
	float: left;
	margin: 0 0 0 10px;
}

.education-title a {
	line-height: 15px;
	color: #444444;
}

#education-bottom {
	height: 9px;
}




.featured_title2 {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_data {
	width: 100%;
	margin-top: 15px;
}

.featured_attribute {
  padding-bottom:8px;
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_value {
  padding-bottom:8px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.more_featured {
  width: 300px;
	border-bottom: 1px solid #dddcdc;
	margin-bottom: 15px;
}

.more_yt {
	width: 116px;
	height: 51px;
	margin-left: 15px;
	padding-top: 5px;
	background: url('/img/bg_yt.gif') no-repeat;
}

.more_yt_attribute {
	padding: 4px 0 4px 10px;
	font-size: 12px;
	font-weight: bold;
}

.more_yt_value {
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #ec5f01;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}


table.cake-sql-log {
	display: block;
	float: none;
	clear: both;
}


#advisors {
	position: relative;
	width: 100%;
	padding: 18px 0 0;
}

.advisor-bar {
	overflow: hidden;
	background: #3e81a1;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.ab-left {
	width: 400px;
	float: left;
}

.ab-left p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #2d5e75;
}

.ab-right {
	width: 580px;
	float: left;
	overflow: hidden;
}

.ab-right form {
	padding: 2px;
	float: right;
}

.ab-right div {
	float: left;
	padding: 0 3px 0 0;
}

.ab-right div.text p {
	margin: 0;
	padding: 3px 3px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #2d5e75;
}

div.submit-btn input {
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #85be00;
	border: none;
	float: left;
}

.advisor-box {
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 5px;
	background: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(173, 173, 173, 0.85);
	-moz-box-shadow:    0px 1px 2px rgba(173, 173, 173, 0.85);
	box-shadow:         0px 1px 2px rgba(173, 173, 173, 0.85);
}

.advisor-box-left {
	width: 330px;
	float: left;
}

.advisor-box-right {
	width: 648px;
	float: left;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #3a84a9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #a1c6d7));
  background-image: -webkit-linear-gradient(#fff, #a1c6d7);
  background-image: -moz-linear-gradient(#fff, #a1c6d7);
  background-image: -o-linear-gradient(#fff, #a1c6d7);
  background-image: linear-gradient(#fff, #a1c6d7);
}

.abl-inside {
	padding: 5px;
	font-size: 13px;
}

.abl-inside p {
	margin: 0 0 5px 0;
	color: #333;
}

.abl-inside h3.name {
	margin: 0 0 2px 0;
	font-size: 16px;
}

.abl-inside h4.title {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #333;
}

.abl-inside h3.name a, .abl-inside h4.title a {
	text-decoration: none;
}

.abl-inside h3.name a:hover, .abl-inside h4.title a:hover {
	text-decoration: underline;
}

.abl-inside h3.phone {
	margin: 0 0 5px 0;
	font-size: 14px;
}

.abl-inside ul {
	overflow: hidden;
	list-style-type: none;
}

.abl-inside ul li {
	float: left;
	padding: 0 0 0 13px;
}

.abl-inside ul li.txt {
	padding: 4px 0 0 0;
}

.abl-inside ul li.sm {
	padding: 2px 0 0 13px;
}

.advisor-desc {
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Advisor Unit */
.advisor-wrapper:before,
.advisor-wrapper:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.advisor-wrapper:after {
	clear: both;
}
.advisor-wrapper {
	position: relative;
	margin: 0 auto;
	width: 990px;
}
.advisor-wrapper * {
	margin: 0;
	padding: 0;
	line-height: 1;
	outline: 0;
	list-style: none;
	text-shadow: none;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.advisor-unit {
	float: left;
	width: 670px;
	border: 1px solid #d9dde0;
	border-radius: 4px;
	background: #ffffff;
}
.advisor-header {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d9dde0;
	border-radius: 4px 4px 0 0;
	background: #f5f6f7;
}
.preferred-advisor {
	position: relative;
	float: left;
	font-size: 18px;
	color: #333333;
	height: 100%;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px 0 0;
	background: #eceeef;
}
.state-arrow {
	position: absolute;
	display: block;
	top: 0;
	right: -17px;
	width: 17px;
	height: 30px;
	background: url("/img/state-arrow.png") no-repeat 0 0;
}
.advisor-state {
	float: left;
	font-size: 18px;
	font-weight: 300;
	color: #4b94b8;
	line-height: 30px;
	padding: 0 0 0 27px;
}
.advisor-info {
	float: left;
	padding: 15px;
}
.advisor-logo {
	float: left;
	height: 48px;
	background: #eceeef;
}
.advisor-logo img {
	display: block;
	height: 48px;
}
.advisor-details {
	float: left;
	margin: 0 0 0 15px;
}
.advisor-name {
	font-size: 18px;
	font-weight: normal;
	color: #4b94b8;
	margin: 0 0 7px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #eceeef;
}
.advisor-name-divider {
	font-weight: 300;
	color: #eceeef;
	padding: 0 3px;
}
.advisor-company-name {
	font-size: 16px;
	color: #333333;
}
.advisor-contact-info {
	float: left;
}
.advisor-contact-info li {
	float: left;
	height: 16px;
	margin: 0 30px 0 0;
}
li.advisor-email {
	margin: 0;
}
.advisor-contact-info a {
	font-size: 14px;
	font-weight: 300;
	color: #152c52;
	text-decoration: underline;
}
.advisor-contact-info a:hover {
	color: #4b94b8;
}
.advisor-phone a {
	padding: 1px 0 0 30px;
	background: url("/img/advisor-phone-icon.png") no-repeat 0 0;
}
.advisor-email a {
	display: block;
	height: 16px;
	padding: 1px 0 0 35px;
	background: url("/img/advisor-mail-icon.png") no-repeat 0 0;
}

/* Advisor Promo */
.advisor-promo {
	float: left;
	width: 300px;
	height: 100px;
	margin: 8px 0 0 20px;
}
.advisor-promo-header {
	font-size: 16px;
	color: #333333;
}
h2.advisor-promo-header {
	background: transparent;
}
.blue-promo {
	display: inline-block;
	font-size: 21px;
	font-weight: 300;
	color: #4b94b8;
	margin: 3px 0 0;
	letter-spacing: 1px;
}
.advisor-promo-contact {
	display: inline-block;
	margin: 8px 0 0;
	padding: 4px 0 0;
	border-top: 1px solid #e2e5e8;
}
.advisor-promo-contact li {
	position: relative;
	font-size: 14px;
	color: #7f7f7f;
	margin: 6px 0 0;
}
.promo-contact-label {
	font-weight: bold;
	color: #666666;
}
.promo-contact-info {
	font-weight: 300;
	color: #152c52;
	text-decoration: underline;
}
.promo-contact-phone { margin: 0 0 0 26px; }
.promo-contact-email { margin: 0 0 0 15px; }
.advisor-promo-contact a:hover { color: #4b94b8; }

/* Best of Mitre Footer */
.mitre-brand-footer, .mitre-brand-footer * {
	margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  outline: 0;
  font-family: 'Proxima Nova Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mitre-brand-footer h2 {
	text-shadow: none;
	background: transparent;
}
.mitre-brand-footer:before,
.mitre-brand-footer:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.mitre-brand-footer:after {
  clear: both;
}
.mitre-brand-footer {
  float: left;
  width: 100%;
  max-width: 990px;
  margin: 0 0 0;
}
.mitre-brand-header {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
}
.mitre-brand-header h2 {
  position: absolute;
  left: 50%;
  margin-left: -262px;
  float: left;
  width: 524px;
  font-weight: normal;
  font-size: 14px;
  color: #717f8d;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mitre-brand-header .text {
  display: block;
  float: left;
  margin: 18px 0 0;
}
.mitre-media-footer-logo {
  display: block;
  float: left;
  width: 202px;
  height: 30px;
  margin: 6px 18px 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url("/img/mitre-media-logo-medium-grey-202x30.png") no-repeat 0 0;
}

/* Brand Tab List */
.mitre-brand-list {
  float: left;
  width: 100%;
}
.mitre-brand-list li {
  float: left;
  width: 247.5px;
}
.mitre-brand-list li a {
  display: block;
  width: 100%;
  height: 72px;
  overflow: hidden;
  text-indent: -9999px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.mitre-brand-list li a:hover { background-color: #f6f6f6; }
.mitre-brand-list li a.dividend-tab:hover { border-left: 1px solid #e5e5e5; }
.mitre-brand-list li a.trader-hq-tab:hover { border-right: 1px solid #e5e5e5; }
.mitre-brand-list li a.trader-hq-tab { border-right: none; }
.mitre-brand-list li a.active-tab {
  border-top: 3px solid #262A2F;
  border-bottom: none;
}
.mitre-brand-list li a.active-tab:hover {
  background-color: transparent;
}
.dividend-tab {
  background-image: url("/img/dividend-logo-36.png");
}
.etfdb-tab {
  background-image: url("/img/etfdb-logo-42.png");
}
.commodity-hq-tab {
  background-image: url("/img/commodity-hq-logo-42.png");
}
.trader-hq-tab {
  background-image: url("/img/trader-hq-logo-42.png");
}
.footer-tab-content {
  float: left;
  width: 100%;
}
.tab-content {
  position: relative;
  display: none;
}
#dividend-footer-content { display: block; }

/* Top Story */
.top-story {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0 0;
}
.top-story h1 {
  position: absolute;
  top: 54px;
  left: 0;
  width: 660px;
  padding: 10px 10px 10px 0;
  font-size: 40px;
  line-height: 1.3;
  color: #262a2f;
  border-top: 1px solid #ffffff;
  background: url("/img/white-opacity-tile-80.png") repeat 0 0;
  background: rgba(255,255,255,0.8);
}
#dividend-footer-content .top-story:hover > h1 {
  border-bottom: 1px solid #0071d5;
  color: #0071d5;
}
#etfdb-footer-content .top-story:hover > h1 {
  border-bottom: 1px solid #89B923;
  color: #89B923;
}
#commodity-hq-footer-content .top-story:hover > h1 {
  border-bottom: 1px solid #0A55A2;
  color: #0A55A2;
}
#trader-hq-footer-content .top-story:hover > h1 {
  border-bottom: 1px solid #AB2020;
  color: #D62828;
}
.top-story h2 {
  float: left;
  font-size: 18px;
  font-weight: normal;
}
#dividend-footer-content h2 { color: #004d91; }
#etfdb-footer-content h2 { color: #2079bb; }
#commodity-hq-footer-content h2 { color: #0a55a2; }
#trader-hq-footer-content h2 { color: #D62828; }
.top-story-image {
  float: right;
  width: 660px;
  padding: 0 0 0 20px;
}
.top-story img {
  display: block;
  width: 100%;
  height: 250px;
  background: #e5e5e5;
}

/* Best Articles */
.best-articles {
  float: left;
  width: 330px;
  margin-top: -35px;
}
.best-articles li {
  float: left;
  width: 100%;
}
.best-articles li:first-child {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
#dividend-footer-content .best-articles li:first-child { color: #004D91; }
#etfdb-footer-content .best-articles li:first-child { color: #2079bb; }
#commodity-hq-footer-content .best-articles li:first-child { color: #0a55a2; }
#trader-hq-footer-content .best-articles li:first-child { color: #D62828; }
.best-articles li a {
  float: left;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
#dividend-footer-content .best-articles li a:hover { border-bottom: 1px solid #0071d5; }
#etfdb-footer-content .best-articles li a:hover { border-bottom: 1px solid #89B923; }
#commodity-hq-footer-content .best-articles li a:hover { border-bottom: 1px solid #0A55A2; }
#trader-hq-footer-content .best-articles li a:hover { border-bottom: 1px solid #D62828; }
.best-articles li:last-child a {
  border-bottom: 1px solid transparent;
}
.best-articles .title {
  float: left;
  width: 250px;
  padding: 8px 10px 0 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: normal;
  color: #262A2F;
}
#dividend-footer-content .best-articles li a:hover > .title { color: #0071D5; }
#etfdb-footer-content .best-articles li a:hover > .title { color: #89B923; }
#commodity-hq-footer-content .best-articles li a:hover > .title { color: #0A55A2; }
#trader-hq-footer-content .best-articles li a:hover > .title { color: #D62828; }
.best-articles img {
  display: block;
  float: right;
  width: 80px;
  height: 60px;
  background: #e5e5e5;
}

/* Tab Content Right */
.tab-content-right {
  float: left;
  width: 660px;
  margin: 20px 0 0;
}
.tab-content-column {
  float: left;
  width: 330px;
  padding: 0 20px;
  height: 225px;
}
.column-one { border-right: 1px solid #e5e5e5; }
.tab-content-column h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.tab-content-column .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 18px auto;
  background: url("/img/mitre-brand-footer-icons-new.png") no-repeat 0 0;
}
.dividend-screener.icon { background-position: -60px 0; }
.etf-screener.icon { background-position: -60px -60px; }
.library.icon {
  width: 75px;
  background-position: -120px 0;
}
.heatmap.icon {
  width: 69px;
  background-position: -195px 0;
}
.trade.icon {
  background-position: -264px 0;
}
.alarm.icon {
  background-position: -120px -60px;
}
.magnifying.icon {
  background-position: -180px -61px;
}
.tab-content-column .feature-btn {
  display: block;
  margin: 10px auto 0 auto;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
#dividend-footer-content .tab-content-column .feature-btn {
  border: 1px solid #0056a2; /* 10% darker than background */
  background: #0071d5;
}
#dividend-footer-content .tab-content-column .feature-btn:hover {
  border: 1px solid #0071d5;
  background: #098cff;
}
#etfdb-footer-content .tab-content-column .feature-btn {
  border: 1px solid #698e1b;
  background: #89b923;
}
#etfdb-footer-content .tab-content-column .feature-btn:hover {
  border: 1px solid #89b923;
  background: #a5d936;
}
#commodity-hq-footer-content .tab-content-column .feature-btn {
  border: 1px solid #000000;
  background: #222222;
}
#commodity-hq-footer-content .tab-content-column .feature-btn:hover {
  border: 1px solid #222222;
  background: #3b3b3b;
}
#trader-hq-footer-content .tab-content-column .feature-btn {
  border: 1px solid #AB2020;
  background: #D62828;
}
#trader-hq-footer-content .tab-content-column .feature-btn:hover {
  border: 1px solid #AB2020;
  background: #C12424;
}
.tab-content-column h3 {
  font-family: 'Proxima Nova Light';
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #3c444b;
}
.tip-column {
  border-right: none;
}
.tip-column .tip {
  display: block;
  font-family: 'Proxima Nova Light';
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  margin: 18px 0 0;
  padding: 15px;
}
#dividend-footer-content .tip-column .tip { background: #0071d5; }
#etfdb-footer-content .tip-column .tip { background: #89B923; }
#commodity-hq-footer-content .tip-column .tip { background: #000000; }
#trader-hq-footer-content .tip-column .tip { background: #AB2020; }

/* Mitre Media footer */
.mitre-footer, .mitre-footer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mitre-footer {
  width: 990px;
  height: 42px;
  margin: 18px auto;
  padding: 16px 10px 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  border-top: 1px solid #0c3345;
  box-shadow: inset 0 1px 0 #235368;
}
.mitre-footer-logo {
  display: block;
  float: left;
  width: 175px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0 20px 0 0;
  border-right: 1px solid #0c3345;
  background: url("/img/mitre-media-footer-logo.png") no-repeat 0 0;
}
.mitre-advertise-link {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #e2e5e8;
  text-decoration: none;
  font-weight: 300;
  margin: 0 0 0 17px;
}
.mitre-advertise-link:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #235368;
}
.mitre-footer-copyright {
  display: block;
  float: right;
  font-size: 14px;
  color: #e2e5e8;
  height: 24px;
  line-height: 24px;
}

/* Login Dropdown */

.header-actions * {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-actions {
	float: right;
	margin: 15px 0 0;
}

.header-actions > li {
	float: left;
	margin: 0 0 0 10px;
}

.header-actions__btn {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #19668A;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.header-actions__btn:hover {
	border-color: #d4d4d4;
	border-bottom-width: 2px;
}

.header-login {
	position: relative;
}

.header-login__btn {
	cursor: pointer;
	padding-right: 20px;
}

.header-login__btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	right: 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #cccccc;
}

.header-login__btn.is-active:after {
	border-top: none;
	border-bottom: 5px solid #cccccc;
}

.header-login__dropdown {
	display: none;
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 1000;
	width: 250px;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	background: #f2f2f2;
}

.header-login__dropdown:before, .header-login__dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}

  /* Triangle Stroke */
.header-login__dropdown:before {
  top: -11px;
  right: 25px;

  /* If 1px darken stroke slightly */
  border-bottom-color: #a1a1a1;
  border-width: 11px;
}

/* Triangle Fill */
.header-login__dropdown:after {
  top: -10px;
  right: 26px;
  border-bottom-color: #f2f2f2;
  border-width: 10px;
}

.header-login__form {
	padding: 10px;
}

.header-login__form-field {
	position: relative;
	width: 100%;
}

.header-login__form-placeholder {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 0 0 35px;
	border: 1px solid #d4d4d4;
	background: #ffffff;
}

.email-field > .header-login__form-placeholder {
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	background: #ffffff url("/img/user-icon.png") no-repeat 10px 8px;
}

.password-field > .header-login__form-placeholder {
	border-radius: 0 0 3px 3px;
	background: #ffffff url("/img/lock-icon.png") no-repeat 10px 8px;
}

.header-login__form-placeholder.is-faded {
	color: #cccccc;
}

.header-login__form-placeholder > span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
}

.header-login__form input {
	border: none;
	border-radius: 0;
	background: none;
}

.header-login__form-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0 10px 0 33px;
	font-size: 12px;
}

.login-options {
	margin: 10px 0 0;
}

input.header-login__form-submit {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	cursor: pointer;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	border: 1px solid #14516d;
	border-radius: 5px;
	background: #19668A;
}

input.header-login__form-submit:hover {
	background: #14516d;
}

.forgot-password {
	float: right;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #4C94B8;
}

.forgot-password:hover {
	color: #4081a2;
}

/* Header Account Dropdown */

.header-account {
	padding: 0;
}

.header-account__options li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-top: 1px solid #dddddd;
	background: #ffffff;
}

.header-account__options li:last-child {
	border-radius: 0 0 5px 5px;
}

.header-account__options li.header-account__name {
	border: none;
	background: none;
}

.header-account__options a {
	display: block;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.header-account__options a:hover {
	color: #1c1c1c;
}

input.grey-btn {
	display: inline-block;
	padding: 4px 9px;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 0 1px 0 #999999;
	border: 1px solid #999999;
	background: #b2b2b2;
}

.no-underline {
	text-decoration: none;
}

.no-underline:hover {
	text-decoration: underline;;
}

.buy-sell-btn {
	display: block;
	margin: 20px 0;
	padding: 7px;
	background: #cc0000;
	border-top: 1px solid #420303;
	border-left: 1px solid #420303;
	border-right: 2px solid #420303;
	border-bottom: 3px solid #420303;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.buy-sell-btn:hover {
	text-decoration: underline;
}

/* Modal windows */
.jqmWindow {
	display: none;

	position: fixed;
	top: 30%;
	left: 50%;

	margin-left: -250px;
	width: 500px;
}

.jqmOverlay { background-color: #fff; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modal {
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25), inset 0 0 1px #ffffff;
	background: #f5f6f7;
}

.modal-header {
	height: 48px;
	line-height: 48px;
	font-size: 21px;
	font-weight: normal;
	color: #0071d5;
	text-shadow: 0 1px 0 #ffffff;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d4d4d4;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 0 #ffffff;
	background: #f5f6f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f7 0%, #e2e5e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f7), color-stop(100%,#e2e5e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f7 0%,#e2e5e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f7 0%,#e2e5e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f7 0%,#e2e5e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f6f7 0%,#e2e5e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#e2e5e8',GradientType=0 );
}

.modal-close {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), 0 1px 0 #ffffff;
	background: #bcc3ca url('/img/close-icon.png') no-repeat 50% 56%;
}

.modal-close:hover {
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	background-color: #cc2931;
}

.modal-content {
	padding: 20px;
}

.modal-content .centered {
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	text-shadow: 0 1px 0 #ffffff;
}

.modal-action-btn {
	margin: 30px 0 20px 0;
	text-align: center;
}

.modal-action-btn a {
	padding: 7px 14px 7px 14px;
	background: #cc0000;
	border-top: 1px solid #420303;
	border-left: 1px solid #420303;
	border-right: 2px solid #420303;
	border-bottom: 3px solid #420303;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.modal-action-btn a:hover {
	text-decoration: underline;
}

.modal-footer {
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #4c4c4c;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 10px 10px;
	box-shadow: inset 0 1px 0 #f5f6f7;
	background: #eceeef;
}

/* Wing Ads */

.rail-ad-wrapper{
	position: relative;
}

.right-rail-ad{
	position: absolute;
	left: 1020px;
}

.left-rail-ad{
	position: absolute;
	right: 1020px;
}

#left-wing-stacked{
	float: right;
	margin-top: 20px;
}

#right-wing-stacked{
	margin-top: 20px;
}

@media screen and (max-width: 1700px){
	.right-wing-300x250, .left-wing-300x250{
		display: none;
	}
}

@media screen and (max-width: 1700px) {
    .left-wing-160x600, .right-wing-160x600 {
        display: block
    }
}

@media screen and (max-width: 1450px) {
    .left-wing-160x600, .right-wing-160x600 {
        display: none
    }
}

#sidebar div{
	margin-bottom: 10px;
}
