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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

div.PreviewToolBar {
    display:none;
}

/*body.PreviewBody {
  margin: 0;
  padding: 0;
}

.PreviewToolBar {
  position: fixed !important;
  width: 20% !important;
  top: 50% !important;
  left: 1% !important;
  right: auto !important;
}
*/
.typekit-badge {
  display: none !important;
}

/*
@import "var";

@font-face {
	font-family: 'Gotham Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('?'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: local('?'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: local('?'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Light';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Bold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
html {
  font-family: 'proxima-nova';
}

body.BodyBackground {
  background-color: #f0f0f0;
  color: #000;
  font-size: 16px;
  font-family: 'proxima-nova-n4','proxima-nova','arial';
  line-height: 1.4;
}

.blankPage {
  color: #000;
  background-color: #F0F0F0;
}
.blankPage * {
  color: #000;
  background-color: #F0F0F0;
}
.blankPage .FooterContainer, .blankPage .HeaderContainer {
  display: none;
}
.blankPage .PaneContentInner {
  max-width: 1000px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-family: 'proxima-nova-n4','proxima-nova','arial';
  line-height: 1.4;
}

.PageDefault h1, .PageDefault h2, .PageDefault h3, .PageDefault h4, .PageDefault h5, .PageDefault h6 {
  margin: 0;
  font-family: 'proxima-nova-n7','proxima-nova';
  line-height: 1;
  font-style: normal;
  font-weight: 600;
}
.PageDefault a {
  color: #AF1E2D;
  outline: none;
}
.PageDefault a:hover {
  text-decoration: underline;
  color: #000;
}
.PaneLeft {
  background-image:url('../design/left-pane-photo.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.PaneRight {
  background-color: #343233;
  color: #FFF;
  display: inline-block;
  width: 100%;
}

a {
  outline: 0 none;
  color: #194f6d;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #AF1E2D;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.NoBr {
  display: none;
}

img {
  max-width: 100%;
}

table {
  font-size: 16px;
  line-height: 20px;
  border: 0 none;
  border-spacing: 0;
  font-weight: 600;
}
table tr th {
  padding: 5px 5px 5px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #cfcfcf;
}
table tr td {
  padding: 5px 5px 5px 0;
}

table.CustomTable {
  border: 1px solid #b7b7b7;
  border-spacing: 1px;
}
table.CustomTable th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
  padding: 5px;
}
table.CustomTable td {
  padding: 5px;
}
table.CustomTable tr.alt td {
  background-color: #ffffff;
}

b, strong {
  font-weight: 600;
}

.LayoutDefault input[type="text"] {
  border: 1px solid #959595;
  font-family: 'proxima-nova-n4','proxima-nova','arial';
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  display: inline-block;
  width: 335px !important;
  vertical-align: top;
}
.LayoutDefault input[type="submit"] {
  background-color: #AF1E2D;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'proxima-nova-n4','proxima-nova','arial';
  font-weight: 700;
  border: 0 none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  width: 145px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.LayoutDefault input[type="submit"]:hover {
  background-color: #000;
}

.NoBr {
  display: none;
}

#fancybox-content {
  max-width: 655px !important;
  max-height: 595px !important;
  overflow: auto !important;
}

/**************
 *Header
 *************/
/**************
 *Header
 *************/


/*
  * add by alexc
*/

.ladingBanner{
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position:center center;
}

.ladingBanner.SEC{
  height: 390px;
  background-image: url('../design/filings-foto-v2.jpg');
}

.ladingBanner.Reports{
  background-image: url('../design/reports-foto-v2.jpg');
  height: 390px;
  clear: both;
}
.ladingBanner.ReadNews {
  background-image: url('../design/read-news-foto-v4.jpg');
  height: 290px;
}

.HeaderContainer {
  position: relative;
  overflow:hidden;
  /*height: 911px;*/
  /*background-image: url('../design/headerBg-v3.jpg');*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}
.HeaderContainer .FixedContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url('../design/fixed-nav-bg-small.png') repeat-x scroll center top transparent;
  min-height: 92px;
  z-index: 999;
}
.HeaderContainer .PaneHeader {
  font-size: 15px;
  margin: auto;
  max-width: 1200px;
  text-transform: uppercase;
}
.HeaderContainer .PaneHeader:before, .HeaderContainer .PaneHeader:after {
  content: "";
  display: table;
  line-height: 0;
}
.HeaderContainer .PaneHeader .HeaderPaneDiv {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.HeaderContainer .PaneHeader .HeaderPaneDiv:before, .HeaderContainer .PaneHeader .HeaderPaneDiv:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.HeaderContainer .ClientLogo {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin-left: -20px;
  padding: 10px 20px;
  text-shadow: 0 1px 0 #FFFFFF;
}
.HeaderContainer .ClientLogo br{
	display:none;
}
.HeaderContainer nav.MainNav {
  padding: 0;
  display: block;
  float: left;
  left: 0;
  margin: 25px 0 0 0;
  position: relative;
  /*width:845px;*/
  font-family: 'proxima-nova-n7','proxima-nova','arial';
}
.HeaderContainer nav.MainNav ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
}
.HeaderContainer nav.MainNav ul.level2 {
  background-color:#222222;
  border-radius:6px 6px 6px 6px;
  box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    margin:0;
    min-width: 160px;
    padding: 5px 0;
  display:none;
}
.HeaderContainer nav.MainNav ul.level2:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.HeaderContainer nav.MainNav ul.level2:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #222222;
  border-left: 6px solid transparent;
  content: '';

}
.HeaderContainer nav.MainNav ul.level2 > li {
  float:none;
}
.HeaderContainer nav.MainNav ul.level2 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
}
.HeaderContainer nav.MainNav ul.level2 > li > a:hover {
  background:none repeat scroll 0 0 #AF1E2D;
}
.HeaderContainer nav.MainNav ul li {
  position: relative;
  float: left;
}
.HeaderContainer nav.MainNav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 10px 13px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
}
.HeaderContainer nav.MainNav ul li a span.icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FFFFFF;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    border-bottom-color: #999999;
    border-top-color: #999999;
    margin:6px 0 0 3px;
    display: inline-block;
}
.HeaderContainer nav.MainNav li.Investor,
.HeaderContainer nav.MainNav li.Leadership,
.HeaderContainer nav.MainNav li.News {
    margin-right:11px;
}
.FrontPage .HeaderContainer nav.MainNav li.Investor {
    margin-right:0;
}
/*.HeaderContainer nav.MainNav ul li:first-child + li a span.icon,
.FrontPage .HeaderContainer nav.MainNav ul li:first-child + li + li a span.icon,
.NewsCenter .HeaderContainer nav.MainNav ul li.News.Center a span.icon {
    display: inline-block;
}*/
/*.HeaderContainer nav.MainNav ul li a:hover {
  color: #AF1E2D;
}*/
.HeaderContainer nav.MainNav ul li a:hover span.icon {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.HeaderContainer nav.MainNav ul.level1 {
  display: block;
  position: relative;
}
.HeaderContainer nav.MainNav ul.level1 > li {
  display: block;
  position: relative;
  list-style: none;
  float: left;
  line-height: 20px;
}
.HeaderContainer nav.MainNav ul.level1 > li:hover ul.level2 {
  display: none;
}
.HeaderContainer nav.MainNav ul.level1 > li:hover ul.level2 li a {
  color: #FFF;
  white-space: nowrap;
}
.HeaderContainer .PaneNavigation {
  margin: 0 auto;
  clear: both;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  max-width: 1210px;
  display:none;
}
.HeaderContainer .PaneNavigation ul.secondNav {
  text-transform: uppercase;
  clear: both;
  margin: 0;
  text-align: center;
  font-family: 'proxima-nova-n7','proxima-nova','arial';
}
.HeaderContainer .PaneNavigation ul.secondNav li {
  display: inline-block;
  .display: inline;
  .zoom: 1;
  padding: 0 0 0 25px;
}
.HeaderContainer .PaneNavigation ul.secondNav li:first-child {
  padding: 0;
}
.HeaderContainer .PaneNavigation ul.secondNav li a {
  color: #fff;
  text-decoration: none;
}
.HeaderContainer .PaneNavigation ul.secondNav li a:hover {
  color: #AF1E2D;
}
.HeaderContainer .PaneHeader2 {
  max-width: 1200px;
  clear: both;
  margin: 0 auto;
}
.HeaderContainer .PaneHeader2 .LandingIrTitle {
  padding: 380px 0 370px 0;
  width: 1092px;
  margin: 0 auto;
  /*add by alexc*/
  position: relative;
}
.HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
  margin: 0 auto;
  padding: 15.916% 9%;
  text-align: center;
  text-transform: uppercase;
  font-size: 93px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 2.75% 0;
  background-color: #000000;
  border: 4px solid #ffffff;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  border: 4px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  font-family: 'proxima-nova-n3','proxima-nova','arial';
}

.MenuIcon {
  display: none;
}
.MenuIcon #mobile-nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  background-color: #0E0E0E;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;
}
.MenuIcon #mobile-nav .icon-bar {
  background-color: #F5F5F5;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
}
.MenuIcon #mobile-nav .icon-bar + .icon-bar {
  margin-top: 3px;
}

nav.ResponsiveNav {
  display: none;
  border: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  top: 0;
  clear: both;
}
nav.ResponsiveNav ul {
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
}
nav.ResponsiveNav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
nav.ResponsiveNav ul.level1 {
  display: block;
  margin: 25px 0;
}
nav.ResponsiveNav ul.level1 > li {
  line-height: 20px;
  border-top: 1px solid #222;
}
nav.ResponsiveNav ul.level1 > li > a {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 8px;
  font-weight: 700;
  position: relative;
  margin-bottom: 2px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: block;
}
nav.ResponsiveNav ul.level1 > li > a:hover {
  background-color: #111111;
  color: #FFFFFF;
  text-decoration: none;
}
nav.ResponsiveNav ul.level1 > li > a span.icon {
/*
  right: 10px;
  top: 50%;
  margin: -8px 0 0 0;
  width: 12px;
  height: 16px;
  position: absolute;
  background-image: url('../design/menuArrow.png');
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
*/
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000000;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin:6px 0 0 3px;
    border-bottom-color: #999999;
    border-top-color: #999999;
}
/*.NewsCenter nav.ResponsiveNav ul.level1 > li > a span.icon,
.NewsDetails nav.ResponsiveNav ul.level1 > li > a span.icon,
.NewsCenter nav.ResponsiveNav ul.level2,
.NewsDetails nav.ResponsiveNav ul.level2 {
  display:none!important;
}*/
nav.ResponsiveNav ul.level1 > li.active > a span.icon,
nav.ResponsiveNav ul.level1 > li > a:hover span.icon {
  border-top-color:#FFFFFF;
  border-bottom-color:#FFFFFF;
}
nav.ResponsiveNav ul.level1 > li ul {
    margin: 0;
    padding: 0;
}
nav.ResponsiveNav ul.level1 > li ul li a {
  padding: 9px 15px;
  display: block;
  font-size: 13px;
  font-weight:bold;
  text-decoration:none;
  margin:0 15px;
  background-color:#222222;
}
nav.ResponsiveNav ul.level1 > li ul li a:hover {
  background-color:#AF1E2D;
  color:#FFFFFF;
  border-radius:3px 3px 3px 3px;
}
nav.ResponsiveNav ul.level1 > li ul li.headerItem {
  display: none;
  font-weight:700;
}
nav.ResponsiveNav ul.level1 > li ul li.headerItem a {
   margin:0;
   padding:9px 15px;
}
nav.ResponsiveNav ul.level1 > li ul li.has-children {
  position: relative;
  padding: 0;
}
nav.ResponsiveNav ul.level1 > li ul li.has-children > a {
  padding: .5em .5em .5em 1em;
  font-size: .9em;
}
nav.ResponsiveNav ul.level1 > li ul li.has-children > a span.icon {
  right: 10px;
  top: 15px;
  width: 18px;
  height: 12px;
  background-image: url('../design/expandSprite.png');
  position: absolute;
  display: block;
  background-position: bottom center;
  background-repeat: no-repeat;
}
nav.ResponsiveNav ul.level1 > li ul li.has-children.active a span.icon {
  background-position: top center;
  top: 17px;
}
nav.ResponsiveNav ul.level1 > li ul li.has-children ul {
  display: none;
}
nav.ResponsiveNav ul.level1 .level3 {
  border-top: 1px solid #2b475f;
  box-shadow: -1px 0px 0px rgba(26, 46, 63, 0.5);
  border-bottom: none;
  display: block;
}
nav.ResponsiveNav ul.level1 .level3 li {
  border: none;
  box-shadow: none;
}
nav.ResponsiveNav ul.level1 .level3 li.headerItem {
  border-bottom: 1px solid #2b475f;
  box-shadow: 1px 0px 0px rgba(26, 46, 63, 0.5);
}
nav.ResponsiveNav ul.level1 .level3 li.headerItem a {
  padding: 1em 0 1em 2em;
}
nav.ResponsiveNav ul.level1 .level3 li a {
  color: #c9930e;
  text-transform: none;
  font-weight: 400;
  padding: .3em;
  display: block;
  font-size: 1.2em;
  padding-left: 2em;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
.HeaderContainer .PaneHeader {
	max-width:980px;
}
  .HeaderContainer .PaneNavigation ul.secondNav {
    margin: 0 0 0 0;
  }
  .HeaderContainer .ClientLogo a {
	width:250px;
	display:block;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.ladingBanner.SEC,
.ladingBanner.Reports,
.ladingBanner.ReadNews{
  height: 290px;
}
  .HeaderContainer .FixedContainer {
    min-height: 84px;
	background:url('../design/fixed-nav-bg-small.png') repeat-x scroll center top transparent;
  }
  .HeaderContainer .PaneHeader {
	font-size:13px;
  }
  .HeaderContainer .ClientLogo {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .HeaderContainer .ClientLogo a {
	width:250px;
	display:block;
  }
  .HeaderContainer nav.MainNav, .HeaderContainer ul.secondNav {
    display: none;
  }
  .HeaderContainer .MenuIcon {
    display: block;
  }
  .HeaderContainer .PaneHeader .HeaderPaneDiv {
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    background: url('../design/1px-transparent-black.png') repeat scroll 0 0 transparent;
    border: initial;
  }
}
@media screen and (max-width: 767px) {
.ladingBanner.SEC,
.ladingBanner.Reports,
.ladingBanner.ReadNews{
  height: 240px;
}
.MenuIcon #mobile-nav {
  margin-top:16px;
}
  .HeaderContainer .FixedContainer {
    min-height: 70px;
  }
  .HeaderContainer .ClientLogo {
    margin: 0 0 0 -5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .HeaderContainer .ClientLogo img {
    width: 160px;
  }
  .HeaderContainer .PaneHeader {
    font-size:13px;
  }
  .HeaderContainer .PaneHeader2 {
    height: 500px;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 190px 0 0 0;
    width: 90%;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 28px;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 53px;
    -webkit-animation: titleAnimation 30s linear;
  }
  .HeaderContainer .PaneNavigation {
    display: none;
  }
  .HeaderContainer nav.MainNav, .HeaderContainer ul.secondNav {
    display: none;
  }
  .HeaderContainer .MenuIcon {
    display: block;
  }
  .HeaderContainer .PaneHeader .HeaderPaneDiv {
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    background: url('../design/1px-transparent-black.png') repeat scroll 0 0 transparent;
    border: initial;
  }
}
@media screen and (max-width: 480px) {
	.ladingBanner.SEC,
	.ladingBanner.Reports,
	.ladingBanner.ReadNews{
		height: 190px;
	}
	.headerBanner{
		background-image: url(http://src.sencha.io//files/design/headerBg-v3-low.jpg);
	}
	.NewsCenter .headerBanner {
		background-image:url(http://src.sencha.io//files/design/header-news-center-v2-low.jpg);
	}
	.NewsDetails .headerBanner {
		background-image:url(http://src.sencha.io//files/design/header-news-center-v2-low.jpg);
	}
}
@media screen and (max-width: 480px) {
  .LayoutDefaultInner {
    overflow:hidden;
  }
  .HeaderContainer {
    overflow:visible;
  }
  .HeaderContainer .FixedContainer {
    height: 70px;
    background:none repeat scroll 0 0 #000000;
    position:relative;
  }
  .HeaderContainer .ClientLogo {
    margin:0 0 0 -5px;
  }
  .HeaderContainer .ClientLogo img {
    width: 160px;
  }
  .HeaderContainer .PaneHeader2 {
    height: 500px;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 190px 0 0 0;
    width: 90%;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 28px;
  }
  .HeaderContainer .PaneNavigation {
    display: none;
  }

  nav.ResponsiveNav {
    top: -10px;
  }
}
/*#***************************
 * Content Area 
 * Section, Pages, Content  
*****************************/
.PaneContentInner {
  color: #000;
}
.PaneContentInner img.fullscreen {
  min-width: 100%;
}
.PaneContentInner .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.PaneContentInner .inner .ContentContainer {
  line-height: 1.375;
  padding: 35px 0;
}
.PaneContentInner .inner .ContentContainer p {
  text-align: center;
}
.PaneContentInner .innerLeft {
  float: left;
  width: 50%;
  padding: 0 0 0 1%;
  direction: rtl;
}
.PaneContentInner .innerRight {
  float: right;
  width: 50%;
  padding: 0 1% 0 0;
}
.PaneContentInner .ModuleHeader {
  display: none;
}
.PaneContentInner .SectionHeading {
  color: #fff;
  margin-top: 50px;
  clear: both;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.PaneContentInner .SectionHeading.noMargin {
  margin: 0;
}
.PaneContentInner .SectionHeading h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1200px;
  margin: 0 auto !important;
}
.PaneContentInner .SectionHeading h1 span {
  display: block;
  padding: 50px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}
.PaneContentInner .SectionHeading h1 span a {
  color: #FFFFFF;
  text-decoration: none;
}
.PaneContentInner .SectionHeading .ContentContainer a {
  position: absolute;
  top: 0%;
  left: 50%;
  margin: -20px 0 0 -20px;
}
.PaneContentInner .secModule > span {
  font-size: 14px;
  font-weight: 600;
  float: left;
  display: block;
  margin: 0 0 20px 0;
  line-height: 1.6;
}
.PaneContentInner .secModule > select {
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin: 0 10px 20px 10px;
}
.PaneContentInner .secModule .NavigationPanel {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  float: right;
  margin: 0 0 20px 0;
}
.PaneContentInner .secModule .NavigationPanel a {
  color: #AF1E2D;
  text-decoration: none;
  margin: 0 0 0 20px;
}
.PaneContentInner .secModule .NavigationPanel a.Next {
  margin: 0 0 0 75px;
}
.PaneContentInner .secModule .SECListContainer {
  clear: both;
  margin: 0 0 75px 0;
  width: 100%;
}
.PaneContentInner .secModule .SECListContainer th {
  background-color: #000;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
}
.PaneContentInner .secModule .SECListContainer td {
  padding: 5px;
}
.PaneContentInner .secModule .SECListContainer td.secDate {
  font-weight: 600;
  white-space: nowrap;
}
.PaneContentInner .secModule .SECListContainer td.secFiling {
  font-weight: 600;
}
.PaneContentInner .secModule .SECListContainer td span {
  width: 25px;
  display: inline-block;
}
.PaneContentInner .secModule .SECListContainer td span.REDLINE, .PaneContentInner .secModule .SECListContainer td span.CONVTEXT, .PaneContentInner .secModule .SECListContainer td span.ORIG, .PaneContentInner .secModule .SECListContainer td span.HTML {
  display: none;
}
.PaneContentInner .secModule .SECListContainer td span a {
  background-image: url('../icons/iconSprite.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 25px;
}
.PaneContentInner .secModule .SECListContainer td span.CONVPDF a {
  background-position: -55px 0;
}
.PaneContentInner .secModule .SECListContainer td span.XLS a {
  background-position: -25px 0;
}
.PaneContentInner .secModule .SECListContainer td span.XBRL a {
  background-position: -106px 0;
}
.PaneContentInner .secModule .SECListContainer td span.XBRL_HTML a {
  background-position: -83px 0;
}

.StockQuoteIr {
  direction: rtl;
}
.StockQuoteIr.innerLeft {
  width: 40.66%;
}
.StockQuoteIr .StockIr {
  max-width: 420px;
  padding-right: 20px;
  direction: ltr;
}
.StockQuoteIr .StockIr .StockIrContainer {
  margin: 45px 0 15px 0;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData {
  margin: 20px 0 30px 0;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData + .stockData .delay {
  display: none;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .price {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .exchange {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change {
  margin-top: 0px;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .normal {
  font-size: 41px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .percent {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .percent .positive {
  padding: 13px 0 0 0;
  background: transparent url('../design/stock-up-arrow.png') no-repeat scroll center top;
  min-width: 24px;
  display: inline-block;
  text-align: center;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .percent .negative {
  padding: 0 0 13px 0;
  background: transparent url('../design/stock-down-arrow.png') no-repeat scroll center bottom;
  min-width: 24px;
  display: inline-block;
  text-align: center;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .positive {
  color: #669900;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .change .negative {
  color: #AF1E2D;
}
.StockQuoteIr .StockIr .StockIrContainer .stockData .delay {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  clear: both;
}
.StockQuoteIr .StockIr .StockIrContainer h1 {
  border-bottom: 2px solid #e2e2e2;
}
.StockQuoteIr .StockIr .StockIrContainer h1 .symbol {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
}
.StockQuoteIr .StockIr .StockIrContainer h1 .time {
  display: inline-block;
}
.StockQuoteIr .StockIr .StockIrContainer h1 .time .currentLabel {
  font-weight: 700;
  display: block;
  font-size: 16px;
}
.StockQuoteIr .StockIr .StockIrContainer h1 .time .date {
  font-size: 14px;
  color: #999999;
  display: block;
  font-weight: 400;
}
.StockQuoteIr .StockIr .StockIrContainer .DetailedStock {
  font-size: 18px;
  width: 100%;
}
.StockQuoteIr .StockIr .StockIrContainer .DetailedStock td {
  font-weight: 600;
  width: 50%;
}
.StockQuoteIr .StockIr .StockIrContainer .DetailedStock td:first-child {
  font-size: 16px;
  font-weight: 400;
}

.StockHistorical {
  margin: 0 0 60px 0;
}
.StockHistorical.innerLeft {
  width: 40.66%;
}
.StockHistorical .historical {
  direction: ltr;
  max-width: 420px;
  padding-right: 20px;
}
.StockHistorical .historical input[type="submit"] {
  width: 110px;
  height: 23px;
  line-height: 23px;
}
.StockHistorical .historical h1 {
  font-size: 16px;
  border-bottom: 2px solid #E2E2E2;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.StockHistorical .historical .StockHistoricalSelection {
  margin: 0 0 10px 0;
}
.StockHistorical .historical .DetailedStock {
  font-size: 18px;
  width: 100%;
}
.StockHistorical .historical .DetailedStock td {
  font-weight: 600;
}
.StockHistorical .historical .DetailedStock td:first-child {
  font-size: 16px;
  font-weight: 400;
}
.StockHistorical .ErrorContainer {
  display: none;
}

.StockChart.innerRight {
  width: 59.33%;
}
.StockChart .StockChartIr {
  max-width: 660px;
  padding-left: 20px;
  margin: 75px 0 30px 0;
  overflow:hidden;
}
.StockChart .StockChartIr h1 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px 0;
}
.StockChart .StockChartIr h1 .ModuleTitle {
  color: #333333;
  display: block;
}
.StockChart .StockChartIr h1 .ModuleTitle span {
  font-weight: 400;
  color: #999999;
  display: block;
}
.StockChart .StockChartIr #chart {
  width: 640px;
  height: 410px;
  overflow: hidden;
}
.StockChart .StockChartIr #chart .loading {
  margin: 15px auto;
  display: block;
}

.EventsCalendarContainer {
  max-width: 600px;
  direction: ltr;
  margin: 0 0 65px 0;
}
.EventsCalendarContainer h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.EventsCalendarContainer .loading {
  margin-right: 6.66%;
}
.EventsCalendarContainer #contentForPicker {
  width: 510px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
.EventsCalendarContainer #contentForPicker .hasOne .EventItemRow {
  background-color: transparent !important;
}
.EventsCalendarContainer #contentForPicker .hasMore .CalendarDate {
  display: none !important;
}
.EventsCalendarContainer #contentForPicker .hasMore .CalendarDetails {
  float: none !important;
  width: 100% !important;
}
.EventsCalendarContainer #contentForPicker #Pop-up {
  display: none;
  padding: 5px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CloseMe {
  display: none;
}
.EventsCalendarContainer #contentForPicker #Pop-up .Event {
  overflow: hidden;
  padding: 10px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .Event.EventItemRow {
  background-color: #f0f0f0;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate {
  background-color: #1e76b1;
  color: #FFF;
  border: 1px solid #507a95;
  float: left;
  width: 94px;
  font-weight: 600;
  text-align: center;
  padding: 7px 0 10px 0;
  line-height: 1;
  margin: 0 30px 0 0;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalDay {
  font-weight: 700;
  font-size: 54px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalMonthYear {
  font-size: 16px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalTime {
  font-size: 10px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails {
  float: left;
  width: 350px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px 0;
  padding: 0;
  line-height: 1.2;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CustomTable {
  border: 0 none;
  font-size: 13px;
  line-height: 1.3;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CustomTable tr {
  background-color: transparent;
  border: 0 none;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CustomTable th {
  padding: 0;
  font-size: inherit;
  background-color: transparent;
  color: #000000;
  border: 0 none;
  vertical-align: top;
  text-transform: none;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CustomTable td {
  padding: 0;
  vertical-align: top;
  border: 0 none;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CalendarBody p {
  margin: 0;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CalendarLinks {
  font-size: 13px;
}
.EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails .CalendarLinks a {
  color: #AF1E2D;
  font-weight: 700;
  text-decoration: none;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker {
  position: relative;
  border: 0 none;
  width: 100%;
  padding: 0 0 80px 0;
  background: transparent;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header {
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 55px;
  width: 100%;
  padding: 0;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-icon {
  background-image: url('../design/calendar-arrows.png');
  width: 28px;
  height: 50px;
  left: 0;
  top: 0;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a {
  width: 28px;
  height: 50px;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  left: 15px;
  top: 0;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev span {
  margin: 0;
  background-position: left center;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  right: 15px;
  top: 0;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next span {
  margin: 0;
  background-position: right center;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker table {
  font-size: 18px;
  border: 1px solid #cccccc;
  font-weight: 700;
  border-collapse: separate;
  border-spacing: 5px;
  border: 0 none;
  margin: 0;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker thead {
  display: none;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker td {
  padding: 0;
  width: 67px;
  height: 57px;
  background-color: #dbe4ea;
  opacity: 1;
  filter: Alpha(Opacity=100);
  vertical-align: middle;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker td.highlight .ui-state-default {
  color: #1e76b1;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker td.highlight .ui-state-active {
  color: #FFFFFF;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker td span {
  text-align: center;
  width: 67px;
  height: 57px;
  line-height: 57px;
  padding: 0;
  font-weight: 400;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker td a {
  text-align: center;
  width: 67px;
  height: 57px;
  line-height: 57px;
  padding: 0;
  font-weight: 700;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-state-default {
  background: transparent;
  color: #999999;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-state-highlight {
  border: 0 none;
}
.EventsCalendarContainer #contentForPicker .ui-datepicker .ui-state-active {
  border: 0 none;
  color: #FFFFFF;
  background-color: #1e76b1;
}

.ModuleEvent {
  margin: 0 0 65px 0;
}
.ModuleEvent .RssLinkTopContainer {
  position: absolute;
  top: -5px;
  right: 0;
}
.ModuleEvent .ModuleEventInner {
  max-width: 600px;
  position: relative;
}
.ModuleEvent .eventYears {
  font-weight: 700;
  color: #AF1E2D;
  font-size: 12px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.ModuleEvent .eventYears li {
  cursor: pointer;
  display: inline;
}
.ModuleEvent .eventYears li.active {
  color: #000;
}
.ModuleEvent .eventYears li:hover {
  color: #000;
  text-decoration: underline;
}
.ModuleEvent .eventYears li.separator {
  color: #999999 !important;
  text-decoration: none !important;
  cursor: default !important;
}
.ModuleEvent .ModuleYearNavContainer {
  display: none;
}
.ModuleEvent .ModuleItemRow {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 4px 0;
}
.ModuleEvent .ModuleItemRow.ModuleItemAlt {
  background-color: #ffffff;
}
.ModuleEvent .EventDate {
  background-color: #1e76b1;
  color: #FFF;
  border: 1px solid #507a95;
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  font-weight: 600;
  text-align: center;
  padding: 7px 0 10px 0;
  line-height: 1;
  margin: 0 10px 0 0;
}
.ModuleEvent .EventDate .ModuleDate {
  display: block;
}
.ModuleEvent .EventDate .ModuleDate .CalDay {
  font-weight: 700;
  font-size: 54px;
}
.ModuleEvent .EventDate .ModuleDate .CalMonth {
  font-size: 16px;
}
.ModuleEvent .EventDate .CalTime {
  font-size: 14px;
}
.ModuleEvent .ModuleHeadline {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.ModuleEvent .EventDetails {
  display: inline-block;
  vertical-align: middle;
  width: 475px;
  position: relative;
  padding-right: 100px;
}
.ModuleEvent .EventDetails .UrlFileLink {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
.ModuleEvent .addCal {
  display: none;
}
.ModuleEvent .UrlFileLink, .ModuleEvent .ModuleLinks a,
.ModuleEvent .addToCal a {
  font-size: 13px;
  color: #AF1E2D;
  font-weight: 700;
  text-decoration: none;
}
.ModuleEvent .CustomTable, .ModuleEvent table {
  border: 0 none;
  font-size: 12px;
  line-height: 1.3;
}
.ModuleEvent .CustomTable tr, .ModuleEvent table tr {
  background-color: transparent;
  border: 0 none;
  font-size: inherit;
}
.ModuleEvent .CustomTable th, .ModuleEvent table th {
  padding: 0;
  font-size: inherit;
  background-color: transparent;
  color: #000000;
  border: 0 none;
  vertical-align: top;
  text-transform: none;
  font-weight: 600;
}
.ModuleEvent .CustomTable td, .ModuleEvent table td {
  padding: 0;
  vertical-align: top;
  border: 0 none;
}

.ReadNews {
  clear:both;
}
.ReadNews .ContentContainer {
  position:relative;
  height:100%;
}
.ReadNews h1 {
  font-weight: 700;
  font-size: 48px;
  margin: -24px 0 0 0;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.ReadNews h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.ReadNews h1 a:hover {
  color: #AF1E2D;
}
.ReadNews img {
  max-height: 290px;
}

.PaneContentInner #EmailAlertsForm {
  display: none;
}

.MailingListSignupLink {
  background-color: #343233;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 55px 10px;
}
.MailingListSignupLink h1 {
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 15px 0;
}
.MailingListSignupLink h1 a {
  color: #FFFFFF;
}
.MailingListSignupLink h1 a:hover {
  color: #AF1E2D;
}
.MailingListSignupLink .IntroText {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: none;
  line-height: 20px;
  margin: 0 0 0 0;
}

.MailingListUnsubscribeContainer .MailingListCol1 {
  display: none;
}

.MailingListSignupOuterContainer {
  background-color: #343233;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 55px 120px;
  width: 1200px;
}
.MailingListSignupOuterContainer .EditSubscriberConfirmation + .EditSubscriberConfirmation {
  display: none;
}
.MailingListSignupOuterContainer .MailingListSignupContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.MailingListSignupOuterContainer .MailingListSignupContainer h1 {
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 15px 0;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingListsHeading {
  display: none;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table {
  border-spacing: 0;
  border: 0 none;
  margin: 0 auto;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  white-space:nowrap;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td {
  text-align: left;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td label {
  margin: 0;
  font-weight: 600;
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table tr {
  background-color: transparent;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table td {
  text-align: center;
}
.MailingListSignupOuterContainer .MailingListSignupContainer table td.MailingListCol1 {
  display: none;
}
.MailingListSignupOuterContainer .MailingListSignupContainer h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 70px 0;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .ErrorContainer {
  margin: 0 auto;
  color: #AF1E2D;
  font-weight: 600;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingListTableContainer {
  display: inline-block;
  vertical-align: top;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .RequiredField {
  display: none;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText {
  margin: 35px 0;
  font-weight: 600;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText p {
  margin: 0 0 30px 0;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText p a {
  color: #FFF;
}
.MailingListSignupOuterContainer .MailingListSignupContainer .MailingNotes {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  margin: 60px 0 0 0;
}
.MailingListSignupOuterContainer .MailingListSignupContainer input[type="text"] {
  border: 1px solid #959595;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  display: inline-block;
  width: 335px !important;
  vertical-align: top;
}
.MailingListSignupOuterContainer .MailingListSignupContainer input[type="submit"] {
  background-color: #AF1E2D;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 0 none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  width: 145px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.MailingListSignupOuterContainer .MailingListSignupContainer input[type="submit"]:hover {
  background-color: #000;
}

.FinancialQuarterly {
  margin-top: 50px;
  margin-bottom: 30px;
}
.FinancialQuarterly .FinancialQuarterlyInner {
  direction: ltr;
  max-width: 600px;
  margin-right: 10px;
}
.FinancialQuarterly .FinancialQuarterlyInner h1 {
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
}
.FinancialQuarterly .FinancialQuarterlyInner .YearContianer {
  margin: 0 0 7px 0;
}
.FinancialQuarterly .FinancialQuarterlyInner .Year {
  cursor: pointer;
  background-color: #dddddd;
  color: #0a447d;
  background-image: url('../design/red-arrow-right.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 5px 0 5px 25px;
}
.FinancialQuarterly .FinancialQuarterlyInner .Year.active {
  background-image: url('../design/red-arrow-down.png');
  color: #000;
}
.FinancialQuarterly .FinancialQuarterlyInner .Year:hover {
  color: #000;
}
.FinancialQuarterly .FinancialQuarterlyInner .QuarterlyWidget {
  margin-bottom: 15px;
  font-size: 13px;
}
.FinancialQuarterly .FinancialQuarterlyInner .fancyPopup a {
  font-weight: 600;
  color: #AF1E2D;
  font-size: 14px;
  line-height: 20px;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion {
  display: none;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion .FinancialItem:first-child ul li:first-child {
  border-top: 0 none;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul {
  margin: 0;
  padding: 0;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul li {
  border-top: 1px solid #FFFFFF;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul li a {
  color: #0a4477;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul li a.PDF {
  background: transparent url('../icons/pdf.png') no-repeat scroll 7px 6px;
  display: inline-block;
  padding: 7px 0 7px 30px;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul li a.HTML {
  background: transparent url('../icons/html.png') no-repeat scroll 7px 7px;
  display: inline-block;
  padding: 7px 0 7px 30px;
}
.FinancialQuarterly .FinancialQuarterlyInner .FinancialAccordion ul li a:hover {
  color: #000;
}

.FinancialAnnual {
  margin-top: 50px;
  margin-bottom: 30px;
}
.FinancialAnnual .DownloadInner {
  max-width: 400px;
  margin-left: 10px;
}
.FinancialAnnual .DownloadInner h1 {
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
}
.FinancialAnnual .DownloadInner .ModuleItemRow {
  float: left;
  width: 170px;
  margin: 0 15px 15px 0;
  font-size: 14px;
  font-weight: 060;
  text-align: center;
}
.FinancialAnnual .DownloadInner .ModuleItemRow .ModuleThumbnailImage {
  margin: 0 0 25px 0;
  display: block;
}
.FinancialAnnual .DownloadInner .ModuleItemRow a {
  color: #AF1E2D;
  font-weight: 600;
}
.FinancialAnnual .DownloadInner .ModuleItemRow .ModuleFileSizeText {
  display: block;
  color: #000;
}
.FinancialAnnual .DownloadInner .ModuleYearNavContainer {
  display: none;
}

.PaneContentInner .AddReports, .PaneContentInner .ProxyStat, .PaneContentInner .OldAR {
  display: none;
}

.fancybox-inner .DownloadInner h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-inner .DownloadInner .ModuleContainerInnerTop {
  border-left: 3px solid #e4e2e3;
  border-top: 3px solid #e4e2e3;
  background-color: #eeeeee;
  margin-right: 5px;
}
.fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleHeader, .fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleFileSizeText, .fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleThumbnail {
  display: none;
}
.fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleSeparator {
  height: 1px;
  background-color: #FFFFFF;
  display: block;
}
.fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleHeadlineLink {
  background: transparent url('../icons/pdf.png') no-repeat scroll 7px 6px;
  display: inline-block;
  padding: 7px 0 7px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #0a447e;
}
.fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleHeadlineLink:hover {
  color: #000;
}

.AnalystsContent .ContentContainer {
  padding-top: 0;
}
.AnalystsContent table {
  font-weight: 400;
  width: 50%;
  margin: 25px auto 0 auto;
}
.AnalystsContent table td:first-child {
  font-weight: 600;
}

.InvestorKit {
  margin-bottom: 64px;
}
.InvestorKit .DownloadInner {
  background-color: #eeeeee;
  margin-right: 25px;
  max-width: 475px;
  font-size: 14px;
  direction: ltr;
}
.InvestorKit .ModuleItemRow {
  position: relative;
}
.InvestorKit .ModuleIcon {
  vertical-align: middle;
}
.InvestorKit .ModuleFileSizeText {
  display: none;
}
.InvestorKit .ModuleSeparator {
  display: block;
  height: 1px;
  background-color: #fff;
}
.InvestorKit .ModuleHeadlineLink {
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle;
  max-width: 95%;
  color: #0a447e;
}
.InvestorKit .ModuleHeadlineLink:hover {
  color: #000;
}
.HighResLogo {
  margin-bottom: 64px;
}
.HighResLogo .DownloadInner {
  margin-left: 35px;
  max-width: 475px;
}
.HighResLogo .ModuleFileSizeText {
  display: none;
}
.HighResLogo .ModuleHeadlineLink {
  font-weight: 600;
  color: #AF1E2D;
  text-decoration: none;
}
.HighlightsImage {
  background-image: url('../design/highlights-image.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height:350px;
}
.Highlights {
  background-color:#f0f0f0;
  font-size: 18px;
  text-align: center;
}
.Highlights.inner {
  padding:40px 0;
  max-width:1000px;
}
.Highlights.inner .ContentContainer {
  padding:0;
}
.Highlights h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:30px;
}
.Highlights .GovLinks {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin:35px 0;
}
.Highlights .GovLinks a {
  color: #FFF;
  background-color: #AF1E2D;
  display: inline-block;
  width: 205px;
  text-decoration: none;
  padding: 13px 0;
  text-align: center;
  border-radius: 7px;
  margin-left: 85px;
}
.Highlights .GovLinks a:first-child {
  margin-left: 0;
}
.Highlights .GovLinks a:hover {
  background-color: #000;
}

.ReportingConcerns {
  background-color: #343233;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  padding: 45px 0;
}
.ReportingConcerns .inner {
  max-width: 800px;
}
.ReportingConcerns h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ReportingConcerns p {
  margin-bottom: 15px;
}
.ReportingConcerns a {
  color: #AF1E2D;
  text-decoration: none;
}
.ReportingConcerns a:hover {
  color: #FFFFFF;
}

.GovDocs {
  margin-bottom: 30px;
}
.GovDocs.innerLeft,
.GovDocs.innerRight {
  padding-top:70px;
}
.GovDocs .DownloadInner {
  max-width: 390px;
  margin-left: 10px;
  direction: ltr;
}
.GovDocs h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px 0;
  color:#FFFFFF;
}
.GovDocs a {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width:90%;
}
.GovDocs a:hover {
  color: #FFFFFF;
}
.GovDocs .ModuleItemRow {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}
.GovDocs .ModuleItemRow .ModuleIcon {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
.GovDocs .ModuleItemRow .ModuleFileSizeText {
  display: none;
}

div.BottomLinks {
  max-width: 1200px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  clear: both;
  margin: 0 auto;
  padding-bottom:70px;
}
div.BottomLinks ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.BottomLinks ul li {
  display: inline-block;
  .display: inline;
  margin: 0 0 0 35px;
}
div.BottomLinks ul li:first-child {
  margin: 0;
}
div.BottomLinks ul li img {
  margin: 0 10px 0 0;
}
div.BottomLinks ul li > div {
  float: none !important;
  display: inline-block !important;
}
div.BottomLinks ul li a {
  color: #AF1E2D;
}
div.BottomLinks ul li a:hover {
  color: #FFFFFF;
}
div.BottomLinks .stButton {
  display: none !important;
}

.RssContent {
  display: none;
}

.RadEContentBordered #RSS {
  background-color: #FFF;
  color: #000;
}

#RSS {
  background-color: #343233;
  color: #FFFFFF;
  padding: 20px;
  font-size: 16px;
}
#RSS h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#RSS h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#RSS p {
  margin: 0 0 20px 0;
}
#RSS a {
  color: #AF1E2D;
}
#RSS a:hover {
  color: #FFFFFF;
}

.Contactus {
  background: transparent url('../design/contact-bg.png') repeat-y scroll center top;
  clear: both;
  text-align: center;
  padding: 50px 0;
}
.Contactus h1 {
  display: inline-block;
  .display: inline;
  .zoom: 1;
  width: 50%;
  text-align: right;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  margin: 0 -3px 0 0;
  color:#FFFFFF;
}
.Contactus h1 span {
  margin-right: 50px;
  max-width: 600px;
}
.Contactus .ContentContainer {
  display: inline-block;
  .display: inline;
  .zoom: 1;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  color: #000;
  font-size: 24px;
  margin: 0 0 0 -3px;
}
.Contactus .ContentContainer .ContentContainerInner {
  padding: 0 0 0 60px;
}
.Contactus .ContentContainer > * {
  max-width: 600px;
}
.Contactus .ContentContainer h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.Contactus .ContentContainer h3.red {
  color: #AF1E2D;
}
.Contactus .ContentContainer .email {
  display: inline-block;
  margin: 10px 0 0 0;
}
.Contactus .ContentContainer p {
  margin: 0 0 30px 0;
}

.NewsCenter .HeaderContainer {
  /*background-image: url('../design/header-news-center-v2.jpg');*/
}
.NewsCenter .HeaderContainer .FixedContainer {
  height: 131px;
  background-image: url('../design/fixed-nav-bg2.png');
}
.NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle {
  width: 1016px;
}
.NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
  font-size:126px;
  -webkit-animation: titleAnimation 30s linear;
}
.NewsCenter .HeaderContainer .PaneNavigation {
  display: none;
}
.NewsCenter .fancybox-skin,
.NewsCenter #cboxContent {
  background-color: #343233;
  color: #FFF;
}

.LogosAssets {
  width: 800px;
}

.NewsFilters {
  margin: 0 auto;
  text-align: center;
  padding: 70px 0 0 0;
}
.NewsFilters h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}
.NewsFilters .NewsSearch {
  margin: 0 0 50px 0;
}
.NewsFilters .NewsSearch span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 10px 0 0;
  vertical-align: middle;
  text-transform: uppercase;
}
.NewsFilters .NewsSearch input[type="text"] {
  width: 380px !important;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 10px;
  vertical-align: middle;
  border: 2px solid #b7b7b7;
}
.NewsFilters .NewsSearch input[type="button"] {
  background-color: #000;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  padding:0;
  border: 0 none;
  width: 48px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.NewsFilters .NewsSearch .noItems {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0;
}

.NewsTopic {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
.NewsTopic ul {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.NewsTopic ul li {
  float: left;
  width: 50%;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 -1px;
}
.NewsTopic ul li.active {
  background-color: #9ab5c6;
}
.NewsTopic ul li:first-child {
  text-align: right;
  margin: 0 -1px 0 0;
}
.NewsTopic ul li span {
  padding: 0 60px;
  display: block;
}

.NewsContainer .loading {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.NewsContainer .yearTabs {
  margin:0 auto;
  max-width:1200px;
  padding:20px 0 0 0;
  text-align:center;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
.NewsContainer .yearTabs li {
  cursor:pointer;
  display:inline-block;
  .display:inline;
  zoom:1;
  margin:0 25px;
}
.NewsContainer .yearTabs li.active,
.NewsContainer .yearTabs li:hover {
  color:#9AB5C6;
}
.NewsContainer .PageNav {
  margin:20px auto 0 auto;
  max-width:900px;
  padding:0 120px 20px 120px;
  text-align:center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform:uppercase;
  position:relative;
}
.NewsContainer .PageNav .Previous {
	position:absolute;
	left:0;
	top:0;
}
.NewsContainer .PageNav .Next {
	position:absolute;
	right:0;
	top:0;
}
.NewsContainer .PageNav ul {
	margin-top:10px;
}
.NewsContainer .PageNav ul li {
	display:inline;
	padding:0 5px;
}
.NewsContainer .YearContainer h3 {
  color: #000;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  padding: 26px 0;
  text-align: center;
  cursor: pointer;
}
.NewsContainer .YearContainer h3.even {
  background-color: #FFFFFF;
}
.NewsContainer .YearContainer h3.odd {
  background-color: #f7f7f7;
}
.NewsContainer .YearContainer h3.active {
  color: #9ab5c6;
}
.NewsContainer .YearContainer h3:hover {
  color: #9ab5c6;
}
.NewsContainer .YearContainer .slideUpDown {
  background-color: #343233;
  color: #FFF;
  font-size: 21px;
  line-height: 23px;
  padding-top: 1px;
}
.NewsContainer .YearContainer .slideUpDown .NewsItemRow {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 1px;
}
.NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate {
  padding: 13px 0 17px 0;
  width: 94px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  background-color: #9ab5c6;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0 25px 0 0;
}
.NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate .day {
  display: block;
  font-size: 54px;
  font-weight: 700;
}
.NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsTitle {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  max-width: 800px;
}
.NewsContainer .YearContainer .slideUpDown .NewsItemRow a.PDF {
  background: transparent url('../icons/news-pdf.png') no-repeat scroll 0 0;
  width: 39px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 40px;
}

.PaneContentInner .LogosAssets {
  display: none;
}
.PaneContentInner .MediaForm {
  display: none;
}
#FormBuilder .MessageSent {
  font-size: 18px;
  font-weight: 600;
  padding: 50px;
  display: block;
}

.MediaForm {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 140px;
  width: 960px;
  display: inline-block;
  padding: 75px 0;
}
.MediaForm h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 50px 0;
}
.MediaForm .RequiredText {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.MediaForm .Label {
  text-transform: uppercase;
}
.MediaForm input[type="text"] {
  display: block;
  border: 2px solid #b7b7b7;
  width: 380px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  margin-top: 5px;
}
.MediaForm .FormTextArea {
  width: 480px;
  height: 165px;
  resize: none;
}
.MediaForm .RedStart {
  margin-left: 5px;
}
.MediaForm .TextInputFields {
  float: left;
  width: 380px;
  margin-right: 90px;
  clear: left;
}
.MediaForm .TextAreaFields {
  float: right;
  width: 480px;
  margin-right: 0;
  clear: none;
}
.MediaForm .SubmitButton {
  color: #FFFFFF;
  width: 148px;
  height: 40px;
  background-color: #AF1E2D;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.MediaForm .SubmitButton:hover {
  background-color: #000;
}
.MediaForm .ErrorMessage {
  color: #AF1E2D;
  font-size: 14px;
}

.LogosAssets .ModuleHeadlineLink {
  background-image: none;
  padding: 7px 0 7px 7px;
}

.LogosAssetsDL {
  position: relative;
}
.LogosAssetsDL h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  line-height: 100px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin: -50px 0 0 0;
  text-transform: uppercase;
}
.LogosAssetsDL h1 span {
  background: transparent url('../design/arrow-down-81px.png') no-repeat scroll 0 center;
  display: inline-block;
  padding-left: 100px;
  cursor: pointer;
}
.LogosAssetsDL h1 span:hover {
  text-decoration: underline;
}
.LogosAssetsDL img {
  max-height: 340px;
}
.MediaFormLink {
    background-attachment: fixed;
    background-image: url('../design/media-form-request-photo-v2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:130px 0;
    zoom: 1;
}
.MediaFormLink h1 {
  text-align: center;
  max-width: 1200px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  color: #FFFFFF;
  text-transform: uppercase;
}
.MediaFormLink h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.MediaFormLink h1 a:hover {
  color: #AF1E2D;
}

.NewsContact .ContentContainer {
  font-size: 24px;
  line-height: 22px;
}
.NewsContact .ContentContainer h3 {
  font-size: 24px;
  line-height: 24px;
}
.NewsContact .ContentContainer .SelectCity {
  position: relative;
}
.NewsContact .ContentContainer .SelectCity ul {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  background-color: #ffffff;
  width: 448px;
  border: 1px solid #cecece;
  font-size: 18px;
  line-height: 24px;
  color: #999999;
}
.NewsContact .ContentContainer .SelectCity ul li {
  padding: 8px 15px;
  cursor: pointer;
}
.NewsContact .ContentContainer .SelectCity .pleaseSelect {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  border: 1px solid #cecece;
  width: 448px;
  padding: 8px 15px;
  cursor: pointer;
  margin: 25px 0;
}
.NewsContact .ContentContainer .CityContact p {
  display: none;
}
.NewsContact .ContentContainer .CityContact p.selected {
  display: block;
}

.NewsDetails .HeaderContainer {
  height: 390px;
  background-image: url('../design/header-news-center-v2.jpg');
}
.NewsDetails .HeaderContainer .FixedContainer {
  height: 131px;
  background-image: url('../design/fixed-nav-bg2.png');
}
.NewsDetails .HeaderContainer .PaneNavigation {
  display: none;
}
.NewsDetails .PaneContentInner {
  width: 960px;
  margin: 0 auto;
  padding: 65px 0 235px 0;
}
.NewsDetails .ModulePressReleaseDetails h1, .NewsDetails .ModuleEventDetails h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  padding: 0 120px;
  margin: 0 0 35px 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleDateContainer {
  display: none;
}

.NewsDetails .ModulePressReleaseDetails .ModuleTime, .NewsDetails .ModuleEventDetails .ModuleTime {
  margin: 0 0 20px 0;
  font-weight: 600;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks, .NewsDetails .ModuleEventDetails .ModuleLinks {
  margin: 0 0 35px 0;
  text-align: center;
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .hrefWebcastLink, .NewsDetails .ModuleEventDetails .ModuleLinks .hrefWebcastLink {
  text-align: left;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .expandIframe,
.NewsDetails .ModuleEventDetails .ModuleLinks .expandIframe,
#blog .shareWrapper .expandIframe {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#blog .shareWrapper {
	display: block;
	margin: 20px 0 0 0;
	padding-right: 35px;
	text-align: right;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink, .NewsDetails .ModuleEventDetails .ModuleLinks .DocumentFileLink {
  display: inline-block;
  background: transparent url('../icons/pdf-news.png') no-repeat scroll 0 0;
  width: 39px;
  height: 39px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.NewsDetails .ModulePressReleaseDetails .printNewsDetails {
  display:inline-block;
  margin:0 10px 0 0;
  vertical-align:middle;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink > *, .NewsDetails .ModuleEventDetails .ModuleLinks .DocumentFileLink > * {
  display: none;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .st_email_large .stLarge,
.NewsDetails .ModuleEventDetails .ModuleLinks .st_email_large .stLarge,
#blog .shareWrapper .st_email_large .stLarge {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
  cursor: pointer;
  background: transparent url('../icons/news-share-email.png') no-repeat scroll 0 0 !important;
  margin: 0 10px 0 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .linkedinShare,
.NewsDetails .ModuleEventDetails .ModuleLinks .linkedinShare,
#blog .shareWrapper .linkedinShare {
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .linkedinShare .linkedin_icon,
.NewsDetails .ModuleEventDetails .ModuleLinks .linkedinShare .linkedin_icon,
#blog .shareWrapper .linkedinShare .linkedin_icon {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: transparent url('../icons/news-share-linkedin.png') no-repeat scroll 0 0 !important;
  margin: 0 10px 0 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .googleShare,
.NewsDetails .ModuleEventDetails .ModuleLinks .googleShare,
#blog .shareWrapper .googleShare {
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .googleShare .google_icon,
.NewsDetails .ModuleEventDetails .ModuleLinks .googleShare .google_icon,
#blog .shareWrapper .googleShare .google_icon {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: transparent url('../icons/news-share-gplus.png') no-repeat scroll 0 0 !important;
  margin: 0 10px 0 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .twitterShare,
.NewsDetails .ModuleEventDetails .ModuleLinks .twitterShare,
#blog .shareWrapper .twitterShare {
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .twitterShare .twitter_icon,
.NewsDetails .ModuleEventDetails .ModuleLinks .twitterShare .twitter_icon,
#blog .shareWrapper .twitterShare .twitter_icon {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: transparent url('../icons/news-share-twitter.png') no-repeat scroll 0 0 !important;
  margin: 0 10px 0 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .facebookShare,
.NewsDetails .ModuleEventDetails .ModuleLinks .facebookShare,
#blog .shareWrapper .facebookShare {
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .facebookShare .facebook_icon,
.NewsDetails .ModuleEventDetails .ModuleLinks .facebookShare .facebook_icon,
#blog .shareWrapper .facebookShare .facebook_icon {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background: transparent url('../icons/news-share-facebook.png') no-repeat scroll 0 0 !important;
  margin: 0 10px 0 0;
}
.NewsDetails .ModulePressReleaseDetails .ModuleLinks .IframeContainer,
.NewsDetails .ModuleEventDetails .ModuleLinks .IframeContainer,
#blog .shareWrapper .IframeContainer {
  width: 1px;
  overflow-x: hidden;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
.NewsDetails .ModulePressReleaseDetails a, .NewsDetails .ModuleEventDetails a {
  color: #cc0000;
}
.NewsDetails .ModulePressReleaseDetails table, .NewsDetails .ModuleEventDetails table {
  font-weight: 400;
  width: 100%;
  margin: 0 0 30px 0;
}
.NewsDetails .ModulePressReleaseDetails table td, .NewsDetails .ModuleEventDetails table td {
  border-bottom: 1px solid #000;
}
.NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer .reminderGroup, .NewsDetails .ModuleEventDetails .ModuleReminderContainer .reminderGroup {
  white-space: nowrap;
}
.NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer .ReminderTitle, .NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer .ReminderEmailText, .NewsDetails .ModuleEventDetails .ModuleReminderContainer .ReminderTitle, .NewsDetails .ModuleEventDetails .ModuleReminderContainer .ReminderEmailText {
  margin: 0 5px 10px 0;
  display: inline-block;
  .display: inline;
}
.NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer input.ReminderEmailTextbox, .NewsDetails .ModuleEventDetails .ModuleReminderContainer input.ReminderEmailTextbox {
  width: 185px !important;
  height: 23px;
  line-height: 23px;
}
.NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer input.ReminderButton, .NewsDetails .ModuleEventDetails .ModuleReminderContainer input.ReminderButton {
  width: 95px;
  height: 23px;
  line-height: 23px;
  margin: 0 0 10px 0;
}
.NewsDetails .NewsBack {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
a.NewsBack,
.NewsDetails .NewsBack a {
  display: inline-block;
  color: #000;
  vertical-align: middle;
  padding-left: 30px;
  background: transparent url('../design/back-arrow.png') no-repeat scroll 0 center;
}
.shareWrapper .st_sharethis_large {
    position: relative;
}
.shareWrapper .stLarge {
    background-image: url('../icons/sharethis.png') !important;
    width: 39px;
    height: 39px;
    background-position: 0 0 !important;
    position: absolute;
    top: -24px;
    left: -3px;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  .HeaderContainer .PaneHeader {
    font-size:13px;
  }
  .HeaderContainer nav.MainNav ul li a {
    padding:10px 8px;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 280px 0 270px 0;
    width: 90%;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 83px;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle {
    width:90%;
    padding:200px 0 190px 0;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 106px;
  }
  .PaneContentInner .SectionHeading h1 span {
    font-size: 32px;
    padding: 40px 0;
  }

  .StockChart .StockChartIr #chart {
    width: 100%;
  }

  .EventsCalendarContainer #contentForPicker {
    width: 95%;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker td {
    width: 56px;
    height: 51px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker td a {
    width: 56px;
    height: 51px;
    line-height: 51px;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate {
    margin: 0 15px 0 0;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails {
    width: 305px;
  }

  .ModuleEvent .EventDetails {
    width: 365px;
  }

  .MailingListSignupOuterContainer {
    width: 100%;
    padding: 40px 70px;
  }

  .FinancialAnnual .DownloadInner .ModuleItemRow {
    margin: 0 10px 15px 0;
    width: 140px;
  }

  .MediaForm {
    width: 900px;
    margin: 0;
    padding: 40px;
  }
  .MediaForm h1 {
    text-align: left;
  }
  .MediaForm .TextInputFields,
  .MediaForm .TextAreaFields {
    float:none;
    clear:none;
    width:auto;
  }
  .MediaForm .Item {
    float: none;
    clear: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .MediaForm .FormTextArea {
    width: 380px;
    display: block;
  }
  .MediaForm .SubmitButton {
    margin: 20px 0 0 0;
    float: none;
  }

  .NewsContact .ContentContainer .SelectCity .pleaseSelect {
    width: 90%;
  }
  .NewsContact .ContentContainer .SelectCity ul {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 250px 0;
    width: 90%;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 180px 0;
    width: 90%;
  }
  .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 63px;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 83px;
  }
  .PaneContentInner .inner .ContentContainer {
    padding: 25px 0;
  }

  .StockQuoteIr .StockIr .StockIrContainer {
    margin: 25px 0 15px 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .change .normal {
    font-size: 36px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .price {
    font-size: 40px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .exchange {
    font-size: 30px;
  }

  .StockChart .StockChartIr {
    margin: 40px 0 20px 0;
  }
  .StockChart .StockChartIr #chart {
    width: 100%;
    height: 400px;
  }

  .StockHistorical {
    margin: 0 0 30px 0;
  }
  .StockHistorical .historical .StockHistoricalSelection .LookupDateText {
    display: block;
  }
  .StockHistorical .historical .StockHistoricalSelection select {
    margin: 0 0 10px 0;
  }

  .PaneContentInner .SectionHeading {
    margin-top: 35px;
  }
  .PaneContentInner .SectionHeading h1 span {
    font-size: 30px;
    padding: 35px 0;
  }

  .ModuleEvent .EventDate {
    width: 74px;
    padding: 2px 0 5px 0;
  }
  .ModuleEvent .EventDate .CalDay {
    font-size: 48px;
  }
  .ModuleEvent .EventDate .CalMonth {
    font-size: 14px;
    line-height: 16px;
  }
  .ModuleEvent .EventDetails {
    width: 285px;
    padding-right: 0;
  }
  .ModuleEvent .EventDetails .UrlFileLink {
    position: static;
    margin-top: 0;
    right: auto;
    top: auto;
  }

  .EventsCalendarContainer #contentForPicker {
    width: 360px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker {
    padding: 0 0 60px 0;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker .ui-datepicker-title {
    margin: 0 50px;
    font-size: 20px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header {
    height: 45px;
    bottom: 10px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a {
    height: 45px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-icon {
    height: 45px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    right: 10px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    right: 10px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker td {
    width: 45px;
    height: 45px;
  }
  .EventsCalendarContainer #contentForPicker .ui-datepicker td a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate {
    margin: 0 10px 0 0;
    width: 74px;
    padding: 2px 0 5px 0;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalDay {
    font-size: 48px;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalMonthYear {
    font-size: 14px;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails {
    width: 240px;
  }
  .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  .ReadNews h1 {
    font-size: 40px;
    margin: -20px 0 0 0;
  }

  .MailingListSignupLink {
    padding: 40px 10px;
  }
  .MailingListSignupLink h1 {
    font-size: 40px;
  }
  .MailingListSignupLink .IntroText {
    font-size: 16px;
    margin: 0 0 0 0;
  }

  .MailingListSignupOuterContainer {
    width: 100%;
    padding: 40px 75px;
    font-size: 16px;
    line-height: 26px;
  }

  .FinancialAnnual .DownloadInner .ModuleItemRow {
    font-size: 13px;
    margin: 0 5px 15px 0;
    text-align: center;
    width: 115px;
  }
  .FinancialAnnual .DownloadInner .ModuleItemRow .ModuleThumbnailImage {
    margin: 0 0 10px 0;
  }

  .AnalystsContent table {
    width: 80%;
  }
  .InvestorKit {
    margin-bottom: 34px;
  }
  .InvestorKit .ModuleHeadlineLink {
    max-width: 90%;
  }
  .HighResLogo {
    margin-bottom: 34px;
  }
  .HighlightsImage {
	height:300px;
  }
  .Highlights {
    font-size: 16px;
  }
  .Highlights.inner {
	padding:30px 10px;
  }
 .Highlights.inner .ContentContainer {
	padding:0;
 }
  .Highlights h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .Highlights .GovLinks {
    font-size: 20px;
    margin:25px 0;
    text-transform: uppercase;
  }
  .Highlights .GovLinks a {
    margin-left: 55px;
    padding: 10px 0;
    width: 185px;
  }
  .ReportingConcerns {
    padding: 25px 0 10px 0;
    font-size: 16px;
  }
  .ReportingConcerns h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .ReportingConcerns p {
    margin: 0 0 10px 0;
  }
	.GovDocs.innerLeft,
	.GovDocs.innerRight {
	  padding-top:40px;
	}
  div.BottomLinks {
    padding: 0 0 40px 0;
  }

  #RSS {
    padding: 18px;
    font-size: 14px;
  }

  .Contactus {
    padding: 30px 0;
  }
  .Contactus h1 {
    font-size: 48px;
  }
  .Contactus h3 {
    font-size: 20px;
  }
  .Contactus .ContentContainer {
    font-size: 20px;
  }
  .Contactus .ContentContainer p {
    margin: 0 0 20px 0;
  }
  .Contactus .ContentContainer .ContentContainerInner {
    padding: 0 0 0 40px;
  }

  .NewsFilters {
    padding: 35px 0 0 0;
  }
  .NewsFilters h1 {
    margin: 0 0 30px 0;
  }
  .NewsFilters .NewsSearch {
    margin: 0 0 30px 0;
  }

  .NewsTopic {
    font-size: 24px;
  }
  .NewsCenter .yearTabs {
	font-size:25px;
  }
  .NewsCenter .yearTabs li {
	margin:0 15px;
  }
  .NewsCenter .PageNav {
	margin:0 10px;
  }
  .NewsContainer .YearContainer h3 {
    font-size: 36px;
    padding: 18px 0;
  }
  .NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsTitle {
    max-width: 550px;
  }

  .LogosAssetsDL h1 {
    font-size: 30px;
    line-height: 80px;
    margin: -40px 0 0 0;
  }

  .LogosAssets {
    width: 680px;
  }

  .MediaFormLink {
    padding: 50px 0;
  }
  .MediaFormLink h1 {
    font-size: 50px;
  }

  .NewsContact .ContentContainer .SelectCity .pleaseSelect {
    width: 90%;
  }
  .NewsContact .ContentContainer .SelectCity ul {
    width: 90%;
  }

  .MediaForm {
    width: 100%;
    margin: 0;
    padding: 50px 20px;
  }
  .MediaForm h1 {
    font-size: 48px;
    margin: 0 0 30px;
  }
  .MediaForm .Item {
    float: none;
    clear: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .MediaForm .TextAreaFields,
.MediaForm .TextInputFields {
    width: auto;
    float: none;
    margin:0;
  }
  .MediaForm .FormTextArea {
    width: 380px;
    display: block;
  }
  .MediaForm .SubmitButton {
    margin: 20px 0 0 0;
    float: none;
  }

  .NewsDetails .PaneContentInner {
    width: 100%;
    padding: 35px 10px 185px 10px;
  }
}
@media screen and (max-width: 767px) {
  .PaneContentInner .SectionHeading h1 span {
    padding: 25px 0;
    font-size: 24px;
  }
  .PaneContentInner .SectionHeading .ContentContainer a {
    margin: -17px 0 0 -17px;
  }
  .PaneContentInner .SectionHeading .ContentContainer a img {
    width: 34px;
    height: 34px;
  }
  .PaneContentInner .innerLeft, .PaneContentInner .innerRight {
    float: none;
    padding: 0 10px;
    max-width: none;
    width: auto;
  }
  .PaneContentInner .inner {
    max-width: none;
    padding: 0 10px;
  }
  .PaneContentInner .inner .ContentContainer {
    padding: 15px 0;
  }
  .PaneContentInner .secModule > .span {
    margin: 0 0 10px 0;
    line-height: 1.2;
  }
  .PaneContentInner .secModule > select {
    margin: 0 10px 10px 10px;
  }
  .PaneContentInner .secModule .NavigationPanel {
    float: none;
    line-height: 1.2;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 100%;
  }
  .PaneContentInner .secModule .NavigationPanel .left {
    float: left;
  }
  .PaneContentInner .secModule .NavigationPanel .right {
    float: right;
  }
  .PaneContentInner .secModule .NavigationPanel a {
    margin: 0 10px 0 0;
  }
  .PaneContentInner .secModule .NavigationPanel a.Next {
    margin: 0 10px 0 35px;
  }
  .PaneContentInner .secModule .NavigationPanel a.Last {
    margin: 0 0 0 10px;
  }
  .PaneContentInner .secModule .SECListContainer {
    margin: 0 0 20px 0;
  }
  .PaneContentInner .secModule .SECListContainer th {
    font-size: 12px;
  }
  .PaneContentInner .secModule .SECListContainer td {
    font-size: 14px;
  }
  .PaneContentInner .secModule .SECListContainer td.secDate, .PaneContentInner .secModule .SECListContainer td.secFiling {
    font-size: 13px;
  }
  .PaneContentInner .EventsCalendarContainer {
    max-width: none;
    margin: 0 0 20px 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker {
    width: 100%;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker {
    padding: 0 0 55px 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header {
    bottom: 10px;
    height: 35px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 35px;
    font-size: 18px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-icon {
    height: 35px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker td {
    width: auto;
    height: 57px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-state-default {
    width: auto;
    height: 57px;
    line-height: 57px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .Event {
    position: relative;
    padding: 5px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate {
    line-height: 1.1;
    margin: 0 15px 0 5px;
    padding: 2px 0 5px 0;
    width: 65px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalDay {
    font-size: 28px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalMonthYear {
    font-size: 12px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails {
    width: auto;
    display: block;
    margin: 0 0 0 80px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails h3 {
    font-size: 15px;
    margin: 5px 0 10px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .hasMore .CalendarDetails {
    width: auto !important;
    display: block !important;
    margin: 0;
  }

  .StockQuoteIr.innerLeft {
    width: auto;
    float: none;
    direction: ltr;
    padding: 0 10px;
  }
  .StockQuoteIr .StockIr {
    max-width: none;
    padding: 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer {
    margin: 10px 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .symbol {
    font-size: 40px;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .time .currentLabel {
    font-size: 14px;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .time .date {
    font-size: 12px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData {
    margin: 10px 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .change {
    margin: 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .change .normal {
    font-size: 27px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .price {
    font-size: 24px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .exchange {
    font-size: 20px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .DetailedStock {
    font-size: 14px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .DetailedStock td:first-child {
    font-size: 14px;
  }

  .StockChart.innerRight {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  .StockChart .StockChartIr {
    margin: 10px 0;
    padding: 0;
    max-width: none;
  }
  .StockChart .StockChartIr #chart {
    width: 100%;
    height: 300px;
  }

  .StockHistorical {
    margin: 20px 0;
  }
  .StockHistorical .historical {
    max-width: none;
    padding-right: 0px;
  }
  .StockHistorical .historical h1 {
    font-size: 16px;
  }
  .StockHistorical .historical .DetailedStock {
    font-size: 14px;
  }
  .StockHistorical .historical .DetailedStock td:first-child {
    font-size: 14px;
  }

  .ModuleEvent {
    margin: 0 0 20px 0;
  }
  .ModuleEvent .ModuleEventInner {
    max-width: none;
  }
  .ModuleEvent .ModuleItemRow {
    padding: 5px 0;
  }
  .ModuleEvent .EventDate {
    line-height: 1.1;
    margin: 0 10px 0 5px;
    padding: 2px 0 5px 0;
    width: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .ModuleEvent .EventDate .ModuleDate .CalDay {
    font-size: 28px;
  }
  .ModuleEvent .EventDate .ModuleDate .CalMonth {
    font-size: 12px;
  }
  .ModuleEvent .EventDetails {
    width: auto;
    display: block;
    margin: 0 5px;
    margin: 0 0 0 85px;
  }
  .ModuleEvent .ModuleHeadline {
    font-size: 14px;
    line-height: 1.1;
  }

  .ReadNews h1 {
    font-size: 30px;
    margin: -15px 0 0 0;
  }

  .MailingListSignupLink {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 10px;
  }
  .MailingListSignupLink h1 {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
  }
  .MailingListSignupLink .IntroText {
    font-size: 14px;
  }

  .MailingListSignupOuterContainer {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 10px;
    width: 100%;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer h1 {
    font-size: 22px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .IntroText {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText {
    margin: 10px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText p {
    margin: 0 0 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td {
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td div.checker {
    margin: 0 5px 0 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingNotes {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer input[type="text"] {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 150px !important;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer input[type="submit"] {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 105px;
  }

  .FinancialQuarterly {
    margin: 10px 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner {
    margin: 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner h1 {
    font-size: 12px;
  }
  .FinancialQuarterly .FinancialQuarterlyInner .QuarterlyWidget {
    margin: 0 0 5px 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner .fancyPopup a {
    font-size: 12px;
    line-height: 16px;
  }

  .fancybox-inner .DownloadInner h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .fancybox-inner .DownloadInner .ModuleContainerInnerTop {
    margin-right: 0px;
  }
  .fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleHeadlineLink {
    font-size: 12px;
  }

  .FinancialAnnual {
    margin: 10px 0;
  }
  .FinancialAnnual .DownloadInner {
    margin: 0;
  }
  .FinancialAnnual .DownloadInner h1 {
    font-size: 12px;
    line-height: 20px;
  }
  .FinancialAnnual .DownloadInner .ModuleItemRow {
    font-size: 12px;
    margin: 0 10px 10px 0;
    width: 130px;
  }
  .FinancialAnnual .DownloadInner .ModuleItemRow .ModuleThumbnailImage {
    margin: 0 0 10px 0;
  }

  .AnalystsContent table {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .InvestorKit {
    margin: 0 0 20px 0;
  }
  .InvestorKit .DownloadInner {
    margin: 0;
    font-size: 12px;
  }

  .HighResLogo {
    margin: 0;
  }
  .HighResLogo .DownloadInner {
    margin: 0;
  }
  .HighlightsImage {
    height:250px;
  }
  .Highlights {
    font-size: 14px;
  }
  .Highlights.inner {
	padding:20px 10px;
  }
  .Highlights.inner .ContentContainer {
	padding:0;
  }
  .Highlights h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .Highlights .GovLinks {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .Highlights .GovLinks a {
    display: block;
    margin: 0 auto 20px auto;
    padding: 8px 0;
  }
  .Highlights .GovLinks a:first-child {
    margin: 0 auto 20px auto;
  }

  .ReportingConcerns {
    font-size: 14px;
    padding: 15px 0 10px;
  }
  .ReportingConcerns h1 {
    font-size: 15px;
    line-height: 24px;
  }
  .GovDocs {
    margin: 0 0 10px 0;
  }
  .GovDocs.innerLeft,
  .GovDocs.innerRight {
   padding-top:20px;
  }
  .GovDocs .DownloadInner {
    margin: 0;
    max-width: none;
  }
  .GovDocs h1 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .GovDocs .ModuleItemRow {
    line-height: 25px;
    white-space: normal;
    position: relative;
  }
  .GovDocs .ModuleItemRow .ModuleIcon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .GovDocs a {
    display: inline-block;
    padding-left: 25px;
  }

  div.BottomLinks {
    padding: 0 10px 20px 10px;
  }
  div.BottomLinks li {
    margin: 0 0 0 10px;
  }

  #RSS {
    padding: 16px;
    font-size: 13px;
  }
  #RSS h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  #RSS h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  #RSS p {
    margin: 0 0 10px 0;
  }

  .Contactus {
    padding: 0;
    background-image: none;
    text-align: left;
  }
  .Contactus h1 {
    display: block;
    font-size: 30px;
    margin: 0;
    text-align: left;
    width: auto;
    background-color: #9ab5c6;
    padding: 10px;
  }
  .Contactus .ContentContainer {
    display: block;
    font-size: 16px;
    margin: 0;
    width: auto;
    padding: 0 10px;
    background-color: #FFF;
  }
  .Contactus .ContentContainer h3 {
    font-size: 20px;
  }
  .Contactus .ContentContainer .ContentContainerInner {
    padding: 10px 0;
  }
  .Contactus .ContentContainer .ContentContainerInner p {
    margin: 0 0 10px 0;
  }
  .Contactus .ContentContainer .email {
    margin: 5px 0 0 0;
  }

  .NewsContact .ContentContainer .SelectCity .pleaseSelect {
    width: 90%;
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .NewsContact .ContentContainer .SelectCity ul {
    top: 35px;
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }

  .NewsCenter .HeaderContainer .FixedContainer {
    height:70px;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 190px 0 0 0;
    width: 90%;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 53px;
  }
  .NewsCenter .NewsFilters {
    padding: 20px 0 0 0;
  }
  .NewsCenter .NewsFilters h1 {
    font-size: 35px;
    margin: 0 0 25px 0;
  }
  .NewsCenter .NewsFilters .NewsSearch {
    margin: 0 0 20px 0;
  }
  .NewsCenter .NewsFilters .NewsSearch span {
    font-size: 15px;
  }
  .NewsCenter .NewsFilters .NewsSearch input[type="text"] {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    width: 180px !important;
  }
  .NewsCenter .NewsFilters .NewsSearch input[type="button"] {
    font-size: 14px;
    height: 34px;
    width: 38px;
  }
  .NewsCenter .NewsTopic {
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
  }
  .NewsCenter .NewsTopic ul li span {
    padding: 0 30px;
  }
  .NewsCenter .yearTabs {
	font-size:16px;
	line-height:30px;
	padding:10px 0;
  }
  .NewsCenter .yearTabs li {
	margin:0 15px;
  }
  .NewsCenter .PageNav {
	margin:0 10px;
  }
  .NewsCenter .NewsContainer .YearContainer h3 {
    font-size: 24px;
    padding: 7px 0;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown {
    font-size: 14px;
    line-height: 18px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow {
    position: relative;
    padding-left: 75px;
    padding-right: 40px;
    margin: 5px 0;
    min-height: 70px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate {
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 8px 0 12px;
    width: 64px;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate .day {
    font-size: 34px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow a.PDF {
    background-image: url('../icons/news-pdf-23.png');
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    right: 5px;
  }
  .NewsCenter .LogosAssetsDL h1 {
    font-size: 14px;
    line-height: 30px;
    margin: -15px 0 0 0;
  }
  .NewsCenter .LogosAssetsDL h1 span {
    background-image: url('../design/arrow-down-27px.png');
    padding-left: 30px;
  }

  .LogosAssets {
    width: 100%;
  }

  .MediaFormLink {
    padding: 20px 0;
  }
  .MediaFormLink h1 {
    font-size: 20px;
  }

  #FormBuilder {
    width: 100%;
  }
  #FormBuilder .MediaForm {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  #FormBuilder .MediaForm h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  #FormBuilder .MediaForm .Item {
    width: auto;
    float: none;
    margin: 0;
  }
  #FormBuilder .MediaForm .TextInputFields,
  #FormBuilder .MediaForm .TextAreaFields {
    width: auto;
    float:none;
    margin:0 0 10px 0;
  }
  #FormBuilder .MediaForm textarea {
    width: 95%;
    height: 150px;
  }
  #FormBuilder .MediaForm input[type="text"] {
    width: 95%;
  }
  #FormBuilder .MediaForm .SubmitButton {
    float: none;
    margin: 20px 0 0 0;
  }

  .NewsDetails .PaneContentInner {
    padding: 25px 10px 125px 10px;
    width: auto;
  }
  .NewsDetails .NewsBack {
    font-size: 14px;
    line-height: 24px;
  }
  .NewsDetails .ModulePressReleaseDetails h1, .NewsDetails .ModuleEventDetails h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks, .NewsDetails .ModuleEventDetails .ModuleLinks {
    margin: 0 0 15px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink, .NewsDetails .ModuleEventDetails .ModuleLinks .DocumentFileLink {
    background: transparent url('../icons/news-pdf-23.png') no-repeat scroll 0 0;
    width: 23px;
    height: 23px;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .st_email_large .stLarge,
  .NewsDetails .ModuleEventDetails .ModuleLinks .st_email_large .stLarge,
  #blog .shareWrapper .st_email_large .stLarge {
    width: 25px;
    height: 16px;
    background: transparent url('../icons/news-share-email-25.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .linkedinShare .linkedin_icon,
  .NewsDetails .ModuleEventDetails .ModuleLinks .linkedinShare .linkedin_icon,
  #blog .shareWrapper .linkedinShare .linkedin_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-linkedin-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .googleShare .google_icon,
  .NewsDetails .ModuleEventDetails .ModuleLinks .googleShare .google_icon,
  #blog .shareWrapper .googleShare .google_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-gplus-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .twitterShare .twitter_icon,
  .NewsDetails .ModuleEventDetails .ModuleLinks .twitterShare .twitter_icon,
  #blog .shareWrapper .twitterShare .twitter_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-twitter-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .facebookShare .facebook_icon,
  .NewsDetails .ModuleEventDetails .ModuleLinks .facebookShare .facebook_icon,
  #blog .shareWrapper .facebookShare .facebook_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-facebook-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .stLarge,
  #blog .shareWrapper .stLarge {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/sharethis23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
    top: -16px;
  }
  #blog .shareWrapper .stLarge {
  	top: -14px;
  }
  #blog .shareLabel {
  	line-height: 23px!important;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleTime, .NewsDetails .ModuleEventDetails .ModuleTime {
    font-size: 13px;
    line-height: 18px;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody, .NewsDetails .ModuleEventDetails .ModuleBody {
    font-size: 13px;
    line-height: 18px;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table, .NewsDetails .ModuleEventDetails .ModuleBody table {
    font-size: 12px;
    line-height: 18px;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table td, .NewsDetails .ModuleEventDetails .ModuleBody table td {
    padding: 3px 3px 3px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table p, .NewsDetails .ModuleEventDetails .ModuleBody table p {
    margin: 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleReminderContainer .reminderGroup, .NewsDetails .ModuleEventDetails .ModuleReminderContainer .reminderGroup {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .PaneContentInner .SectionHeading h1 span {
    padding: 25px 0;
    font-size: 24px;
  }
  .PaneContentInner .SectionHeading .ContentContainer a {
    margin: -17px 0 0 -17px;
  }
  .PaneContentInner .SectionHeading .ContentContainer a img {
    width: 34px;
    height: 34px;
  }
  .PaneContentInner .innerLeft, .PaneContentInner .innerRight {
    float: none;
    padding: 0 10px;
    max-width: none;
    width: auto;
  }
  .PaneContentInner .inner {
    max-width: none;
    padding: 0 10px;
  }
  .PaneContentInner .inner .ContentContainer {
    padding: 15px 0;
  }
  .PaneContentInner .secModule > .span {
    margin: 0 0 10px 0;
    line-height: 1.2;
  }
  .PaneContentInner .secModule > select {
    margin: 0 10px 10px 10px;
  }
  .PaneContentInner .secModule .NavigationPanel {
    float: none;
    width: 100%;
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 5px 0;
  }
  .PaneContentInner .secModule .NavigationPanel .left {
    float: left;
  }
  .PaneContentInner .secModule .NavigationPanel .right {
    float: right;
  }
  .PaneContentInner .secModule .NavigationPanel a {
    margin: 0 10px 0 0;
  }
  .PaneContentInner .secModule .NavigationPanel a.Next {
    margin: 0 10px 0 35px;
  }
  .PaneContentInner .secModule .NavigationPanel a.Last {
    margin: 0 0 0 10px;
  }
  .PaneContentInner .secModule .SECListContainer {
    margin: 0 0 20px 0;
  }
  .PaneContentInner .secModule .SECListContainer th {
    font-size: 12px;
  }
  .PaneContentInner .secModule .SECListContainer td {
    font-size: 14px;
  }
  .PaneContentInner .secModule .SECListContainer td.secDate, .PaneContentInner .secModule .SECListContainer td.secFiling {
    font-size: 13px;
  }
  .PaneContentInner .EventsCalendarContainer {
    max-width: none;
    margin: 0 0 20px 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker {
    width: 100%;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker {
    padding: 0 0 55px 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header {
    bottom: 10px;
    height: 35px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 35px;
    font-size: 18px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-datepicker-header .ui-icon {
    height: 35px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker table {
    font-size: 14px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker td {
    width: auto;
    height: 37px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker .ui-datepicker .ui-state-default {
    width: auto;
    height: 37px;
    line-height: 37px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .Event {
    position: relative;
    padding: 5px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate {
    line-height: 1.1;
    margin: 0 15px 0 5px;
    padding: 2px 0 5px 0;
    width: 65px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalDay {
    font-size: 28px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDate .CalMonthYear {
    font-size: 12px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails {
    width: auto;
    display: block;
    margin: 0 0 0 80px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .CalendarDetails h3 {
    font-size: 15px;
    margin: 5px 0 10px;
  }
  .PaneContentInner .EventsCalendarContainer #contentForPicker #Pop-up .hasMore .CalendarDetails {
    width: auto !important;
    display: block !important;
    margin: 0;
  }

  .StockQuoteIr.innerLeft {
    width: auto;
    float: none;
    direction: ltr;
    padding: 0 10px;
  }
  .StockQuoteIr .StockIr {
    max-width: none;
    padding: 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer {
    margin: 10px 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .symbol {
    font-size: 40px;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .time .currentLabel {
    font-size: 14px;
  }
  .StockQuoteIr .StockIr .StockIrContainer h1 .time .date {
    font-size: 12px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData {
    margin: 10px 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .change {
    margin: 0;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .price {
    font-size: 24px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .stockData .exchange {
    font-size: 20px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .DetailedStock {
    font-size: 14px;
  }
  .StockQuoteIr .StockIr .StockIrContainer .DetailedStock td:first-child {
    font-size: 14px;
  }

  .StockChart.innerRight {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  .StockChart .StockChartIr {
    margin: 10px 0;
    padding: 0;
    max-width: none;
  }
  .StockChart .StockChartIr #chart {
    width: 100%;
    height: 300px;
  }

  .StockHistorical {
    margin: 20px 0;
  }
  .StockHistorical .historical {
    max-width: none;
    padding-right: 0px;
  }
  .StockHistorical .historical select {
    margin: 0 0 10px 0;
  }
  .StockHistorical .historical h1 {
    font-size: 16px;
  }
  .StockHistorical .historical .DetailedStock {
    font-size: 14px;
  }
  .StockHistorical .historical .DetailedStock td:first-child {
    font-size: 14px;
  }

  .ModuleEvent {
    margin: 0 0 20px 0;
  }
  .ModuleEvent .ModuleEventInner {
    max-width: none;
  }
  .ModuleEvent .ModuleItemRow {
    padding: 5px 0;
    position: relative;
  }
  .ModuleEvent .EventDate {
    line-height: 1.1;
    margin: 0 10px 0 5px;
    padding: 2px 0 5px 0;
    width: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .ModuleEvent .EventDate .ModuleDate .CalDay {
    font-size: 28px;
  }
  .ModuleEvent .EventDate .ModuleDate .CalMonth {
    font-size: 12px;
  }
  .ModuleEvent .EventDetails {
    width: auto;
    display: block;
    margin: 0 5px 0 85px;
    padding: 0;
  }
  .ModuleEvent .EventDetails .UrlFileLink {
    position: static;
  }
  .ModuleEvent .ModuleHeadline {
    font-size: 14px;
    line-height: 1.1;
  }

  .ReadNews h1 {
    font-size: 26px;
    margin: -15px 0 0 0;
  }

  .MailingListSignupLink {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;
  }
  .MailingListSignupLink h1 {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 10px 0;
  }
  .MailingListSignupLink .IntroText {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .MailingListSignupOuterContainer {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 10px;
    width: 100%;
    display: inline-block;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer h1 {
    font-size: 22px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .IntroText {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText {
    margin: 10px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingExtraText p {
    margin: 0 0 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td {
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td div.checker {
    margin: 0 5px 0 0;
    background-image: url('../design/custom-checkbox-sm.png');
    width: 12px;
    height: 12px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td div.checker span {
    background-image: url('../design/custom-checkbox-sm.png');
    width: 12px;
    height: 12px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td div.checker span.checked {
    background-position: 0 -12px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td div.checker input {
    background-image: url('../design/custom-checkbox-sm.png');
    width: 12px;
    height: 12px;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer table.MailingListListTable td label {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer .MailingNotes {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 0;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer input[type="text"] {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 150px !important;
  }
  .MailingListSignupOuterContainer .MailingListSignupContainer input[type="submit"] {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 105px;
  }

  .FinancialQuarterly {
    margin: 10px 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner {
    margin: 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner h1 {
    font-size: 12px;
  }
  .FinancialQuarterly .FinancialQuarterlyInner .QuarterlyWidget {
    margin: 0 0 5px 0;
  }
  .FinancialQuarterly .FinancialQuarterlyInner .fancyPopup a {
    font-size: 12px;
    line-height: 16px;
  }

  .fancybox-inner .DownloadInner h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .fancybox-inner .DownloadInner .ModuleContainerInnerTop {
    margin-right: 0px;
  }
  .fancybox-inner .DownloadInner .ModuleContainerInnerTop .ModuleHeadlineLink {
    font-size: 12px;
  }

  .FinancialAnnual {
    margin: 10px 0;
  }
  .FinancialAnnual .DownloadInner {
    margin: 0;
  }
  .FinancialAnnual .DownloadInner h1 {
    font-size: 12px;
    line-height: 20px;
  }
  .FinancialAnnual .DownloadInner .ModuleItemRow {
    font-size: 12px;
    margin: 0 10px 10px 0;
    width: 130px;
  }
  .FinancialAnnual .DownloadInner .ModuleItemRow .ModuleThumbnailImage {
    margin: 0 0 10px 0;
  }

  .AnalystsContent table {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }

  .InvestorKit {
    margin: 0 0 20px 0;
  }
  .InvestorKit .DownloadInner {
    margin: 0;
    font-size: 12px;
  }
  .InvestorKit .DownloadInner .ModuleHeadlineLink {
    max-width: 93%;
  }

  .HighResLogo {
    margin: 0;
  }
  .HighResLogo .DownloadInner {
    margin: 0;
  }
  .HighlightsImage {
    height:200px;
  }
  .Highlights {
    font-size: 14px;
  }
  .Highlights.inner {
	padding:20px 10px;
  }
  .Highlights.inner .ContentContainer {
	padding:0;
  }
  .Highlights h1 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .Highlights .GovLinks {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .Highlights .GovLinks a {
    display: block;
    margin: 0 auto 10px auto;
    padding: 8px 0;
  }
  .Highlights .GovLinks a:first-child {
    margin: 0 auto 10px auto;
  }

  .ReportingConcerns {
    font-size: 14px;
    padding: 15px 0 10px;
  }
  .ReportingConcerns h1 {
    font-size: 15px;
    line-height: 24px;
  }

  .GovDocs {
    margin: 0 0 10px 0;
  }
  .GovDocs.innerLeft,
  .GovDocs.innerRight {
    padding-top:20px;
  }
  .GovDocs .DownloadInner {
    margin: 0;
    max-width: none;
  }
  .GovDocs h1 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .GovDocs .ModuleItemRow {
    line-height: 25px;
    white-space: normal;
    position: relative;
  }
  .GovDocs .ModuleItemRow .ModuleIcon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .GovDocs a {
    display: inline-block;
    padding-left: 25px;
  }

  div.BottomLinks {
    padding: 0 10px 20px 10px;
  }
  div.BottomLinks ul li {
    margin: 10px auto;
    display: block;
  }
  div.BottomLinks ul li:first-child {
    margin: 10px auto;
  }

  .Contactus {
    padding: 0;
    background-image: none;
    text-align: left;
  }
  .Contactus h1 {
    display: block;
    font-size: 24px;
    margin: 0;
    text-align: left;
    width: auto;
    background-color: #9ab5c6;
    padding: 10px;
  }
  .Contactus .ContentContainer {
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    width: auto;
    padding: 0 10px;
    background-color: #FFF;
  }
  .Contactus .ContentContainer h3 {
    font-size: 20px;
  }
  .Contactus .ContentContainer .ContentContainerInner {
    padding: 10px 0;
  }
  .Contactus .ContentContainer .ContentContainerInner p {
    margin: 0 0 10px 0;
  }
  .Contactus .ContentContainer .email {
    margin: 5px 0 0 0;
  }

  .NewsContact .ContentContainer .SelectCity .pleaseSelect {
    width: 90%;
    margin: 15px 0;
    font-size: 14px;
    line-height: 18px;
  }
  .NewsContact .ContentContainer .SelectCity ul {
    top: 35px;
    width: 90%;
    font-size: 14px;
    line-height: 18px;
  }
  .NewsContact .ContentContainer .SelectCity ul li {
    padding: 5px 15px;
  }

  .NewsCenter .HeaderContainer .FixedContainer {
    height: 70px;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle {
    padding: 190px 0 0 0;
    width: 90%;
  }
  .NewsCenter .HeaderContainer .PaneHeader2 .LandingIrTitle h1 {
    font-size: 28px;
  }
  .NewsCenter .NewsFilters {
    padding: 20px 0 0 0;
  }
  .NewsCenter .NewsFilters h1 {
    font-size: 35px;
    margin: 0 0 25px 0;
  }
  .NewsCenter .NewsFilters .NewsSearch {
    margin: 0 0 20px 0;
  }
  .NewsCenter .NewsFilters .NewsSearch span {
    font-size: 15px;
  }
  .NewsCenter .NewsFilters .NewsSearch input[type="text"] {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    width: 180px !important;
  }
  .NewsCenter .NewsFilters .NewsSearch input[type="button"] {
    font-size: 14px;
    height: 34px;
    width: 38px;
  }
  .NewsCenter .NewsTopic {
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
  }
  .NewsCenter .NewsTopic ul li span {
    padding: 0 30px;
  }
  .NewsCenter .yearTabs {
	font-size:14px;
	line-height:30px;
	padding:10px 0;
  }
  .NewsCenter .yearTabs li {
	margin:0 10px;
  }
  .NewsCenter .PageNav {
	font-size:13px;
	padding:0 90px 20px 90px;
	margin:0 10px;
  }
  .NewsCenter .NewsContainer .YearContainer h3 {
    font-size: 24px;
    padding: 7px 0;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown {
    font-size: 14px;
    line-height: 18px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow {
    position: relative;
    padding-left: 75px;
    padding-right: 40px;
    margin: 5px 0;
    min-height: 70px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate {
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px 0 0;
    padding: 8px 0 12px;
    width: 64px;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow .newsDate .day {
    font-size: 34px;
  }
  .NewsCenter .NewsContainer .YearContainer .slideUpDown .NewsItemRow a.PDF {
    background-image: url('../icons/news-pdf-23.png');
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    right: 5px;
  }
  .NewsCenter .LogosAssetsDL h1 {
    font-size: 14px;
    line-height: 30px;
    margin: -15px 0 0 0;
  }
  .NewsCenter .LogosAssetsDL h1 span {
    background-image: url('../design/arrow-down-27px.png');
    padding-left: 30px;
  }

  .LogosAssets {
    width: 100%;
  }

  .MediaFormLink {
    padding: 20px 0;
  }
  .MediaFormLink h1 {
    font-size: 20px;
  }

  #FormBuilder {
    width: 100%;
  }
  #FormBuilder .MediaForm {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    width: 100%;
  }
  #FormBuilder .MediaForm h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  #FormBuilder .MediaForm .Item {
    width: auto;
    float: none;
    margin: 0;
  }
  #FormBuilder .MediaForm .Item.ItemStory,
  #FormBuilder .MediaForm .Item.ItemInterview {
    width: auto;
  }
  #FormBuilder .MediaForm textarea {
    width: 95%;
    height: 150px;
  }
  #FormBuilder .MediaForm input[type="text"] {
    width: 95%;
  }
  #FormBuilder .MediaForm .SubmitButton {
    float: none;
    margin: 20px 0 0 0;
  }

  .NewsDetails .PaneContentInner {
    padding: 25px 10px 125px 10px;
    width: auto;
  }
  .NewsDetails .NewsBack {
    font-size: 14px;
    line-height: 24px;
  }
  .NewsDetails .ModulePressReleaseDetails h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks {
    margin: 0 0 15px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .DocumentFileLink {
    background: transparent url('../icons/news-pdf-23.png') no-repeat scroll 0 0;
    width: 23px;
    height: 23px;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .st_email_large .stLarge {
    width: 25px;
    height: 16px;
    background: transparent url('../icons/news-share-email-25.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .linkedinShare .linkedin_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-linkedin-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .googleShare .google_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-gplus-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .twitterShare .twitter_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-twitter-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleLinks .facebookShare .facebook_icon {
    width: 23px;
    height: 23px;
    background: transparent url('../icons/news-share-facebook-23.png') no-repeat scroll 0 0 !important;
    margin: 0 5px 0 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody {
    font-size: 12px;
    line-height: 18px;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table {
    font-size: 12px;
    line-height: 18px;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table td {
    padding: 3px 3px 3px 0;
  }
  .NewsDetails .ModulePressReleaseDetails .ModuleBody table p {
    margin: 0;
  }
}
/**************
 *Footer 
 *************/
.FooterContainer {
  background-color: #000;
  min-height: 370px;
  text-align: center;
  padding: 40px 0;
}
.FooterContainer .PaneFooter {
  max-width: 1350px;
  margin: 0 auto;
  		/*ul.logos {
  			padding:90px 0 0 0;
  			margin:0 0 55px 0;
  			li {
  				padding: 0 10px;
  				display: inline-block;
  				.display:inline;
  				.zoom:1;
  				margin: 0 2px;
  
  				a {
  					background-image: url('../design/companyLogos.png');
  					background-repeat: no-repeat;
  					height: 50px;
  					text-indent: -9999px;
  					display:block;
  					background-position: 0 0;
  					width: 170px;
  					&.LiveNation {
  
  					}
  					&.TicketMaster {
  						background-position: -200px 0;
  						width: 145px;
  					}
  					&.HouseOfBlues {
  						background-position: -375px 0;
  						width: 145px;
  					}
  					&.ArtistsNation {
  						background-position: -550px 0;
  						width: 155px;
  					}
  					&.LiveNationNet {
  						background-position: -730px 0;
  						width:265px
  					}
  				}
  			}
  		}*/
}
.FooterContainer .PaneFooter .footer_logos {
  padding:0;
  margin: auto;
  /*padding-top: 20px;*/
}
.FooterContainer .PaneFooter .footer_logos a {
  margin: 0 10px;
}

.FooterContainer .PaneFooter .footer_logos img {
    /*vertical-align: text-top;*/
}

.FooterContainer .PaneFooter .map_links {
  background: url('../design/map.png') no-repeat scroll center center transparent;
  height: 135px;
  margin: 10px auto;
  max-width: 415px;
  width: 95%;
}
.FooterContainer .PaneFooter .map_links p {
  /*float: left;*/
  font-size: 19px;
  font-weight: bold;
  padding: 51px 0;
  /*width: 50%;*/
  color:#FFFFFF;
}
.FooterContainer .PaneFooter .map_links p a {
  color: #FFFFFF;
}
.FooterContainer .PaneFooter2 {
  clear: both;
  text-transform: uppercase;
  max-width: 470px;
  margin: 0 auto;
}
.FooterContainer .PaneFooter2 ul.FooterLinks {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 18px;
}
.FooterContainer .PaneFooter2 ul.FooterLinks li {
  display: inline-block;
  .display: inline;
  .zoom: 1;
}
.FooterContainer .PaneFooter2 ul.FooterLinks li a {
  color: #fff;
}
.FooterContainer .PaneFooter2 ul.FooterLinks li span.QuickLinkSeparator {
  display: inline-block !important;
  padding: 0 5px;
  color: #FFFFFF;
}
.FooterContainer .PaneQ4Footer {
  clear: both;
  max-width: 1210px;
  margin: 0 auto;
}
.FooterContainer .PaneQ4Footer .Copyright {
  padding: 0 10px 10px 10px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.FooterContainer .PaneQ4Footer .Q4FooterContainer a {
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90% !important;
}

@media screen and (min-width: 768px) and (max-width: 939px) {
  .FooterContainer {
    min-height: 400px;
  }
  .FooterContainer .PaneFooter ul.logos {
    margin: 0 0 35px 0;
    padding: 45px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .FooterContainer {
    min-height: 400px;
    padding: 20px 10px 20px 10px;
  }
  .FooterContainer .PaneFooter ul.logos {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .FooterContainer {
    min-height: 400px;
    padding: 0 10px 20px 10px;
  }
  .FooterContainer .PaneFooter ul.logos {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .LayoutDefault input[type="text"] {
    width: 235px !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  /*body {
  	min-width: 320px;
  }*/
  body.BodyBackground {
    font-size: 14px;
    line-height: 1.2;
  }

  .PaneRight {
    display: block;
  }
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.ladingBanner, .MediaFormLink, .HighlightsImage { background-attachment:scroll }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.ladingBanner, .MediaFormLink, .HighlightsImage { background-attachment:scroll }
}

body #cboxOverlay {
     background-color:#000;
     opacity:0.6!important;
}

body #cboxLoadedContent {
     margin:0;
     overflow-y:auto!important;
}

body #cboxClose {
    background-image: url('../js/fancybox/fancybox_sprite.png');
    background-position: 0 0;
    height: 36px;
    right: -18px;
    top: -18px;
    width: 36px;
}

body #cboxClose:hover {
    background-position: 0 0;
}

body #cboxContent {
    overflow:visible;
    box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
    border-radius:4px;
}

#colorbox.fancybox-inner .ModuleDownloadListWithTags {
    padding:20px;
}

a.link
{
color: #AF1E2D !important;
}

a.link:hover
{
color: #000 !important;
}

.ModulePressReleaseDetails .ModuleBody p{
margin-bottom: 15px;
}

/* new search */
.all-news {
    background-color: #343233;
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    padding-top: 1px;
}

.all-news .ModuleItemRow {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 1px;
}

.all-news .ModuleDate {
    background-color: #9ab5c6;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 25px 0 0;
    padding: 13px 0 17px;
    text-align: center;
    vertical-align: middle;
    width: 94px;
}
.all-news .ModuleDate .day {
    display: block;
    font-size: 54px;
    font-weight: 700;
}
.all-news .ModuleHeadlineLink {
    color: #fff;
    display: inline-block;
    max-width: 850px;
    vertical-align: middle;
}
.all-news .ModuleHeadlineLink:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 979px) {

  .all-news .ModuleHeadlineLink {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {

  .all-news {
    font-size: 14px;
    line-height: 18px;
  }
  .all-news .ModuleItemRow {
    margin: 5px 0;
    min-height: 70px;
    padding-left: 75px;
    padding-right: 40px;
    position: relative;
  }
  .all-news .ModuleDate {
    font-size: 13px;
    font-weight: 400;
    left: 5px;
    margin: 0 10px 0 0;
    padding: 8px 0 12px;
    position: absolute;
    top: 0;
    width: 64px;
  }

  .all-news .ModuleDate .day {
    font-size: 34px;
  }
}

.search-results {
    font-size: 18px;
    padding: 40px 0 10px;
    border-bottom: 1px solid #b7b7b7;
}
.search-results span {
    float:right;
}
.ModulePressReleaseDetails em {
font-style:italic;
}
