 /*temporary styles */*/

/*[aria-label="Error message"] {
    display: none;
}

.toolbar-bar .nir-toolbar-tab:last-child {
    display: none;
}*/

/* /.temporary styles */







/* template fix */

.banner h1:before {
	display: none
}

#ndq-content .widget-file--application-pdf::before, #ndq-content .file--application-pdf a::before {
	color: #5167c3;
	content: "\f1c1";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px !important;
	font-weight: 900;
	margin-right: 10px;
}

#ndq-content .widget-file--mime-application-rtf::before, #ndq-content .file--mime-application-rtf a::before {
	color: #5167c3;
	content: "\f15c";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px !important;
	font-weight: 900;
	margin-right: 10px;
}

#ndq-content .widget-file--xls::before, #ndq-content .file--xls a::before, #ndq-content .widget-file--x-office-spreadsheet::before, #ndq-content .file--x-office-spreadsheet a::before, #ndq-content .market-data-file-download-xls::before {
	color: #5167c3;
	content: "\f0ce";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px !important;
	font-weight: 900;
	margin-right: 10px;
}

#ndq-content .html-link a::before, #ndq-content .asset-link a::before {
	color: #5167c3;
	content: "\f121";
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px !important;
	font-weight: 900;
	margin-right: 10px;
}

/* /.template fix */



/* front */

#ndq-content.ndq-5806 .block-market-data-block__stock-quote {
	float: none;
	margin: 0;
}

/* /.front */



/* events & pres */

@media screen and (max-width: 768px) {

	.nir-widget--event--add-to-calendar {
		padding-top: 20px;
	}

}

/* /.events & pres */



/* lookup-calc */

#ndq-content .historical-price-lookup-form, #ndq-content .stock-price-calculator-form {
    margin-bottom: 30px;
    margin-top: 10px;
}

.historical-lookup thead > tr > th:first-child, .historical-lookup tbody > tr > td:first-child {
	width: 160px;
}

.block--market-data-block__stock-price-calculator .nirtable thead > tr > th:first-child, .block--market-data-block__stock-price-calculator .nirtable tbody > tr > td:first-child {
	width: 120px;
}

/* /.lookup-calc */



/* faq */

.ndq-accordion {
    overflow: hidden;
    margin: 15px 0 5px;
}

.ec-all {
    text-align: right;
}

.ndq-accordion-item {
    margin-bottom: 25px;
}

.ndq-accordion-trigger {
    padding: 30px 80px 30px 45px;
    cursor: pointer;
    color: #5167c3;
    position: relative;
    border: 1px solid #dddddd;
    border-bottom-width: 2px;
    font-size: 24px;
}

.ndq-accordion-trigger:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    position: absolute;
    right: 45px;
    top: 33px;
    font-weight: 900;
    content: "\f067";
}

.target-is-open .ndq-accordion-trigger {
    color: #1a1e69;
}

.target-is-open .ndq-accordion-trigger:after {
    content: "\f068";
}

.ndq-accordion-target {
    padding: 30px 45px 30px;
    background-color: #f6f7fc;
    padding: 40px 45px 50px 45px;
}

/* /.faq */



/* ir-contacts, alerts */

#ndq-content #edit-nir-email-alerts-signup-alerts thead > tr > th {
	padding-bottom: 0;
}

#ndq-content #edit-nir-email-alerts-signup-alerts tbody, #ndq-content #edit-nir-email-alerts-signup-alerts tbody tr, #ndq-content #edit-nir-email-alerts-signup-alerts tbody td {
	background: none transparent !important;
	border: 0 !important;
}

#ndq-content #edit-nir-email-alerts-signup-alerts tbody tr:nth-child(odd), #ndq-content #edit-nir-email-alerts-signup-alerts tbody tr:nth-child(even) {
	background: none transparent !important;
	border: 0 !important;
}

@media screen and (min-width: 1025px) {

    .contact-message-nir-contact-us-form, .nir-email-alerts-signup-form {
        width: 70%;
    }

}





/* /.ir-contacts, alerts 