/* RESETS / GLOBALS */
body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px; 
	font-family: Arial;
}
a {
	color: #00ace8;
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
a:hover {
	color: #333;
}
img {
    border: 0 none;
}
input[type="button"], input[type="submit"], button {
    cursor: pointer;
	background: #004185;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 14px 17px;
	border-radius: 4px;
	border: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background: #e8c500;
	color: #004185;
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
textarea {
    overflow: auto;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table + small {
    display: block;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
.LayoutDefaultInner {
    min-width: 940px;
}
.LayoutHomePageLayout h1 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 16px;
}
h1 {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
h2 {
	font-family: Roboto;
	color: #0053aa;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
/* CONTAINERS */
.HeaderContainer, .PaneContentInner, .FooterContainer {
    display: block;
    width: 100%;
}
.PaneLeft, .PaneContent {
    float: left;
}
.PaneRight {
    float: right;
}
.ContentPaneDiv, .LeftPaneDiv, .RightPaneDiv {
    overflow: hidden;
}
/*
.PaneHeaderContainer {
	width: 100%;
	min-width: 960px;
	background: url('../design/topBG.png') no-repeat center top;
	background-size: cover;
	text-align: center;
}
.PaneHeader {
	width: 940px;
	padding: 20px 10px 18px;
	display: inline-block;
	vertical-align: top;
}
*/
.clientHeader{
  position:relative;
  z-index:999;
}
.PaneNavigation {
	width: 100%;
    display:inline-block;
    top:-15px;
    z-index:11;
    clear:both;
    position:relative;
}
.PaneContentInner {
	width: 940px;
	padding: 0 10px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}
.PaneContentInner {
	margin-top: 50px;
}
.PaneBreadcrumb {
    float: left;
    width: 700px;
	position: relative;
	height: 280px;
	margin-bottom: 30px;
}
.PaneLeft {
	width: 200px;
	padding-right: 20px;
	margin-right: 20px;
}
.PaneContent {
	width: 700px;
}
/*
.FooterContainer {
	border-top: 1px solid #ededed;
	padding-top: 25px;
}
.PaneFooter {
	overflow: hidden;
}
.PaneFooter2 {
    margin-top: 20px;
    overflow: hidden;
}*/
/* HEADER */
/*
.ClientLogo {
    float: left;
	margin-top: 4px;
}
.ModuleSearch {
	float: right;
    text-align: right;
	position: relative;
}
.ModuleSearch .SearchButton {
	display: none;
}
.ModuleSearch .ToggleIcon {
	width: 23px;
	height: 18px;
	cursor: pointer;
	background: url('../design/searchIcon.png') no-repeat left top;
	display: inline-block;
}
.ModuleSearch .SearchContainer {
	background: #000;
	padding: 0 0 15px;
	position: absolute;
	top: 44px;
	right: 0;
	width: 200px;
	z-index: 999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
}
.ModuleSearch .SearchInput {
	font-size: 12px;
	background: #333;
	color: #999999;
	border: none;
	padding: 5px 12px;
    width: 148px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}
.ModuleSearch .SearchText {
    display: none;
}
*/
/* MAIN NAVIGATION */
/*
.MainNavigation {
	float: left;
	margin-left: 26px;
}
.MainNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.MainNavigation ul.level2,
.MainNavigation ul.level3,
.MainNavigation ul.level4 {
	display: none;
}
.MainNavigation a {
	display: block;
	color: #fff;
	font-size: 12px;
}
.MainNavigation ul.level1 > li {
	position: relative;
}
.MainNavigation ul.level1 > li {
	float: left;
	margin-left: 13px;
	padding: 0 3px 0 10px;
}
.MainNavigation ul.level1 > li > a {
	background: url('../design/navArrow.png') no-repeat right center;
	padding-right: 13px;
	line-height: 26px;
}
.MainNavigation ul.level1 > li:hover {
	background: #333;
}
.MainNavigation ul.level1 > li:hover ul.level2 {
	display: block;
}
.MainNavigation ul.level2 {
	top: 26px;
	left: 0;
	padding-top: 15px;
}
.MainNavigation ul.level2,
.MainNavigation ul.level3 {
	position: absolute;
	background: url('../design/line-menu.png') repeat left top;
	width: 230px;
	text-align: left;
	min-height: 500px;
	z-index: 999;
}
.MainNavigation ul.level2 > li > a,
.MainNavigation ul.level3 > li > a {
	padding: 9px 12px;
}
.MainNavigation ul.level2 > li:hover > a,
.MainNavigation ul.level3 > li:hover > a {
	background: #00ace8;
}
.MainNavigation ul.level2 > li:hover > .level3 {
	display: block;
}
.MainNavigation ul.level3 {
	left: 100%;
	top: 0;
	padding-top: 15px;
	border-left: 1px solid #fff;
}
*/
/* SLIDER */
.PageSlider {
	position: relative;
	min-width: 960px;
	height: 380px;
	overflow: hidden;
}
.PageSlider .SlideItem {
	height: 380px;
	width: 100%;
}
.PageSlider .SlideItem1 {
	background: url('../design/slide2.jpg') no-repeat center top;
	background-size: cover;
}
.PageSlider .SlideItem2 {
	background: url('../design/slide1.jpg') no-repeat center top;
	background-size: cover;
}
.PageSlider .SlideItem3 {
	background: url('../design/slide4.jpg') no-repeat center top;
	background-size: cover;
}
.PageSlider .SlideGlobalContent {
	bottom: 0;
    height: 155px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    width: 940px;
    z-index: 200;
}
.SlideStock {
    background: #393c3f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 21px;
	position: absolute;
	top: 265px;
	left: 50%;
    margin-left: -470px;
    width: 400px;
    z-index: 999;
}
.SlideStock .StockVolumeText,
.SlideStock .StockVolume,
.SlideStock .StockDescription2,
.SlideStock .StockDate {
	display: none;
}
.SlideStock .StockDescription1 {
    font-family: Roboto;
    font-size: 16px;
    line-height: 17px;
    display: inline-block;
}
.SlideStock .StockPrice {
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 40px;
    line-height: 1;
	font-weight: 700;
	margin-right: 18px;
}
.SlideStock .StockPrice:before {
	content: "$";
    display: inline-block;
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
    margin-left: 10px;
    vertical-align: top;
}
.SlideStock .StockChange.StockPriceDown {
    background: url('../design/stockPriceDown.png') no-repeat left 8px;
    margin-left: 3px;
    padding-left: 15px;
}
.SlideStock .StockChange.StockPriceUp {
    background: url('../design/stockPriceUp.png') no-repeat left 8px;
    margin-left: 3px;
    padding-left: 15px;
}
.SlidePressRelease,
.SlideEvents {
	width: 405px;
}
.PageSlider h1 {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
}
.PageSlider .ModuleDate {
	display: none;
}
.PageSlider .ModuleHeadlineLink,
.PageSlider .ModuleHeadline {
	color: #fff;
	font-size: 29px;
	line-height: 39px;
	font-family: Roboto;
	font-weight: 700;
	display: block;
	width: 418px;
	margin-bottom: 15px;
        max-height: 80px;
        overflow: hidden;
}
.PageSlider .ModuleHeadlineLink:hover {
	color: #00ace8;
}
.PageSlider .ModuleMoreLink,
.PageSlider .hrefPresentation {
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0;
	font-size: 12px;
}
.PageSlider .ModuleMoreLink:hover,
.PageSlider .hrefPresentation:hover {
	color: #e8c500;
}
.PageSlider .SlideItem .Content {
	width: 940px;
	padding: 50px 10px 0;
	margin: 0 auto;
}
.PageSlider .hrefWebcast {
	display: none !important;
}
.Pager {
	left: 50%;
    margin-bottom: 20px;
    margin-left: -471px;
    overflow: hidden;
    position: absolute;
    top: 218px;
    width: 39px;
    z-index: 999;
}
.Pager span {
	width: 7px;
	height: 7px;
	display: inline-block;
	background: url('../design/bullet.png') no-repeat left top;
	cursor: pointer;
	margin: 0 3px;
	text-indent: 9999px;
}
.Pager span.cycle-pager-active {
	background: url('../design/bulletActive.png') no-repeat left top;
}
.PageSlider .SlideItem {
	display: none;
}
.PageSlider .SlideItem1 {
	display: block;
}
.PageSlider .SlidePressRelease,
.PageSlider .SlideEvents,
.PageSlider .SlidePresentations {
	display: none;
}
.PageSlider .SlideItem.cycle-slide-active .SlidePressRelease,
.PageSlider .SlideItem.cycle-slide-active .SlideEvents,
.PageSlider .SlideItem.cycle-slide-active .SlidePresentations {
	display: block;
}
.PageSlider .SlideStock {
	display: none;
}
.PageSlider .SlideGlobalContent .SlideStock {
	display: inline-block;
}
.PaneNavigation .SlidePressRelease,
.PaneNavigation .SlideEvents, 
.PaneNavigation .SlidePresentations {
    display: none;
}
.PaneNavigation .StockDescription3 {
    bottom: -28px;
    display: block;
    left: 0;
    position: absolute;
	color: #878787;
    font-family: Arial;
    font-size: 11px;
	font-weight: 700;
}
/* SECONDARY NAVIGATION */
.SecondaryNav {

}
.SecondaryNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.SecondaryNav .level2,
.SecondaryNav .level3 {
	display: none;
}
.SecondaryNav .level1 > li.expanded > .level2,
.SecondaryNav .level1 > li.selected > .level2 {
	display: block;
}
.SecondaryNav .level2 > li.expanded > a {
	color: #000;
}
.SecondaryNav .level1 > li.expanded > .level2 li > a {
    display: block;
}
.SecondaryNav .level1 > li > a {
    display: none;
}
.SecondaryNav .level3 a {
    display: none;
	line-height: 20px;
}
.SecondaryNav .level2 > li.expanded > .level3 a {
    display: block;
}
.SecondaryNav .level2 > li.selected > .level3 a {
    display: block;
}
.SecondaryNav .level2 li.expanded > .level3 {
    display: block;
}
.SecondaryNav a {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	display: block;
	font-weight: 700;
}
.SecondaryNav a:hover {
	color: #e8c500;
}
.SecondaryNav .level2 > li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0 12px 15px;
}
.SecondaryNav .level2 > li:first-child {
    border-top: 1px solid #e3e3e3;
}
.SecondaryNav .level2 > li.expanded {
    background: #f3f3f3;
}
.SecondaryNav .level3 a {
    font-weight: normal;
}
.SecondaryNav .level2 > li.expanded > ul.level3 {
    margin-top: 10px;
}
.SecondaryNav li.selected > a {
	color: #0053aa;
	font-weight: 700;
}
/* LEFT PANE */
.PaneLeft .MailingListSignupContainer {
    background: #0053aa;
    border-radius: 5px;
    margin-top: 25px;
    padding: 20px 15px;
	color: #fff;
}
.PaneLeft .MailingListSignupContainer .MailingListCol1 > span,
.PaneLeft .MailingListSignupContainer .MailingListsHeading,
.PaneLeft .MailingListSignupContainer .RequiredField {
	display: none;
}
.PaneLeft .MailingListSignupContainer h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.PaneLeft .MailingListSignupContainer .MailingListCol2 > input {
    border: none;
    height: 36px;
    padding: 0 10px;
    width: 152px !important;
	color: #666666;
}
.PaneLeft .MailingListSignupContainer .MailingListListTable {
    margin-top: 10px;
}
.PaneLeft .MailingListListTable input[type="checkbox"] {
    margin-left: 0;
	margin-right: 5px;
}
.PaneLeft .MailingListSignupContainer .NoBr {
    display: none;
}
.PaneLeft .MailingListSignupContainer .GridActions {
    margin-top: 15px;
	overflow: hidden;
}
.PaneLeft .MailingListSignupContainer .Button.ActionButton {
    float: left;
	font-size: 12px;
}
.PaneLeft .MailingListSignupContainer .unsubscribeButton {
	float: right;
	margin-top: 15px;
}
.PaneLeft .MailingListSignupContainer label {
    font-size: 13px;
}
/* FOOTER */
/*
.PaneFooter .QuickLinks {
	float: left;
}
.PaneFooter .QuickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}	
.PaneFooter .QuickLinks ul li {
	float: left;
	margin-left: 20px;
}
.PaneFooter .QuickLinks ul > li:first-child {
	margin-left: 0;
}
.PaneFooter .QuickLinks a {
	color: #333333;
}
.PaneFooter .QuickLinks a:hover {
	color: #0053aa;
}	
.PaneFooter .SocialLinks {
	float: right;
}
.PaneFooter .SocialLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}	
.PaneFooter .SocialLinks ul li {
	float: left;
	margin-left: 20px;
}
.PaneFooter .SocialLinks ul > li:first-child {
	margin-left: 0;
}
.PaneFooter .SocialLinks h1 {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
	vertical-align: middle;
}
.PaneFooter .SocialLinks ul {
	display: inline-block;
	vertical-align: middle;
}
.PaneFooter .SocialLinks ul li {
	margin-left: 6px;
}
.PaneFooter .SocialLinks a:hover {
	opacity: 0.8;
}
.PaneFooter2 .FooterLinks {
	float: left;
}
.PaneFooter2 .Copyright {
	float: right;
	color: #b2b2b2;
	font-size: 11px;
	text-align: right;
}
.PaneFooter2 .FooterLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}	
.PaneFooter2 .FooterLinks ul li {
	float: left;
	margin-left: 20px;
}
.PaneFooter2 .FooterLinks ul > li:first-child {
	margin-left: 0;
}
.PaneFooter2 .FooterLinks a {
	color: #999999;
	font-size: 12px;
}
.PaneFooter2 .FooterLinks a:hover {
	text-decoration: underline;
}
*/
/* BREADCRUMB */
.Breadcrumb {
	color: #fff;
    font-family: Roboto;
    font-size: 37px;
    font-weight: 700;
    left: 39px;
    line-height: 1;
    position: absolute;
    top: 30px;
    width: 290px;
}
.Breadcrumb .BreadcrumbHomeLink,
.Breadcrumb .BreadcrumbSeparator,
.Breadcrumb a {
	display: none;
}
.globalStock {
    background: url('../design/stockBG.png') repeat;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
.globalStock .StockVolumeText,
.globalStock .StockVolume,
.globalStock .StockDescription2,
.globalStock .StockDate {
	display: none;
}
.globalStock .StockDescription1 {
    display: block;
    font-family: Roboto;
    font-size: 16px;
    line-height: 17px;
    margin-top: 55px;
}
.globalStock .StockPrice {
    color: #fff;
    display: inline-block;
    font-family: Roboto;
    font-size: 50px;
    line-height: 1;
	font-weight: 700;
	margin: 10px 18px 10px 0;
}
.globalStock .StockPrice:before {
	content: "$";
    display: inline-block;
    font-size: 33px;
    font-weight: normal;
    line-height: 1;
    vertical-align: top;
}
.globalStock .StockChange.StockPriceDown {
    background: url('../design/stockPriceDown.png') no-repeat left 6px;
    margin-left: 3px;
    padding-left: 15px;
}
.globalStock .StockChange.StockPriceUp {
    background: url('../design/stockPriceUp.png') no-repeat left 6px;
    margin-left: 3px;
    padding-left: 15px;
}
.globalStock .StockDescription3 {
    display: block;
    font-size: 11px;
    margin-top: 70px;
}
/* GLOBALS */
.unsubscribeButton {
	display: inline-block;
	color: #00ace8;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}
.unsubscribeButton:hover {
	color: #e8c500;
}
.customLink {
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0;
	font-size: 12px;
}
.customLink:hover {
	color: #e8c500;
}
.shapeLink {
	display: inline-block;
	background: url('../design/shapeLink.png') no-repeat left 4px;
	padding-left: 18px;
}
.shapeLink:hover {
	background-position: 4px 4px;
}
.ModuleDate {
	display: block;
}
.ModuleHeadlineLink,
.ModuleHeadline {
	color: #000;
}
a.ModuleHeadlineLink:hover {
	color: #0053aa;
}
.ModuleItemRow {
    margin-bottom: 15px;
}
.ModuleViewAllLink {
	color: #333333;
	text-transform: uppercase;
	background: #ebebeb;
	border-radius: 4px;
	padding: 14px 17px;
	display: inline-block;
	font-weight: 700;
}
.ModuleViewAllLink:hover {
	background: #333333;
	color: #ebebeb;
}
.ModuleHeader {
	background: #f3f3f3;
    color: #333333;
    font-size: 16px;
    padding: 12px 15px;
	overflow: hidden;
	font-weight: 700;
}
/* CUSTOM TABLE */
.CustomTable {
	width: 100%;
}
.CustomTable tr {
    border-bottom: 1px solid #d8d8d8;
}
.CustomTable td {
    padding: 10px 5px;
	text-align: center;
}
.CustomTable p {
	margin: 0;
}
.CustomTable tr > td:first-child {
    padding-left: 15px;
	text-align: left;
}
.CustomTable tr > td:last-child {
    padding-right: 15px;
	text-align: right;
}
.CustomTable th {
	color: #333333;
    font-family: Roboto;
    font-size: 15px;
    padding: 15px 0;
}
.CustomTable tr > th:first-child {
	padding-left: 15px;
	text-align: left;
}
.CustomTable tr > th:last-child {
	text-align: right;
	padding-right: 15px;
}
/* MODULES TITLE */
.stockChart h1,
.StockHistorical h1,
.InvestmentCalculator h1,
.DividendsPage h1,
.EventCalendar h1,
.ModuleEventLatest.Upcoming h1,
.ModuleEvent h1,
.ModulePresentation h1,
.StockChartContainer h1,
.governanceDocCharters h1,
.governanceDocDocuments h1,
.governanceDocContact h1 {
	padding: 20px 15px;
	background: #f3f3f3;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
/* CONTENT */
/* LANDING OVERVIEW */
.LayoutHomePageLayout .PaneBreadcrumb {
	float: left;
	width: 700px;
	padding-bottom: 10px;
	position: static;
	height: auto;
	margin: 0;
}
.LayoutHomePageLayout .PaneContentInner {
	margin-top: 70px;
}	
.LayoutHomePageLayout .PaneContent {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #ededed;
	padding-top: 25px;
	padding-bottom: 30px;
}
.LayoutHomePageLayout .PaneLeft .MailingListSignupContainer,
.LayoutHomePageLayout .globalStock,
.LayoutHomePageLayout .Breadcrumb,
.LayoutHomePageLayout .HeaderImageContainer {
	display: none;
}
.LayoutHomePageLayout .MailingListSignupContainer .unsubscribeButton {
    display: inline-block;
}
.overviewIntroSection .Section {
	overflow: hidden;
	margin-bottom: 60px;
}
.overviewIntroSection > h1 {
	font-family: Roboto;
	color: #0053aa;
	font-size: 31px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 50px;
	text-align: left;
	text-transform: capitalize;
}
.overviewIntroSection .sectionPhoto {
	width: 204px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

.overviewIntroSection .rightPhoto {
    
}

.overviewIntroSection .sectionContent {
	display: inline-block;
	vertical-align: middle;
	width: 415px;
	margin: 0 18px;
}
.whyInvest {
	padding-top: 20px;
	margin-bottom: 55px;
}
.whyInvest h1 {
	font-family: Roboto;
	color: #0053aa;
	font-size: 31px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
	text-transform: capitalize;
}
.whyInvest .reasonSection {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
.whyInvest .reasonItem {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	float: left;
	font-weight: bold;
}	
.whyInvest .betweenReasons {
	float: left;
	font-weight: bold;
}
.whyInvest .reasonItem.reasonItem1 {
    background: #0053aa;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 80px;
    width: 173px;
}
.whyInvest .reasonItem.reasonItem2 {
    background: #0053aa;
    height: 117px;
    width: 170px;
}
.whyInvest .reasonItem.reasonItem3 {
    background: none repeat scroll 0 0 #0053aa;
    height: 182px;
    width: 192px;
}
.whyInvest .reasonItem.reasonItem4 {
    background: #0053aa;
    height: 117px;
    width: 170px;
}
.whyInvest .reasonItem.reasonItem5 {
    background: #0053aa;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 80px;
    width: 173px;
}
.whyInvest .betweenReasons.betweenReasons1 {
    background: url('../design/whyInvestBG1.png') no-repeat left top;
    height: 117px;
    width: 12px;
}
.whyInvest .betweenReasons.betweenReasons2 {
    background: url('../design/whyInvestBG2.png') no-repeat left top;
    height: 182px;
    width: 19px; 
}
.whyInvest .betweenReasons.betweenReasons3 {
    background: url('../design/whyInvestBG3.png') no-repeat left top;
    height: 182px;
    width: 19px;
}
.whyInvest .betweenReasons.betweenReasons4 {
    background: url('../design/whyInvestBG4.png') no-repeat left top;
    height: 117px;
    width: 12px;
}
.whyInvest .reasonItem.reasonItem2, 
.whyInvest .reasonItem.reasonItem4, 
.whyInvest .betweenReasons.betweenReasons1, 
.whyInvest .betweenReasons.betweenReasons4 {
    margin-top: 32px;
}
.whyInvest .reasonItem.reasonItem1, 
.whyInvest .reasonItem.reasonItem5 {
    margin-top: 51px;
}
.whyInvest .reasonItem > span {
	display: table-cell;
    vertical-align: middle;
	padding: 0 5px;
}
.whyInvest .reasonItem.reasonItem1 > span, 
.whyInvest .reasonItem.reasonItem5 > span {
    height: 80px;
}
.whyInvest .reasonItem.reasonItem2 > span, 
.whyInvest .reasonItem.reasonItem4 > span {
    height: 117px;
}
.whyInvest .reasonItem.reasonItem3 > span {
    height: 182px;
}
.whyInvest .productsSection {
	min-height: 285px;
	background: url('../design/productsBG.jpg') no-repeat left top;
	overflow: hidden;
	padding-right: 100px;
    padding-top: 60px;
	clear: both;
}
.whyInvest .productsSection .Content {
	width: 330px;
	float: right;
}
.whyInvest .productsSection h1 {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
    margin-top: 10px;
}
.ModuleEventLatest {
	width: 445px;
	float: left;
}
.ModuleEventLatest .ModuleFooter {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.ModuleEventLatest .RssLinkTopContainer {
    bottom: 35px;
    position: relative;
}
.overviewAnnual {
    float: left;
	margin-left: 67px;
    width: 158px;
}
.overviewAnnual .TitleLeft {
	color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 19px;
}
.overviewAnnual .AnnualReportLatestTable {
    position: relative;
}
.overviewAnnual ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.overviewAnnual .AnnualReportStyle {
    display: none;
}
.overviewAnnual .FinancialReportLastestItem > li:first-child > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.overviewEmailAlerts {
	width: 220px;
	margin-left: 50px;
	float: left;
}
.overviewEmailAlerts .MailingListCol1,
.overviewEmailAlerts .MailingListsHeading,
.overviewEmailAlerts .RequiredField {
	display: none;
}
.overviewEmailAlerts .MailingListCol2 > input {
    border: none;
    height: 36px;
    padding: 0 10px;
    width: 198px !important;
	color: #666666;
	border: 1px solid #e1e1e1;
}
.overviewEmailAlerts .MailingListListTable {
    margin-top: 10px;
}
.overviewEmailAlerts input[type="checkbox"] {
    margin-left: 0;
	margin-right: 5px;
}
.overviewEmailAlerts .NoBr {
    display: none;
}
.overviewEmailAlerts .GridActions {
    margin-top: 15px;
	overflow: hidden;
}
.overviewEmailAlerts .Button.ActionButton {
    float: left;
}
.overviewEmailAlerts .unsubscribeButton {
	float: left;
    font-size: 13px;
    margin-left: 25px;
    margin-top: 15px;
}
.overviewEmailAlerts.MailingListSignupContainer label {
    font-size: 13px;
}
/* FINANCIAL OVERVIEW */
.financialOverviewHeader {
    background: #f3f3f3;
    width: 100%;
}
.financialOverviewHeader ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.financialOverviewHeader ul > li:first-child {
	margin-left: 0;
}
.financialOverviewHeader li {
	display: inline-block;
	margin-left: 25px;
}
.financialOverviewHeader ul > li > a {
	padding: 12px 15px;
	color: #333333;
    cursor: pointer;
    font-size: 16px;
	display: block;
	font-weight: bold;
}
.financialOverviewHeader ul > li > a:hover {
	background: #eaeaea;
}
.financialOverviewHeader ul > li > a.selected {
	color: #004185;
}
.tab {
    position: relative;
}
.tab h1 {
    color: #0053aa;
    font-family: Roboto;
    font-size: 31px;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
	margin: 35px 0;
}
.tab .innerTab {
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
	position: absolute;
	top: 64px;
	left: 0;
}
.tab .innerTab li {
	display: inline-block;
}
.tab .innerTab > li:first-child {
    margin-right: 10px;
}
.tab .innerTab a {
	background: #333333;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 17px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}
.tab .innerTab a.active {
	background: #004185;
}
.tab .innerTab a:hover {
	background: #e8c500;
    color: #004185;
}
table.innerTable {
    margin: 55px 0;
	white-space: nowrap;
	width: 700px;
}
table.innerTable th {
    background: #f3f3f3;
}
table.innerTable tr > td:first-child {
    color: #333;
    padding-left: 15px;
    text-align: left;
}
.tab .ContentContainer {
    overflow: auto;
}
table.innerTable tr > td:first-child,
table.innerTable tr > th:first-child {
	max-width: 120px;
	white-space: normal;
}
/* QUARTERLY REPORTS */
.quarterlyWidget #FinancialDropdown > span:first-child,
.quarterlyWidget #FilterQuarter,
.quarterlyWidget ul.Header,
.quarterlyWidget span.currentYear {
    display: none;
}
.quarterlyWidget #FinancialDropdown {
    float: left;
	margin-top: 13px;
}
.quarterlyWidget .Expandable {
    float: right;
}
.quarterlyWidget .YearContianer {
    clear: both;
    float: left;
    width: 100%;
	margin-top: 20px;
}
.quarterlyWidget .FinancialItem {
    border-bottom: 1px solid #fff;
}
.quarterlyWidget .FinancialItem > p {
    background: #f3f3f3;
    color: #333333;
    font-size: 16px;
    padding: 12px 15px;
	margin: 0;
	cursor: pointer;
}
.quarterlyWidget .DocumentInfo ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.quarterlyWidget .DocumentInfo ul a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}
.quarterlyWidget .DocumentInfo li {
    border-top: 1px solid #dcdcdc;
    padding: 12px 15px;
}
.quarterlyWidget .DocumentInfo ul > li:first-child {
	border-top: none;
}
.quarterlyWidget .DocumentInfo a[href*=".pdf"].Financial:before {
    content: "PDF";
    float: right;
	color: #00ace8;
}
.quarterlyWidget .DocumentInfo a[href*=".html"].Report:before {
    content: "HTML";
    float: right;
	color: #00ace8;
}
.quarterlyWidget .DocumentInfo li.Online a.Online:before {
	content: "HTML";
    float: right;
	color: #00ace8;
}
.quarterlyWidget .toggle-arrow.active {
    background: url('../design/toggleUp.png') no-repeat left top;
    display: inline-block;
    float: right;
    height: 11px;
    margin-top: 5px;
    width: 16px;
}
.quarterlyWidget .toggle-arrow {
    background: url('../design/toggleDown.png') no-repeat left top;
    display: inline-block;
    float: right;
    height: 11px;
    margin-top: 5px;
    width: 16px;
}
.quarterlyWidget .Expandable {
	cursor: pointer;
	background: #004185;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	padding: 14px 17px;
	border-radius: 4px;
	border: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.quarterlyWidget .Expandable:hover {
	background: #e8c500;
	color: #004185;
}
/* STOCK QUOTE & CHART */
.StockQuoteContainer {
	margin-bottom: 30px;
}
.StockQuoteContainer .StockQuoteIndice,
.StockQuoteContainer .StockTableItem,
.StockQuoteContainer .PriceLabel,
.StockQuoteContainer .PChangeLabelText {
    display: none;
}
.StockQuoteContainer .StockTableItem.First, 
.StockQuoteContainer .StockTableItem.Second, 
.StockQuoteContainer .StockTableItem.Third, 
.StockQuoteContainer .StockTableItem.Fourth {
    display: inline-block;
	width: 155px;
	vertical-align: middle;
}
.StockQuoteContainer .StockTableItem.First {
	width: 155px;
	padding-right: 0;
}
.StockQuoteContainer .StockTableItem.Second {
	width: 192px;
}
.StockQuoteContainer .StockTableItem.Fourth {
    padding-right: 0;
}
.StockQuoteContainer .StockTableFeed {
    overflow: hidden;
	padding: 0 0 0 15px;
}
.StockQuoteContainer .StockTableText {
    clear: left;
    color: #999999;
    float: left;
    font-size: 11px;
    margin-top: 8px;
    width: 100%;
	text-transform: uppercase;
}
.StockQuoteContainer .ModuleContainerInnerTop > h1 {
	padding: 20px 15px;
	background: #f3f3f3;
	margin-bottom: 30px;
}
.StockQuoteContainer .StockPage {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
	margin-bottom: 4px;
}
.StockQuoteContainer .StockTableItem.First a {
    color: #0053aa;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
}
.StockQuoteContainer .StockTableItem.First a:before {
    content: "$";
    display: inline-block;
    font-size: 32px;
    vertical-align: 14px;
}
.StockQuoteContainer .StockTableItem > p {
    margin: 0;
}
.StockQuoteContainer .StockTableItem.Second > p {
    display: inline-block;
}
.StockQuoteContainer .StockTableItem a {
    color: #666666;
}
.StockQuoteContainer .StockTableTextLabel {
    border-right: 1px solid #999;
    line-height: 1;
    margin-right: 6px;
    padding-right: 3px;
}
.StockQuoteContainer .ChangeLabel.StockPriceDown {
    background: url('../design/stockPriceDown.png') no-repeat left 4px;
    margin-left: 3px;
    padding-left: 15px;
}
.StockQuoteContainer .ChangeLabel.StockPriceUp {
    background: url('../design/stockPriceUp.png') no-repeat left 4px;
    margin-left: 3px;
    padding-left: 15px;
}
.StockIndicator {
    display: none;
}
.StockQuoteContainer .StockPriceUp,
.StockQuoteContainer .StockPriceUp ~ * {
	color: #38964a;
}
.StockQuoteContainer .StockPriceDown,
.StockQuoteContainer .StockPriceDown ~ * {
	color: #e90000;
}
.StockPriceUp ~ .Brackets {
	color: #38964a;
}
.StockPriceDown ~ .Brackets {
	color: #e90000;
}
.StockQuoteContainer .none {
	display: none;
}
.stockChart {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.StockHistorical .StockTableItem {
    display: inline-block;
    width: 175px;
}
.StockHistorical .StockTable > .StockTableItem:first-child {
    width: 112px;
}
.StockHistorical .StockTableFeed {
    padding-left: 15px;
}
.StockHistorical a {
    color: #666666;
}

.ModuleContainer.StockChart.StockChartContainer {
    margin-top: 50px;
}
/* PRESS RELEASE */
.ModulePressRelease .ModuleYearNavContainerInner a {
    display: none;
}
.ModulePressRelease .ModuleContainerInner {
    margin-top: 15px;
}
/* EVENTS AND PRESENTATIONS */
.EventCalendar {
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
    width: 340px;
}
.EventCalendar h1 {
	margin-bottom: 15px;
}
#latestEvents {
    left: 100%;
    margin-left: 20px;
    position: absolute;
    top: 0;
    width: 340px;
}
#clndr {
  position: relative;
  color: #656364;
  color: #434343;
  padding-right: 10px;
  margin-bottom: 10px;
}
#clndr .clndrContainer {
	position: relative;
	z-index: 2;
}
#clndr .controls {
	font-size: 16px;
	font-weight: normal;
	padding: 7px;
	color: #666666;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#clndr .controls .month {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;

}
#clndr .controls .clndr-previous-button,
#clndr .controls .clndr-next-button {
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
    height: 30px;
    text-align: center;
    width: 30px;
    text-indent: -9999px;
    display:inline-block;
}
#clndr .controls .clndr-previous-button{
    background: url('../design/leftArrow.png') center no-repeat;
	float: left;
}
#clndr .controls .clndr-next-button {
    background: url('../design/rightArrow.png') center no-repeat;
	float: right;
}
#clndr .days-container {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 7px;
}
#clndr .days-container.show-events .days {
	left: -294px;
}
#clndr .days-container.show-events .events {
	left: 0;
}
#clndr .days-container .days {
    width: 100%;
    margin-left: 10px;
}
#clndr .days-container .days .day, #clndr .days-container .days .empty {
    width: 13%;
    line-height: 36px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    color: #666666;
    text-align: center;
	font-size: 13px;
}
#clndr .days-container .days .day.today {
    color: #0053aa;
}
#clndr .days-container .days .day.event.today {
    color: #fff;
}
#clndr .days-container .days .day.event, #clndr .days-container .days .empty.event {
    cursor: pointer;
}

#clndr .days-container .days .headers .day-header {
    color: #0053aa;
    text-transform: uppercase;
    padding: 5px 5px;
    width: 10.28%;
    display: inline-block;
    text-align: center;
}
#clndr .days-container .days .event {
    background: #0053aa;
    color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#clndr .days-container .days .event:hover {
	background: #e8c500;
}
#clndr .events {
    display: none;
    background-color: #E6E4E0;
    width: 350px;
    height: 360px;
}
#clndr .events ul {
    list-style-type: none;
    padding: 20px;
    margin: 0;
}
#clndr .events ul li {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 21px;
    min-height: 21px;
    padding: 7px 0 7px 30px;
}
#clndr .events ul li:first-child {
    border-top: 1px dotted #A48D6E;
}
#clndr .events ul li.webcast {
    background-image: url("../images/ico-webcast.png");
}
#clndr .events ul li.presentation {
	background-image: url("../images/ico-pdf.png");
}
#clndr .events .headers {
	border-bottom: 5px solid #fff;
}
#clndr .events .event-header, #clndr .events .x-button {
	width: 80%;
	display: inline-block;
	font-size: 20px;
	background-color: #A48D6E;
	padding: 5px 0;
	text-align: center;
	}
#clndr .events .x-button {
	width: 20%;
}
#clndr .events .x-button:hover {
	background-color: #DAD1C2;
	cursor: pointer;
}
#clndr .events .events-details {
	height: 320px;
	overflow-y: scroll;
}
#latestEvents .EventItem {
	margin-bottom:10px;
}
#latestEvents .date {
    display: block;
    padding-right: 15px;
}
.eventCalWrapper{
	position:relative;
}
#latestEvents a.EventLink{
    color: #000;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: top;
	padding-right: 35px;
}
#latestEvents a.EventLink:hover {
	color: #0053aa;
}
.selectedEvent{
    display: none;
	position: relative;
}
.selectedEvent .close{
    position:absolute;
    right: 5px;
    top: 7px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #004185;
    font-weight: bold;
	cursor: pointer;
}
#clndr .EventTitle {
    width: 243px;
}
.ModuleEvent {
    display: inline-block;
    width: 100%;
}
.ModuleEventLatest.Upcoming {
	width: 100%;
	margin-bottom: 30px;
}
.ModuleEventLatest.Upcoming .RssLinkTopContainer {
    bottom: 59px;
    position: relative;
    right: 15px;
}
.ModuleEventLatest.Upcoming .ModuleItemRow,
.ModuleEvent .ModuleItemRow,
.ModulePresentation .ModuleItemRow,
.ModulePressRelease .ModuleItemRow {
    border-bottom: 1px solid #dcdcdc;
	margin-top: 15px;
    margin-bottom: 0;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
.ModuleEvent .RssLinkTopContainer {
    bottom: 58px;
    position: relative;
    right: 15px;
}
.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleLocation {
	display: none;
}
.ModuleEventDetails ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ModuleEventDetails h3 {
    display: none;
}
.ModulePresentation .ModuleDate, 
.ModulePresentation .ModuleHeaderText1 {
    float: left;
    width: 210px;
}
.ModulePresentation .ModuleHeaderText2, 
.ModulePresentation .PresentationContainer {
    float: left;
    width: 430px;
}
.ModulePresentation .RssLinkTopContainer {
    position: relative;
    right: 15px;
    top: 43px;
}
.ModulePresentation .ModuleYearLink {
    display: none;
}
.ModulePresentation .ModuleYearNavContainer {
    margin-bottom: 10px;
}
/* SEC FILINGS */
.RegulatoryFilingContainer .ModuleItemRow {
    border-bottom: 1px solid #dcdcdc;
	margin-top: 15px;
    margin-bottom: 0;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
.RegulatoryFilingContainer .Icons,
.ModuleSECFilingDetails .Icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
	display: inline-block;
	vertical-align: top;
}
.RegulatoryFilingContainer .Icons li > a {
    display: block;
    height: 18px;
    width: 18px;
}
.RegulatoryFilingContainer .Date, 
.RegulatoryFilingContainer .ItemDate {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    width: 50px;
	line-height: 1;
}
.RegulatoryFilingContainer .Filing, 
.RegulatoryFilingContainer .ItemHref {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 95px;
	vertical-align: top;
	line-height: 1;
}
.RegulatoryFilingContainer .Description, 
.RegulatoryFilingContainer .ItemDescription {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
    width: 325px; 
	line-height: 1;
}
.RegulatoryFilingContainer .Download, 
.RegulatoryFilingContainer .Icons {
    display: inline-block;
    vertical-align: top;
    width: 120px;
	line-height: 1;
}
.RegulatoryFilingContainer .YearNavContainer {
    display: none;
}
.RegulatoryFilingContainer .ModuleContainerInnerTop {
    margin-top: 15px;
}
.RegulatoryFilingContainer .FormGroupsContainer > select {
    margin-right: 10px;
}
.RegulatoryFilingContainer .RssLinkTopContainer {
    position: relative;
    right: 15px;
    top: 45px;
}
/* ANNUAL REPORTS */
.AnnualQuarterlyReportContainer h2.Year {
    background: #f3f3f3;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 12px 15px;
}
.AnnualQuarterlyReportContainer.AnnualReports h2.Year:before {
    content: "Annual Report ";
}
.AnnualQuarterlyReportContainer.AnnualReports .FileType {
    display: none;
}
.AnnualQuarterlyReportContainer h3 {
    display: none;
}
.AnnualQuarterlyReportContainer h4 {
	line-height: 1;
}
.AnnualQuarterlyReportContainer .AnnualReportPanel {
    overflow: hidden;
}
.AnnualQuarterlyReportContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.AnnualQuarterlyReportContainer ul li {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 12px 15px;
    width: 100%;
}
.AnnualQuarterlyReportContainer ul > li:last-child {
	border-bottom: none;
}
.AccordionList table tbody > tr:last-child ul > li:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.AnnualQuarterlyReportContainer table a {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}
.AnnualQuarterlyReportContainer table a:hover {
	color: #0053aa;
}
.AnnualQuarterlyReportContainer table {
	width: 100%;
}
.AnnualQuarterlyReportContainer .CoverImagePane {
    display: none;
}
.AnnualQuarterlyReportContainer .FileType {
    display: none;
}
/* PROXY STATEMENTS */
.ModuleDownloadListWithTags .ModuleItemRow {
    border-bottom: 1px solid #dcdcdc;
	margin-top: 15px;
    margin-bottom: 0;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink:hover {
	color: #0053aa;
}
/* LLP FINANCIALS */
.AnnualQuarterlyReportContainer .QuarterlyReportPanel {
    overflow: hidden;
}
/* GUIDELINES */
.Guidelines h2 {
    margin-top: 35px;
}
.dotted {
	margin-top: 0;
	background: url('../design/dotted.jpg') repeat-x bottom left;
	overflow: hidden;
}
.dottedLeft {
	float: left;
	background: #fff;
	padding-right: 4px;
}
.dottedRight {
	float: right;
	background: #fff;
	padding-left: 4px;
}
/* CORPORATE DOCUMENTS */
.governanceDocCharters .ModuleHeader,
.governanceDocDocuments .ModuleHeader {
    display: none;
}
.governanceDocDocuments {
    margin-bottom: 35px;
    margin-top: 30px;
}
.governanceDocContact .ContentContainer {
    padding: 0 15px;
}
/* BOARD OF DIRECTORS */
.PersonGenericContainer .commaName,
.PersonGenericContainer .SufixName,
.PersonGenericContainer .PersonComma.PersonTitleComma,
.PersonGenericContainer .PersonDetailsContainer {
	display: none;
}
.PersonTitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.PersonGenericContainer .PersonPhoto {
    float: left;
    width: 100px;
}
.PersonGenericContainer .PersonDescription {
    float: left;
    width: 600px;
}
.PersonDetailsContainer {
	overflow: hidden;
}
.PersonGenericContainer .PersonDescription p {
    margin-top: 0;
}
.PersonGenericContainer .PersonDetailsContainer {
    overflow: hidden;
    padding-top: 10px;
}
.PersonContainer h3 {
	background: url('../design/toggleDown.png') no-repeat 670px center #f3f3f3;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    margin: 1px 0;
    padding: 12px 50px 12px 15px;
}
.PersonContainer h3.active {
	background: url('../design/toggleUp.png') no-repeat 670px center #f3f3f3;
}
.PersonContainer.active h3 {
    background: url('../design/toggleUp.png') no-repeat 670px center #f3f3f3;
}
/* EMAIL ALERTS */
.MailingListUnsubscribeTable {
    width: 400px;
}
.MailingListUnsubscribeTable .ButtonCell {
    padding-top: 10px;
}
.MailingListUnsubscribeTable .MailingListForm > table:first-child + br {
    display: none;
}
.ErrorContainer {
    color: red;
}
.MailingListSignupContainer .MailingListForm .NoBr {
	display: none;
}
.MailingListSignupContainer .GridActions {
    margin-top: 15px;
}
.PaneContent .MailingListSignupContainer .unsubscribeButton {
	display: none;
}
.MailingListCol2 > input {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
	width: 200px;
}
#rowEmailAddress .MailingListCol2 .RequiredField {
    display: none;
}
.UnsubscribeText {
	margin-top: 35px;
}
.PageInvestorsInvestorResourcesEmailAlerts .PaneLeft .MailingListSignupContainer {
	display: none;
}
/* FAQ */
.FaqContainer .BackToTopLink,
.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswer {
    display: none;
}
.FaqContainer .FaqItem h3 > span {
    display: block;
}
.FaqContainer h3 {
	color: #333333;
	cursor: pointer;
	padding: 12px 50px 12px 15px;
	font-size: 16px;
	background: url('../design/toggleDown.png') no-repeat 670px center #f3f3f3;
	margin: 1px 0;
}
.FaqContainer h3.active {
	background: url('../design/toggleUp.png') no-repeat 670px center #f3f3f3;
}
.FaqDetailList > p {
    margin: 0;
}
.FaqAnswer {
	padding: 5px 50px 5px 15px;
}
.RSSFeeds p {
    margin-top: 0;
}
/* EXPAND */
	.ExpandButton {
		margin-bottom: 20px;
		text-align: right;
	}
	#allNone span{
		cursor: pointer;
		background: #004185;
		display: inline-block;
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
		line-height: 1;
		font-weight: 700;
		padding: 14px 17px;
		border-radius: 4px;
		border: none;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	}
	#allNone span:hover {
		background: #e8c500;
		color: #004185;
	}
	#allNone .open {
		display: none;
	}
/* REQUEST INFORMATION */
.FormBuilterContainer  .Label{
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
	vertical-align: baseline;
}
.FormBuilterContainer table {
	width: 125px;
}
.FormBuilterContainer .FormTextBox, 
.FormBuilterContainer .FormDropdown {
    border: 1px solid #e1e1e1;
    display: inline-block;
    font-size: 15px;
    height: 36px;
    padding-left: 3px;
    vertical-align: middle;
}
.FormBuilterContainer  .ItemClassRequestType .Label {
	width:100%;
	float:none;
	font-weight:normal;
}
.FormBuilterContainer .ItemClass input,
.FormBuilterContainer .ItemClass textarea {
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 274px;
}
.FormBuilterContainer .ItemClass select {
    float: right;
    width: 280px;
	height: 35px;
}
.FormBuilterContainer .ItemClass textarea{
    height:100px;
    width:250px;
}
.FormBuilterContainer  input[type="submit"]{
    float:none;
	margin-left: 160px;
	margin-top: 10px;
}
.FormBuilterContainer  input[type="checkbox"]{
    width:auto;
}
.FormBuilterContainer .ItemClassFormInterested .Label {
    display:none;
}
.FormBuilterContainer .ErrorMessage{
    color: red;
    display: block;
    font-size: 11px;
    line-height: 1;
}
.FormBuilterContainer .RedStar{
    color: red;
    display: inline-block;
    padding-left: 5px;
}
.FormBuilterContainer .ItemClass {
	display: inline-block;
}
* html .FormBuilterContainer .ItemClass {height: 1%;}
.FormBuilterContainer .ItemClass {
	width: 440px;
	display: block;
    overflow: hidden;
    padding-bottom: 10px;
    width: 440px;
}
.MessageSent {
    color: green;
}
/* INTERACTIVE FLASH */
.PageInvestorsOverviewInteractiveCarDiagram   .HeaderContainer,
.PageInvestorsOverviewInteractiveCarDiagram   .FooterContainer,
.PageInvestorsOverviewInteractiveCarDiagram   .PaneLeft,
.PageInvestorsOverviewInteractiveCarDiagram   .PaneRight,
.PageInvestorsOverviewInteractiveCarDiagram   .PaneBreadcrumb {
	display: none;
}
.PageInvestorsOverviewInteractiveCarDiagram   .PaneContentInner,
.PageInvestorsOverviewInteractiveCarDiagram   .PaneContent {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.PageInvestorsOverviewInteractiveCarDiagram   object {
    width: 100%;
}

.wrap-form-search .navbar-form {
display: none;
position: absolute;
top: 45px;
right: 0;
background: #000000;
width: 200px;
padding: 15px 0;
z-index: 100;
}

.wrap-form-search {
position: absolute;
width: 30px;
height: 30px;
right: -8px;
}
.navbar-form input {
width: 86%;
font-size: 12px;
background: #333;
padding: 5px 0;
margin: 0 auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
display: block;
color: #999999;
text-indent: 10px;
height: 21px;
}