
/*@import url('//graphics8.nytimes.com/css/blogs/nytco/underscores.css');
@import url('//graphics8.nytimes.com/css/blogs/nytco/flexslider.css');
@import url('//graphics8.nytimes.com/images/blogs_v3/nytco/style.css');
*/

/*@import url('//www.nytco.com/css/blogs/nytco/underscores.css');
@import url('//www.nytco.com/css/blogs/nytco/flexslider.css');
@import url('//www.nytco.com/css/blogs/nytco/style.css');*/

.PreviewBody {margin-top:45px!important;}
.PreviewToolBar {
        z-index:10001!important;
        position:fixed!important;
        margin:0!important;
        font-size:1rem;
}

body {
        font-family:"nyt-franklin",sans-serif;
}

.BodyBackground {
        margin-left:0;
        margin-right:0;
}

img {
    border:0 none;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

h1 {
        font-size:24px;
        line-height:30px;
        margin:0 0 30px 0;
}

h2 {
        font-size:20px;
        font-family:"nyt-franklin",sans-serif;
        line-height:26px;        
        font-weight:bold;
}

.LayoutHomePage .PaneContent h1 {
        font-family:"nyt-franklin",sans-serif;
        font-size:14px;
        line-height:25px;
        font-weight:bold;
        margin:0 0 5px 0;
}

/* CONTAINERS */

#site-navigation.fixed {
        z-index:9997;
        width:auto;
}

.PreviewBody #site-navigation.fixed {
        top:45px;
}

#main {
        box-shadow:-5px 0 5px -5px #999999, 5px 0 5px -5px #999999;
        min-height: 1000px;
}

#secondary {
    position:relative;
}

.secondary-navigation .level2 > li {
    margin:10px 0 20px 0;
}

/* SEARCH */

.ModuleSearch {
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.9);
    margin-top: 18px;
    position: fixed;
    z-index: 9998;
    width:100px;
    padding-left:28px;
    height:23px;
    border:1px solid #C8C8C8;
}

.ModuleSearch .SearchInput {
    color:#C8C8C8;
    height: 23px;
    line-height: 23px;
    width: 95px;
    font-family:"nyt-franklin",sans-serif;
    font-size:11px;
    border:0 none;
    background:transparent;
    padding:0;
}

.ModuleSearch .SearchButton {
    background:transparent url('../design/search-button.png') no-repeat scroll 0 0!important;
    width:16px;
    height:16px;
    text-transform:uppercase;
    text-indent:-9999px;
    position:absolute;
    left:5px;
    top:5px;
    border:0 none;
    padding:0 none;
    box-shadow:none;
}

/*########  Start Main Navigation   ##########*/

.main-navigation .level2 {
        display:none;
}

.main-navigation li.selected > a,
.main-navigation li.expanded > a {
    background: none repeat scroll 0 0 #383838;
    color: #FFFFFF;
}

/*######## END Main Navigation  ##########*/



/*########  Start Containers    ##########*/

 
.PaneContent {
    font-size:13px; /* font sizes broken after css import from client, can be removed after we get update */
    position:relative;
}

.PaneBreadcrumb {
    margin:0 -40px;
    position:relative;
}

.PaneRight {
    margin: 0 -40px;
}

.PaneContentInner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*########  END Containers  ##########*/


pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*########  Start Left Navigation   ##########*/

.secondary-navigation .level1 {
    padding-left:0;
}

.secondary-navigation .level1 > li,
.secondary-navigation .level1 > li.has-children > a {
    display:none;
}

.secondary-navigation .level1 > li.has-children.selected,
.secondary-navigation .level1 > li.has-children.expanded {
    display:list-item;
    margin:0;
}

form,.RadMenu_Default_rtl .group .link:hover .expandLeft,.RadMenu_Default_rtl .group .link:hover .expandRight {
    margin:0;
}

/*########  END Left Navigation ##########*/


/*########  Start Footer    ##########*/

.PaneFooter {
       clear:both;
}

footer {
        margin-top:35px;
}

div.footer-menu {
    float: right;
}
div.footer-menu li {
    float: right;
    position: relative;
    margin-left: 5px
}
div.footer-menu li:nth-child(1)>a {
    padding-left: 5px;
    border-left: 1px solid #bebebe
}

.SiteDisclaimer {
        font-size:12px;
        line-height:18px;
        border-top:1px solid #cfcfcf;
        padding-top:15px;
        margin-top:10px;
}

h6.copyright {
        clear:none;
}

.Q4FooterContainer h6.copyright {
        float:right;
        margin:0;
}

.Q4FooterContainer a {
    color: #BEBEBE;
    text-decoration: none;
}

.Q4FooterContainer a span {
        float:left;
        display:block;
}

/*########  END Footer  ##########*/

.PrintPage {
    position: absolute;
    right: 25px;
    top: 7px;
}

.clear {
    clear:both;
}

.RequiredField {
    color:Red;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/*Mailing List */

.MailingListSignupContainer {
        margin:0 0 20px 0;
}

.MailingListSignupContainer table {
        margin:0;
}

.MailingListSignupContainer table.MailingListListTable {
        margin:0 0 10px 0;
}

.MailingListSignupContainer table.MailingListListTable td {
        padding:2px 0;
}

.MailingListSignupContainer table.MailingListListTable td input {
        margin:3px;
}

.MailingListUnsubscribeContainer {
        margin:0 0 30px 0;
}

.MailingListSignupContainer .MailingListCol1,
.MailingListSignupContainer .MailingListCol2,
.MailingListUnsubscribeContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol2 {
        padding:0 5px 5px 0;
}

.MailingListSignupContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol1 {
        width:15%;
}

.MailingListConfirmation, .MailingListActivationMessage {
    display: block;
    font-weight: bold;
}

.EditSubscriberConfirmation {
    font-weight: bold;
}

/* %=MailingListUnsubscribe */

.MailingListUnsubscribeContainer input[type="text"] {
        width:200px;
}

.MailingListUnsubscribeMessage {
    font-weight: bold;
}

.MailingListUnsubscribeAction {
    font-weight: bold;
    display: block;
}

.MailingListUnsubscribeMessage {
    font-weight: bold;
}

/* Custom */

html input[type="button"], html input[type="reset"], html input[type="submit"] {
         font-size:14px;
         padding:5px 10px;
         font-family:"nyt-franklin",sans-serif;
}

.triggerAll {
    padding:5px;
    text-align:right;
    text-transform:uppercase;
    font-weight:bold;
}

.blue {
    color:#32a0d2;
}

.LatestAR {
    display:inline-block;
    width:100%;
}

.LatestAR a {
    color:#8c8c8c;
    text-decoration:none;
}

.LatestAR .ARLeft {
    display:inline-block;
    width:40%;
    vertical-align:middle;
}

.LatestAR .ARRight {
    display:inline-block;
    width:59%;
    vertical-align:middle;
}

.IntroText {
    margin:0 0 20px 0;
}

.IntroText p {
    font-size:20px;
    line-height:26px;
    color:#8c8c8c;
    font-weight:300;
}

.CustomTable {
         font-size:16px;
         line-height:22px;
}

.CustomTable th {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align:left;
}

.CustomTable.CommitteeTable th {
    line-height: 12px;
    padding:10px 0;
}

.CustomTable td {
    border-bottom:1px solid #CCCCCC;
    padding:5px 10px;
    background-color: #F0F6F8;
}

.CustomTable td[align="center"],.CustomTable th[align="center"] {
    text-align:center;
}

.CustomTable td[align="right"],.CustomTable th[align="right"] {
    text-align:right;
}

.CustomTable tr:nth-child(2n+1) td {
    background-color:transparent;
}

.CustomTable + p {
    margin-top:-20px;
    background-color: #ECECEC;
    font-size: 10px;
    line-height: 32px;
    padding: 0 10px;
}

.CustomTable + p small {
    font-size:inherit;
}

.NoBr,
.MailingListSignupContainer .ErrorContainer + br, .RightColumnBlock, .SearchResultsUrl {
    display:none;
}

ol li {
    list-style-type:decimal;
}

.FaqAnswer ul li,
.HtmlTextContainer ul li,
.ModulePressReleaseDetails ul li {
    list-style-type:disc;
    margin-left:15px;
}

.BackLink {
    background: url('../design/global-links-arrows.png') no-repeat scroll 0 5px transparent;
    font-weight: bold;
    line-height: 25px;
    padding-left: 10px;
    margin-right:10px;
}

.RequiredField {
    color:red;
}

span.sep {
    border-left: 1px solid #CBCBCB;
    height: 14px;
    position: absolute;
    top: 20px;
}

/* GLOBALS */

.PaneHeader2 {
    position:fixed;
    top:50%;
    left:0;
    margin-top:-70px;
}

div.GlobalQL {
    margin-bottom:1px;
    position:relative;
    width:35px;
    height:34px;
    z-index:1;
}

.GlobalQL h1 {
    background: url('../design/button-gray.png') repeat scroll 0 0 transparent;
    cursor: pointer;
    direction: ltr;
    font-family: "nyt-franklin",sans-serif;
    font-weight:bold;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0;
}

.GlobalQL h1 span.ModuleTitle {
    display:block;
    position:relative;
    padding-left:37px;
}

.GlobalQL h1 .text {
    display:none;
}

.GlobalQL h1 .icon {
    display:block;
    position:absolute;
    width:36px;
    height:34px;
    left:0;
    top:0;
    background:transparent url('../design/global-link-icon2.png') no-repeat scroll 0 0;
}

.GlobalQL ul {
    display:none;
    background:#ececec url('../design/button-hover-gray.png') repeat scroll 0 0;
    direction:ltr;
    font-size:12px;
    line-height:30px;
    padding:10px 20px;
}

.GlobalQL ul li {
    background: url('../design/global-links-arrows.png') no-repeat scroll 0 8px transparent;
    margin:5px 0 0 0;
    padding-left: 15px;
    line-height:20px;
}

.GlobalQL ul li:first-child {
    margin:0;
}

.GlobalQL ul li a {
    color:#FFFFFF;
}

.GlobalQL:hover {
    width:auto;
    height:auto;
}

.GlobalQL:hover ul,
.GlobalQL:hover h1 .text {
    display:block;
}

.GlobalQL:hover h1 {
    background: url('../design/button-hover-gray.png') repeat scroll 0 0 #ececec;
}

.GlobalContact {
    margin-bottom:1px;
    position:relative;
    width:36px;
    height:34px;
    z-index:1;
    direction:ltr;
}

.GlobalContact h1 {
    background: url('../design/button-gray.png') repeat scroll 0 0 transparent;
    cursor: pointer;
    direction: ltr;
    font-family: "nyt-franklin",sans-serif;
    font-weight:bold;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    width:35px;
}

.GlobalContact h1 span.ModuleTitle {
    display:block;
    position:relative;
    padding-left:37px;
}

.GlobalContact h1 .text {
    display:none;
}

.GlobalContact h1 .icon {
    display:block;
    position:absolute;
    width:35px;
    height:34px;
    left:0;
    top:0;
    background:transparent url('../design/global-contact-icon2.png') no-repeat scroll 0 0;
}

.GlobalContact .ContentContainer {
    display:none;
    background:#ececec url('../design/button-hover-gray.png') repeat scroll 0 0;
    direction:ltr;
    font-size:12px;
    line-height:24px;
    padding:10px 20px 15px 20px;
    color:#FFFFFF;
}

.GlobalContact h3 {
    font-size:14px;
    line-height:24px;
    font-weight:bold;
    font-family:"nyt-franklin",sans-serif;
}

.GlobalContact h4 {
    font-size:10px;
    line-height:14px;
    font-weight:300;
    font-family:"nyt-franklin",sans-serif;
    text-transform:uppercase;
}

.GlobalContact .ContentContainer p {
    margin:10px 0 0 0;
}

.GlobalContact:hover,
.GlobalContact:hover h1 {
    width:auto;
    height:auto;
}

.GlobalContact:hover .ContentContainer,
.GlobalContact:hover h1 .text {
    display:block;
}

.GlobalContact:hover h1 {
    background: url('../design/button-hover-gray.png') repeat scroll 0 0 #ececec;
}

.GlobalContact a,
.GlobalContact h3,
.GlobalContact h4 {
    color:#FFFFFF;
}

.ShareThis {
    margin:0 0 1px 0;   
}

.ShareThis .stButton {
    margin:0 0 1px 0;
    display:block;
    background: url('../design/button-gray.png') repeat scroll 0 0 transparent;
}

.ShareThis .stButton:hover {
    background: url('../design/button-hover-gray.png') repeat scroll 0 0 transparent;
}

.ShareThis .stButton .sharethis {
    background:transparent url('../design/global-share-icon2.png') no-repeat scroll 0 0!important;
    height: 34px;
    width: 35px;
    padding:0;
}

.LayoutHomePage .GlobalQL {
    display:none;
}

.ShareThis .RssIcon {
    background:transparent url('../design/button-gray.png') no-repeat scroll 0 0;
    padding:0;
    width:35px;
    height:34px;
    display:block;
}

.ShareThis .RssIcon:hover {
    background:transparent url('../design/button-hover-gray.png') no-repeat scroll 0 0;
}

.ShareThis .RssIcon span {
    width:35px;
    height:34px;
    display:block;
    background:transparent url('../design/global-rss-icon2.png') no-repeat scroll 0 0;
    position:relative;
    z-index:1;
}

.ShareThis .ContactIcon {
    background:transparent url('../design/button-gray.png') no-repeat scroll 0 0;
    padding:0;
    width:35px;
    height:34px;
    display:block;
}

.ShareThis .ContactIcon:hover {
    background:transparent url('../design/button-hover-gray.png') no-repeat scroll 0 0;
}

.ShareThis .ContactIcon span {
    width:35px;
    height:34px;
    display:block;
    background:transparent url('../design/global-contact-icon2.png') no-repeat scroll 0 0;
    position:relative;
    z-index:1;
}

.ShareThis .stButton .sharethis:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

.StockQuoteHeaderContainer {
    font-size:13px;
    line-height:25px;
    color:#FFFFFF;
    background-color:#000000;
    padding:0 30px;
    text-align:right;
    letter-spacing:0.5px;
    margin-left:534px;
}

.hideSQH .StockQuoteHeaderContainer {
    display:none;
}

.LayoutHomePage .StockQuoteHeaderContainer,
.FullStockWidth .StockQuoteHeaderContainer {
    margin:0;
}

.StockQuoteHeaderContainer .LinkToStockPage {
    cursor:pointer;
}

.StockQuoteHeaderContainer .StockPrice {
    color:#FFFFFF;
    text-decoration:none;
}

.StockQuoteHeaderContainer .StockVolume,
.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    display:none;
}

.StockQuoteHeaderContainer .StockDescription3 {
    cursor:pointer;
}

.StockQuoteHome {
    width:250px;
    padding:30px;
    position:absolute;
    top:25px;
    right:0;
    color:#FFFFFF;
    background-color:#000000;
    z-index:20;
    font-size:13px;
    line-height:25px;
    display:none;
}

.StockHomeSelector {
    display:none;
}

.StockQuoteHome .StockTable {
    margin:0;
    background-color:#ffffff;
    color:#383838;
}

.StockQuoteHome .StockTable td {
    border-bottom:1px solid #cccccc;
    padding:0 10px;
}

.StockQuoteHome .StockTable .alt td {
    background-color:#f0f6f8;
}

.StockQuoteHome .StockTableHeader1,
.StockQuoteHome .StockTableHeader2 {
    font-size:10px;
    background-color:#ececec;
    color:#000000;
    text-transform:uppercase;
    border-bottom:0 none;
    font-weight:bold;
}

.StockQuoteHome .StockTable td.StockTableFooter {
    font-size:10px;
    padding:5px 10px;
    line-height:15px;
}

.HeaderImageContainer {
    margin:0 0 20px 0;
}

/* HOMEPAGE */

.LandingSlider {
     position:relative;
     height:363px;
     margin:0 0 1px 0;
}

.LandingSlider h1 {
    color: #FFFFFF;
    left: 40px;
    margin: 0;
    position: absolute;
    top: 25px;
    z-index:20;
}

.LandingSlider ul li {
    margin:0;
    list-style-type:none;
}

.LandingSlider .ImageTitle {
    font-size:10px;
    line-height:15px;
    text-transform:uppercase;
    position:absolute;
    z-index:15;
    right:35px;
    bottom:15px;
    color:#FFFFFF;
}

.LandingSlider .text {
    font-size:30px;
    line-height:30px;
    font-weight:300;
    position:absolute;
    left:65px;
    bottom:55px;
    z-index:15;
    color:#FFFFFF;
}

.LandingSlider .text h4 {
    font-size:36px;
    line-height:30px;
    font-family:"nyt-karnak-display-130124","Times New Roman","Times",sans-serif;
    color:inherit;
}

.LandingSlider .text p {
    font:inherit;
    line-height:inherit;
    margin:0;
}

.LandingSlider #sliderNav {
    position:absolute;
    bottom:17px;
    z-index:20;
    width:100%;
    left:0;
    text-align:center;
}

.LandingSlider #sliderNav a {
    text-indent:-9999px;
    text-transform:uppercase;
    display:inline-block;
    width:6px;
    height:6px;
    margin-left:10px;
    background:transparent url('../design/slider-nav.png') no-repeat scroll 0 0;
}

.LandingSlider #sliderNav a:first-child {
    margin-left:0;
}

.LandingSlider #sliderNav a.activeSlide {
    background-position:0 -6px;
}

.ModulePressReleaseLatest {
    background-color:#262729;
    color:#ffffff;
    font-size:14px;
    line-height:20px;
    padding:10px 0 13px 0;
    margin-bottom:10px;
}

.ModulePressReleaseLatest .NewsList {
    width:100%;
    display:inline-block;
}

.ModulePressReleaseLatest h1 {
    background-color:#262729;
    color:#ffffff;
    font-size:17px;
}

.ModulePressReleaseLatest .ModuleItemRow {
    float:left;
    width:210px;
    padding:0 35px;
    min-height:80px;
    border-left:1px solid #696969;
}

.ModulePressReleaseLatest .ModuleItemRow:first-child {
    border-left:0 none;
}

.ModulePressReleaseLatest .ModuleDate {
    display:block;
    font-size:12px;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
    color:#FFFFFF;
    text-decoration:none;
    display:block;
}

.FinancialReportLatestContainer {
    display:inline-block;
    .display:inline;
    .zoom:1;
    vertical-align:top;
    width:180px;
    padding-right:10px;
    font-size:12px;
    line-height:25px;
    min-height:150px;
}

.FinancialReportLatestContainer .CoverImage {
    border:1px solid #075eae;
}

.FinancialReportLatestContainer li {
    padding-left:15px;
    background:transparent url('../design/global-links-arrows.png') no-repeat scroll 0 10px;
}

.FeatureVideo {
    font-size:12px;
    line-height:25px;
    display:inline-block;
    .display:inline;
    .zoom:1;
    vertical-align:top;
    width:200px;
    padding:0;
}

.FeatureVideo h1 {
    padding:0 10px;
}

.FeatureVideo .ContentContainer {
    border-left:1px solid #cfcfcf;
    padding:0 10px;
    min-height:115px;
}

.FeatureVideo li {
    padding-left:15px;
    margin-left:0!important;
    list-style-type:none!important;
    background:transparent url('../design/global-links-arrows.png') no-repeat scroll 0 10px;
}

.ModuleEventLatest.HomeEvents {
    display:inline-block;
    .display:inline;
    .zoom:1;
    vertical-align:top;
    width:200px;
    font-size:12px;
    line-height:18px;
}

.ModuleEventLatest.HomeEvents h1 {
    margin:0 0 5px 0!important;
    padding:0 10px;
}

.ModuleEventLatest.HomeEvents .ModuleContainerInnerTop {
    padding:0 10px;
    min-height:115px;
    border-left:1px solid #cfcfcf;
}

.ModuleEventLatest.HomeEvents .ModuleItemRow {
   /* position:relative;*/
}

.ModuleEventLatest.HomeEvents .ModuleDate {
    display:block;
}

.ModuleEventLatest.HomeEvents .WebcastLink {
    background:transparent url('../design/global-links-arrows.png') no-repeat scroll 0 10px;
    display: block;
    line-height: 25px;
    padding-left: 15px;
    margin-top:10px;
}

.ModuleEventLatest.HomeEvents .ModuleBody {
    display:none;
}

div.HomeLinks {
    display:inline-block;
    .display:inline;
    .zoom:1;
    vertical-align:top;
    width:160px;
}

.HomeLinks li {
    padding-left:15px;
    background:transparent url('../design/global-links-arrows.png') no-repeat scroll 0 7px;
    margin:0 0 5px 0;
}

.HomeLinks h1 {
    margin-bottom:5px!important;
    padding:0 0 0 10px;
}

.HomeLinks ul {
    padding:0 0 0 10px;
    min-height:115px;
    border-left:1px solid #cfcfcf;
}

/* FORM BUILDER */

.FormBuilterContainer .Item {
    margin-bottom:10px;
    padding-right:40%;
    position:relative;
}

.FormBuilterContainer .ItemRequestType {
    padding-right:0;
}

.FormBuilterContainer .ItemRequestType .Label {
    width:auto;
}

.FormCheckBoxList td {
    padding:5px 0 0 0;
}

.FormCheckBoxList label {
    margin-left:5px;
}

.FormBuilterContainer .Label {
    display:inline-block;
    .display:inline;
    .zoom:1;
    width:150px;
    font-weight:bold;
}

.FormBuilterContainer .RedStar {
    margin-left:-7px;
}

.FormBuilterContainer .RedStar,
.FormBuilterContainer .ErrorMessage,
.FormBuilterContainer .ErrorMessages {
    color:red;
}

.FormTextBox {
    width:200px;
}

.FormDropdown {
    width: 208px;
}

.FormBuilterContainer .ErrorMessage,
.FormBuilterContainer .ErrorMessages {
    position:absolute;
    left:60%;
    top:2px;
}

.FormBuilterContainer .ItemRequestType .ErrorMessages {
    position:static;
}

/* EVENTS */

.ModuleEvent {
    position:relative;
    clear:both;
}

.ModuleEvent .RssLinkTopContainer {
    position: absolute;
    right: 5px;
    top: 10px;
}

.ModuleEvent .ModuleYearNavContainer {
    background-color:#32a0d2;
    font-size:24px;
    line-height:33px;
    font-weight:300;
    padding:0 10px;
    margin:0 0 2px 0;
}

.ModuleEvent .ModuleYearNavContainer a {
    margin-right:10px;
    color:#FFFFFF;
    text-decoration:none;
}

.ModuleEvent .ModuleHeader {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ModuleEvent .ModuleHeader .ModuleHeaderText1,
.ModuleEvent .ModuleItemRow .ModuleDate {
    display: inline-block;
    vertical-align: top;
    width: 115px;
}

.ModuleEvent .ModuleItemRow .ModuleTime {
    display:none;
}

.ModuleEvent .ModuleItemRow {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 5px 10px;
}

.ModuleEvent .ModuleItemAlt {
    background-color: #F0F6F8;
}

.ModuleEvent .ModuleHeadlineLink {
    width:620px;
    display:inline-block;
    vertical-align:top;
}

.ModuleEvent .ModuleItemRow .ModuleBody,
.ModuleEvent .ModuleItemRow .ModuleFileLink,
.ModuleEvent .ModuleSpeakers {
    margin-left:120px;
}

.ModuleEvent .ModuleItemRow .ModuleBody p {
    margin:0;
    font-size:16px;
    line-height:22px;
}

.ModuleEventDetails {
    font-size:16px;
    line-height:22px;
}

.ModuleEventDetails p {
    font-size:16px;
    line-height:22px;
    margin:0;
}

.ModuleEventDetails .ModuleTime {
    display: block;
}

.ModuleEvent .EventsCalendar {
    float:left;
}

.ModuleEvent #Popup {
    float: right;
    width: 350px;
    font-size:16px;
    line-height:22px;
}

.ModuleEvent .ui-widget {
    font-size:inherit;
    font-family:inherit;
}

.ModuleEvent .ui-datepicker {
    width:auto;
    padding:0;
    background:transparent none no-repeat scroll 0 0;
    border:0 none;
}

.ModuleEvent .ui-datepicker td {
    border: 0 none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding:0;
}

.ModuleEvent .ui-datepicker td.ui-datepicker-current-day .ui-state-active {
    background-color:#C1DCE9;
}

.ModuleEvent .ui-datepicker td.ui-datepicker-current-day.highlight {
    color:inherit;
}

.ModuleEvent .ui-datepicker .ui-datepicker-title {
    background-color: #32A0D2;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2px;
    padding: 0 20px;
    margin:0;
    line-height:33px;
}

.ModuleEvent .ui-datepicker th {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ModuleEvent .ui-datepicker .ui-datepicker-header {
    padding:0;
    width:350px;
}

.ModuleEvent .ui-datepicker table {
    width:350px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin:0 0 20px 0;
}

.ModuleEvent .ui-datepicker th {
    padding:5px;
}

.ModuleEvent .ui-widget-content,
.ModuleEvent .ui-widget-content a {
    color:inherit;
}

.ModuleEvent .ui-datepicker td span, .ModuleEvent .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    font-weight:normal;
}

.ModuleEvent .ui-state-default,
.ModuleEvent .ui-widget-content .ui-state-default {
    background:transparent none no-repeat scroll 0 0;
}

.ModuleEvent .ui-state-highlight,
.ModuleEvent .ui-widget-content .ui-state-highlight,
.ModuleEvent .ui-state-active,
.ModuleEvent .ui-widget-content .ui-state-active {
    border:0 none;
    color:inherit;
    background:transparent none no-repeat scroll 0 0;
}

.ModuleEvent .ui-widget-content td.highlight .ui-state-default {
    background:#C1DCE9 none no-repeat scroll 0 0;
}

.ModuleEvent .ui-datepicker .ui-datepicker-prev span,
.ModuleEvent .ui-datepicker .ui-datepicker-next span {
    margin-left: -5px;
    margin-top: -4px;
}

.ModuleEvent .ui-datepicker .ui-datepicker-prev {
    left:5px;
}

.ModuleEvent .ui-datepicker .ui-datepicker-next {
    right:5px;
}

.ModuleEvent .ui-widget-header .ui-icon {
    background-image: url('../design/prev-next.png');
    height: 17px;
    width: 10px;
    cursor:pointer;
}

.ModuleEvent .ui-icon-circle-triangle-w {
    background-position: 0 0;
}

.ModuleEvent .ui-icon-circle-triangle-e {
    background-position: -10px 0;
}

.ModuleEvent .ui-datepicker .ui-datepicker-prev,
.ModuleEvent .ui-datepicker .ui-datepicker-next {
    height: 17px;
    width: 10px;
}

.ModuleEvent #Popup p {
    font-size:16px;
    line-height:22px;
    margin:0;
}

/* DOWNLOAD LIST */

.ModuleDownloadListWithTags {
    margin:0 0 20px 0;
}

.ModuleDownloadListWithTags .ModuleHeader {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ModuleDownloadListWithTags .ModuleHeaderText2,
.ModuleDownloadListWithTags .ModuleHeadlineLink {
    display:inline-block;
    .display:inline;
    .zoom:1;
    width:85%;
    vertical-align:top;
}

.ModuleDownloadListWithTags .ModuleHeaderText3,
.ModuleDownloadListWithTags .FileDetails {
    display:inline-block;
    .display:inline;
    .zoom:1;
    width:14%;
    vertical-align:top;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 5px 10px;
}

.ModuleDownloadListWithTags .ModuleItemAlt {
    background-color: #F0F6F8;
}

.ModuleDownloadListWithTags .ModuleIcon {
    vertical-align:middle;
    margin-right:5px;
    cursor:pointer;
}

.ModuleDownloadListWithTags .ModuleFileSizeText {
    display:none;
}

.IrToolkit .ModuleHeaderText1,
.IrToolkit .ModuleDate {
    display:inline-block;
    .display:inline;
    .zoom:1;
    width:10%;
    vertical-align:top;
}

.IrToolkit .ModuleHeaderText2,
.IrToolkit .ModuleHeadlineLink {
    width:85%;
    float: right;
}

.IrToolkit .ModuleHeaderText3,
.IrToolkit .FileDetails {
    width:10%;
}

/* FAQ */

.FaqContainer .FaqQuestionList,
.FaqContainer .BackToTopLink {
    display:none;
}

.FaqContainer h3 {
    font-size:18px;
    line-height:32px;
    font-family:"nyt-franklin",sans-serif;
    font-weight:300;
    background-color:#C0C0C0;
    color:#FFFFFF;
    cursor:pointer;
    margin:0 0 2px 0;
}

.FaqContainer h3 i {
    background-image: url('../design/accordionArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1px 2px 1px 0;
    padding-right:2px;
    width: 32px;
    cursor: pointer;
    display: block;
    height: 32px;
    float:left;
}

.FaqContainer h3 > span {
    margin-left:32px;
    border-left:2px solid #FFFFFF;
    display:block;
    padding-left:5px;
    line-height:22px;
    padding:5px;
}

.FaqContainer h3.active {
    background-color:#32a0d2;
}

.FaqAnswer {
    display:none;
    clear:both;
    padding:10px 10px 10px 35px;
}

/* STOCK */

.StockQuoteContainer {
    margin:0 0 50px 0;
}

.StockQuoteContainer h1.StockPage {
    background-color: #32A0D2;
    color: #FFFFFF;
    font-size: 24px;
    line-height:33px;
    font-weight: 300;
    margin-bottom: 2px;
    padding: 0 10px;
    font-family:"nyt-franklin",sans-serif;
}

.StockQuoteContainer h1.StockPage .StockQuoteIndice {
    display:none;
}

.StockQuoteContainer .StockTableHeader {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.StockQuoteContainer .StockTableItem {
    border-bottom:1px solid #cccccc;
}

.StockQuoteContainer .StockTableItemAlt {
    background-color:#F0F6F8;
}

.StockQuoteContainer .StockTableText {
    background-color:#ececec;
    margin-top:2px;
    font-size:12px;
    line-height:14px;
    padding:10px;
}

.StockQuoteContainer .StockTableItem p {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    margin: 0 10px;
    vertical-align: top;
    width: 46%;
}

.StockQuoteContainer .StockTableItem p > span {
    float:right;
}

.StockQuoteContainer .StockTableItem p > span:first-child {
    float:left;
}

.StockHistorical .StockTableFeed {
    border-top:24px solid #ececec;
}

.StockHistorical .StockTableItem {
    border-bottom:1px solid #cccccc;
}

.StockHistorical .StockTableItemAlt {
    background-color:#F0F6F8;
}

.StockHistorical .StockTableItem p {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    margin: 0 10px;
    vertical-align: top;
    width: 46%;
}

.StockHistorical .StockTableItem p > span {
    float:right;
}

.StockHistorical .StockTableItem p > span:first-child {
    float:left;
}

.StockHistorical .StockHistoricalSelection {
    margin-bottom:5px;
}

.StockHistorical .StockHistoricalSelection .InputButton {
    vertical-align:2px;
}

/* TEAR SHEET */

.TearQuote,
.TearChart {
    margin:0 70px 20px 70px;
}

.TearQuote h1,
.TearChart h1 {
    font-size:17px;
    margin:0 0 10px 0;
}

.TSpage .PaneRight {
    color:#FFFFFF;
    background-color:#262729;
    overflow:hidden;
    margin-bottom:15px;
}

.TearNews,
.TearEvents {
    float:left;
    width:350px;
    padding:0px 35px;
    margin:20px 0;
    font-size:14px;
    line-height:20px;
    position:relative;
}

.TearNews {
    border-right:1px solid #696969;
    margin-right:-1px;
}

.TearEvents {
    border-left:1px solid #696969;
}

.TearNews .ModuleViewAllLink,
.TearEvents .ModuleViewAllLink {
    position:absolute;
    top:5px;
    right:35px;
    color:#FFFFFF;
    text-decoration:none;
}

.TearNews h1,
.TearEvents h1 {
    font-size:17px;
    line-height:32px;
    color:#FFFFFF;
    margin:0;
    display:inline-block;
    .display:inline;
    .zoom:1;
}

.TearNews .RssLinkTopContainer,
.TearEvents .RssLinkTopContainer {
    display:inline-block;
    .display:inline;
    .zoom:1;
    float:none;
    vertical-align:3px;
}

.TearNews .ModuleItemRow,
.TearEvents .ModuleItemRow {
    float:none;
    padding:0;
    border:0 none;
    width:auto;
    min-height:0px;
}

.TearNews .ModuleDate,
.TearEvents .ModuleDate {
    font-size:12px;
    display:block;
}

.TearNews .ModuleHeadlineLink,
.TearEvents .ModuleHeadlineLink {
    display:inline;
    color:#FFFFFF;
}

.TearNews .ModuleMoreLink,
.TearEvents .ModuleMoreLink{
    color:#FFFFFF;
}

.TearEvents a {
    color:#FFFFFF;
}

.TearNews .ModuleSeparator,
.TearEvents .ModuleSeparator {
    background-color:#696969;
    display:block;
    height:1px;
    margin:15px 0;
}

/* NEWS */

.ModulePressRelease {
    position:relative;
}

.ModulePressRelease .RssLinkTopContainer {
    position:absolute;
    top:105px;
    right:25px;
}

.ModulePressRelease .dropdowns {
    background-color: #32A0D2;
    margin: 0 0 2px;
    padding: 0 10px;
    line-height:32px;
    font-size:22px;
    font-weight:300;
}

.ModulePressRelease .ModuleHeader {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ModulePressRelease .ModuleItemRow {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 5px 10px;
    position:relative;
}

.ModulePressRelease .ModuleItem {
    background-color: #F0F6F8;
}

.ModulePressRelease .ModuleHeader .ModuleHeaderText1,
.ModulePressRelease .ModuleItemRow .ModuleDate {
    display: inline-block;
    vertical-align: top;
    width: 95px;
}

.ModulePressRelease .ModuleItemRow .ModuleHeadlineLink {
    display: inline-block;
    vertical-align: top;
    width:605px;
}

.ModulePressRelease .ModuleItemRow .ModulePDF {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.ModulePressRelease .open {
    background-image: url('../design/accordionArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height:24px;
    display:inline-block;
    cursor:pointer;
    background-color:#C0C0C0;
}

.ModulePressRelease .active .open {
    background-color:#32A0D2;
}

.ModulePressRelease .ModuleBody {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 60%;
    z-index: 999;
    line-height:20px;
}

.ModulePressRelease .ModuleItemRow:hover .ModuleBody {
    display:block;
}

.NewsBack {
    float: right;
    margin-bottom: -25px;
    margin-right: 55px;
    padding-top:2px;
}

.ModulePressReleaseDetails > h1 {
    margin-bottom:20px;
}

.ModulePressReleaseDetails .ModuleContainerInner {
    padding:60px;
    margin-top:50px;
    box-shadow:0 0 5px #C8C8C8;
}

.ModulePressReleaseDetails .ModuleContainerInner h1 {
    font-size:22px;
    line-height:28px;
    font-family:"nyt-franklin",sans-serif;
    font-weight:300;
}

.ModulePressReleaseDetails .ModuleBody {
    margin-top:22px;
}

.ModulePressReleaseDetails .ModuleBody .contact-info {
    float:none;
    width:auto;
    margin:0;
    padding:0;
}

.ModulePressReleaseDetails .CustomTable td {
    padding:5px;
    font-size:13px;
    line-height:18px;
    background-color:transparent;
}

.ModulePressReleaseDetails .CustomTable + p {
    background:transparent;
    font-family: "nyt-franklin",sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    padding:0;
    margin-top:0;
}

.ModulePressReleaseDetails ul {
    margin-bottom: 20px;
}

/* FINANCIAL REPORTS - ANNUAL */

.FinancialReportContainer .CustomTable {
    margin:0;
}

.FinancialReportContainer .CustomTable .year {
    color:#32a0d2;
}

.FinancialReportContainer .title,
.FinancialReportContainer .FileType {
    display:none;
}

.FinancialReportContainer .AnnualQuarterlyReportText {
    background-color: #ECECEC;
    font-size: 10px;
    line-height: 32px;
    margin-top: 2px;
    padding: 0 10px;
    display:block;
}

.FinancialReportContainer .FinIcon {
    float:right;
    margin-right:60px;
    margin-top:3px;
}

/* SEARCH RESULTS */

.SearchSummary {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.SearchResultsPaging {
    background-color: #ECECEC;
    font-size: 10px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 2px;
    padding: 0 10px;
    text-align: right;
}

.SearchResultsContainer .TabTableItem {
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 5px 10px;
}

.SearchResultsContainer .TabTableItemAlt {
    background-color: #F0F6F8;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 5px 10px;
}

.PageInvestors .FinancialReportLatestContainer, .PageInvestors .FeatureVideo, .PageInvestors .HomeEvents{
  position: relative;
  height:150px;
}

.PageInvestors .FinancialReportLatestContainer li, .PageInvestors .FeatureVideo li, .PageInvestors .ModuleEventLatest.HomeEvents .WebcastLink{
position:absolute;
left:10px;
bottom:0px;
}

.PageInvestors .FinancialReportLatestContainer li{
left:0px;
}

.PageInvestorsEventsPresentations .readMore {
display: none;
}