/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2bc167");

@font-face {  
    font-family: 'TradeGothicLTPro-BdCn20';
    src: url('../fonts/2BC167_0_0.eot');
    src: url('../fonts/2BC167_0_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/2BC167_0_0.woff') format('woff'),
    url('../fonts/2BC167_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'news-icons';
  src: url('../fonts/icons/news-icons.eot');
  src: url('../fonts/icons/news-icons.eot?#iefix') format("embedded-opentype"), 
  	   url('../fonts/icons/news-icons.woff') format("woff"), 
	   url('../fonts/icons/news-icons.ttf') format("truetype"), 
	   url('../fonts/icons/news-icons.svg#icons') format("svg");
  font-weight: normal;
  font-style: normal;
}

.PreviewToolBar {
  display:none;
}

.nav__bottom__a , 
.nav__top__a, 
.nav__subnav .level2 > li > span, 
.nav__subnav .level2 > li > a, 
.search-term-nav, 
.text--h1, 
.text--h2, 
.btn, 
.text--h3, 
.text--trade--20, 
.toggle-list-nav, 
.ModuleDetailsContainer h1, 
.FinancialReportContainer h1, 
.SearchResultsContainer h1, 
.ModuleDetailsContainer h2, 
.FinancialReportContainer h2, 
.SearchResultsContainer h2, 
.ModuleDetailsContainer h3, 
.ModuleDetailsContainer h4, 
.FinancialReportContainer h3, 
.FinancialReportContainer h4, 
.SearchResultsContainer h3, 
.SearchResultsContainer h4, 
.ModuleEventDetails .presenter .name, 
.nav-mobile__subnav__li > a  {
    font-family: 'TradeGothicLTPro-BdCn20' !important;  
}
.lazy-content .text--h2.text--light {
    font-family: "Helvetica Neue",Helvetica,sans-serif !important;
    text-transform: none;
	font-size: 14px;
    font-style: italic;
	letter-spacing: 0;
}
.PageHome .lazy-content .text--h2.text--light {
	letter-spacing: 0.25em;
	/*text-transform: uppercase;*/
	font-size: 20px;
	font-family: 'TradeGothicLTPro-BdCn20' !important; 
	font-style: normal;	
        max-width: 1090px;
}

a.btn--text--light {
    color: #515151 !important;
    margin-bottom: 15px;
}
a.btn--text--light:hover,
a.btn--secondary:hover {
    color: #fa5400 !important;
}
a.btn--secondary {
    color: #ffffff;
}
.CustomTable {
    margin-bottom: 20px;
}
table.CustomTable p {
    margin: 0;
}
.CustomTable td {
    padding: 5px 0; 
}
.CustomTable tr:nth-child(2n) td {
    background: #ffffff;
}
.CustomTable tr:nth-child(2n+1) td {
    background: #f4f4f4;
}
.wrap--text > div {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .wrap--text {
        padding-bottom: 30px;   
    }
}
.tabular-data {
    margin-top: 10px;
    margin-bottom: 30px;
}

.MailingListSignupContainer {
    display: none;
}
.MailingListActivationContainer {
    background-color: #cde0c9;  
}
.MailingListActivationContainer,
.SubscribeText,
.Unsubscribetext,
.MailingListUnsubscribeContainer {
    margin: 30px auto;
    width: 50%;
    padding: 10px;

}

.LayoutDefault {
    padding-top: 81px;
}

/* Main Navigation */


.nav__bottom__a {
    font-size: 13px;
    color: #111111 !important;  
}
.nav__top {
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
}

/* Sub Navigation (Q4) - Integration from Nike to Q4 */

.nav__subnav {
    position: fixed;
    top: 81px;
    left: 0;
}
.nav-mobile__subnav {
    position: fixed;
    top: 51px;
    left: 0;
}
.nav__subnav > .level1 {
    color: #111111;
    padding: 29px 0 29px 85px;
    margin: 0 auto;
    *zoom: 1;
}

.nav__subnav .level1:after {
    content: "";
    display: table;
    clear: both;
}

.nav__subnav .level1 > li > span {
    display: none;
}

.nav__subnav .level2 > li {
    border-left: 1px solid #FFF;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    min-height: 300px;
    padding: 5px 2% 20px;
    width: 20%;
}

.nav__subnav .level2 > li:first-child {
    -webkit-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.2);
}

.nav__subnav .level2 > li:last-child {
    border-right: none;
}

.nav__subnav .level2 > li > span,
.nav__subnav .level2 > li > a {
    color: #000;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.nav__subnav .level3 > li > a {
    color: #666;
    display: block;
    font-size: 13px;
    -webkit-transition: color 200ms ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: color 200ms ease-out 0;
    -o-transition: color 200ms ease-out 0;
    transition: color 200ms ease-out 0;
    padding: 4px 0;
    text-decoration: none;
}

.nav__subnav .level3 > li > a:hover {
    color: #111111;
}

.nav__subnav .level3 ul {
    display: none;
}

/* END - Sub Navigation (Q4) */

/* Stock Information Page */

.tabular-data-label,
.tabular-data-value {
    padding-left: 15px;
    padding-right: 15px;
}

/* END - Stock Information Page */

/* Extend Nike's margins and paddings to include left and right */

.pad-left--10 { padding-left: 10px; }
.pad-left--15 { padding-left: 15px; }
.pad-left--20 { padding-left: 20px; }
.pad-left--25 { padding-left: 25px; }

.pad-right--10 { padding-right: 10px; }
.pad-right--15 { padding-right: 15px; }
.pad-right--20 { padding-right: 20px; }
.pad-right--25 { padding-right: 25px; }

.margin-left--10 { margin-left: 10px; }
.margin-left--15 { margin-left: 15px; }
.margin-left--20 { margin-left: 20px; }
.margin-left--25 { margin-left: 25px; }

.margin-right--10 { margin-right: 10px; }
.margin-right--15 { margin-right: 15px; }
.margin-right--20 { margin-right: 20px; }
.margin-right--25 { margin-right: 25px; }

/* END - Extend Nike's margins and paddings */

/* Unordered List */
ol {
    list-style-type: decimal;
    padding-left: 30px;
}

/* END - Unordered List */

/* Nike Overrides */
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons/icons.eot');
    src: url('../fonts/icons/icons.eot?#iefix') format("embedded-opentype"), url('../fonts/icons/icons.woff') format("woff"), url('../fonts/icons/icons.ttf') format("truetype"), url('../fonts/icons/icons.svg#icons') format("svg");
    font-weight: normal;
    font-style: normal;
}

.link--load.is-active {
    background-image: url('../img/loadmore.gif');
}

.icon--document {
    background-image: url('../img/fpo/doc.svg');
}

.downloads-doc {
    background-image: url('../img/fpo/doc.svg');
}

.is-active .is-actually-loaded {
    overflow: visible;
}

.filter-menu__sub {
    z-index: 5;
}
/*
Sometimes, director's description includes <p> tags, overriding Nike's styling.
We fix this here by setting all <p> tags to have Nike's styling.
*/
.js-directors p {
    font-size: 14px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    line-height: 1.5;
    font-style: italic;
    color: #777;
}

/*
Nike's Action Menu causes entire page's width to overflow on the right,
if menu items length is larger than menu's container.
*/
.actions-menu__list {
    top: 65%;
}
.actions-menu__list .actions-menu__link {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* END - Nike Overrides */

/* Q4 Search Results Page */

.TabTableItem,
.TabTableItemAlt {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.TabTableItem b,
.TabTableItemAlt b {
    font-weight: bold;
}

/* END - Q4 Search Results Page */


/* Q4 Inner/Detailed Pages - Default Styling */
.filter-menu__item {
        min-width: 120px;
}
a.filter-menu__link,
a.filter-menu__link:link {
    color: #ffffff; 
        padding-left: 0;
        padding-right: 0;
        text-align: center;
}
a.filter-menu__link:active,
a.filter-menu__link:focus,
a.filter-menu__link:hover {
    color: #fa5400;
}
.ModuleDetailsContainer,
.FinancialReportContainer,
.SearchResultsContainer {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ModuleDetailsContainer a,
.FinancialReportContainer a,
.SearchResultsContainer a {
    color: #999;
}
.ModuleDetailsContainer a:hover,
.FinancialReportContainer a:hover,
.SearchResultsContainer a:hover {
    color: #333;
}
.ModuleDetailsContainer p,
.FinancialReportContainer p,
.SearchResultsContainer p {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 15px;
}
.ModuleDetailsContainer h1,
.FinancialReportContainer h1,
.SearchResultsContainer h1 {
    color: #414042;
	font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 25px;
}
.ModuleDetailsContainer h2,
.FinancialReportContainer h2,
.SearchResultsContainer h2 {
    color: #414042;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}
.ModuleDetailsContainer h3,
.ModuleDetailsContainer h4,
.FinancialReportContainer h3,
.FinancialReportContainer h4,
.SearchResultsContainer h3,
.SearchResultsContainer h4 {
    color: #414042;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}
.ModuleDetailsContainer ul,
.ModuleDetailsContainer ol,
.FinancialReportContainer ul,
.FinancialReportContainer ol,
.SearchResultsContainer ul,
.SearchResultsContainer ol {
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    padding-left: 30px;
    padding-top: 15px;
}
.ModuleDetailsContainer li,
.FinancialReportContainer li,
.SearchResultsContainer li {
    color: #777;
    font-family: "Helvetica Neue", Helvetica, Sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
    list-style: square;
    padding-left: 20px;
    padding-bottom: 15px;
}
.ModuleDetailsContainer .wrap--table,
.FinancialReportContainer .wrap--table,
.SearchResultsContainer .wrap--table {
    overflow-x: auto;
    overflow-y: hidden;
}
.ModuleDetailsContainer .ModuleDateContainer {
    margin-bottom: 10px;
    font-style: italic;
}
.wrap--table table {
    line-height: 24px;
}
.wrap--table table td {
    vertical-align: top;
}
.wrap--table table.bwtablemarginb td {
    padding-bottom: 10px;
}
@media only screen and (max-width: 1280px) {
    .ModuleDetailsContainer,
    .FinancialReportContainer,
    .SearchResultsContainer {
        width: 75%;
    }
    .ModuleDetailsContainer p,
    .FinancialReportContainer p,
    .SearchResultsContainer p {
        font-size: 18px;
    }
    .ModuleDetailsContainer h1,
    .FinancialReportContainer h1,
    .SearchResultsContainer h1 {
        font-size: 49.5px;
    }
    .ModuleDetailsContainer h2,
    .FinancialReportContainer h2,
    .SearchResultsContainer h2 {
        font-size: 27px;
    }
    .ModuleDetailsContainer li,
    .FinancialReportContainer li,
    .SearchResultsContainer li {
        font-size: 16.2px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .LayoutDefault {
        padding-top: 51px;
    }
    .ModuleDetailsContainer,
    .FinancialReportContainer,
    .SearchResultsContainer {
        width: 100%;
        float: none;
        padding-left: 40px;
        padding-right: 40px;
    }
    .ModuleDetailsContainer p,
    .FinancialReportContainer p,
    .SearchResultsContainer p {
        font-size: 16px;
    }
    .ModuleDetailsContainer h1,
    .FinancialReportContainer h1,
    .SearchResultsContainer h1 {
        font-size: 44px;
    }
    .ModuleDetailsContainer h2,
    .FinancialReportContainer h2,
    .SearchResultsContainer h2 {
        font-size: 24px;
    }
    .ModuleDetailsContainer ul,
    .ModuleDetailsContainer ol,
    .FinancialReportContainer ul,
    .FinancialReportContainer ol,
    .SearchResultsContainer ul,
    .SearchResultsContainer ol {
        padding-left: 24px;
    }
    .ModuleDetailsContainer li,
    .FinancialReportContainer li,
    .SearchResultsContainer li {
        font-size: 14.4px;
        padding-left: 20px;
    }
    .toggle-list__container--no-media {
        padding-top: 12px;
        padding-bottom: 12px;   
    }
    .lazy-content {
        padding: 0 20px;    
    }
}
@media only screen and (min-width: 769px) {
    .lazy-content {
        padding: 0 40px;    
    }   
}
@media only screen and (max-width: 640px) {
    .ModuleDetailsContainer,
    .FinancialReportContainer,
    .SearchResultsContainer {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ModuleDetailsContainer h1,
    .FinancialReportContainer h1,
    .SearchResultsContainer h1 {
        font-size: 28px;
    }

    .ModuleDetailsContainer h2,
    .FinancialReportContainer h2,
    .SearchResultsContainer h2 {
        font-size: 21px;
    }
    .ModuleDetailsContainer ul,
    .ModuleDetailsContainer ol,
    .FinancialReportContainer ul,
    .FinancialReportContainer ol,
    .SearchResultsContainer ul,
    .SearchResultsContainer ol {
        padding-left: 21px;
    }
    .ModuleDetailsContainer li,
    .FinancialReportContainer li,
    .SearchResultsContainer li {
        font-size: 12.6px;
        padding-left: 20px;
    }
    .PageHome .lazy-content .text--h2.text--light {
        display: none;
     }
}
.ModulePressReleaseDetails h1.ModuleTitle {
    font-size: 35px;    
}
.ModulePressReleaseDetails h1.ModuleDetailHeadline,
.ModuleEventDetails h1.ModuleDetailHeadline {
    font-size: 25px;
}
.ModulePressReleaseDetails table.bwtablemarginb  td {
    padding: 6px 2px;
}

.ModulePressReleaseDetails table td p {
    line-height: inherit;
}
.ModuleEventDetails .PresenterTable {
    width: 100%;
}
.ModuleEventDetails .cell {
    padding: 0 20px 10px 0;
}
.ModuleEventDetails .imgVid {
    /* overflow: hidden; */
}
.ModuleEventDetails .imgVid .cell {
    width: 49.5%;
    float: left;
}

.ModuleEventDetails .ModuleBody {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.ModuleEventDetails .presenter .cell.full {
    width: 100%;
    padding: 24px 0 56px 0;
    font-size: 20px;
}
.ModuleEventDetails .presenter .cell > span {
    display: block;
}
.ModuleEventDetails .presenter .cell .name {
    font-size: 30px;
    letter-spacing: 2px;
    margin-right: 26px;
}
.ModuleEventDetails .presenter .cell .company {
    margin-right: 20px;
}
.RssLink {
    display: block;
    height: 19px;
    line-height: 19px;
    padding-left: 20px;
    font-family: 'TradeGothicLTPro-BdCn20';
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;  
}
.RssContainer {
    display: block; 
}
@media screen and (min-width: 768px) {
    .RssContainer {
        right: 0;
        top: 5px;
        position: absolute;
    }
    .RssContainer.Events {
        top: -30px;
    }
}
.wrap--text.news {
   padding-top: 5px;
}
.wrap--text.news .RssContainer {
    top: 2px;
}
.wrap--text.news .featured {
    display: none;
}
.tabular-data__link {
    text-decoration: none;
}

/*
@media only screen and (min-width: 768px) {
    .wrap--text.news .filter-menu.years,
    .wrap--text.news .filter-menu.years .filter-menu__list > li {
        display: block; 
    }
    .wrap--text.news .filter-menu .filter-menu__list .btn--border {
        border: none !important;
        padding: 0; 
    }
    .wrap--text.news .filter-menu.years {   
        padding: 20px 0;
    }
    .wrap--text.news .filter-menu.years .filter-menu__list {
        margin: 0;
    }

    .wrap--text.news .filter-menu.years .filter-menu__list > li > span,
    .wrap--text.news .filter-menu .filter-menu__list > li > span {
        display: none;
    }   
    .wrap--text.news .filter-menu.years .filter-menu__list > li > ul,
    .wrap--text.news .filter-menu .filter-menu__list > li > ul {
        display: block;
        position: static;   
    }
    .wrap--text.news .filter-menu .filter-menu__list > li > ul:after {
        content: "";
        display: block;
        clear: both;
    }
    .wrap--text.news .filter-menu .filter-menu__list > li > ul li {
        float: left;
        margin: 5px 0 0 5px;    
    }
    .wrap--text.news > div > .btn {
        margin-top: 5px;    
    }
    .wrap--text.news .filter-menu .filter-menu__list .filter-menu__subitem .filter-menu__link {
        background: none;
        padding: 0;
        color: #111111;
    }
    .wrap--text.news .filter-menu .filter-menu__list > li > ul li:hover {
        background: #111111;    
    }
    .wrap--text.news .filter-menu .filter-menu__list > li > ul li:hover a.filter-menu__link   {
        color: #ffffff; 
    }
    .wrap--text.news .filter-menu .filter-menu__list .filter-menu__subitem {
        border: 2px solid #111111;
        padding: 20px;  
    }
}
*/

.wrap--text.filings .RssContainer {
    top: 25px;
}
.RssLink {
    background: url('../icons/rssicon.gif') no-repeat left center;
}
/* DIVIDENTS table */
#dividends-table .col {
    width: 20%;
}
#dividends-table .col--3of12 {
    width: 15%;
}
#dividends-table .col--3of12 + div {
    width: 25%;
}

/* SEC Filings */
.secTableHeading {
    display: none;
    color: #cccccc;

}

.EmptyTable td {
    padding: 5px 0; 
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.EmptyTable td .text--h3 {
    color: #414042;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    padding-top: 30px;
    text-transform: uppercase;
}
.ModuleReminderContainer {
    padding: 10px 0;    
}
/* Finance Slider */

.financeSlider .cycle-slideshow > * {
    display: none;
}

.financeSlider .cycle-slideshow > img:first-child  {
    display: block;
}
.financeSlider:after {
    display: table;
    content: "";
    clear: both;    
}
.financeSlider #pager a {
    background: none repeat scroll 0 0 #050505;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: 'TradeGothicLTPro-BdCn20', Arial;
    margin-bottom: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    font-weight: 100;
}
.financeSlider #pager .cycle-pager-active {
    background: #f47920;    
}
.financeSlider #pager .cycle-pager-active:before {
    background: url('../design/arrow.png') no-repeat 0 0;
    content: "";
    display: block;
    height: 9px;
    left: -5px;
    position: absolute;
    top: 36px;
    width: 5px;
}


.financeSlider #pager {
	width: 100%; 
	overflow: hidden;
	margin-bottom: 15px;   
}
.financeSlider #pager a {
	float: left;
	width: 48%;
	padding: 15px 10px;
}
.financeSlider #pager a:nth-child(2n) {
	margin-left: 1%;    
}
.financeSlider #pager a:nth-child(2n+1) {
	margin-right: 1%;
}
.financeSlider #pager .cycle-pager-active:before {
	display: none;  
}
.financeSlider .cycle-slideshow > img {
	width: 100%;    
}



@media screen and (max-width: 768px) {
   .financeSlider #pager a {
		float: left;
		width: 48%;
		padding: 5px 10px;
	}
}
@media screen and (min-width: 1010px) {
    /*.financeSlider .cycle-slideshow {
        float: left; 
		width: 68%;   
    }
    .financeSlider #pager {
        float: right;
    }
    .financeSlider .cycle-slideshow > * {
        width: 100% !important;    
    }   
    .financeSlider #pager a {
        height: 79px;
        line-height: 79px;  
    }
	.financeSlider #pager {
        width: 30%;   
    } */
}



@media only screen and (min-width: 1025px) {
    .secTableHeading {
        display: block;
        padding: 20px 20px 0 20px;
        overflow: hidden;
        text-transform: uppercase;
    }
    .secTableHeading .col:first-child {
        text-align: center;
    } 
    .secTableHeading + div div:first-child {
        padding: 0;
    }
    
}
.js-stock-quote-chart {
    height: 475px;
}
.js-management .avatar {
    background-position: 0 0;
}
.SearchResultsUrl {
    display: none;
}
.SearchResultsContainer .TabTableItem > strong > a,
.SearchResultsContainer .TabTableItemAlt > strong > a {
    text-transform: uppercase;
}
.SearchResultsContainer .TabTableItem > span,
.SearchResultsContainer .TabTableItemAlt > span {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

@media only screen and (max-width: 768px) {
    .js-directors .-clear > div:first-child + div,
        .js-management .-clear > div:first-child + div {
        margin-top: 49px;   
    }
        .highcharts-input-group {
                display: none;
        }
}
.ModulePressReleaseDetails table tr td {
    vertical-align: bottom !important;  
}

/* Search module */
.nav__search .nav__search {
    font-size: 13px;
}

.js-lazy-toggle.text--img.-is-lazy-handled {
    display: block;
    margin: 40px 0;
}
.wrap--text.news .featured .text--meta {
    font-family: "TradeGothicLTPro-BdCn20" ;
    font-size: 18px;
}
.icon--document:after {
    font-family: "TradeGothicLTPro-BdCn20" ;
}
.text--white {
    color: #fff;
}
a.grey--link {
    color: #999;
}
@media screen and (max-width: 767px) {
	.text--white {
		color: #575757;
	}	
}
@media screen and (min-width: 1025px) {
	.LayoutHomePageLayout .full-grid__col--medium .col--4of12  {
		width: 50%;
	}
	.LayoutHomePageLayout .full-grid__col--large .col--5of12 {
		width: 40%;	
	}
	.LayoutHomePageLayout .full-grid__col--small .col--6of12 {
		width: 70%;
	}
}
/* END - Q4 Inner/Detailed Pages - Default Styling */

.-clear.full-grid.js-full-grid > .-cover:first-child + div + div > .-cover-right {
    background-position: center center;

}
.js-directors .-cover {
    background-position: 0 0;
}
.rssIcos.text--p > a {
    line-height: 16px;
    padding-left: 10px;
    vertical-align: top;
}
.rssIcos.text--p > img {
    vertical-align: top;
}

/* Footer aditional styles */

.pad-top--40 {
    padding-top: 40px;
}
.wrap {
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    width: 100%;
}
.wrap--940 {
    max-width: 940px;
}
.footer__sub {
    border-top: 1px solid #444;
    padding: 20px 0;
}
.footer a {
    text-decoration: none;
}
.footer .text--light {
    color: white;
}
.footer .footer__item {
    margin-bottom: 20px;
    display: block;  
}
.footer .footer__item a {
    font-family: "Helvetica Neue",Helvetica,Sans-serif;
    color: #888;
}
.footer .footer__ul {
    font-size: 0;
}
.footer .footer__subitem {
    border-right: 1px solid #444;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.footer .footer__link, .footer .footer__sublink {
    color: #888;
    display: block;
    font-size: 13px;
	line-height: 13px;
    text-decoration: none;
}
.footer .footer__subitem--last {
	border: none;
}
.news-icon {
    font-family: "news-icons";
}

.icon--backtotop:before {
  content: "\f12a";
}

.icon-footer-facebook:before {
  content: "\f10f";
}

.icon-footer-twitter:before {
  content: "\f13c";
}

.icon-footer-youtube:before {
  content: "\f144";
}

.icon-footer-instagram:before {
  content: "\f11d";
}
.footer .footer__link--social {
    color: #444444;
    display: inline-block;
    margin-left: 10px;
	margin-right: 0;
    vertical-align: middle;
}
.footer__link--social .icon {
    font-size: 25px;
    height: 35px;
    width: 35px;
}
.btn + .btn {
    margin-left: 20px;	
}
.stock__ticker {
	margin-right: 20px;	
}
.stock__ticker .nav__bottom__a {
	border-left: 1px solid rgba(0, 0, 0, 0.2);	
}
.no_results.text--p {
        text-transform: none;
}
.tabular-data.upcoming .tabular-data__row--header {
        display: none;
}
.js-notification-sent {
    margin-bottom: 35px;
}
.js-RSS {
    margin-top: 20px;
}
.PrintLogo {
    display: none;
}
.PrintLink {
    font-family: 'TradeGothicLTPro-BdCn20' !important;
    font-size: 13px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.fancybox-overlay {
    background: rgba(0,0,0,0.7);
}
.imgVid .fancyboxiframe img {
    height: 180px;
}
.Categories,
.QA {
    display: inline-block;
    vertical-align: top;
}
.Categories {
    width: 68%;
}
.Categories table {
    width: 100%;
}
.QA {
    width: 30%;
    margin-left: -4px;
}
.QA > div:first-child span {
    padding: 3px 0 !important;
}
.QA > div:first-child + div {
    text-align: center;
}
@media screen and (max-width: 640px) {
    .ModuleEventDetails .imgVid .cell {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }
    .Categories,
    .QA {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 770px) {
	.footer .f--right {
		float: right;
		width: auto;
	}
	.footer .f--left {
		float: left;
		width: auto;
	}
	.footer .col--3of12 {
		width: 25%;
	}
	.contactTearsheet {
		display: inline-block;
		width: 49%;	
		vertical-align: top;
	}
}
@media screen and (max-width: 769px) {
	.footer {
		background-color: #cccccc;
		padding: 20px;
	}
	.wrap {
		padding: 0;	
	}
	.footer .footer__sub {
		border: medium none;
		margin-top: 0;
		padding: 0;
	}
    .footer .footer__link--devicehide {
        display: none;
    }
	.footer .footer__group--left {
		border-bottom: 1px solid #b3b3b3;
		display: block;
		float: none;
		margin-bottom: 15px;
		padding: 10px 0 20px;
		width: 100%;
	}
	.footer .footer__locale__link, 
	.footer .footer__sublink {
		color: #111111;	
	}
}
@media screen and (max-width: 1024px) {
    .search-heading-input--mobile.search-term, 
    .search-heading-input--mobile.search-auto {
        margin-top: 0;
        top: 51px;
    }
    .stock__ticker {
        display: none;
    }
    .LayoutDefault,
    .nav-mobile__subnav {
        padding-top: 0;
    }
    .PrintLink {
	display: none;	
    }
}
@media screen and (min-width: 1025px) {
    .nav__mainnav {
       position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

}

.-clear.full-grid.js-full-grid > .-cover:first-child + div + div > .-cover-right.FY17Q1 {
	background-position-y: 0%;
}