.nir-widget {
    padding-bottom:2rem;
}
.nir-widget--label {
    /*match client's h2*/
}
/***********************
        Events
*************************/
.field-nir-event-title {
    margin-bottom:1rem;
    font-weight:bold;
}
.field-nir-event-title a {
    text-decoration: none;
}
.nir-widget--event--add-to-calendar {
    margin-bottom:1rem;
}
/************************
          News
***************************/
.nir-widget--news--teaser {
    padding-top:1rem;
}
.nir-widget--news--addl-formats {
    padding-top:1rem;
}

.nir-widget--list {
    margin-bottom:1rem;
}
.nir-widget--news--headline,
.nir-widget--news--accordion-toggle + a {
    font-weight:bold;
}

.nir-widget--list > article {
    padding-bottom:1rem;
    margin-bottom:1rem;
    border-bottom:1px dotted #ccc;
    text-align: left;
}

/*************************
    Widget Filters
*************************/
.nir-widget--form .button {
    padding-top:0;
    padding-bottom:0;
    line-height:34px;
    margin-bottom:1.6em;
    vertical-align: bottom;
}
.nir-widgets--field-container--yeartimezone {
    display: inline-block;
}

/*********************
        people
**********************/
.node--person--nir-widget-list {
    border-bottom:1px solid #ccc;
    padding-top:1rem;
}
.nir-widget--person--name {
    font-weight:bold;
}
.field--name-field-nir-person-title {
    /*padding-left:24px;*/
    color:#666;
    margin-bottom:1rem;
}
@media screen and (min-width:768px) {
    .nir-widget--person--thumbnail {
        float:left;
        padding-right:1rem;
        /*margin-left:1rem;*/
        border-right:1px solid #ccc;
        width: 100%;
    }

}

/***************************
        Assets
*****************************/
.nir-widget--list .nir-widget--field.nir-widget--asset--list-of-files article {
    /*padding-bottom: 0;*/
    /*border-bottom:1px dotted #ccc;*/
}


/*******************************
            FAQ / Results
******************************/
.nir-faq--wrapper,
.view-grouping-content{
    /*border: solid 1px #e6e6e6;*/
}
.nir-faq--item-wrapper {
    margin-bottom:0;
}
.nir-faq--question,
.faq-acc-dl dt,
.faq-acc-dl .acc-title,
.acc-wrap dt,
.acc-wrap .acc-title {
    padding: 1.25rem 3rem 1.25rem 1rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background:none;
}
.acc-wrap .acc-title {
    line-height: 1;
}
.nir-faq--open .nir-faq--question,
.js .nir-faq--question:hover,
.faq-acc-dl dt.opened,
.faq-acc-dl .acc-title.opened,
.acc-wrap dt.opened,
.acc-wrap .acc-title.opened,
.faq-acc-dl dt:hover, .faq-acc-dl .acc-title:hover,
.acc-wrap dt:hover, .acc-wrap .acc-title:hover {
    /*background: #f8a32f;*/
    /*color:#fff;*/
}
.nir-faq--question:hover:before,
.acc-title:hover:before {
    color:#fff !important;
}
.faq-acc-dl dt, .faq-acc-dl .acc-title, .acc-wrap dt, .acc-wrap .acc-title,
.nir-faq--question {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.faq-acc-dl dt:hover, .faq-acc-dl .acc-title:hover,
.acc-wrap dt:hover, .acc-wrap .acc-title:hover {
    cursor: pointer;
}
.acc-body {
    margin:0;
}
.js .nir-faq--arrow {
    position: absolute;
    right: 16px;
    top:0;
    height:100%;
    min-width:25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important;
}
.nir-faq--answer {
    border-bottom: 1px solid #ccc;
}
.js .nir-faq--arrow::before {
    /*font-family: "ndqfonticons";*/
    font-weight:100;
    font-size:22px;
}

.js .nir-faq--item-wrapper.nir-faq--open .nir-faq--arrow::before {
    content:'–';
    font-size: 18px;
    font-weight: bold;
}
.faq-acc-dl dt::before, .faq-acc-dl .acc-title::before, .acc-wrap dt::before, .acc-wrap .acc-title::before {
    padding-right:1rem !important;
}
