.block-content--nir-lp-block--6041 p:last-child {
    padding: 0;
    margin: 0;
}

.block--nir-assets__widget--9826 {
    padding: 40px 0 0;
}

body.nir-node--9826 #ndq-content .block--nir-assets__widget--9826 .h3 {
    margin: 0;
    padding: 0 0 20px;
}

.block--nir-assets__widget--9826 article:not(:last-child) {
    padding: 0 0 12px; 
}

.block--nir-assets__widget--9826 a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 38px;
}

.block--nir-assets__widget--9826 a::before {
    position: absolute;
    top: -5px;
    left: 0;
    padding: 0;
}

.block--nir-people__widget--5846 article,
.block--nir-people__widget--18021 article {
    padding: 40px 0 40px;
    border-bottom: 1px solid #d9d8d8;
}

.block--nir-people__widget--5846 article:last-child,
.block--nir-people__widget--18021 article:last-child {
    border-bottom: 0;
}

.block--nir-people__widget--5846 article:first-child,
.block--nir-people__widget--18021 article:first-child {
    padding-top: 0;
}

.block--nir-people__widget--5846 .nir-widget--person--thumbnail,
.block--nir-people__widget--18021 .nir-widget--person--thumbnail {
    padding: 0 30px 30px 0;
}

.block--nir-people__widget--5846 .h4,
.block--nir-people__widget--18021 .h4 {
    margin: 0;
    padding: 0 0 7px;
}

.block--nir-people__widget--5846 .nir-widget--person--title,
.block--nir-people__widget--18021 .nir-widget--person--title {
    margin: 0;
    padding: 0 0 24px;
}

.block--nir-people__widget--5846 .nir-widget--person--bio p:last-of-type,
.block--nir-people__widget--18021 .nir-widget--person--bio p:last-of-type {
    padding: 0;
    margin: 0;
}

.nir-widget--person--dir-details > div,
.nir-widget--person--committees > div {
    margin: 8px 0 0;
}

.nir-widget--person--committees > div:first-child {
    margin: 24px 0 0;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="icon"] {
    position: relative;
    padding: 0 0 0 29px;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="icon"]::before {
    position: absolute;
    left: 0;
    top: 0;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="calculator"]::before {
    top: 3px;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="independent"]::before {
    top: -1px;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="chair"]::before {
    top: 2px;
}

.block--nir-people__widget--18021 .nir-widget--person--dir-details [class*="leaddir"]::before {
    top: -2px;
}

.block--nir-people__widget--18021 .nir-widget--person--committees > div {
    position: relative;
    padding-left: 31px;
}

.block--nir-people__widget--18021 .nir-widget--person--committees > div [class*="icon"] {
    position: absolute;
    left: 0;
    top: -3px;
}

.field--name-field-nir-committee-body {
	float:left;
}

.block--widget-committee-composition--9826 {
    clear: both;
    padding: 40px 0 0;
}

#ndq-content .block--widget-committee-composition--9826 h2 {
    margin: 0;
    padding: 0 0 12px;
}

table.commiteetable th {
    text-align: center;
}

.commiteetable thead span {
	display:none;
}

.block-widget-committee-composition table tbody tr td{
    text-align:center;
    position: relative;
}

.block-widget-committee-composition table tbody tr td:first-child{text-align:left;}

.block-widget-committee-composition table tbody tr a::before{content:none}

.block-widget-committee-composition table tbody tr span::before{padding-right:0}

.commitee-key {
    clear: both;
    padding: 40px 0 0; 
}

.commitee-key [class*="icon"] {
	display: block;
    padding: 0 0 0 32px;
    margin: 0 0 11px;
    position: relative;
}

.commitee-key [class*="icon"]::before {
    position: absolute;
    top: 0;
    left: 0;
}

.commitee-key [class*="chairperson"]::before,
.commitee-key [class*="member"]::before,
.commitee-key [class*="leaddir"]::before {
    top: -1px;
}

.commitee-key [class*="calculator"]::before {
    top: -2px;
}

.commitee-key [class*="cob"]::before,
.commitee-key [class*="vicechair"]::before {
    top: 1px;
}

/*@media (min-width: 482px) {

    .block-widget-committee-composition table tbody tr td:first-child {
        white-space: nowrap;
    }

}*/

@media (max-width: 812px) {

	#ndq-content table.commiteetable {
		border: 0;
	}

	.commiteetable thead{display:none}

	.commiteetable thead span{display:none}

    .commiteetable td::before{display:none}

    .block-widget-committee-composition table tbody tr td:first-child {
        font-weight: 700;
    }

    #ndq-content table.commiteetable tbody td:empty {
    	display:none;
    }

    #ndq-content table.commiteetable tbody td:empty:last-child {
    	display:block;
    	padding: 0;
    	border-bottom: 0;
    }

    .commiteetable tbody td:not(:first-child) span[class*="ndqicon"] {
        position: absolute;
		top: 12px;
		left: 0;
    }

    .commiteetable .mobile-show {
        display: block;
        padding: 0 0 0 34px;
    }

}