.acc-wrap .nir-widget--list {
	text-align: right;
}

.acc-wrap article {
	text-align: left;
}

.node--quarter--quarter-widget-list-accordion h2 {
    border-bottom: 1px solid #a9bcd0;
    padding: 0 0 15px;
}

.quarter--question {
    cursor: pointer;
    width: 100%;
    padding: 20px 50px 20px 2px;
    margin: 0;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #a9bcd0;
    background: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.quarter--arrow {
    position: absolute;
    right: 4px;
    top: 0;
    height: 100%;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quarter--arrow::before {
/*    content: "+";*/
/*    font-size: 22px;*/
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    background-image: url(../../dist/css/wp-content/themes/treace/library/dist/images/btn-text-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quarter--item-wrapper.quarter--open .quarter--arrow::before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.quarter--item-wrapper.quarter--closed .quarter--answer {
    display: none;
}

.quarter--answer {
    padding: 30px 2px 30px;
    border-bottom: 1px solid #a9bcd0;
}

.view-widget-bundled-content .views-field-field-nir-bundle-thumbnail,
.view-widget-bundled-content .views-field-field-nir-bundle-body,
.view-widget-bundled-content .views-field-field-nir-tags {
	display: none;
}

.view-grouping:not(:last-child) {
  padding: 0 0 50px;
}

#ndq-content .views-field-field-nir-bundle-content .item-list li:not(:last-child) {
    padding: 0 0 12px
}

#ndq-content .views-field-field-nir-bundle-content ul {
    margin-bottom: 0;
}