/* 
***********************************
Page: NDQ Responsive
Category: N/A
Search: 0
Track: 0
Version: 9.8.1
Author: Jonathan Hagan
Date: 17 Jul 2015
***********************************
*/
@charset "utf-8";

/* USEFUL QUERIES */
	/* ipad portrait */
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)  */
	
	/* ipad landscape */
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) */
	
	/* ipad 3/4 portrait */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 2)  */
	
	/* ipad 3/4 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 2)  */
	
	/* ipad 3/4 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 1)  */
	
	/* ipad 1/2 landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 1)  */
	
	/* ipad mini portrait */	
	/* (min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : portrait)  */
	
	/* ipad mini landscape */	
	/* (min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : landscape)  */
	
	/* iphone 6 */	
	/* (min-width : 375px) and (max-width : 667px)  */
	
	/* iPhone 6+ */	
	/* (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3)  */
	
	/* iphone 5 */	
	/* (min-width : 320px) and (max-width : 568px)   */
	
	/* iPhone 2-4 */	
	/* (min-width : 320px) and (max-width : 480px)  */

	
@media 
	only screen and 
	(min-width : 375px) and (max-width : 667px),
	(min-width : 414px) and (max-width : 736px),
	(min-width : 320px) and (max-width : 568px),
	(min-width : 320px) and (max-width : 480px),
	(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3),
	(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	


	#ndq-content .ndq-leftcol, #ndq-content .ndq-rightcol { float:none; width:auto; margin-right: 0; }
	.ae-promo-txt-wrapper {flex-direction:column;}

	div.ndq-dialog { max-width:100%; }
	.ndq-wide-screen { display:none; }
	.ndq-small-screen { display:block; }
	
	/* Forms for small devices */
	#ndq-form .ndq-form-note,#ndq-form img,#ndq-form #captcha { float:none; } 
	#ndq-form label, #ndq-content label { float:none; display:block; }
	#ndq-form input, #ndq-form textarea, #ndq-form select { float:none; width: 100%;}
	#ndq-form .ndq-submit { text-align:left; float:none; }
	#ndq-form fieldset { width:100%; }
	#ndq-content.ndq-alerts label, #ndq-content.ndq-donotsend label { display:inline; }
	#ndq-content form .formSpacer {display:block; }

	/* Force table to not be like tables anymore */
	.wsh-dataTable, .wsh-dataTable thead, .wsh-dataTable th, .wsh-dataTable tbody, .wsh-dataTable td, .wsh-dataTable tr { display:block; }
	.wsh-dataTable caption { display:inline; }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.wsh-dataTable:not(.wsh-ratios-revert) thead tr { position:absolute; top:-9999px; left:-9999px;	}
	.wsh-dataTable.wsh-ratios-revert thead tr, .wsh-dataTable.wsh-ratios-revert thead tr th {background:0 !important; border:0 !important; width: 100%; color:#333 !important}
	#ndq-content caption { border:none; margin-bottom:20px; display: block;}
	.wsh-dataTable tr:first-child { border-top:1px solid #ccc; }	
	.wsh-dataTable tr { border-bottom:1px solid #ccc; }	
	.wsh-dataTable td { border:none; position:relative; }
	.wsh-dataTable td, #ndq-content td, #ndq-content th { border:none; position:relative; overflow:visible; }
	.wsh-dataTable td:before { position:absolute; top:6px; left:6px; padding-right:10px; white-space:nowrap; }

	/* releasedetail.cfm */
	.ndq-table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;}

	/* Pagination */
	#ndq-pagination { float:none !important; display:block; }
	#ndq-pagination form {text-align: left;}
	#ndq-pagination #ndq-page { }
	#ndq-pagination a {text-decoration: none;}

	/* Briefcase */
	.ndq-briefcaseLegend { float:none; text-align:left; margin-top:1.12em; }	

	/* File Types */
	.ndq-filing-types-td {text-align: left;}

	/* Calculator */
	#ndq-content .ndq-calc-shares { display:block; }
	#ndq-content .ndq-calc-date { display:block; }
	#ndq-content .ndq-calc-submit { display:block; }
	#ndq-content .ndq-calc-reinvest label { display:inline; }
	
	/* Directors */
	#ndq-content .ndq-committee-chair, #ndq-content .ndq-committee-member { height:auto; }
	#ndq-content .ndq-expand-link #ndq-view-transactions {float:none !important; display:block !important; margin-top:10px;}
	#ndq-content .ndq-committees table td, #ndq-content.ndq-committees table th {text-align: left;}
	
	/* Index */
	#ndq-content .ndq-intro,#ndq-content .ndq-stock { float:none; width:auto; }
	#ndq-content .ndq-stock {  }

	/* Stock Quote */
	.ndq-stockquote .ndq-leftcol,.ndq-stockquote .ndq-rightcol { float:none !important; width:100% !important; }
	#ndq-content.ndq-stockquote th {border:0;}
	
	/* Stock Quote, Dividends, Calculator */
	.ndq-data-table td { text-align:left; }
	#ndq-stock-img img { width:100%; }
	
	/* ******************************************************************** */
	/*                         Table Headers                                */
	/* ******************************************************************** */
	
	/* Search */
	.wsh-search td:before { content: attr(data-before); }
	.wsh-search td { padding-left:23% !important; }
	.ndq-search .ndq-search-year, .ndq-search .ndq-search-categories { float:none; width:auto; }
	.ndq-search label {display: inline-block !important;}
	table.wsh-search {margin-top: 20px;}
	
	/* Download Library */
	.wsh-downloads td:before { content: attr(data-before); }
	.wsh-downloads .wsh-downloads-hide {display: none;}
	.wsh-downloads td { padding-left:30% !important; }
	
	/* SEC Filings */
	.wsh-sec td:before { content: attr(data-before); }
	.wsh-sec td { padding-left:35% !important; }
		/* Spanish Specific */
		.ndq-spanish .wsh-sec td { text-align: right; }
		.ndq-spanish #DocFilter select {width: 100%;max-width: 100% !important;}
		.ndq-spanish #ndq-pagination select {width: 100% !important;}
	
	/* Briefcase */
	.wsh-briefcase td:before { content: attr(data-before); }
	.wsh-briefcase td { padding-left:25% !important; }
	
	/* Printed Materials */
	.wsh-printedmats td:before { content: attr(data-before); }
	.wsh-printedmats td label { display:inline-block !important; }
	.wsh-printedmats td { text-align: left; }
		/* danish specific */
		.ndq-danish .wsh-printedmats td { padding-left:55% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-printedmats td { padding-left:55% !important; }		
		
	/* Press Releases */
	.wsh-releases td:before { content: attr(data-before); }
	.wsh-releases .wsh-briefcase { padding-left:60% !important; }
	.wsh-releases td:nth-of-type(2) { padding-left: 6px; }
	.wsh-releases td summary { display:block; margin-top:15px; }
	.wsh-releases td { padding-left:20% !important; }
		/* danish specific */
		.ndq-danish .wsh-releases td { padding-left:40% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-releases td { padding-left:40% !important; }	
		/* for expand/collapse */
		.wsh-releases .ndq-showsummary {display: none !important;}
		.wsh-releases .releaseSummary {display: block;}
	
	/* Insider Transactions INCLUDE */
	.wsh-inc-transactions td:before { content: attr(data-before); }
	.wsh-inc-transactions td { text-align: right !important; }

	/* Analyst Coverage */
	.wsh-analysts td:before { content: attr(data-before); }
	.wsh-analysts td { padding-left:20% !important; }
		/* danish specific */
		.ndq-danish .wsh-analysts td { padding-left:30% !important; }	
		
	/* Events */ 
	.wsh-events tbody .ndq-reminder-hidden {display: none !important;} 
	.wsh-events td:before { content: attr(data-before); }
	.wsh-events td { padding-left:25% !important; }
		/* danish specific */
		.ndq-danish .wsh-events td { padding-left:45% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-events td { padding-left:45% !important; }		
		
	.wsh-presentations td:before { content: attr(data-before); }
	.wsh-presentations td { padding-left:15% !important; }

	/* Governance */
	.wsh-governance td:before { content: attr(data-before); }
	.wsh-governance td { text-align: right; }
	.wsh-governance td { padding-left:20% !important; }
	
	/* CC */
	.wsh-ccommittees td {text-align:left !important;}
	.wsh-ccommittees .ndq-noDuty {display:none;}
	.wsh-ccommittees td .ndq-hide-txt {display:inline;}
	#ndq-content.ndq-committees div.ndq-dialog {width:90%;}
	.ccName {font-size:1.4em}
	#ndq-content.ndq-committees table td:not(:first-child) {padding-left:25px;}

	/* Stock Lookup */
	.wsh-stocklookup td:before { content: attr(data-before); }
	.wsh-stocklookup td { padding-left:25% !important; }
		/* danish specific */
		.ndq-danish .wsh-stocklookup td { padding-left:30% !important; }	

	/* Dividends */
	.wsh-dividends td:before { content: attr(data-before); }
	.wsh-dividends td { padding-left:35% !important; }
	.wsh-dividends td.ndq-table-bold:before {content: "";}
	.wsh-dividends td.ndq-table-bold {display: table-cell;padding-left: 5px !important;border: 0px solid #fff;width: 100%;position: relative;}

	/* Splits */
	.wsh-split td:before { content: attr(data-before); }
	.wsh-split td { padding-left:35% !important; }
	.wsh-split td.ndq-table-bold:before {content: "";}


	/* Calculator */
	.wsh-calculator td:before { content: attr(data-before); }
	.wsh-calculator td { padding-left:42% !important;	}
		/* spanish specific */
		.ndq-spanish .wsh-calculator td { text-align: right; }
			
	.wsh-adjustments td:before { content: attr(data-before); }
	.wsh-adjustments-hide {display: none !important;}
	.wsh-adjustments td { padding-left:42% !important; }
		/* spanish specific */	
		.ndq-spanish .wsh-adjustments td { text-align: right;	}

	/* Financials */
	.wsh-financials-sec td:before { content: attr(data-before); }
	.wsh-financials-sec td { padding-left:30% !important; }
		/* danish specific */
		.ndq-spanish .wsh-financials-sec td { padding-left:40% !important; }	
		/* danish specific */
		.ndq-spanish .wsh-financials-sec td { padding-left:50% !important; }	
		
	.wsh-financials td:before { content: attr(data-before); }
	.wsh-financials td { padding-left:30% !important; }
		/* danish specific */
		.ndq-danish .wsh-financials td { padding-left:20% !important; }	
		/* spanish specific */
		.ndq-spanish .wsh-financials td { padding-left:20% !important; }	
	
	/* Annuals & Proxies */
	.wsh-annuals-sec td:before { content: attr(data-before); }
	.wsh-annuals-sec td { padding-left:30% !important; }
		/* spanish specific */
		.ndq-spanish .wsh-annuals-sec td { padding-left:35% !important; }
		
	.wsh-annuals td:before { content: attr(data-before); }
	.wsh-annuals td { padding-left:30% !important; }
	
	/* Ownership Profile */
	.wsh-ownership-breakdown td:before { content: attr(data-before); }
	.wsh-ownership-breakdown td { text-align: right !important; }
	
	.wsh-ownership-rotation td:before { content: attr(data-before); }
	.wsh-ownership-rotation td { text-align: right !important; }
	
	.wsh-ownership-concentration td:before { content: attr(data-before); }
	.wsh-ownership-concentration td { text-align: right !important;}

	.wsh-ownership-style td:before { content: attr(data-before); }
	.wsh-ownership-style td { text-align: right !important; }

	.wsh-ownership-topholders td:before { content: attr(data-before); }
	.wsh-ownership-topholders td:first-child:before { content: ""; }
	.wsh-ownership-topholders td { text-align: right !important;}

	/* Insider Transactions */
	.wsh-transactions td:before { content: attr(data-before); }
	.wsh-transactions td { padding-left:42% !important; }
	
	/* Insider Ownership */
	.wsh-insider-ownership td:before { content: attr(data-before); }
	.wsh-insider-ownership td { padding-left:42% !important; }
		/* spanish specific */
		.ndq-spanish .wsh-insider-ownership td { padding-left:60% !important; }
	
	
	/* Insider Ownership EXPAND OPTION */
	.wsh-ownership td:before { content: attr(data-before); }
	.wsh-ownership td { padding-left:42% !important; }
	.wsh-ownership-trades td { text-align: right !important; }
	
	/* Estimates */
	.wsh-estimates-revert { display: table !important; }
	.wsh-estimates-revert tbody { display: table-row-group !important; }
	.wsh-estimates-revert tr { display: table-row !important; }
	.wsh-estimates-revert td { display: table-cell !important; }
	
	.wsh-analyst-forecasts {}
	.wsh-analyst-forecasts td{text-align: right}
	.wsh-analyst-forecasts td:before { content: attr(data-before); }
	
	.wsh-actuals {}
	.wsh-actuals td{text-align: right}
	.wsh-actuals td:before { content: attr(data-before); }
	
	.wsh-pe-ratios {}
	.wsh-pe-ratios td{text-align: right}
	.wsh-pe-ratios td:before { content: attr(data-before); }
	
	.wsh-growth-rates {}
	.wsh-growth-rates td{text-align: right}
	.wsh-growth-rates td:before { content: attr(data-before); }
	
	/* Key Ratios */
	.wsh-ratios-revert { display: table !important; }
	.wsh-ratios-revert tbody { display: table-row-group !important; }
	.wsh-ratios-revert tr { display: table-row !important;width: 100%; }
	.wsh-ratios-revert td, .wsh-ratios-revert th { display: table-cell !important; }
	.wsh-ratios-top, .wsh-ratios-bottom {float: none;width:100%;display: block;}
	
	/* Corporate Governance Document */
	#ndq-content div.ndq-dialog, #ndq-tools div.ndq-dialog {
	  max-width: 90%;
	}
	#ndq-content.ndq-events div.ndq-dialog{width: 80%;}
	#ndq-content.ndq-corporate-governance-document div.ndq-dialog {width: 80%;}
	
	#ndq-tabs, #ndq-inc-stock-quote {/*float:none; width:100%; display:block;margin-bottom:20px;*/}
	
	/* financials, analysts */
	.whiteBox {float:none !important; width:100% !important; height:auto !important;}
	.ndqQuarted {margin-bottom:20px; width:100%; padding: 10px 20px; border:0; border-bottom:1px solid #999; text-align:left;}
	.ndqQuarted .ndqQuartedYear { display: inline-block; }
	#ndq-content.ndq-financials .ndq-expand-content {width:100%}
	
	.ndq-stockquote select {margin-bottom:15px}
	
	/* tools */
	#ndq-tools form, #ndq-tools-search {display:block;}
	
	/* events */
	#ndq-content.ndq-events caption form label {display:inline-block;}
	.ndq-events .ndq-floatR { float: none !important; margin-bottom:20px !important;}
	
	/* results */
	#ndq-content.ndq-results h2.qrH2 {width:100%; display:block; margin:0 0 5px 0;}
	#ndq-content.ndq-results .emptyQ, #ndq-content.ndq-results .fullQ {float:none; width:100%;  margin:0 0 20px 0; }
	
	/* table headers */
	table.wsh-dataTable td[data-before]:before {color:#999; font-size:12px; padding-top:5px}
	
	.ndq-filetypes-na {padding-left:0;}
	.ndq-filesize {min-width: 40px;}
	
	.ndq-index .ndq-rightcol,
	.ndq-annuals-proxies .ndq-rightcol,
	.ndq-contactus .ndq-rightcol {margin-top:50px;}
	
	#ndq-content a {word-wrap: break-word;}
	

	/* nav */
	.ca-main-nav-wrapper { display: inline-table; }
	.ca-main-logo .top-nav-logo-padded {margin: 6px 0 0;}
	
	#ndq-content:not(.ndq-index), h2.headline-avid {padding: 0 1.25rem 2.5rem;}
	.ndq-index h2.headline-avid {padding:0;}
	
	#ndq-form fieldset { padding:10px;}
}


@media 
	only screen and 
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape),
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 2),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 2),
(min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-pixel-ratio: 1),
(min-width : 768px) and (max-width : 1024px) and (orientation : landscape) and (-webkit-min-pixel-ratio: 1),
(min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : portrait),
(min-width : 768px) and (max-width : 1024px) and (-webkit-min-pixel-ratio: 1) and (orientation : landscape),
(min-width : 375px) and (max-width : 667px),
(min-width : 414px) and (max-width : 736px) and (-webkit-min-pixel-ratio : 3),
(min-width : 320px) and (max-width : 568px) ,
(min-width : 320px) and (max-width : 480px)
	{
			/* releasedetail.cfm */
		.ndq-table-responsive {
			width: 100%;
			margin-bottom: 15px;
			overflow-y: hidden;
			overflow-x: scroll;
			-ms-overflow-style: -ms-autohiding-scrollbar;
			border: 1px solid #ddd;
			-webkit-overflow-scrolling: touch;}
	}
	


@media only screen 
and (min-width : 320px) 
and (max-width : 736px) 
and (orientation : portrait) {
	#ndq-releasebody img {width:100%}
	pre, person {
			font-size: 12px;
			word-wrap: break-word;
			white-space: normal;
	}
	#ndq-legend div {display:block;}
	.ndq-stockquote button, .ndq-stocklookup button, .ndq-search button, .ndq-calculator button, .ndq-dividends button {display:block; margin-top:10px;}	
	.eventsBox { width: 100%;  margin: 0px 0 0px 0; float:none; }
	.slides .wp5 {width:100%; margin:0; float:none;}
	
	.ndq-events .ndq-floatR { float: none !important; margin-bottom:20px !important;}
	
	#ndq-tabs, #ndq-inc-stock-quote-pie {/*width:100% !important; float:none !important;*/}
	.ndq-search-boxes {margin-top:5px;}
	.ndq-alert-textbox span.ndq_current_price {display:block;}
	
	#ndq-content.ndq-events div.ndq-dialog {
		margin-left: -20%;
		width: 90%;
	}
	
	/* index */
	.block-section-wide:before { padding-top: 140%;}
	.customer-content-container .customer-content-left { width: 80%; margin-left: 10%;}
	.innovation-content-wrapper { top:0;}
	
	#ndq-content .ndq-invested { max-width: 60px;}
	.ndq-calculator select {padding:0.5em .3em;}

	/*.ae-promo-wrapper .block-section-wide:before, 
	.ae-promo-wrapper.block-section-wide:before {
    padding-top:450%;
	}
	.ae-promo-txt-wrapper {max-width: 65%; padding-right: 0;}*/

	.ae-promo-txt-wrapper {
    max-width: 75%;
    padding-right: 0;
	}

}

@media only screen 
and (min-width : 320px) 
and (max-width : 736px) 
and (orientation : landscape) {

	#ndq-releasebody img {width:100%}
	pre, person {
			font-size: 12px;
			word-wrap: break-word;
			white-space: normal;
	}
	.ndq-stockquote button, .ndq-stocklookup button, .ndq-search button, .ndq-calculator button, .ndq-dividends button {display:block; margin-top:10px;}	
	.ndq-index .whiteBox { display: block; clear: both;}
	
	.ndq-events .ndq-floatR { margin-top:-25px !important;}
	.ndq-search-boxes {margin-top:5px;}
	
	#ndq-content.ndq-events div.ndq-dialog {
		margin-left: -20%;
		width: 90%;
	}
	
	/* index */
	.block-section-wide:before { padding-top: 140%;}
	.customer-content-container .customer-content-left { width: 80%; margin-left: 10%;}
	.innovation-content-wrapper { top:0;}

	/*.ae-promo-wrapper .block-section-wide:before, 
	.ae-promo-wrapper.block-section-wide:before {
    padding-top:250%;
	}
	.ae-promo-txt-wrapper {max-width: 70%; padding-right: 0;}*/
}



@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.slides .wp5 {width:29%}
	
	.whiteBox {float:left !important; width:49% !important; height:auto !important;}
	
	#ndq-content.ndq-analysts .whiteBox {float:left !important; width:48% !important; height:auto !important; margin-right:4%;}
	#ndq-content.ndq-analysts .whiteBox:nth-of-type(2n) {margin-right:0% !important;}
	#ndq-content.ndq-analysts .whiteBox:nth-of-type(3n) {margin-right:4%;}
	
	#ndq-content.ndq-management .whiteBox, #ndq-content.ndq-directors .whiteBox {float:left !important; width:48% !important; height:auto !important; margin-right:4%;}
	#ndq-content.ndq-management .whiteBox:nth-of-type(2n), #ndq-content.ndq-directors .whiteBox:nth-of-type(2n) {margin-right:0% !important;}
	#ndq-content.ndq-management .whiteBox:nth-of-type(3n), #ndq-content.ndq-directors .whiteBox:nth-of-type(3n) {margin-right:4%;}
	
	#ndq-inc-stock-quote-pie, #ndq-inc-stock-quote {}
	#ndq-tabs {text-align: center;/*width: 45%;*/}
	#ndq-inc-stock-quote-pie, #ndq-inc-stock-quote {/*float:left;*/}	
	#ndq-tabs {/*float:right*/}	
	
	#ndq-content.ndq-events caption form {margin-bottom:10px;}	
	
	#ndq-content.ndq-events div.ndq-dialog {
		margin-left: -50%;
		width: 50%;
	}	
	.ndq-stockquote button {display: block; float: none;}
	
	/* index */
	.block-section-wide:before { padding-top:60%;}
	.customer-content-container .customer-content-left { width: 80%; margin-left: 10%;}
	.innovation-content-wrapper { top:0;}
	.investor-relations-chatter { padding: 0 1.25rem; width:100%}

	/*.ae-promo-wrapper .block-section-wide:before, 
	.ae-promo-wrapper.block-section-wide:before {
    padding-top:140%;
	}
	.ae-promo-txt-wrapper {max-width: 65%}*/
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.slides .wp5 {width:30%}
	
	#ndq-content.ndq-events div.ndq-dialog {
		margin-left: -35%;
		width: 50%;
	}
	
	#ndq-content:not(.ndq-index), h2.headline-avid {padding: 0 1.25rem 2.5rem;}
	.ndq-index h2.headline-avid {padding:0;}
	
	/* index */
	.block-section-wide:before { padding-top:50%;}
	.innovation-content-wrapper { top:10%;}
	.investor-relations-chatter { padding: 0 1.25rem; width:100%}
	
	#ndq-content.ndq-committees div.ndq-dialog, #ndq-content.ndq-corporate-governance-document div.ndq-dialog { width: 90%;}
}
