﻿.investing .banner-bg {
	background: #0a1220 url(../images/mainmasthead-investing.jpg?11202023) no-repeat top center;
	position: relative;
}
.investing .panel {
	border-color: #CC6633;
	padding: 5px;
}
.investing .panel-heading {
	color: #fff;
	background: #CC6633;
}
.investing .left-col-list a:hover, .investing .left-col-list a:focus, .investing .left-col-list a:active {
    background: #CC6633;
}

.investing .td1
{
	width:200px;
	float:left;
	margin-right:12px;
	padding-bottom:16px;
}

.investing .td2
{
	margin-top:15px;
	font-size:14px;
	vertical-align:top;
}

.investing h3 {
    background: none repeat scroll 0 0 #CC6633;
    color: #FFFFFF;
    padding: 10px 15px;
}
.investing a, .investing a:visited  {
    xcolor:#0D457A;
}

.panel-orange {
	border-color: #CC6633;
	padding: 5px;
}
.panel-orange > .panel-heading {
	color: #fff;
	background: #CC6633;
}
.panel-orange a {
	color: #333;
	text-decoration: none;
}

/* Investor Awareness Collapsible Section Markup */

/* Style the button that is used to open and close the collapsible content */
.collapse-ie {
  padding: 15px;
  background-color: #D8D8D8;
  color:#4a4a4a;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font: 20px/20px 'Gorgia';
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapse-ie-active, .collapse-ie:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content-ie {
  padding: 0 18px;
  background-color: #faf8f6;
  color:#4a4a4a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top:10px;
  margin-bottom:15px;
}

.collapse-ie:before {
  content: '\25B6'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #4a4a4a;
  float: left;
  margin-right: 15px;
}

.active-ie:before {
  content: '\25BC';
  font-size:13px; /* Unicode character for "minus" sign (-) */
}

.bullets-ie li {
  padding-bottom: 8px;
}