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, img, ins, kbd, q, s, samp,
small, strike, strong, sub,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

#chart * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webit-box-sizing: content-box;
}

body {
    line-height: 16px;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}

h2 {
    color: #1257c6;
    font-size: 24px;
    line-height: 29px;
}
.in-title h2 {
    color: #0028a0;
    font-size: 18px;
    padding-bottom: 7px;
}
h3 {
    font-weight: bold;
    margin-bottom: 6px;
}
p {
    line-height: 16px;
    margin-bottom: 6px;
}
small {
    font-size: 10px;
}
strong {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #1257c6;
}
a:hover {
    text-decoration: underline;
}
sup {
    font-size: 12px;
}
input[type="submit"], button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
input {
    outline: none;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div.PreviewToolBar {
    display:none;
}
/* CUSTOM STYLES */
 .clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clear-float {
    clear: both;
}
.RssLinkTop {
    font-size: 20px;
}
.RssLinkTop:hover {
    text-decoration: none;
}
.module-margin-bottom {
    margin-bottom: 20px;
}
/* layout */
.LayoutDefault {
    background-image: url("../design/LeftBorderBkg.gif");
    background-position: left center;
    background-repeat: repeat-y;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 986px;
}
.LayoutDefaultInner {
    background-image: url("../design/RightBorderBkg.gif");
    background-position: right center;
    background-repeat: repeat-y;
    height: auto;
    padding: 0 5px;
}

.BottomDecorator {
    background-image: url("../design/BottomBorderBkg.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 5px;
    z-index: 111;
}
.LayoutThreeColumn .PaneContent {
    margin-right: 13px;
    border: 1px solid #cccccc;
    padding: 4px;
}
.LayoutTwoColumn .PaneContent {
    margin-right: 13px;
}
.no-breadcrumb .PaneContent {
    margin-top: 4px;
}
/* Search Page */

.SearchResultsUrl {
    display:none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

.SearchResultsPaging a:link {
    font-weight: bold;
}

.SearchSummary {
    margin-bottom: 20px;
}
.SearchResultsContainer .TabTableItem h4 span::after {
    content: "...";
}
/* Press Release Details */

.BlankModuleContainer.back-link {
    padding-bottom: 15px;
}
.ModuleFileLink.ModuleDownloadLink.DocumentFileLink {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ModulePressReleaseDetails h2 {
    border-bottom: 1px solid #cccccc !important;
    font-size: 100% !important;
    margin: 0 !important;
    padding: 4px !important;
}
.ModulePressReleaseDetails .ModuleContainerInner {
    padding: 4px;
}
.ModulePressReleaseDetails .ModuleLinks .q4i-doc-pdf {
    color: #1257c6;
    font-size: 20px;
}

/* Accessibility Skip Navigation Link */
.accSkipLink a {
    padding:6px;
    position: absolute;
    top:-40px;
    left:45%;
    color:white;
    border-right:1px solid white;
    border-bottom:1px solid white;
    background:transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

.accSkipLink a:focus,
.accSkipLink a:active,
.accSkipLink a:hover {
    position:absolute;
    left:45%;
    top:0px;
    background: red;
    outline:0;  
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
#maincontent:focus {
    outline: 0px;
}

/* custom tables */
.CustomTable {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.CustomTable tr:nth-child(2n+1) {
    background-color: #efefef;
}
.CustomTable th {
    background-color: #345389;
    border-bottom: 1px solid #829898;
    border-left: 1px solid #cccccc;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
    text-align: left;
}
.CustomTable td {
    border-bottom: 1px solid #829898;
    border-left: 1px solid;
    padding: 8px;
}
.CustomTable td:first-child {
    border-left: medium none;
}
.outer-border {
    border: 1px solid #cccccc;
    padding: 3px;
}

/*  header */

.PaneHeader {
    background-image: url("../design/top_bg.jpg");
    padding-left: 11px;
    padding-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.BlankModuleContainer.logo-html {
    display: inline-block;
    float: left;
}
.ModuleContainer.ModuleSearch {
    clear: left;
    display: inline-block;
    float: left;
    margin-top: 11px;
}
div.header-links {
    display: inline-block;
    float: right;
    position: relative;
    top: -31px;
}
.header-links li {
    display: inline-block;
    line-height: 12px;
    padding: 0 5px;
}
.header-links li:first-child {
    border-right: 1px solid #0060c0;
}
.header-links a {
    color: #fff;
    font-size: 11px;
}

.SearchInput {
    border: 1px solid #000;
    height: 23px;
    padding-left: 7px;
    width: 216px;
}
.ModuleButton.SearchButton {
    background-image: url("../design/IRsearch_btn.png");
    background-position: center center;
    border: medium none;
    border-radius: 3px;
    cursor: pointer;
    height: 19px;
    margin-bottom: 1px;
    text-indent: -9999px;
    vertical-align: bottom;
    width: 36px;
}

/* navigation and content layout */

.PaneContentInner {
    margin-top: 34px;
}
.PaneLeft {
    display: block;
    float: left;
    padding-left: 10px;
}
.navbar-collapse .level1 > li > a {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.navbar-collapse .level2 > li > span {
    color: #333333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 2px;
    text-transform: uppercase;
}
.navbar-collapse .level2 > li > a:hover {
    text-decoration: none;
}
.navbar-collapse {
    background-image: url("../design/RefineBkg.gif");
    background-repeat: repeat-x;
    line-height: 22px;
    padding-left: 6px;
    padding-top: 2px;
    width: 200px;
}
.navbar-collapse .level3 {
    margin-bottom: 10px;
}
.navbar-collapse .level2 .level3 a {
    display: block;
    line-height: 13px;
    padding: 3px 0 3px 7px;
}

.ContentRight {
    border-left: 1px solid #c0c0c0;
    float: right;
    min-height: 750px;
    padding-bottom: 30px;
    padding-left: 23px;
    padding-right: 10px;
    position: relative;
    width: 761px;
}
.LayoutHomePage .ContentRight {
    padding-bottom: 10px;
    padding-right: 25px;
}
.LayoutHomePage .PaneContent {
    float: left;
    height: auto;
    margin-right: 3%;
    width: 61%;
}
.LayoutHomePage .PaneRight {
    float: right;
    padding-left: 2px;
    width: 35%;
}
.module-border {
    border: 1px solid #cccccc;
    margin-bottom: 16px;
    position: relative;
}
/*page title */
.Breadcrumb > a, .BreadcrumbSeparator {
    display: none;
}
.Breadcrumb {
    border-bottom: 1px solid #c0c0c0;
    color: #1257c6;
    font-family: "Arial";
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 13px;
    margin-top: 2px;
}
.LayoutHomePage .Breadcrumb {
    display: none;
}

/* footer container */

.FooterContainer {
    background-image: url("../design/Footer.jpg");
    background-repeat: repeat-x;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
}
div.FooterLinks-left {
    display: inline-block;
    float: left;
    margin-bottom: 16px;
}
.FooterLinks-left li, .FooterLinks-right li {
    display: inline-block;
    margin-left: 3px;
}

.FooterLinks-left li:first-child {
    margin-left: 0;
}
.FooterLinks-left a, .FooterLinks-right a {
    font-size: 11px;
    padding: 0 5px;
}

div.FooterLinks-right {
    display: inline-block;
    float: right;
}

.Copyright {
    clear: both;
    color: #000;
    font-size: 11px;
    margin-bottom: 14px;
}
.Q4FooterContainer {
    font-size: 10px;
}

/* home page */
.StockQuoteHome {
    background-color: #f2fafd;
    border: 1px solid #dadadc;
    margin-bottom: 20px;
    margin-top: 3px;
    padding: 16px 16px 10px 20px;
}
.StockQuoteLookup {
    display: none;
}
.StockQuoteHome h2 {
    color: #009be1;
    display: inline-block;
    font-size: 18px;
}
.StockQuoteHome .ModuleContainerInnerTop > ul {
    display: inline-block;
    position: relative;
}
.StockQuoteHome .ModuleContainerInnerTop > ul li {
    color: #009be1;
    display: inline-block;
    font-size: 18px;
    padding: 10px 10px 10px 4px;
}
.StockQuoteHome .ModuleContainerInnerTop > ul li:first-child {
    display: none;
}
.StockQuoteHome .StockData.Price, .MarketCapVal {
    font-size: 24px;
    font-weight: bold;
}
.StockQuoteHome .borderLi, .StockQuoteHome .MarketCapData {
    border-left: 1px solid #91969b;
    margin-left: 9px;
    padding-left: 10px !important;
}
.MarketCapVal {
    margin-left: 10px;
}
.StockQuoteHome .StockLabel.ChangeLabel.StockPriceUp {
    color: #64bc46;
}
.StockQuoteHome .StockLabel.ChangeLabel.StockPriceDown {
    color: #be0f34;
}
.StockQuoteHome .StockLabel.ChangeLabel {
    font-size: 24px;
    font-weight: bold;
}
.StockQuoteHome .StockIndicator {
    display: none;
}
.StockQuoteHome .borderLi .StockLabel.ChangeLabel {
    font-size: inherit;
    font-weight: normal;
}
.StockQuoteHome .ModuleContainerInnerTop > p {
    color: #91969b;
    font-style: italic;
    margin-top: 17px;
    margin-bottom: 0;
}
/*
.StockQuoteHome .StockLabel.ChangeLabel.StockPriceDown::before {
    background-image: url("../design/red-down-arrow.png");
    content: "";
    display: block;
    height: 32px;
    left: 75px;
    position: absolute;
    top: 4px;
    width: 29px;
}
.StockQuoteHome .StockLabel.ChangeLabel.StockPriceUp:before {
    background-image: url("../design/green-up-arrow.png");
    content: "";
    display: block;
    height: 32px;
    left: 75px;
    position: absolute;
    top: 4px;
    width: 29px;
}*/
.intro-home p {
    color: #000;
}

.ModuleViewAllLink {
    display: inline-block;
}
.recent-press {
    margin-top: 20px;
}
.recent-press .ModuleViewAllBottomText {
    background-image: url("../design/view-all-button.png");
    display: block;
    height: 23px;
    margin-top: 20px;
    text-indent: -99999px;
    width: 91px;
}
.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: inline-block;
    vertical-align: top;
    width: 305px;
}

.featured-reports, .recent-press {
    background-color: #f2fafd;
    border: 1px solid #dadadc;
    padding: 7px 10px 5px;
    margin-bottom: 15px;
}
.featured-reports .ModuleItemRow, .recent-press .ModuleItemRow {
    border-top: 1px solid #cbd0d3;
    padding-bottom: 8px;
    padding-top: 8px;
}
.featured-reports .ModuleItemRow .itemDate, .recent-press .ModuleItemRow .ModuleDate {
    display: inline-block;
    width: 100px;
}
.featured-reports .ModuleItemRow .itemTitle {
    display: inline-block;
}
.widget-footer {
    margin-top: 10px;
}

.right-title > h2 {
    color: #91969b;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    margin-top: 1px;
}

.AnnualQuarterlyReportContainer, .ModulePresentationLatest, .annual-corporate-reports {
    border-bottom: 1px solid #91969b;
    margin-bottom: 10px;
    padding-bottom: 36px;
}
.AnnualQuarterlyReportText, .AnnualQuarterlyReportContainer .YearPanel, .AnnualQuarterlyReportContainer .QuarterlyReportPanel > h3  {
    display: none;
}
.QuarterlyReportPanel .ReportLink, .ModulePresentationLatest .ReportLink, .CorporateReports .ReportLink {
    color: #009be1;
    padding-left: 10px;
}
 .ModulePresentationLatest .ReportLink{
   display:block;
}
.FinancialDocuments > li {
    display: flex;
    position: relative;
}
.ModulePresentationLatest .ModuleItemRow, .CorporateReports .docs > li {
    position: relative;
}
.FinancialDocuments > li::before, .ModulePresentationLatest .ModuleItemRow::before, .CorporateReports .docs > li:before {
    color: #009be1;
    content: "»";
    position: absolute;
    top: -2px;
}
.FinancialDocuments .FileType {
    display: none;
}
.ModulePresentationLatest .ModuleDate {
    display: none;
}
.ModulePresentationLatest .hrefPresentation.q4i-doc-pdf {
    display: none !important;
}


/* events page */

.ModuleYearNavContainer {
    display: none;
}
.details-body {
    display: none;
    padding-left: 15px;
    clear: both;
}
.details-body.open {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.details-body i, .ModuleEventDetails .ModuleContainerInner i {
    color: #1257c6;
    font-size: 20px;
}
.ModuleEventDetails .ModuleContainerInner a {
    color: #333333;
    font-weight: bold;
}

.details-body .ModuleFileLink, .ModuleEventDetails .WebcastLink .ModuleFileLink {
    padding-left: 2px;
}
.plusMinusImage {
    background-image: url("../design/open.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.plusMinusImage.minus {
    background-image: url("../design/close.gif");
}
.ModuleEvent .ModuleHeadlineLink, .ModuleEventLatest .ModuleHeadlineLink {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}
.ModuleEvent .ModuleHeadlineLink, .ModuleEventLatest .ModuleHeadlineLink {
    background-image: url("../design/open.gif");
    background-position: 3px center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
.ModuleEvent .ModuleHeadlineLink.minus, .ModuleEventLatest .ModuleHeadlineLink.minus {
    background-image: url("../design/close.gif");
}
.ModuleEvent .ModuleDateContainer, .ModuleEventLatest .ModuleDateContainer {
    display: inline-block;
    float: right;
    line-height: 20px;
    padding-right: 4px;
    vertical-align: top;
}
.ModuleEventLatest .ModuleDateContainer .ModuleDate {
    display: block;
    text-align: right;
}
.ModuleEvent > .ModuleTitle, .ModuleEventLatest h2.ModuleTitle, .PersonGenericContainer > h2, .text-subscribe h2, .text-unsubscribe h2, .header-small h2, .calculator h2 {
    background-color: #345389;
    border-bottom: 1px solid #cccccc;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}
.header-date {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.ModuleFileLink.q4i-doc-webcast, .ModuleFile.q4i-doc-pdf, .PressReleaseFile.q4i-doc-pdf, .PressReleaseLink.q4i-doc-pdf {
    color: #333333;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.PresentationItem > h4 {
    display: none;
}
.ModuleEventLatest .AddToCalendar {
    clear: right;
    float: right;
}
.ModuleEvent .ModuleItemRow {
    margin-bottom: 8px;
}
.ModuleEventLatest  .q4-atc-wrapper button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #1257c6;
}
.ModuleNotFound {
    font-weight: bold;
    padding: 3px;
}
.HtmlTextContainer.right-align {
    text-align: right;
}
.right-align a {
    display: block;
    padding-bottom: 6px;
}
.ModuleEventDetails .ModuleContainerInner {
    padding: 4px;
}

/* press releases page */

.BlankModuleContainer.press-release {
    border: 1px solid #999999;
    padding: 5px;
}
.selects-container select {
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 12px;
    height: 17px;
    line-height: 15px;
    margin-right: 10px;
}
.selects-container span {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 16px;
    margin-right: 5px;
}
.selects-container {
    margin-bottom: 10px;
}
.press-header, .ModuleDownloadListWithTags .ModuleHeader {
    background-color: #345389;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}
.press-header {
    border: 1px solid #999999;
}
#Newsroom .ModulePressRelease {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.press-release .itemDate {
    display: inline-block;
    width: 10%;
}
.press-release .itemTitle {
    display: inline-block;
    width: 78%;
}
.press-release .press-items {
    display: inline-block;
    text-align: right;
    width: 10%;
}
.press-header .press-items {
    padding-right: 8px;
}
.press-items > a {
    font-size: 20px;
}
.press-items > a:hover {
    text-decoration: none;
}
.ModulePressRelease .details-body.open {
    padding-left: 10%;
    background-color: #efefef;
}
.ModulePressRelease .details-body.open > span {
    display: block;
    padding: 8px 43px 13px 18px;
    line-height: 16px;
}
.ModulePressRelease .details-body.open > span div {
    margin-top: 15px;
}
.ModulePressRelease .ModuleItemRow {
    padding: 3px;
}
.ModulePressRelease .ModuleItemRow span {
    vertical-align: top;
}
.ModulePressRelease .plusMinusImage {
    height: 13px;
    position: absolute;
}
.ModulePressRelease .ModuleHeadlineLink {
    display: inline-block;
    padding-left: 20px;
}
.pager-page {
    color: #1257c6;
    cursor: pointer;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.pager-page.pager-active {
    color: #000;
    cursor: default;
}
.pager-message {
    margin-top: 10px;
    padding-left: 5px;
}
.news-pager {
    margin-top: 10px;
}


/* who we are page */

.our-businesses .left-col > h3 {
    background-image: url("../design/investors.jpg");
    background-repeat: no-repeat;
    height: 30px;
    text-indent: -9999px;
    width: 330px;
}
.our-businesses .left-col {
    float: left;
    margin-right: 45px;
    width: 330px;
}
.our-businesses .right-col {
    float: left;
    width: 330px;
}
.our-businesses .right-col > h3 {
    background-image: url("../design/analytics.jpg");
    height: 30px;
    text-indent: -9999px;
    width: 330px;
}
span.more {
    background-image: url("../design/directory_plus.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #1257c6;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    padding-left: 16px;
}
span.less {
    background-image: url("../design/directory_minus.gif");
}
.our-businesses-details .left-col > h2 {
    background-image: url("../design/investorsWide.jpg");
    height: 30px;
    text-indent: -9999px;
    width: 706px;
}
.our-businesses-details .right-col > h2 {
    background-image: url("../design/analyticsWide.jpg");
    height: 30px;
    text-indent: -9999px;
    width: 706px;
}

.our-businesses-details .left-col, .our-businesses-details .right-col {
    margin-top: 30px;
    display: none;
}
.our-businesses-details .left-col.visible, .our-businesses-details .right-col.visible {
    display: block;
}
.left_span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    margin-top: 20px;
}
.right_span {
    float: right;
    width: 490px;
    margin-top: 20px;
}
.left_span1 {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin-top: 70px;
    width: 200px;
}
.small-font {
    line-height: 16px;
    color: #333333;
}

/* csr reports page ;;; download list with tags */
.ModuleDownloadListWithTags {
    border: 1px solid #999999;
    padding: 12px;
}
.ModuleHeaderText.ModuleHeaderText3 {
    display: inline-block;
    width: 60%;
}
.ModuleHeaderText.ModuleHeaderText1 {
    display: inline-block;
    width: 25%;
}
.ModuleHeaderText.ModuleHeaderText2 {
    display: inline-block;
    text-align: right;
    width: 12%;
}
.ModuleDownloadListWithTags .ModuleContainerInner {
    border: 1px solid #999999;
}
.ModuleDownloadListWithTags .ModuleItemRow {
    padding-top: 3px;
}
.ModuleDownloadListWithTags .ModuleHeader {
    border-bottom: 1px solid #999999;
}
.ModuleDownloadListWithTags .ModuleHeadlineLink {
    display: inline-block;
    padding: 3px;
    width: 60%;
}
.ModuleDownloadListWithTags .ModuleDate {
    display: inline-block;
    width: 25%;
}
.ModuleDownloadListWithTags .ModuleFileSizeText {
    display: none;
}
.ModuleDownloadListWithTags .ModuleIcon {
    display: inline-block;
    height: 22px;
    padding-top: 2px;
    text-align: right;
    width: 12%;
}
.ModuleDownloadListWithTags .ModuleIconImage {
    display: none;
}
.ModuleDownloadListWithTags .ModuleIcon i {
    color: #1257c6;
    font-size: 20px;
}
.ModuleDownloadListWithTags .ModuleIcon > a:hover {
    text-decoration: none;
}

/* transfer agent page */
.left-side {
    float: left;
    padding-right: 55px;
    width: 390px;
}
.right-side {
    float: left;
    width: 322px;
}
.HtmlTextContainer .heading {
    background-color: #37568e;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 3px;
    text-align: left;
    width: 100%;
}
.right-side > div div:nth-child(2n) {
    margin-bottom: 10px;
}
.right-side div > div p:first-child {
    float: left;
    width: 70%;
}
.HtmlTextContainer .left-side ul {
    padding-left: 25px;
    position: relative;
}
.HtmlTextContainer .left-side li::before {
    color: #009be1;
    content: "»";
    left: 10px;
    position: absolute;
}

/* EU CRA3 Rules page */
.HtmlTextContainer ol {
    list-style-type: lower-alpha;
    margin-left: 25px;
    position: relative;
}

.HtmlTextContainer ol ul > li::before {
    color: #009be1;
    content: "»";
    left: 10px;
    position: absolute;
}
.HtmlTextContainer ol ul {
    
    margin-left: 25px;
}
.HtmlTextContainer ol ul li {
    margin-bottom: 15px;
    margin-top: 15px;
}

/* sec filings page */
.RegulatoryFilingContainer {
    border: 1px solid #999999;
    padding: 4px;
}
.ModuleYearLink {
    display: none;
}
.FormGroupsContainer, .YearNavContainer {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.ModuleContainer.RegulatoryFilingContainer .FormGroupsContainer > select {
    width: 200px !important;
}
.RegulatoryFilingContainer .ModuleHeader {
    background-color: #eeeeee;
    border-bottom: 1px solid #999999;
}
.RegulatoryFilingContainer .ModuleHeader span {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 24px;
    padding: 3px;
}
.RegulatoryFilingContainer .Date, .RegulatoryFilingContainer .ItemDate {
    width: 10%;
}
.RegulatoryFilingContainer .Filing, .RegulatoryFilingContainer .ItemHref {
    width: 12%;
}
.RegulatoryFilingContainer .Description, .RegulatoryFilingContainer .ItemDescription {
    width: 50%;
}
.RegulatoryFilingContainer .Download, .RegulatoryFilingContainer .Icons {
    width: 25%;
}
.RegulatoryFilingContainer .ItemDate, .RegulatoryFilingContainer .ItemHref, .RegulatoryFilingContainer .ItemDescription, .RegulatoryFilingContainer .Icons {
    display: inline-block;
}
.RegulatoryFilingContainer .Icons .IconLink {
    display: inline-block;
    font-size: 20px;
}
.RegulatoryFilingContainer .ModuleItemRow {
    padding: 5px;
}
.RegulatoryFilingContainer .ModuleItemRow.ModuleItemAlt {
    background-color: #efefef;
}
.RegulatoryFilingContainer .MiddleColumnContentLarge {
    border: 1px solid #999999;
}
.RegulatoryFilingContainer .IconLink > a:hover {
    text-decoration: none;
}
.sec-blue-header {
    background-color: #345389;
    padding-left: 10px;
    padding-top: 10px;
}
.q4i-doc-RTF:before {
    content: "\e62d";
}
.q4i-doc-CONVPDF:before {
    content: "\e62a";
}
.q4i-doc-XBRL:before {
    content: "\e62e";
}
.q4i-doc-XBRL_HTML:before {
    content: "\e628";
}
.q4i-doc-XLS:before {
    content: "\e627";
}

/* sec filings details */
.ModuleSECFilingDetails .ModuleContainerInner div > span:first-child {
    font-weight: bold;
}
.ModuleSECFilingDetails .ModuleDateContainer > span:first-child {
    padding-right: 85px;
}
.ModuleSECFilingDetails .ModuleForm > span:first-child {
    padding-right: 52px;
}
.ModuleSECFilingDetails .ModuleFilingDescription > span:first-child {
    padding-right: 14px;
}
.ModuleSECFilingDetails .ModuleLinks > span:first-child {
    padding-right: 17px;
}
.ModuleSECFilingDetails .ModuleContainerInner > div {
    padding-bottom: 5px;
    padding-top: 5px;
}
.ModuleSECFilingDetails .Icons {
    display: inline-block;
}
.ModuleSECFilingDetails .IconLink {
    display: inline-block;
    font-size: 20px;
}
.ModuleSECFilingDetails .IconLink a:hover {
    text-decoration: none;
}

/*  management team page  */
.PersonGenericContainer {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.PersonComma.PersonTitleComma {
    display: none;
}
.PersonTitle {
    display: block;
    font-weight: normal;
}
.PersonContainer {
    border-top: 1px solid #cccccc;
}
.PersonContainer:first-child {
    border-top: medium none;
}
.PersonContainer > h3, .FaqItem > h3 {
    background-image: url("../design/open.gif");
    background-position: 4px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-bottom: 4px;
    padding-left: 19px;
    padding-top: 4px;
}
.PersonContainer > h3.open, .FaqItem > h3.open {
    background-image: url("../design/close.gif");
}
.PersonDetailsContainer {
    display: none;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
}
.Expandable {
    color: #1257c6;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-bottom: 4px;
    margin-right: 4px;
}
/*  person details  */
.PersonGenericDetailsContainer {
    border: 1px solid #cccccc;
    padding: 3px;
}
.PersonDetailsNameContainer {
    display: inline-block;
    font-weight: bold;
    width: 25%;
}
.PersonDetailsDescriptionContainer {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

/*  corporate governance  */

.ModuleDownloadListWithTags.alternative-download {
    border: medium none;
    padding: 0;
    margin-bottom: 10px;
}
.alternative-download h2.ModuleTitle, .alternative-customTable > h2 {
    background-color: #345389;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding: 4px;
}
.ModuleDownloadListWithTags.alternative-download .ModuleHeader {
    background-color: #fff;
    border-bottom: medium none;
    color: #333333;
    font-size: 12px;
    padding: 4px;
}
.ModuleDownloadListWithTags.alternative-download .ModuleItemRow.ModuleItem {
    background-color: #efefef;
}
.ModuleDownloadListWithTags.alternative-download .ModuleItemRow {
    border-top: 1px solid #ccc;
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.ModuleDownloadListWithTags.alternative-download .ModuleContainerInner {
    border-bottom: 1px solid #ccc;
    border-left: medium none;
    border-right: medium none;
}
.ModuleDownloadListWithTags.alternative-download .ModuleHeaderText.ModuleHeaderText3 {
    width: 85%;
}
.ModuleDownloadListWithTags.alternative-download .ModuleHeadlineLink {
    position: relative;
    width: 90%;
}
.ModuleDownloadListWithTags.alternative-download .ModuleIcon {
    display: inline-block;
    float: right;
    height: 22px;
    text-align: left;
    width: 6%;
}
.ModuleDownloadListWithTags .ModuleHeaderText.ModuleHeaderDescription {
    display: none;
}

.alternative-customTable .CustomTable tr:nth-child(2n+1) {
    background-color: #fff;
}
.alternative-customTable .CustomTable {
    border-color: #ccc;
    border-left: medium none #ccc;
    border-right: medium none #ccc;
}
.alternative-customTable .CustomTable td {
    border-color: #ccc #ccc #ccc -moz-use-text-color;
    border-left: medium none;
    padding: 3px;
}
.alternative-customTable .CustomTable th {
    background-color: #345389;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}
.alternative-customTable .CustomTable th a {
    color: #fff;
}
.CustomTable.committee th {
    text-align: center;
}
.CustomTable.committee th a {
    color: #fff;
}
.download-html-link {
    display: inline-block;
    font-size: 20px;
    padding-top: 2px;
}
.download-html-link:hover {
    text-decoration: none;
}
.q4i-icon-member.board {
    color: red;
}
.q4i-icon-member.chair {
    color: blue;
}
.CustomTable i, .CommitteeTableHeader i {
    font-size: 16px;
}
.CustomTable .q4i-icon-independant {
    float: right;
}
.legend {
    background-color: #efefef;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 10px;
}
.CommitteeTableHeader {
    width: 100%;
}
.CommitteeTableHeader td {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.legend > p {
    font-weight: bold;
}
.alternative-customTable .CustomTable.committee tr:nth-child(2n+1) {
    background-color: #efefef;
}
.alternative-customTable .CustomTable.committee td {
    padding: 8px;
}
.alternative-customTable .CustomTable.committee th {
    background-color: #345389;
    color: #fff;
}
.alternative-customTable .CustomTable .shade {
    background-color: #efefef !important;
}

/* debt investors page */

.alternative-customTable .CustomTable.blue-header th {
    background-color: #37568e;
    color: #fff;
}
.disclaimer {
    color: #999999;
}

/*  email page */
.text-unsubscribe {
    margin-top: 20px;
}
.Button.ActionButton, .SubmitButton, .lookup, .calc-button {
    border: 1px solid #676767;
    color: #333333;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: 15px;
    min-width: 70px;
    padding: 2px;
}
.Button.ActionButton:hover, .SubmitButton:hover, .lookup:hover, .calc-button:hover {
    background-color: #e5f1fb;
}
.text-subscribe, .text-unsubscribe, .header-small {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.text-subscribe .ContentContainer, .text-unsubscribe .ContentContainer, .header-small .ContentContainer {
    padding: 4px;
}
.header-small-complete {
    border-bottom: 1px solid #cccccc;
}
.EditSubscriberContainer.MailingListSignupContainer, .MailingListUnsubscribeContainer {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 4px;
}
.MailingListTable, .MailingListUnsubscribeTable {
    width: 55%;
}
.MailingListCol2 > input {
    border: 1px solid #999999;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 220px;
}
.RequiredField, .ErrorContainer, .ErrorMessage {
    color: #ff0000;
}
.fancybox-outer .CaptchaContainer table tr td span {
    display: none !important;
}
.MailingListActivationContainer {
    color: green;
    font-weight: bold;
}
/* form builder*/
.FormBuilderContainer {
    margin-top: 20px;
}
.FormBuilterContainer .Label {
    display: inline-block;
    width: 155px;
    vertical-align: top;
}
.FormBuilterContainer .ItemCaptcha .Label {
    vertical-align: bottom;
}
.FormBuilterContainer .Item {
    margin-bottom: 10px;
    position: relative;
}
.FormBuilderContainer .Button.SubmitButton {
    margin-left: 158px;
}
.RedStar {
    color: #ff0000;
    left: 150px;
    position: absolute;
    top: 5px;
}

.FormTextBox, .FormBuilterContainer textarea, .FormBuilterContainer .CaptchaContainer input {
    border: 1px solid #999999;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 210px;
}
.FormDropdown {
    font-family: Arial;
    font-size: 12px;
}
.FormBuilterContainer .CaptchaContainer {
    display: inline-block;
}
.FormBuilterContainer .CaptchaContainer b {
    display: none;
}
.FormBuilterContainer .CaptchaContainer span {
    color: #ff0000;
    padding-left: 5px;
}
.disclaimer-form {
    margin-top: 30px;
}

/* top functionality */
.LayoutHomePage .BlankModuleContainer.top-functionality {
    top: -28px;
}
.BlankModuleContainer.top-functionality {
    position: absolute;
    right: 12px;
    top: -12px;
}
.topFunctionalityContainer .stButton {
    display: none !important;
}
.topFunctionalityContainer .q4i-icon-email, .topFunctionalityContainer .q4i-icon-print {
    color: #000;
    font-size: 16px;
}
.no-breadcrumb .BlankModuleContainer.top-functionality {
    top: -28px;
}

.customLink {
    position: relative;
}
.q4i-icon-share.customIcon {
    background-color: #fff;
    border-radius: 50%;
    bottom: -1px;
    color: #000;
    font-size: 12px;
    left: 1px;
    position: absolute;
}
.topFunctionalityContainer a {
    cursor: pointer;
    margin-left: 5px;
}
.topFunctionalityContainer a:hover {
    text-decoration: none;
}

/*  corporrate governance sub-pages  */

.FaqQuestionList, .FaqAnswer, .FaqItem > p {
    display: none;
}
.FaqItem {
    border: 1px solid #cccccc;
    border-top: none;
}
.FaqItem:first-child {
    border-top: 1px solid #cccccc;
}
.FaqItem > h3 {
    margin: 0;
}
.FaqAnswer {
    padding: 8px;
}

.HtmlTextContainer.doc-padding {
    padding-bottom: 10px;
    padding-top: 10px;
}
.doc-padding .q4i-doc-pdf {
    color: #1257c6;
    font-size: 20px;
    margin-right: 5px;
}
.header-small .ContentContainer > div {
    padding: 4px;
}

/*  stock chart page  */

.text-margin-bottom {
    margin-bottom: 20px;
}
.StockQuoteContainer .ModuleContainerInnerTop li {
    border-left: 1px solid #ccc;
    display: inline-block;
    float: left;
    width: 14.286%;
}
.StockQuoteContainer .ModuleContainerInnerTop li:first-child {
    border-left: medium none;
}
.StockQuoteContainer li > .StockLabel {
    background-color: #345389;
    border-bottom: 1px solid #ccc;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}
.StockQuoteContainer ul {
    border: 1px solid #ccc;
}
.StockQuoteContainer ul li div {
    padding: 3px;
}
.StockQuoteContainer .StockLabel.PChangeLabel.StockPriceUp::after {
    color: #18ad52;
    content: "\e904";
    font-family: "q4icons";
    font-size: 18px;
    padding-left: 5px;
    vertical-align: bottom;
}
.StockQuoteContainer .StockLabel.PChangeLabel.StockPriceDown::after {
    color: #c80000;
    content: "\e903";
    font-family: "q4icons";
    font-size: 18px;
    padding-left: 5px;
    vertical-align: bottom;
}
.StockQuoteContainer .ModuleContainerInnerTop > p {
    display: none;
}
.stock-selects select {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: bottom;
}
.stock-selects .text {
    font-weight: bold;
}
.stock-table .list-group .list-group-item {
    border-left: 1px solid #ccc;
    display: inline-block;
    width: 16.666%;
}
.stock-table .list-group .list-group-item:first-child {
    border-left: medium none;
}
.stock-table .list-group .list-group-item .text {
    background-color: #345389;
    border-bottom: 1px solid #ccc;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 5px;
}
.stock-table .list-group {
    border: 1px solid #ccc;
}
.stock-table .list-group .list-group-item .badge {
    display: block;
    padding: 3px;
}
.stock-table {
    margin-top: 10px;
}

.BlankModuleContainer.calculator {
    border: 1px solid #cccccc;
    margin-top: 20px;
}
.calc-widget-investment-calculator {
    padding: 4px;
}
.calc-row {
    margin-bottom: 10px;
}
.calc-amount {
    margin-left: 5px;
}
.calc-startDate {
    margin-left: 76px;
}
.calc-endDate {
    margin-left: 78px;
}
.calc-info > table {
    width: 100%;
}
.calc-info th {
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    padding: 3px;
}
.calc-info td {
    border-bottom: 1px solid #ccc;
    padding: 3px;
}


/*  dividends page  */

#dividend-calculator .calc-ticker,
#dividend-calculator .calc-value,
#dividend-calculator .share-value {
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}
#dividend-calculator .calc-ticker {
    width: 80px;
    font-weight: bold;
}
#dividend-calculator .calc-result {
    margin-left: 260px;
}
#dividend-calculator .calc-error {
    display: none;
    color: red;
}

#dividends {
    padding: 35px;
}

.no-border {
    border: medium none !important;
}
.high-border td {
    font-weight: bold;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.alternative-border.alternative-customTable .CustomTable {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

/*   annual reports and proxy statements   */
#AnnualWidget .docs {
    padding-left: 10%;
    padding-right: 10%;
}
.widget-thumb {
    border: 1px solid #000;
    display: none;
}
.ModuleItemRow.show-thumb .widget-thumb {
    display: inline-block;
}
#AnnualWidget .docs > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    width: 50%;
}
#AnnualWidget .docs > li + li {
    padding-left: 10px;
    text-align: left;
}
#AnnualWidget .ModuleItemRow.show-thumb .docs > li {
    border-bottom: 1px solid #cccccc;
}
#AnnualWidget .docs li a {
    display: block;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    text-align: center;
}
#AnnualWidget .ModuleItemRow.show-thumb .docs li a {
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 0;
}
#AnnualWidget .docs li + li a {
    padding-left: 0;
    padding-right: 30px;
}

/* site map */

.SiteMap-Level3 {
    padding-left: 20px;
}
.SiteMapLink_home {
    margin-bottom: 10px;
}
.SiteMap-Level2 {
    margin-top: 10px;
}

/* download library */
.download-library li:nth-child(2n+1) {
    background-color: #efefef;
}
.download-library li.heading {
    background-color: #345389;
    color: #fff;
}
.download-library li span {
    padding: 4px;
    display: inline-block;
    line-height: 16px;
}
.download-library li > span:first-child {
    width: 460px;
}
.download-library li > span + span {
    width: 193px;
}
.download-library li > span + span + span {
    width: 55px;
}
.download-library .documents > ul {
    margin-bottom: 20px;
}

.download-library .documents li {
    border-bottom: 1px solid #ccc;
}
.download-library .categories label {
    font-weight: bold;
    margin-right: 7px;
}
.download-library .categories {
    margin-bottom: 10px;
}
.document-link-icon a:hover {
    text-decoration: none;
}
.document-link-icon a i {
    font-size: 20px;
}
.download-library .governance-materials li > span:first-child {
    width: 90%;
}
.download-library .governance-materials li > span + span {
    width: 10%;
}
.download-library .press-materials li > span:first-child {
    width: 13%;
}
.download-library .press-materials li > span + span {
    width: 77%;
}
.download-library .press-materials li > span + span + span {
    width: 10%;
}
.download-library .controls {
    margin-bottom: 10px;
}
.download-library .controls > label {
    color: #676767;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.download-library .sec-materials li > span:first-child {
    width: 45%;
}
.download-library .sec-materials li > span + span {
    width: 15%;
}
.download-library .sec-materials li > span + span + span {
    width: 20%;
}
.download-library .sec-materials li > span + span + span + span {
    width: 20%;
    text-align: right;
}
.download-library .documents .document-link-icon li {
    background-color: #fff;
    border: medium none;
    display: inline-block;
}

/* stock quote home fix */
.StockQuoteHome .ModuleContainerInnerTop > ul .arrow-change {
    padding: 0;
    vertical-align: top;
}

.StockQuoteHome .arrow-change .StockLabel.PChangeLabel.StockPriceUp {
    background-image: url("../design/green-up-arrow.png");
    display: inline-block;
    height: 39px;
    text-indent: -9999px;
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}
.StockQuoteHome .arrow-change .StockLabel.PChangeLabel.StockPriceDown {
    background-image: url("../design/red-down-arrow.png");
    display: inline-block;
    height: 39px;
    text-indent: -9999px;
    width: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}
.StockQuoteHome .ModuleContainerInnerTop > ul .theVolume {
    padding: 0;
}
.StockQuoteHome .ModuleContainerInnerTop > ul li.priceLi {
    font-size: 24px;
    padding-right: 0;
}
.documents .hidden {
    display:none;
}
.alternative-customTable .disclaimer ol li {
    margin-bottom: 8px;
}