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

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

.quarter--item-wrapper:first-of-type .quarter--question {
    border-top: 1px solid #DDE1E3;
}

.quarter--question {
    cursor: pointer;
    width: 100%;
    padding: 14px 0;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #DDE1E3;
    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--question .quarter--text {
    text-transform: none !important;
    font-family: "Encode Sans", sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 27px;
    color: #006272;
}

.quarter--arrow {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.quarter--arrow::before {
    content: "+";
    display: block;
    font-family: "Encode Sans", sans-serif !important;
    font-size:  27px;
    font-weight: 600;
    line-height: 1;
    color: #006272;
}

.quarter--item-wrapper.quarter--open .quarter--arrow::before {
    content: '–';
}

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

.quarter--answer {
    padding: 27px 0 27px 2px;
    border-bottom: 1px solid #DDE1E3;
}

.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;
}

.views-field-field-nir-bundle-content li:not(:last-of-type) {
    padding: 0 0 12px;
    line-height: 30px;
}