/* global */
body {
}
h1::before {
    content: '' !important;
    display: inherit !important;
}

table thead, table tfoot {
    background:none;
}
table th {
    border-bottom:1px solid #dedede;
}

.node--nir-sec-filing--full .field__label {
    display: inline;
    font-size: inherit;
}
.node--type-nir_landing_page h1 {
    display: none;
    font-size: 0;
}

#ndq-content table td ul,
#ndq-content table td ul li {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
#ndq-content .ndq-na { 
    width:30px;
}
time {
    font-style: normal;
}

#ndq-content .file-link .filesize {
    font-size: 0;
    display: none;
}
#ndq-content .no-list-style li {
    list-style: none !important;
}
.view-widget-assets table td h4 {
    font-size: 14px;
}

/* corporate */
#et-footer-nav li {
    width: auto;
}
footer #menu-primary-site-navigation li a {
    text-transform: uppercase;
}
footer #footer-info span a:nth-child(2) {
    margin-left: 20px;
}



/* nav-ir */
nav#top-menu-nav #top-menu li.level1 > a {
    margin-bottom: 33px;
}
nav#top-menu-nav #top-menu a.is-active {
    color: #82bc00;
}
nav#top-menu-nav #top-menu #lFloat {
    left:-240px;
}

/* nav-tools */
.large-up-5 .region-toolbar .column {
    width: 20%;
    float: left;
}


/* ir_sub_nav */
#ir_sub_nav ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 0px;
}
#ir_sub_nav ul li {
    width: 16.666667%;
    display: inline-block;
    text-align: center;
    padding:0 !important;
    margin: 0 auto !important;
    border-right: 1px solid #eee;
}
#ir_sub_nav ul li:last-child {
    border-right:0;
}
#ir_sub_nav ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    display: block;
}
#ir_sub_nav ul li a.is-active {
    color: #82bc00;
}
#ir_sub_nav ul li:hover {
    background: #877dab;
}
#ir_sub_nav ul li:hover a {
    color: #fff;
}

/* img nav */
.region-img-nav .et_pb_text a {
    text-transform: uppercase;
}



/* forms */
form i {
  display: none;
}
.view-widget-sec-filings form.views-exposed-form .form-actions input.button {
    display: none !important;
    font-size: 0 !important;
}

#ndq-content button:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "ETmodules" !important;
}
#ndq-content button:hover:after {
    -ms-opacity:1;
    opacity:1;
    margin-left:0px;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .ui-button:after {
    content: "";
    display: none;
}

input::placeholder,
textarea::placeholder {
    color:#999;
}

/*
.contact-message-nir-document-request-form .field--type-string,
.contact-message-nir-document-request-form .form-item-mail,
.contact-message-nir-document-request-form .field--widget-options-select {
    width: 48%;
    display: inline-block;
    margin-right: 1.5%;
    vertical-align: top;
}

.contact-message-nir-document-request-form .field--type-telephone {
    width: 31.5%;
    display: inline-block;
    margin-right: 1.5%;
}

.field--name-field-nir-comments {
    margin-right:1.5%;
}

.contact-message-nir-document-request-form .form-type-textarea {
    width: 98%;
}

#edit-field-nir-material-selections label {
    display: inline;
}

.form-item.form-item-field-nir-address-0-country-code,
.form-item.form-item-field-nir-address-0-address-line1,
.form-item.form-item-field-nir-address-0-address-line2{
    clear:both;
    width:98%;
    margin-right:1.5%;
}

.address-container-inline .form-item {
    width: 31.5%;
    display: inline-block;
    margin-right: 1.5% !important;
    float: none !important;
    vertical-align: top;
}
*/

/* alerts */
#nir-email-alerts-signup-form {
    line-height: 25px;
}

#nir-email-alerts-signup-form .form-item-nir-email-alerts-signup-email {
    padding: 30px 0 0;
}

#nir-email-alerts-signup-form [type='file'], 
#nir-email-alerts-signup-form [type='checkbox'], 
#nir-email-alerts-signup-form [type='radio'] {
    margin-bottom: 0
}
#nir-email-alerts-signup-form .form-item-nir-email-alerts-signup-email input[type='text'],
#nir-email-alerts-signup-form .form-item-nir-email-alerts-signup-email input[type='email'],
#nir-email-alerts-signup-form .form-item-nir-email-alerts-signup-email textarea {
    width: 500px;
}
#nir-email-alerts-signup-form .captcha,
#nir-email-alerts-signup-form .form-submit {
    /*margin-left: 60px;*/
}
#nir-email-alerts-signup-form table label {
    display: inline-block;
}
#nir-email-alerts-signup-form input[type=checkbox] {
    /*vertical-align: sub !important;*/
}
#nir-email-alerts-signup-form input.form-submit {
  float: left;
}

/* short stock */
.stock-quote__short .stock-quote .stock-exchange {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1;
}
.stock-quote__short .stock-quote .stock-price {
    color: #544587;
    float: left;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 50px;
    font-weight: bold;
    height: 52px;
    line-height: 36px;
    padding-right: 10px;
}
.stock-quote__short .stock-quote .stock-change {
    color: #666;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 52px;
}
.stock-quote__short .stock-quote .stock-date {
    color: #666666;
    float: left;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: 13px;
    padding: 5px 0;
}
.stock-quote__short .stock-quote .stock-date span {
    display: block;
}


/* index */
.ndq-5806 .view-filters {
    display: none;
}
.homebox-item-container {
    align-content: space-between;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    /*margin-bottom: 70px;*/
}
.homebox-item-container .homebox-item {
    display: block;
    float: left;
    margin-right: 2.33333%;
    width: 31%;
    position: relative;
}
.homebox-item-container .file--application-pdf a:before,
#events-right-col .file--application-pdf a:before,
.ndq-5806 .block-region-secondarycolumn2 .file--application-pdf a::before {
    content: "" !important;
}
.homebox-item-container .normal-box-link,
.homebox-item-container .right-box-link,
.homebox-item-container .file--application-pdf a,
#events-right-col .right-box-link,
#events-right-col .file--application-pdf a {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.3rem;
    color: #82bc00;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    bottom: 5px;
    left: 0px;
}
.homebox-item-container .normal-box-link,
.homebox-item-container .right-box-link,
.homebox-item-container .file--application-pdf a {
    position: absolute;
}
.homebox-item-container .item-list li {
    margin-top: 10px;
}
.home-middle-content .normal-section-link{
    color: #544587;
    padding: 10px 20px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.home-middle-content .normal-section-link:hover {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    padding: 10px 2em 10px 20px;
}
.home-middle-content .normal-section-link:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    font-size: 32px;
    line-height: 1;
    content: "\35";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "ETmodules" !important;
}
.home-middle-content .normal-section-link:hover:after {
    -ms-opacity:1;
    opacity:1;
    margin-left:0px;
}
.home-middle-content .block--views-blockwidget-news-widget-news-ul {
    margin-bottom: 40px;
}

.ndq-5806 .view-widget-news .views-field-field-nir-news-title a {
    text-decoration: none;
    /*color: #82bc00;*/
    /*font-weight: 400;*/
}
.ndq-5806 .view-widget-news .item-list ul li {
    border: 0;
}
.ndq-5806 .summary-toggle {
    display: none !important;
}
.block-block-contentec1d70c2-6355-47d6-a4ab-6ce27dcd8ac4,
.block-block-contentcc38c37c-03db-48c8-aa30-79764917182a {
    display: inline-block;
    width: 100%;
}
/* 2 col - view */
/*
.ndq-5806 .field--name-field-nir-news-date,
.ndq-5806 .ndq-date {
    float: left;
    padding-right: 2%;
    width: 25%;
}
.ndq-5806 .views-field-field-nir-news-title,
.ndq-5806 .ndq-item {
    float: left;
    width: 75%;
}*/
.ndq-5806 div[class*='view-widget-']:before {display: inherit;}
.ndq-5806 .block--views-blockwidget-events-block-1 h2,
.ndq-5806 .block--views-blockwidget-assets-widget-assets-ul h2 {
        /*font-size: 1.9375rem*/
}
.ndq-5806 .view-widget-events ul,
.ndq-5806 .view-widget-assets ul {
    margin-left: 0;
}
.item-list ul {
    margin:0;
    margin-bottom:1rem !important;
}
.item-list ul:after {
    content:'';
    display:table;
    clear: both;
}
.ndq-5806 .view-widget-events .item-list li,
.ndq-5806 .view-widget-assets .item-list li {
    float:left;
    width: 100%;
    border: 0;
}
.ndq-5806 .view-widget-assets .item-list li {
    /*margin-top: 25px;*/
}
.ndq-5806 .view-widget-events li article h3 {
    line-height: 1.5em;
    /*color: #6a6a6a;*/
    /*font-size: 20px;*/
    margin: 5px 0;
    font-size:1rem;
    font-weight:normal;
    text-transform: none;
    margin:0;
}
.ndq-5806 .view-widget-assets li article h3,
.ndq-5806 .view-widget-assets li article .asset-date {
    display: none;
    font-size: 0;
}
.ndq-5806 .view-widget-events .nir-br:before {
    content: 'at';
}

/* stock quote short*/
.stock-quote__short h2 {
    font-size: 3rem;
}
.stock-quote__short p {
   /* margin-bottom: 0;
    line-height: 1.5em;*/
}
.stock-quote__short p:first-child {
    margin-top: 4px;
}
.stock-quote.stock-quote__short,
.stock-quote__short .stock-quote {
    padding: 0 !important;
    margin: 0 !important;
}
.block-nir-stock-chart img {
    max-width: none;
}



/* events */
.ndq-5821 .block-views-blockwidget-events-block-1 {
    margin: 0px 0 50px;
}
.ndq-5821 table td {
    vertical-align: top;
}
.ndq-5821 .nir-presentations {
    margin-bottom: 20px;    
}
.ndq-5821 .view-filters,
.ndq-5821 .nir-presentations .filesize,
.ndq-5821 .nir-presentations .field__label {

}

.ndq-5821 h2 {
    margin-bottom: 15px;
   /*border-bottom: 2px solid #ccc; */
} 
.ndq-5821 .item-list ul {
    margin: 0 !important;
    line-height: 1.3em !important;
}
.ndq-5821 .item-list li {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    float: left;
    /*margin-bottom: 0 !important;*/
    padding-bottom:10px;
}
.ndq-5821 .item-list li:nth-child(even) {
   /* background-color: #fafafa;*/
}
.ndq-5821 .item-list article {
    display: block;
    clear: both;
    width: 100% !important;
} 
.ndq-5821 .ndq-date {
    /*float: left;
    padding-right: 2%;
    width: 15%;*/
    margin-bottom: 0 !important;
}
.ndq-5821 .view-widget-events .nir-br {
    display: block;
}
.ndq-5821 .ndq-item {
    /*float: left;
    width: 85%;*/
    margin-bottom: 0 !important;
}
.ndq-5821 .view-widget-events li article h3 {
    line-height: 24px;
    /*color: #6a6a6a;*/
    font-size: 20px;
    margin: 5px 0;
}
.ndq-5821 .full-width {
    /*margin-left: 15%;*/
}
.ndq-5821 #events-right-col {
    padding-left: 70px;
}
.ndq-5821 #events-right-col .view-widget-assets {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid black;
}
.ndq-5821 #events-right-col .view-widget-assets .item-list ul li {
    border: 0;
    margin: 15px 0 0 0;
}
.ndq-5821 #events-right-col .right-box-link {
    margin: 15px 0 0 0;
}

    /*.ndq-5821 .item-list article {
        display: block;
        clear: both;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .ndq-5821 .ndq-date {
        float: left;
        padding-right: 2%;
        width: 15%;
        margin-bottom: 0 !important;
    }
    .ndq-5821 .ndq-item {
        float: left;
        width: 65%;
        margin-bottom: 0 !important;
    }
    .ndq-5821 .ndq-remind-me, .ndq-5821 .full-width {
        float: left;
        width: 20%;
    }
    .ndq-5821 .full-width {
        margin-left: 15%;
    }
    .ndq-5821 .two-col-half {display: none;}
    .ndq-5821 .nirtable thead {
        display: none !important;
    }*/



/* presentations */
.ndq-5831 .views-field-field-nir-asset-title h4 {
    font-size: 1em;
    font-weight: normal;;
}

.ndq-5831 .filesize {
    vertical-align: bottom;
}

/* gov docs */
.ndq-5836 .block--views-blockwidget-assets-widget-assets-ul {
    margin-top: 30px;
}
.ndq-5836 .block--views-blockwidget-assets-widget-assets-ul .field--name-field-nir-tags {
   display: none;
}
.ndq-5836 h3.field__item {
    display: none;
    font-size: 0;
}
.ndq-5836 .file-link a,
.ndq-5836 .field--type-link a {
    
}
.ndq-5836 .view-filters {
    display: none;
}
.ndq-5836 .block-views-blockwidget-assets-widget-assets-table {
    margin-top: 20px;
}
.ndq-5836 .asset-date {
    display: none
}
#ndq-content.ndq-5836 .item-list ul,
#ndq-content.ndq-5836 .item-list li {
    margin: 0; 
    padding: 0;
    list-style: none;
    border: 0 !important;
}
.ndq-5836 .field--type-link, 
.ndq-5836 .item-list {
}

/* mngt & bod */
.ndq-5846 .faq-acc-dl dt,
.ndq-5841 .faq-acc-dl dt {
    font-weight: bold;
    line-height: 12px;
    display: block;
    line-height:2.3; 
}
/*.ndq-5846 .nir_person_title,*/
.ndq-5841 .nir_person_title {
    margin-left: 25px;
    font-weight: normal;
}
.ndq-5841 field--name-field-nir-person-dir-details {
    margin: 10px;
}
.ndq-5846 dl dd .field--name-field-nir-person-title,
.ndq-5841 dl dd .field--name-field-nir-person-title {
    display: none;
}
.ndq-5841 .committee-composition {
    line-height: 20px;
}
.ndq-5841 .committee-composition a {
    color:#000;
}
/* no accordion */
.ndq-5841 .item-list li {
    margin-bottom: 30px !important;
}
.ndq-5841 .item-list li .field--name-field-nir-person-title {
    font-weight: bold;
}
.modalDialog h3.full-name {

}
.modalDialog .field--name-field-nir-person-title {

}
.modalDialog p {

}
/* mngt grid */
.bios-grid .bio-grid {
    display: inline-block;
    min-height: 160px;
    height: auto !important;
    height:160px; 
    padding: 0 0 10px 0;
    float:left;
    width: 30%;
    margin:0 4.5% 3% 0;
    text-align:center;
    padding-bottom: 15px;
    border-bottom:1px solid #dadada;
    position: relative; 
}
.bios-grid .bio-grid.wPic {
    min-height: 500px;
    height: auto !important;
    height:500px;
}
.bios-grid .bio-grid:nth-of-type(3n) {
    margin-right:0;
}
.bios-grid .bio-grid .nir_person_name {
    font-size: 1.3em;
}
.nir_person_link {
    margin:0 auto; 
    width: 100%;
    position:absolute; 
    bottom:15px;
}
.nir_person_link .full-bio {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.bios-grid .bio-grid.wPic .node-headshot {
    margin-bottom: 20px;
}
/* bio - detail */
.node--person--full .node-left {
    float:left;
}
.node--person--full .node-left picture img {
    width: 200px;
    margin: 0 30px 30px 0;
}



/* cc */
.commiteetable thead th {
    text-align: center;
}
.commiteetable thead th:nth-child(2) {
/*    font-size: 0;
    width: 22px;*/
}
.commitee-key span {
    font-size: 0.9em;
    margin-right: 15px;
    vertical-align: bottom;
}
.modalDialog div,
.modalDialog h3 {
    margin-bottom: 10px;
}
.commitee-key span {
    display: block;
    margin-bottom: 5px;
}


/* Financials */
.ndq-5871 .file-link a {
    /*font-size: 0;*/
}
.ndq-5871 .show-all,
.ndq-5871 .views-field-field-nir-tags {
    display: none !important;
}
.ndq-5871 .view-filters {
    display: none;
}
.ndq-5871 h2 {
    margin-bottom:2px !important; 
}
.ndq-5871 .ndq-caption, .ndq-5871 h3 {
    color: #333;
    font-size: 18px;
    margin: 1em 0;
    font-weight: bold;
    font-family: FranklinGothicURW-Boo;
    text-transform: capitalize;
}
.ndq-5871 .view-widget-assets table.nirtable {
    margin: 0;
}
.ndq-5871 .block-views:nth-child(4) table.nirtable thead {
    display: none !important;
}


/* SEC */
.ndq-6016 .view-content {
    margin-bottom: 30px;
}
.ndq-6016 .form-type-search {
    display: inline-block;;
    margin-top: 0 !important;
}
.ndq-6016 .block-search-form .button--primary {
    margin: 0rem 0 0 1rem !important;
    float:right;
}
#ndq-content.ndq-6016 .view-filters select {
    /*width: 190px;*/
}
.nir-sec-header .sec-docs .file-link {
    display: inline-block !important;
}
.nir-sec-header .sec-docs .file-link .filesize {
    display: none !important;
}


/* ARs & Proxy */
.ndq-5881 h3.field__item,
.ndq-5881 .field__item time,
.ndq-5881 .node-right .asset-date,
.ndq-6241 h3.field__item,
.ndq-6241 .field__item time,
.ndq-6241 .node-right .asset-date {
    font-size: 0;
    display: none;
}
.ndq-5881 .view-filters,
.ndq-5881 .field--name-field-nir-tags,
.ndq-6241 .view-filters,
.ndq-6241 .field--name-field-nir-tags {
    display: none;
}
/* ar grid */
/*.ndq-5881 .item-list li {
    width: 25% !important;
    margin: 0 0 30px 0 !important;
    min-height: 310px;
    height: auto !important;
    height:310px; 
}
.ndq-5881 .item-list li:nth-of-type(3n) {
    margin-right: 0 !important;
}
.ndq-5881 article {
    text-align: center;
}
.ndq-5881 .block-views-blockwidget-assets-widget-assets-ul img {
    border: 1px solid #dadada;
}*/
.ndq-5881 .item-list li picture,
.ndq-5881 .item-list li img {
    display:none;
}
.ndq-5881 .item-list li .asset-date {
    display: none;
}


/* QRs */
.ndq-5986 .file-link a {
    /*font-size: 0;*/
}
.view-widget-bundled-content .views-field-field-nir-tags {
    display: none;
}


/* KR */
.ndq-5906 .fundamentals tbody tr td:first-child {
    width: 60%;
}
.ndq-5906 .col-md-6 {
    width: 47%;
}
.ndq-5906 .col-md-6:nth-of-type(1) {
    margin-right: 6%;
}

/* analysts */
/* grid */
.ndq-5896 .view-widget-people .item-list ul {
    align-content: space-between;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
}
.ndq-5896 .view-widget-people .item-list li {
    display: block;
    float: left;
    margin:0 1%;
    width: 31%;
    padding: 15px;
    /*background: #fafafa;*/
    border-top: 1px solid #dedede;
}
.ndq-5896 .view-widget-people .item-list li h3 {
    margin-bottom: 10px;
    font-size:1.5rem;
    color:#648320;
}
@media screen and (max-width:620px) {
    .ndq-5896 .view-widget-people .item-list li {
        float:none;
        width:100%;
    }
}


/* dividends */

.view-widget-dividends-splits table tr.bold-row {
    background: #dedede !important;
}
.view-widget-dividends-splits table tr.bold-row td {
    border:0 !important;
    padding: 30px 20px !important;
}

.view-widget-dividends-splits table tr.bold-row td.views-field-field-nir-div-amount {
    padding-left: 0 !important;
}

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

    .view-widget-dividends-splits table tr.bold-row {
        background: #dedede !important;
    }

    .view-widget-dividends-splits table tr.bold-row td.views-field-field-nir-div-dec-date {
        padding: 20px 15px 0 15px !important;
    }

    .view-widget-dividends-splits table tr.bold-row td.views-field-field-nir-div-amount {
        padding-top: 10px !important;
        padding-left: 50% !important;
        padding-bottom: 0 !important;
    }

}

/* ownership */
.ndq-5901 .dataTables_wrapper {
    margin-bottom: 3rem;
}



/* downloads */
.ndq-6246 .file-link a{
    /*font-size: 0;*/
}


/* snapshot */
.ndq-6111 .view-filters {
    display: none !important;
    font-size: 0;
}
.ndq-6111 .view-widget-events .item-list ul li {
    margin-bottom: 10px;
    float: left;
}
.view-widget-sec-filings .html-link a,
.nirtable .file-link a {
    font-size: 0;
}
.nirtable .nir-events-summary-event-details-supporting-materials .file-link a {
    font-size:inherit;
}
.ndq-6111 .block--views-blockwidget-news-widget-news-ul {
    margin-bottom: 30px;
}
.ndq-6111 .homebox-item-container .block-content--nir-global-block {
    margin-top: 35px;
}
.ndq-6111 .home-middle-content .block-content--nir-global-block {
    margin-bottom: 80px;
}
.ndq-6111 .nirtable {
    margin-bottom: 30px !important;
}


    /* rss */
.ndq-5951 ol {
   /* list-style: none !important;
    list-style-type: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;*/
    margin-left:2.5rem;
}
.ndq-5951 #ndq-rss-list ul,
.ndq-5951 #ndq-rss-list ul li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
}

/* disclaimer */
.block-nir-attribution-block,
.block-nir-attribution-block p {
    font-size: .9em;
    line-height: 1.5em;
    color: #999;
}

.block-nir-attribution-block p:last-child {
    padding: 0;
    margin: 0;
}


/* electronic enrollment */
.ndq-6071 .ndq-enrollment {
    width: 50%;
    margin: 0 auto 30px;
    text-align: center;
}


/* media gallery */
.ndq-6021 .views-element-container {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.ndq-6021 .views-view-grid .views-row .views-col {
    width: 20%;
    float:left;
    margin: 0 0 30px 0;
}
.ndq-6021 .views-view-grid .views-row .views-col img {
    margin-bottom: 10px;
    border: 1px solid #dadada;
}
.ndq-6021 .view-filters {
    display: none;
    font-size: 0;
}

/*.nir-node--5901 #DataTables_Table_0.nirtable.ownership tbody tr:first-child  {
    display: none;
} */


/************************************
        Tear Sheet
************************************/
.ndq-6101 .item-list a h3 {
    font-size:1rem;
    color:#00aeef;
}
.ndq-6101 .item-list li {
    padding: 10px 0;
    /*float: left;*/
    width: 100%;
    border-bottom: 1px solid #dadada;
}
.ndq-6101 .view-widget-events .item-list li .full-width {
    display:none;
}


/**********************************
		Customize Checkboxes
************************************/
/* Base for label styling */

/*

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
input[type=radio]:not(:checked),
input[type=radio]:checked {
    position: absolute;
    left: -9999px;
}

#ndq-content [type="checkbox"]:not(:checked) + label,
#ndq-content [type="checkbox"]:checked + label,
#ndq-content [type="radio"]:not(:checked) + label,
#ndq-content [type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block !important;
    line-height: 24px;
}

*/

/* checkbox aspect */

/* 

#ndq-content [type="checkbox"]:not(:checked) + label:before,
#ndq-content [type="checkbox"]:checked + label:before,
#ndq-content [type="radio"]:not(:checked) + label:before,
#ndq-content [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; 
    top: -1px;
    width: 24px; 
    height: 24px;
    border: 2px solid #d5d5d5;
    background: #fff;
}

#ndq-content [type="radio"]:not(:checked) + label:before,
#ndq-content [type="radio"]:checked + label:before {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

#ndq-content [type="checkbox"]:checked + label:before {
    background: #003AFA;
    border-color:#003AFA;
}
#ndq-content [type="radio"]:checked + label:before {
    border-color:#003AFA;
}

*/

/* checked mark aspect */

/*

#ndq-content [type="checkbox"]:not(:checked) + label:after,
#ndq-content [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 6px; 
    left: 7px;
    font-size: 12px;
    line-height: 0.8;
    color: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;

}

#ndq-content [type="radio"]:checked + label:after {
    content:'';
    position: absolute;;
    width:8px;
    height:8px;
    background:#003AFA;
    top:11px;
    left:8px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

*/

/* checked mark aspect changes */

/*

#ndq-content [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

#ndq-content [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

*/

/* disabled checkbox */

/*

#ndq-content [type="checkbox"]:disabled:not(:checked) + label:before,
#ndq-content [type="checkbox"]:disabled:checked + label:before,
#ndq-content [type="radio"]:disabled:not(:checked) + label:before,
#ndq-content [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#ndq-content [type="checkbox"]:disabled:checked + label:after,
#ndq-content [type="radio"]:disabled:checked + label:after {
    color: #999;
}

#ndq-content [type="checkbox"]:disabled + label,
#ndq-content [type="radio"]:disabled + label {
    color: #aaa;
}

*/

/* accessibility */

/*

#ndq-content [type="checkbox"]:checked:focus + label:before,
#ndq-content [type="checkbox"]:not(:checked):focus + label:before {

}

*/

/* hover style just for information
#ndq-content label:hover:before {
    border-color:#003AFA;
}
 */

/**********************************
		End Customize Checkboxes
************************************/

#nir-table-wrapper {
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
}
.tabs-panel img,
.block--nir-stock-chart img {
    max-width:100%;
}

label[for=edit-timeframe-display-balance-sheet],
label[for=edit-timeframe-display-cash-flow],
label[for=edit-timeframe-display-income-statement] {
    display:none;
}

/*hide duplicate titles*/
.ndq-6 h1.field__item,
.ndq-5941 .show-all + h3 {
    display:none;
}