html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
@font-face{
    font-family: "Open Sans Light";
    src:url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;     
}


html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  line-height: 13pt;
  color: #454444;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  background:#cccccc url("../design/bodycolor.jpg") repeat-y scroll center top!important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
strong {
    font-weight: 700;
}
.sbOptions:focus,
.sbHolder:focus  {
   outline: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.Button,
button,
.SubmitButton {
    background: red none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 3px 15px;
    text-transform: uppercase;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div.PreviewToolBar {
    display:none;
}
a{
  color:#de0000;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.container{
   max-width:990px;
   margin:0 auto;
   width:990px;
}
.container:after{
   content:"";
   display:block;
   clear:both;
} 

.hidden{
   display:none;
}
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
input[type="text"]{
   font-family:verdana,geneva,sans-serif;
}
h1 {
    color: #5a5657;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 7px;
    line-height:25px;
}
h2{
  color: #575757;
  font-size: 22px;
  margin: 0 0 7px;
  padding: 0;
  position: relative;
  font-weight:700;
  line-height:25px;
}

h3 {
    color: #5a5657;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    line-height:25px;
}
p {
    line-height: 17px;
    margin: 0 0 7px;
}

/*** Header ***/
.LayoutDefaultInner {
   background:url("/files/design/hf-acceleration-c.jpg");
   background-repeat:no-repeat;
   background-position:center 0;
   min-height:370px;
}
.SectionHome .LayoutDefaultInner{
   background:url("/files/design/header_investor-relations_en.jpg");
   background-repeat:no-repeat;
   background-position:center 0;
   min-height:370px;
}
.PaneHeader{
   min-height:100px;
}
.ClientLogo{
   float:left;
   position:relative;
   top:32px;
   margin:0 0 0 15px;
}
.HeaderLinks{
   float:right;
   margin:0;
   padding:0;
}
div.HeaderLinks{
  color: #fff;
  font-size: 11px;
  margin-right: 11px;
  padding: 1px 0 0px;
  position: relative;
  text-align: right;
  top: 7px;

}
.HeaderLinks li{
   display:inline-block;
   list-style:none;
}
.HeaderLinks li a{
   color:#ffffff;
   padding:0 4px 0 7px;
}
.HeaderLinks .QuickLinkSeparator{
   display:inline!important;
}

.ModuleSearch{
   float:right;
   clear:right;
   border:1px solid #ffffff;
   margin-top:14px;
   margin-right:15px;
}
.SearchButton{
   border:0 none;
   padding:0;
   text-indent:-8888px;
   overflow:hidden;
   width:20px;
   height:19px;
   background:transparent url(../design/bg-sitesearch.png) scroll 0 center no-repeat;
   cursor:pointer;
}

.ModuleSearch input[type="text"]{
   background:transparent none;
   border:0 none;
   width:107px;
   color:#ffffff;
   height:16px;
   padding-top:3px;
   padding-left:5px;
   font-size:10px;
}

/***Content Inner**/

.PaneContentInner{
   padding-top:82px;
}
.PaneContentInner > div{
  min-height:800px;
} 
.PaneContent{
  float:left;
  background:#ffffff;
  box-shadow: 0 1px 10px #eee;
  margin-bottom: 15px;
  padding: 26px 15px 30px 15px;
  width: 730px;
  position:relative;
}

.PaneRight{
  float: right;
  min-height: 200px;
  position: relative;
  text-align: left;
  width: 248px;
  background:#fff;
  box-shadow: 0 1px 10px #eee;
}

/***Global Modules**/

.PaneBreadcrumb {
  color: #fff;
  padding:0 10px 9px 10px;
}
.PageBread .BreadcrumbHomeLink,
.PageTitle *{
   display:none; 
}
.PageTitle{
  color: #fff;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height:34px;
}
.PageBread{
  margin:3px 0 0 3px;
}
.PageBread a{
  color:#ffffff;
}
.PageBread a:after {
    content: "|";
    display: inline-block;
    margin: 0 2px;
}
.PageBread .BreadcrumbSeparator {
    display: none;
}
.PageBread span{
  color:#ffffff;
  margin:0 2px;
}


/***Footer ***/
.FooterContainer {
    margin-top: 52px;
}
.FooterPaneDiv{
  display:block;
  background: transparent url("../design/four-col-bg.jpg") no-repeat scroll left top;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 240px;
  padding: 10px 10px 0;
  position: relative;
  color:#c9c9c9;

}

div.qLinksFooter{
  float:left;
  padding:5px 15px 8px 25px;
}
.qLinksFooter ul{
  margin:0;
  padding:0 10px;
}
.qLinksFooter h1{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qLinksFooter li{
  padding:5px;
  width:170px;
  border-bottom:1px dotted #666666;
  line-height:14px;
}
/*.qLinksFooter li:last-child{
  border-bottom:0 none;
}*/
.qLinksFooter.second li{
  width:200px;
}
div.qLinksFooter.second {
  padding-right:0;
}
.qLinksFooter li a{
  background:transparent url("../design/footer-arrow.png") no-repeat scroll left center;
  color:#c9c9c9;
  padding-left:10px;
}
.qLinksFooter li a:hover {
  text-decoration:none;
  color:#fff;
}
div.socialQL{
  float:left;
  width:25%;
  padding: 5px 15px 40px 35px;
}
div.socialQL ul{
  margin:0;
  padding: 0 0 10px 5px;
  list-style:none;
  width:170px;
  border-bottom: 1px dotted #666666;
  vertical-align:top;
}
div.socialQL li{
  margin:0 3px 0 0;
  display:inline-block;
}
.Copyright{
  float:left;
  clear:both;
  color:#c9c9c9;
  padding-left:35px;
}
.FooterLinks{
  float:left;
  margin:0;
  padding:0 0 0 2px;
  list-style:none;
}
.FooterLinks li{
  float:left;
  margin:0;
  padding:0;
}
.FooterLinks li a{
  color:#c9c9c9;
}
.FooterLinks .QuickLinkSeparator{
  display:inline!important;
  margin:0 3px;
}

/**Right Pane **/
.PaneRight h1{
color: #5a5657;
font-size: 18px;
font-weight: bold;
padding: 0;
margin-bottom:10px;
}
div.rightBlock,
.SecondaryNav {
  background: #fff none repeat scroll 0 0;
  padding: 0 5px 10px;
  margin-bottom:15px;
}
.StockQuoteHeaderContainer {
  margin-bottom:0 !important;
}
.SecondaryNav .level1{
  padding:20px 10px;
  background:transparent url(../design/pct-bg.jpg) scroll center 0 repeat-y;
}
.SecondaryNav .level2 li{
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: left;
}
.SecondaryNav .level1 a {
  color: #fff;
  display:block;
  padding: 5px;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}
.SecondaryNav .level1 > li > a{
  font-size:18px;
  font-weight:700;
  padding: 0 10px 10px 0;
}
/*.SecondaryNav .level1 .selected > a{
  background-color:#8e8e8e ;
}*/
.SecondaryNav .level2 li.expanded,
.SecondaryNav .level2 li.selected {
  background:#666;
}
.SecondaryNav .level3{
  display:none;
}
.StockQuoteHeaderContainer{
  font-size:11px;
}

.StockQuoteHeaderContainer span.inner{
  display:block;
  border:1px solid #d6d5d3;
}
.StockQuoteHeaderContainer h1{
  border-bottom:1px solid #d6d5d3;
  margin:0;
  font-size:11px;
  padding:8px 5px;
  color:#454444;
}
.StockQuoteHeaderContainer p{
  border-bottom:1px solid #d6d5d3;
  margin:0;
  display:inline-block;
  vertical-align:top;
  width:100%;
}
.StockQuoteHeaderContainer .StockPrice {
   color:#454444;
   font-weight:700;  
}
.StockQuoteHeaderContainer .StockPrice:hover {
   text-decoration:none;
}
.StockQuoteHeaderContainer .StockPChange:before {
  content:"(";
}
.StockQuoteHeaderContainer .StockPChange:after {
  content:")";
}
.StockQuoteHeaderContainer .StockChange.StockPriceUp:before {
    border-bottom: 5px solid #009933;
    border-left: 5px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    margin-right: 3px;
}
.StockQuoteHeaderContainer .StockPriceUp {
   color:#00b000;
}
.StockQuoteHeaderContainer .StockPriceDown {
    color:#ff0000;
}
.StockQuoteHeaderContainer .StockChange.StockPriceDown:before {
    border-top: 6px solid #de0000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: inline-block;
    margin-right: 5px;
}
.StockQuoteHeaderContainer p.alt{
  background-color:#f7f7f7;
}
.StockQuoteHeaderContainer h1 + p > * > *,
.StockQuoteHeaderContainer p > *{
  float:left;
  padding:8px 5px;
}
.StockQuoteHeaderContainer p *:first-child{
  width:30%;
}
.StockQuoteHeaderContainer h1 + p > *:first-child{
  width:100%;
  padding:0;
}
.StockQuoteHeaderContainer .StockDescription3{
  display:block;
}
.StockQuoteHeaderContainer .dateBlock{
  padding:8px 5px;
  display:block;
}
.featuredDL .ModuleHeader,
.featuredDL .ModuleFileSizeText{
  display:none;
}
.featuredDL .ModuleItemRow {
  border-bottom:1px solid #d6d5d3;
  padding:3px 0;
}
.featuredDL .ModuleItemAlt{
  background:#f7f7f7 ;
}
.featuredDL .ModuleItemRow .ModuleHeadlineLink{
  display:block;
  padding:3px 8px;
  overflow:hidden;
}
.featuredDL .ModuleItemRow .ModuleHeadline{
  display:block;
  margin-left:30px;
}
.featuredDL .ModuleItemRow .ModuleHeadlineLink:before{
  content: "\e628";
  display:inline-block;
  float:left;
  font-size:19px;
  width:30px;
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.featuredDL .ModuleItemRow .ModuleHeadlineLink[href*='pdf']:before{
    content: "\e62a";
}
.featuredDL .ModuleItemRow .ModuleHeadlineLink[href*='investor-day']:before{
    content: "\e628";
}
  /* Search Page */

.SearchResultsUrl {
    display:none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

/* Press Release Detials */

div.prDetails .PageDefaultInner .PaneContent{
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display:none;
}

.PaneHeader2 {
    margin: 0 auto;
    max-width: 1600px;
}

/*-----Page Home------*/
.IRwebcasts {
    margin-top:32px;
}
.IRwebcasts .ModuleItemRow {
    background:url("/files/design/webcast_image.jpg");
    background-repeat:no-repeat;
    height: 91px;
    margin-bottom: 10px;
    padding-top:20px;
    width: 700px;
    padding-left:100px;
    position:relative;
}
/*.IRwebcasts .ModuleItemRow:before {
    font-family: 'Q4-Default-Icons';
    content: "\e642";
    color: #aa1413;
    position:absolute;
    font-size:30px;
    left:35px;
    top:36px;
}*/
.IRwebcasts .ModuleItemRow .ModuleDate {
    display:block;
}
.IRwebcasts .ModuleItemRow .ModuleHeadlineLink {
    color:#454444;
    font-weight:700;
}
.IRwebcasts .ModuleViewAllLink {
    display:none;
}
.homePressRelease {
    margin-bottom:25px;
}
.homePressRelease .ModuleContainerInnerTop {
    overflow: hidden;
}
.homePressRelease .ModuleHeadlineLink {
    color:#de0000;
    font-weight:700;
}
.homePressRelease .ModuleItemRow {
    height:30px;
}
.homePressRelease .ModuleHeadlineLink:hover {
    text-decoration:underline;
}
.slick-prev,
.slick-next {
    display: none !important;
}
.homePressRelease h1 {
    color: #5a5657;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-bottom:13px;
}
.homePressRelease .ModuleDate:before {
    content:"-";
    margin-right:2px;
}
.homeEvents,
.homeReports {
    width:46%;
    float:left;
}
.homeReports.QuarterlyFinancials .quarter {
    margin-top: 0;
}
.homeReports.QuarterlyFinancials .financial-list {
    margin-top: 17px;
}
.homeEvents {
    float:left;
    clear:left;  
    margin-right:7%;
}
.homeEvents.ModuleEvent .ModuleDateContainer {
   display:block;
   width:100%;
}
.homeEvents .ModuleYearNavContainer {
    display: none;
}
.homeEvents.ModuleEvent .ModuleItemRow.alt {
    background:none;
}
.homeEvents .WebcastLink {
    display: none;
}
.homeReports {
    float: left;
    margin-top: -61px;
}
.homeEvents h1,
.homeReports h1 {
    color: #de0000;
    margin-bottom:3px;
}
.homeReports.QuarterlyFinancials .date {
    width:25%;
}
.homeReports.QuarterlyFinancials .documents a{
  display:block;
  margin-left:25%;
  padding-left:25px;
  position:relative;
}
.homeReports.QuarterlyFinancials a.PDF:before {
  padding-right: 10px;
  position:absolute;
  left:0;
}
.homeReports.QuarterlyFinancials a.PDF:before {
  padding-right: 10px;
  position:absolute;
  left:0;
}
.homeEvents .hrefWebcast {
    display:none !important;
}
.homeEvents .ModuleItemRow {
    border-bottom: 1px solid #d6d5d3;
    padding: 13px 10px;
}
.homeEvents .ModuleItemRow:first-child {
    border-top: 1px solid #d6d5d3;
}
.homeEvents .ModuleItemRow.ModuleItem {
    background:#f7f7f7;
}
.ModuleEventLatest.homeEvents,
.homeReports {
    min-height:310px;
    position:relative;
    padding-bottom:15px;
}
.homeReports {
    min-height:370px;
    padding-bottom:15px;
}
.homeEvents .ModuleViewAllLink,
.homeReports .ViewAllLink {
    bottom: 0;
    position: absolute;
    padding:0 10px;
}
.homeReports.QuarterlyFinancials a:before {
    content:" ";
    padding-right:0;
}
.homeEvents .ModuleViewAllLink:after {
    content: ">";
    margin-left: 3px;
    display:inline-block;
}
.homeEvents .ModuleDateTime{
   display:block;
}
.homeEvents .ModuleDate,
.homeEvents .ModuleTime {
    display:inline-block;
}
.RssIcon {
   display:none;
}
.RssLinkTop:before {
    font-family: 'Q4-Default-Icons';
    content: "\e642";
}
.homeEvents .RssLinkTopContainer {
    position: absolute;
    right: 0;
    top: -60px;
}
.GovStock {
    float:left;
    margin-top:37px;
}
.GovStock a {
    font-size:18px;
    font-weight:700;
    margin-top:12px;
    display:inline-block;
}
.qLinksGlobal .press-releases:before,
.qLinksGlobal .print:before,
.qLinksGlobal .st_email:before,
.qLinksGlobal .rss-feeds:before,
.qLinksGlobal .email-alerts:before,
.qLinksGlobal .contact:before {
    font-family: 'Q4-Default-Icons';
    font-size:19px;
    padding-right:10px;
    display:inline-block;
    vertical-align:middle;
}
.qLinksGlobal ul li.alt {
    background:#f7f7f7;
    border-bottom: 1px solid #d6d5d3;
    border-top: 1px solid #d6d5d3;
}
.qLinksGlobal .press-releases:before {
    content: "\e628";
}
.qLinksGlobal .print:before {
   content: "\e641";
}
.qLinksGlobal .st_email:before {
  content: "\e633";
}
.qLinksGlobal .rss-feeds:before {
  content: "\e642";
}
.qLinksGlobal .email-alerts:before {
  content: "\e62f";
}
.qLinksGlobal .contact:before {
    content: "\e628";
}
.qLinksGlobal a {
    display: block;
    padding:8px;
    cursor:pointer;
}
.stButton .email {
    background-image: none !important;
}

/*---Page Nav---*/
.PageNav {
  border-bottom: 1px solid #d6d6d6;
  margin-top:27px;
  margin-bottom:20px;
}
.PageNav .level1 > li > a {
    display: none;
}
.PageNav .level2 > li {
    display: none;
}
.PageNav .level2 > li.expanded {
    display: block;
}
.PageNav .level2 > li.expanded > a {
    display: none;
}
.PageNav .level3 > li {
    background: #999999;
    display:inline-block;
    margin-right:2.4px;
}
/*.PageNav .level3 > li:first-child {
    margin-right:0;
} */
.PageNav .level3 > li a {
    padding:6px 12px;
    display:inline-block;
    font-weight:700;
    color:#fff;
}
.PageNav .level3 > li a:hover {
    text-decoration:none;
}
/*.PageNav .level3 > li.selected {
    background:red;
}*/
/**/

/*---Stock Quote---*/
.Sectionstock-information .LayoutDefaultInner {
    background:url("/files/design/bg-stock.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 370px;
}
/*.IntroPage {
    position: absolute;
    top: 25px;
}*/
.IntroPage h1 {
   font-size:22px;
   margin-bottom:10px;
}
.StockQuoteContainer {
   margin-top:17px;
}
.StockQuoteContainer .StockQuoteLookup {
    display:none;
}
.StockQuoteContainer .StockTableItem p {
    float: left;
    margin: 0;
    width:50%;
    padding:13px 10px;
}
.StockQuoteContainer .StockPriceDown {
   color:#ff0000;
}
.StockQuoteContainer .StockTableText span + span {
    float: right;
}
.StockQuoteContainer .StockTableItem p > span:first-child {
    display: inline-block;
    width: 50%;
}
.StockQuoteContainer .StockTableItem {
    float:left;
    width:100%;
    border-bottom: 1px solid #d6d5d3;
}
.StockQuoteContainer .StockTableItem a {
    display: inline-block;
    width: 48%;
    color:#454444;
}
.StockQuoteContainer .StockTableItem a:hover {
    text-decoration:none;
}
.StockQuoteContainer .Price {
    font-weight:700;
}
.Odd {
    background: #f7f7f7;
}
.StockQuoteContainer .StockTableHeader {
    padding: 13px 10px;
    background-color: #ebe8e8;
    font-weight:700;
}
.StockQuoteContainer .StockTableText {
    float: left;
    padding: 13px 10px;
    width: 100%;
}
/**/

/*---Historical Price Lookup---*/
.stock-details span {
    display: block;
    padding: 13px 10px;
}
.stock-details {
    margin-top: 18px;
}
.stock-historical .stock-selects {
    padding:0 10px;
}
.stock-historical .stock-selects .text {
    display: block;
    font-weight: 700;
    padding: 13px 0;
}
select {
    background: #fff;
    border: 1px solid #7f9db9;
    margin: 0.1em 0 0.1em 0.2em;
    padding: 0.1em;
    min-width:86px;
}
.stock-historical .lookup {
    display:block;
    background: red;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 3px 15px;
    text-transform: uppercase;
    margin:28px 0;
    font-family:verdana,geneva,sans-serif;
}
.stock-historical .list-group li {
   padding:13px 10px;
}
.stock-historical .list-group-item .text {
    display: inline-block;
    text-align: right;
    width: 15%;
}
.stock-historical .list-group-item .badge {
    padding: 0 20px;
}
.stock-historical .list-group-item .price {
   font-weight:700;
}
.stock-historical .stock-table:before {
    background:#ebe8e8;
    content: "Results";
    display: inline-block;
    width: 100%;
    padding:13px 10px;
    font-weight:700;
}
iframe {
   padding-left:10px;
}

/*---Dividends ---*/
.Dividends {
   margin-top:20px;
}
.Dividends .table-header {
   background-color: #ebe8e8;
   font-weight:700;
}
.Dividends td {
    padding: 13px 10px;
}
.Dividends .Odd {
    background: #f7f7f7;
}
.Dividends tr {
    border-bottom: 1px solid #d6d5d3;
}
.Dividends tr:first-child {
    border-bottom:none;
}

/*---Quarterly Financials---*/
.Sectionreports-and-filings .LayoutDefaultInner,
.PageInvestorRelationsReportsFilingsSECFilingsSECFilingsDetails .LayoutDefaultInner {
    background:url("/files/design/Header_ReportsAndFilings.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 370px;
}
.QuarterlyFinancials .date {
    width:30%;
    float:left;
}
.QuarterlyFinancials .documents li a {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    width: 70%
}
.QuarterlyFinancials li.header {
    background-color: #ebe8e8;
    font-weight: 700;
    
}
.QuarterlyFinancials ul li {
    padding: 13px 10px;
}
.QuarterlyFinancials ul li.alt {
    background: #f7f7f7;
    border-top:1px solid #d6d5d3;
    border-bottom:1px solid #d6d5d3;
}
.QuarterlyFinancials .financial-list div.title {
    padding:0 0 13px 0;
    font-size:18px;
    font-weight:700;
}
.AnnualWidget .financial-list div.title {
    display:none;
}
.QuarterlyFinancials a:before {
    font-family: 'Q4-Default-Icons';
  content: "\e628";
    display:inline-block;
    font-size: 18px;
    padding-right: 25px;
    vertical-align: middle;
    position:absolute;
    left:0;
}
.QuarterlyFinancials a.PDF:before {
    content: "\e62a";
}
.QuarterlyFinancials a[data-category*="Webcast"]:before{
    content: "\e62c";
}
.QuarterlyFinancials .quarter {
    margin-top: 20px;
}

/*---SEC Filings ---*/
.SECContainer {
   margin-top:20px;
}
.SECContainer .header {
   padding:13px 10px;
   background-color: #ebe8e8;
   font-weight:700;
}
.SECContainer .RssLinkTopContainer img {
   display:none;
} 
.SECContainer .ModuleItemRow {
   padding:13px 10px;
   border-bottom: 1px solid #d6d5d3;
   float:left;
   width:100%;
}
.SECContainer .ModuleItemRow.ModuleItem {
  background: #f7f7f7 ;
}
.SECContainer .header .date, 
.SECContainer .ModuleItemRow .ItemDate {
    width:20%;
}
.SECContainer .header .filing, 
.SECContainer .ModuleItemRow .filingTitle {
    width: 15%;
}
.SECContainer .header .description, 
.SECContainer .ModuleItemRow .ItemDescription {
    width: 40%;
}
.SECContainer .header .Download {
    width: 25%;
}
.SECContainer .ModuleItemRow span, 
.SECContainer .ItemHref {
    float: left;
    padding-left: 10px;
    text-decoration:none;
}
.SECContainer .ModuleItemRow span, 
.SECContainer .ItemHref,
.SECContainer .header span {
    float: left;
    padding-left: 10px;
    text-decoration:none;
}
.SECContainer .Icons {
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    width: 25%;
}
.SECContainer .Icons li {
    display: inline-block;
    padding-right: 10px;
}
.SECContainer li.WordIcon,
.SECContainer li.ZipIcon,
.SECContainer li.ExcelIcon {
   display:none;
}
.SECContainer .Icons li a:hover,
.ModuleSECFilingDetails .Icons li a:hover {
    text-decoration:none;
}
.SECContainer .dropdowns {
    margin-bottom: 20px;
}
.WordIcon a:before,
.PdfIcon a:before,
.ZipIcon a:before,
.HtmlIcon a:before,
.ExcelIcon a:before,
.XBRLIcon a:before,
.XBRL_HTMLIcon a:before {
   font-family: 'Q4-Default-Icons';
   font-size:18px;
}
.WordIcon a:before{
   content: "\e62d";
}
.PdfIcon a:before {
   content: "\e62a";
}
.ZipIcon a:before {
   content: "\e62e";
}
.HtmlIcon a:before,
.XBRL_HTMLIcon a:before {
   content: "\e628";
}
.XBRLIcon a:before {
   content: "\e62e";
}
.ExcelIcon a:before {
   content: "\e627";
}
.pageNum li {
    display: inline-block;
}
.controls {
    display: block;
    text-align: center;
    margin-top:20px;
}
.pageNum,
.Next {
    display: inline-block;
}
.Next {
   float:right;
}
.SECContainer .Next, 
.SECContainer .Prev {
    cursor: pointer;
}
.pageNum li {
    display: inline-block;
    margin-right: 5px;
}
.Prev {
    float:left;
}
.ModuleSECFilingDetails .Icons img {
    display:none;
}
div.ModuleForm {
    padding-bottom:5px;
}
.ModuleSECFilingDetails .ModuleFilingDescription {
    bottom: 5px;
    display: inline;
    position: relative;
}
.ModuleSECFilingDetails .ModuleLinks {
    bottom: 7px;
    display: inline;
    margin-left: 10px;
    position: relative;
}
.ModuleSECFilingDetails .ModuleLinks .Icons {
    display: inline;
}
.ModuleSECFilingDetails .Icons {
    margin: 0;
    padding: 0 0 0 5px;
}
.ModuleSECFilingDetails ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
}
.ModuleSECFilingDetails .ModuleContainerInnerTop {
    margin-top:20px;
}

/*---Events---*/
.Sectionevents .LayoutDefaultInner {
    background:url("/files/design/hf-events.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 370px;
}
.ModuleEventDetails .ModuleDetailHeadline {
    font-size: 15px;
    margin-top: 15px;
}
/*-------------------------------- events calendar------------------------------- */
.EventCalendar {
    margin-bottom:50px;
}
.eventCalWrapper {
    margin-top: 20px;
}
.EventCalendar .month {
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
}
#clndr, #clndr * {
    -webkit-tap-highlight-color: transparent;
}
#clndr {
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.eventCalWrapper {
    position: relative;
    padding: 0;
}
.eventCalWrapper .controls {
    position: relative;
}
.eventCalWrapper .clndr-previous-button, 
.eventCalWrapper .clndr-next-button {
    position: absolute;
    top: 30px;
    left:25px;
    cursor: pointer;
    overflow: hidden;
}
.eventCalWrapper .clndr-next-button {
    left: auto;
    right:25px;
}
.eventCalWrapper .clndr-next-button:hover {
    background-position: 60% center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.EventCalendar .controls {
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
}
.EventCalendar .headers {
    overflow: hidden;
}
.eventCalWrapper .days {
    overflow: hidden;
}
.eventCalWrapper .day-header, .eventCalWrapper .day {
    width: 13.8%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
    text-transform: capitalize;
    font-weight: normal;
    position:relative;
}
.eventCalWrapper .day:hover {
    text-decoration: none;
    cursor: pointer;
}
.eventCalWrapper .day.today {
    border:1px solid #000;
}
.day.adjacent-month, .day.adjacent-month:hover {
    color: #e0e0e0;
    visibility: hidden;
}
.eventCalWrapper .day.event, .eventCalWrapper .day.event:hover {
    background:#bbbbbb;
}
.EventCalendar .event:after{
    color: #d22f38;
    content: "\f111";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    left:28px;
    position: absolute;
    top: 12px;
}
/*.eventCalWrapper .selectedEvent {
    clear: both;
    display: none;
}*/
.eventCalWrapper .selectedEvent .close {
    float: right;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 20px;
    text-align: center;
    color:#d22f38;
}
.eventCalWrapper #latestEvents .select {
    margin-bottom: 10px;
}
.eventCalWrapper .EventItem {
    margin-bottom: 10px;
    padding: 0 15px;
}
.eventCalWrapper #latestEvents {
    position: absolute;
    top: 0;
    height: 92%;
    right:0;
    width:65%;
}
.eventCalWrapper .eventContent {
    padding-top: 33px;
}
.eventCalWrapper #latestEvents.open .dateContainer{
    padding-top:10px;
    font-weight:700;
    margin-bottom:37px;
}
.eventCalWrapper .EventItem .EventTitle a {
    font-weight: bold;
    color: #d22f38;
}
.EventTitle {
    padding: 10px 0;
}
.clndr {
    width: 214px;
}
.presentation > a {
    color:#d22f38;
}
.presentation img {
    display: inline-block;
    vertical-align: middle;
}
.eventCalWrapper i {
    font-family: 'Q4-Default-Icons';
    color:#de0000;
    padding-right:7px;
    font-size:15px;
    display:inline-block;
    vertical-align:middle;
}
.eventCalWrapper .month {
    background: #ebe8e8 none repeat scroll 0 0;
    font-weight: 700;
    padding: 5px;
    text-align:center;
}
.eventCalWrapper .Today {
   text-align:center;
   padding:5px;
   font-weight:700;
}
.eventCalWrapper h3 {
   font-weight:700;
}
.eventCalWrapper .WebCastLink:before {
   font-family: 'Q4-Default-Icons';
   content: "\e62c";
   margin-right:5px;
   display:inline-block;
   vertical-align:middle;
   font-size:18px;
}
.q4-atc-button {
   background:none;
   color:#de0000;
   padding:0;
}
.q4-atc-button:before {
   font-family: 'Q4-Default-Icons';
   content: "\e630";
   margin-right:10px;
}
.HelpCalendar i {
   font-family: 'Q4-Default-Icons';
}
.tooltip-content {
    display: none;
    background: #ffffff;
    border: 1px solid #000;
    height: 350px;
    overflow: auto;
    padding:13px 10px;
    text-align: left;
    top: 0;
    width: 200px;
    z-index: 999;
    position:relative;
    margin-top:-18px;
}
.tooltip-content > p {
    margin-top: 5px;
}
.tooltip-content > span {
   display:block;
   padding-bottom:13px;
}
.tooltip {
    left: 195px;
    position: absolute;
    top: 6px;
}
.tooltip.hover .tooltip-content {
   display:block;
}
/*--------------------------------END events calendar------------------------------- */

.PastEvents .ModuleHeader .date,
.PastEvents .ModuleHeader .title {
    float: left;
    width: 30%;
}
.PastEvents .ModuleHeader .title {
    width: 70%;
}
.PastEvents .ModuleItemRow {
    float: left;
    width: 100%;
}
.PastEvents .ModuleDateContainer {
    float: left;
    width: 30%;
}
.PastEvents .ModuleHeadlineLink {
    float: left;
    width: 70%;
    margin-bottom:5px;
}
.ModuleEvent .WebcastLink {
    float: left;
    margin-left: 30%;
    width: 70%;
}
.PastEvents .ModuleDateContainer .day:after,
.PastEvents .ModuleDateContainer .day:before {
   content:"/";
   display:inline-block;
}
.PastEvents .ModuleTime {
    margin-left: 5px;
}
.ModuleHeader {
    background-color: #ebe8e8;
    font-weight: 700;
    padding: 13px 10px;
}
.UpcEvents .ModuleYearNavContainer {
    display:none;
}
.ModuleEvent.UpcEvents .ModuleHeader > span {
    width:42%;
    display:inline-block;
}
.ModuleEvent.UpcEvents .ModuleHeader > span:first-child,
.ModuleEvent.UpcEvents .ModuleDateContainer {
   width:22%;
   float:left;
}
.ModuleEvent.UpcEvents .ModuleHeadlineLink {
    float: left;
}
.ModuleEvent.UpcEvents .ModuleReminderContainer {
    float: right;
    width: 36%;
}
.ModuleEvent.UpcEvents .ReminderPeriod {
    display: block;
    margin-bottom:10px;
}
.ModuleEvent.UpcEvents .ModuleHeader > span.RemindMe {
    width: 30%;
}
.ModuleEvent.UpcEvents .ReminderEmailText {
    margin-left: -45px;
}
.ModuleEvent.UpcEvents .ReminderTitle {
    display: none;
}
.ReminderButton {
    background: red none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 3px 15px;
    text-transform: uppercase;
}
.ModuleEvent.UpcEvents .ModuleItemRow {
    overflow: hidden;
}
.ModuleHeader > span:first-child,
.ModuleEvent .ModuleDateContainer {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.ModuleEvent .RelatedDocuments {
    margin-left:30%;
    margin-top:5px;
}
.ModuleEvent h3,
.FileType,
.FileSize {
    display:none;
}
.ModuleEvent .ModuleFile:before,
.ModuleEvent .ModuleFileLink:before,
.ModuleEvent .PressRelease a:before,
.ModuleEvent .WebcastLink a:before,
.ModuleEventDetails .WebcastLink a:before {
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    display:inline-block;
    font-size:18px;
    vertical-align:middle;
    margin-right:5px;
}
.ModuleEvent .WebcastLink a:before,
.ModuleEventDetails .WebcastLink a:before {
    content: "\e62c";
}
.UpcEvents .RssLinkTopContainer {
    margin-top: -25px;
    position: relative;
}
.UpcEvents {
    margin-top:70px;
}
.UpcEvents h1 {
   font-size:12px;
   margin-bottom:13px;
}
.ModuleEvent .ModuleFileLink:before,
.ModuleEvent .PressRelease a:before {
    content: "\e628";
}
.ModuleEvent .ModuleItemRow,
.PastEvents .ModuleItemRow,
.ModulePresentation .ModuleItemRow  {
    padding:13px 10px;
    border-bottom: 1px solid #d6d5d3;
}
.ModuleEvent .ModuleItemRow.alt,
.ModulePresentation .ModuleItemAlt {
    background:#f7f7f7;
}
.ModuleEvent .PressRelease {
    padding: 5px 0;
}
.PastEvents .selectBox {
    margin-bottom: 25px;
    margin-top: 20px;
}
.PastEvents .ModuleFile {
    margin-top:5px;
    display:inline-block;
}
.ModulePresentation .ModuleDate {
    width:30%;
    display:inline-block;
}
.PresentationLinks {
    margin-left: 30%;
}
.ModulePresentation .ModuleFileLink:before {
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    display:inline-block;
    font-size:18px;
    vertical-align:middle;
    margin-right:5px;
}
.ModuleEventDetails h3 {
    display:none;
}
.ModuleEventDetails .ModuleFile:before {
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    display:inline-block;
    font-size:18px;
    vertical-align:middle;
    margin-right:5px;
}
.ModuleEventDetails .WebcastLink {
    margin: 10px 0;
}

/*---Analyst Coverage---*/
.PageInvestorRelationsAnalystCoverage .LayoutDefaultInner {
    background:url("/files/design/Header_AnalystCoverage.JPG");
    background-position: center 0;
    background-repeat: no-repeat;
    min-height: 370px;
}
.AnalystCoverage td {
    padding:13px 10px;
}
.AnalystCoverage p {
    margin-top: 30px;
}

/*---2014 Investor Day ---*/
.PageInvestorRelationsEvents2014InvestorDay .LayoutDefaultInner {
   background:url("/files/design/hf-acceleration-c.jpg");
   background-repeat:no-repeat;
   background-position:center 0;
}
.InvestorDayDL .ModuleHeader,
.InvestorDayDL .ModuleDate {
    display:none;
}
.InvestorDayDL .ModuleHeadlineLink:before,
.InvestorDayDL .ModuleHeadlineLink.webcast:before {
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
    margin-right:10px;
}
.InvestorDayDL .ModuleHeadlineLink.webcast:before {
   content: "\e62c";
}
.InvestorDayDL .ModuleItemRow {
    padding: 0 6px 6px;
}
.InvestorDayDL h1 {
    margin: 0 0 10px;
}
.InvestorDayDL.InvestorDay {
    margin-top: 15px;
}
.investorday-2014 h1{
  margin: 15px 0 20px 0;
}
.investorday-2014 .ContentContainer{
    background:#f7f7f7;
    overflow: hidden;
    padding: 15px 0;
}
.investorday-2014 .right > span{
    display: block;
}
.investorday-2014 .right > a{
    background: #ed0125;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 5px;
    font-weight: 700;
    margin: 8px 0 3px 0;
}
.investorday-2014 .right > a:hover{
    text-decoration: none;
}
.investorday-2014 .item-row {
    float: left;
    width: 100%;
}
.investorday-2014 .item-row + .item-row{
    margin-top: 20px;
}
.investorday-2014 .left {
    float: left;
    width: 13%;
}
.investorday-2014 .right {
    float: left;
    padding: 0 10px 13px 0;
    width: 87%;
}

/*---Corporate Governance---*/
.PageInvestorRelationsCorporateGovernance .LayoutDefaultInner {
   background:url("/files/design/Header_CorporateGovernance.JPG");
   background-repeat:no-repeat;
   background-position:center 0;
}
.GovDocs {
    float: left;
    width: 45%;
    margin-top:26px;    
}
.GovDocsRight {
   margin-left:5%;
}
.ModuleFileSizeText,
.GovDocs .ModuleIconImage,
.GovDocs .ModuleHeader .ModuleHeaderText {
    display:none;
}
.GovDocs .ModuleHeader {
    background:none;
    padding:0;
    border-bottom: 1px solid #d6d5d3;
}
.GovDocs h1 {
   font-size:12px;
   margin:0;
   padding-bottom:13px;
}
.GovDocs .ModuleItemRow {
   padding:13px 10px;
   border-bottom: 1px solid #d6d5d3
}
.GovDocs .ModuleItemRow.ModuleItem {
   background:#f7f7f7;
}
.GovDocs .ModuleHeadlineLink:before {
    font-family: 'Q4-Default-Icons';
    content: "\e628";
    padding-right:10px;
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
}
.GovDocs .ModuleHeadlineLink[href*="pdf"]:before {
    content: "\e62a";
}
.gov-box {
    float: left;
    width: 100%;
    background:url("/files/design/gov_image.jpg");
    background-repeat:no-repeat;
    height:200px;
    margin-top:40px;
}
.box-content {
    background: #dcdcdc;
    padding: 25px 30px;
    width: 270px;
}
.box-content h3 {
    padding-bottom:24px;
}
.box-content a {
    display: inline-block;
    margin-top: 16px;
    font-weight:700;
}
.CommitteeTable {
    float:left;
    width:100%;
    margin-top:40px;
}
.CommitteeTable .ContentContainer {
    margin-top:13px;
}
.CommitteeTable i {
   font-family: 'Q4-Default-Icons';
   font-size:18px;
   display:inline-block;
   vertical-align:middle;
}
.CommitteeTableHeader {
    width: 100%;
    margin-top:22px;
}
.CommitteeTableHeader i {
    margin-right:5px;
}
.CommitteeTable table td,
.CommitteeTable table th {
    padding:13px 10px;
}
.CommitteeTable table a {
   font-weight:700;
}

/*---Investor FAQ---*/
.PageInvestorRelationsInvestorFAQ .LayoutDefaultInner {
    background:url("/files/design/Header_InvestorFAQ.JPG");
    background-position: center 0;
    background-repeat: no-repeat;
}
.FaqQuestionList,
.FaqContainer .BackToTopLink {
    display: none;
}
.FaqDetailList {
    margin-top: 20px;
}
.FaqItem {
    padding-bottom: 10px;
}
.FaqContainer h3 {
    font-size:12px;
    cursor:pointer;
}
.FaqContainer h3:before {
    display:inline-block;
    font-family: 'Q4-Default-Icons';
    content: "\e605";
    padding-right:10px;
    font-size:10px;
    color:#de0000;
}
.FaqContainer .FaqItem.open h3:before {
    content: "\e604";
}
.FaqContainer p {
    margin:0;
}
.FaqAnswer {
    display:none;
    padding-left: 20px;
    padding-top:5px;
}

/*---Information Request---*/
.ItemAccept span {
    font-weight:700;
}
.ItemClassAccept {
    margin-bottom: 40px;
    margin-top: 23px;
}
.ItemAccept {
    margin-bottom: 32px;
}
.ItemFirstName, .ItemTitle, 
.ItemAddress1, 
.ItemCity, .ItemPhone {
    padding-right: 30px;
}
.ItemFirstName, 
.ItemLastName, 
.ItemTitle, .ItemOrganization, 
.ItemAddress1, .ItemAddress2, 
.ItemCity, 
.ItemStateProvince, 
.ItemCountry, 
.ItemPhone, .ItemFax {
    display: inline-block;
}
.FormBuilterContainer {
    width:60%;
}
.FormBuilterContainer input[type="text"],
.FormBuilterContainer select {
    display:block;
    margin-left:10px;
}
.FormBuilterContainer .Item .Label {
    font-weight: 700;
    display:inline-block;
    padding: 13px 0 26px 10px;
}
.FormBuilterContainer .Item.ItemAccept .Label {
    padding:0;
}
.ItemInvestorType,
.ItemCity,
.ItemStateProvince,
.ItemClassCountry,
.ItemEmailAddress {
    padding-top: 13px;
    padding-bottom:13px;
}
.ItemClassComments textarea {
    display:block;
    margin-left:10px;
}
.FormBuilterContainer .Button {
   margin-left:10px;
   margin-top:27px;
}
.RedStar,
.ErrorMessage {
   color:red;
}
.ErrorMessage {
   margin-left:10px;
   margin-top:5px;
}
.ModulePressReleaseDetails #bwbodyimg {
    margin-right:20px;
} 
.backNews {
    display: inline-block;
    padding-bottom: 10px;
}

/*---Email Alerts---*/
.MailingListForm .MailingListCol2 > input,
.MailingListUnsubscribeContainer .MailingListCol2 > input {
    margin-left: 10px;
}
.RequiredField,
.ErrorContainer {
    color:red;
}
.MailingListListTable {
    margin-top: 20px;
}
.MailingListsHeading {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
}
.NoBr {
    display: none;
}
.GridActions {
    margin-top: 20px;
}
.MailingListForm {
    margin-bottom: 40px;
}
.SubmitButton {
    margin-top: 20px;
}
.MailingListUnsubscribeContainer {
    margin-top: 20px;
}
.MailingListUnsubscribeContainer .RequiredField {
    margin-left:5px;
}
.thankYou,
.thankYouUnsub {
    font-size:15px;
}
.EditSubscriberConfirmation {
    margin: 20px 0;
}
.MailingListActivationMessage,
.MailingListUnsubscribeAction {
    font-size: 18px;
    font-weight: 700;
}

/*---IR Contacts---*/
.IRContacts .left {
    padding:13px 10px;
    float:left;
    margin-right:20px;
}
.IRContacts .right {
    float: left;
    padding: 13px 10px;
    width: 35%;
}
.primary-contact,
.transfer-contact {
    padding:13px 10px;
}
.IRContacts .box {
    float: left;
}
.box {
    background-color: #efefef;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    box-shadow: 0 8px 6px -6px #969696;
    position: relative;
}
.ribbon {
    position: absolute;
    right: 8px;
    top: -4px;
}
.inner-box {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px;
}
.box-content-text {
    background-color: #dcdcdc;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}
.block-text {
    width:83%;
}

/*---RSS Feeds---*/
.RSSFeeds {
    padding:13px 10px;
}
.RSSFeeds i {
    font-family: 'Q4-Default-Icons';
    color:#de0000;
    padding:13px 10px 13px 0;
}
.RSSFeeds span {
    display: block;
    font-weight: 700;
    padding: 13px 0;
}
.RSSFeeds a {
    padding:13px 0 13px 10px;
    display:inline-block;
}
.RSSFeeds h2 {
   font-size:12px;
   color:#454444;
}
.rssIcos {
    margin-top: 25px;
    margin-bottom:25px;
}

/*----CLIENT NAV---*/
.menuWrap {
    clear: both;
    margin-bottom: 6px;
    margin-left: 175px;
    width: 650px;
}
.menu ul li {
    float: left;
    position: relative;
}
.menu ul li:hover > a, 
.menu ul li div.subMenu {
    background: #3f3f41;
}
.menu ul li div.subMenu {
    background: rgba(0, 0, 0, 0) url("/files/design/submenu-bg.jpg");
    background-repeat:repeat-x;
    background-position:left top;
    display: none;
    margin-top: 0;
    opacity: 0.95 !important;
    padding: 0 0 0 20px;
    position: absolute;
    width: 591px;
    z-index: 4000;
}
.menu ul li div.lastMenu {
    background:url("/files/design/submenu-bg.jpg");
    background-repeat:repeat-x;
    background-position:left top;
    display: none;
    margin-top: 0;
    opacity: 0.95 !important;
    padding: 0 20px;
    position: absolute;
    width: 200px;
    z-index: 1000;
}
.menu ul li a {
    color: #fff;
    display: block;
    font-family: "Open Sans Light";
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    font-weight:700;
}
.menu {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 650px;
}
.menu, 
.menu ul {
    font-family: "Open Sans Light";
    list-style: outside none none;
    margin: -7px 0 0;
    padding: 3px 0 0;
}
.menu ul {
    margin: -5px 0 0;
}
.menu ul li div.subMenu div.col1, 
.menu ul li div.subMenu div.col2 {
    float: left;
    padding-right: 30px;
    width: 192px;
}
.menu ul li div.subMenu div.col3 {
    float: left;
    padding-right: 0;
    width: 170px;
}
.clear10 {
    clear: both;
    height: 5px;
}
.subMenuBottom {
    background: transparent url("/files/design/menu-bottom.jpg");
    background-repeat:repeat-x;
    background-position:left bottom;
    float: left;
    height: 15px;
    margin-left: -20px;
    width: 590px;
}
.menu ul li div.subMenu ul {
    background:none;
    display: block;
    padding: 0;
    position: relative;
}
.menu ul li div.subMenu ul li {
    float: none;
}
.menu ul li a span {
    padding-left:10px;
}
.menu ul li div.subMenu ul li a {
    background:none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 3px 10px 3px 0;
    width: 177px;
}
.category a {
    background:none !important;
    border-bottom: 2px solid #999;
    color: #fff;
    float: none;
    font-family: "Open Sans Light";
    font-size: 13px;
    font-weight: bold !important;
    line-height: 18px;
    margin: 10px 0 3px;
    padding: 0;
    width: 100%;
}
.lastMenuBottom {
    background: transparent url("/files/design/menu-bottom.jpg");
    background-repeat:repeat-x;
    background-position:left bottom;
    float: left;
    height: 15px;
    margin-left: -20px;
    width: 200px;
}
.menu ul li:hover div.subMenu,
.menu ul li:hover div.lastMenu {
    display: block;
}
.menu ul li div.subMenu ul li a:before,
div.subMenu div.col3 .promoBlock .promoCaption:before,
.menu ul li div.lastMenu ul li a:before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #a7a7a7;
    border-top: 5px solid transparent;
    content: " ";
    display: inline-block;
    height: 5px;
    padding-right: 5px;
}
.menu ul li div.subMenu ul li a:hover:before,
div.subMenu div.col3 .promoBlock .promoCaption:hover:before,
.menu ul li div.lastMenu ul li a:hover:before {
    border-left: 4px solid #ff3333;
}
div.subMenu div.col3 .promoBlock .promoImg {
    border: 4px solid #c21b35;
    margin-left: -15px;
}
div.subMenu div.col3 .promoBlock .promoCaption {
    color: #fff;
    font-size: 11px;
    line-height: 13pt !important;
    margin: 3px 0;
    padding-left: 2px;
}
div.subMenu div.col3 .promoBlock .promoCaption span {
    display: block;
    padding-left: 10px;
}
div.subMenu div.col3 .promoBlock {
    display: block;
    height: 165px;
    padding: 15px 0;
    width: 149px;
}
.menu ul li div.lastMenu ul li a {
    background:none repeat scroll;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 3px 10px 3px 0;
    width: 130px;
}
.menu ul li div.lastMenu ul li a span {
    padding-left: 10px;
}

/*--- Press Releases --- */
.ModulePressRelease {
    margin-top: 30px;
}
.ModulePressRelease .ModuleHeader > span:first-child {
    width: 10%;
}
.ModulePressRelease .ModuleDate {
    float: left;
    width: 10%;
    padding:0 10px;
}
.ModulePressRelease .ModuleHeadlineLink {
    float: left;
    width: 90%;
    padding:0 10px;
}
.ModulePressRelease .ModuleItemRow {
    padding:13px 0;
    float:left;
    width:100%;
    border-bottom: 1px solid #d6d5d3;
}
.ModulePressRelease .ModuleItemAlt {
    background:#f7f7f7;
}
.ModulePressRelease .RssLinkTopContainer {
    margin-top: -20px;
}

/*---Board of Directors ---*/
/*.PersonComma.PersonTitleComma,
.commaSuffix {
    display: none;
}
.commaName {
    display:none;
}
.PersonGenericContainer h3 {
   font-size:12px;
   color:#de0000;
}
.PersonGenericContainer .PersonDetailsContainer {
    display: none;
}*/
.personName {
    display: block;
    font-weight:700;
}
.personTitle {
    font-style: italic;
}
.personContent {
    padding: 13px 10px;
}

/*---IR Presentations & Audio Archives ---*/
.presentations-latest .presentationItem,
.presentations-past-container .presentationItem  {
   padding:13px 10px;
   background:#f7f7f7;
   border-bottom: 1px solid #d6d5d3;
   border-top: 1px solid #d6d5d3;
}
.presentations-latest .presentationItem.alt,
.presentations-past-container .presentationItem.alt {
   background:none;
   border-bottom:none;
   border-top:none;
}
.presentations-latest .date,
.presentations-past-container .date {
    float: left;
    width: 30%;
}
.presentations-latest .presentationItem a:before,
.presentations-past-container .presentationItem a:before {
   display:inline-block;
   content: "\e628";
   font-family: 'Q4-Default-Icons';
   margin-right:10px;
   vertical-align:middle;
   font-size:18px;
}
.presentations-latest .presentationItem a.PDF:before,
.presentations-past-container .presentationItem a.PDF:before {
   display:inline-block;
   content: "\e62a";
   font-family: 'Q4-Default-Icons';
   margin-right:10px;
   vertical-align:middle;
   font-size:18px;
}
.presentations-past > h1 {
    display: inline-block;
    margin-bottom:12px;
}
.presentations-past {
    margin-top: 20px;
}
.presentations > h1 {
    margin-bottom: 12px;
}

/*---Site Map---*/
.SiteMap-Level2 {
   font-size:18px;
}
.SiteMap-Level3 {
   padding-left:20px;
}
.SiteMap-Level4 {
   padding-left:40px;
}
.SiteMapList li {
    padding-bottom: 5px;
}
.SiteMapList li:before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #a7a7a7;
    border-top: 5px solid transparent;
    content: " ";
    display: inline-block;
    height: 5px;
    padding-right: 5px;
}
.PageBread .stock-hide {
   display:none;
}
.SearchResultsPaging a[href] {
   font-weight:normal;
}
.SearchResultsPaging a {
   font-weight:700;
}
.stwrapper.stwrapper5x {
   width:530px !important;
}
.DisclaimerStockHistorical {
   margin-top:22px;
}
.DisclaimerStockHistorical p {
    color: #999999;
    font-size: 10px;
    font-style: italic;
}
.Edgar {
    float: left;
}
 .Edgar img {
    margin-left: 10px;
    margin-top: 10px;
}
 .EdgarHome {
    border-bottom: 1px solid #d6d5d3;
    margin: -5px 6px 20px;
    padding-bottom: 20px;
}
.powerd-by {
   font-style:italic;
}
.Edgar .powerd-by {
    display: block;
    margin-left: 10px;
    margin-top: 20px;
}
.YoutubeIframe {
    margin: 0 auto;
    padding-top: 30px;
    width: 560px;
}