article.node--type-nir-faq:nth-child(3) {
    display: none;
}

.block--nir-faq__widget--5941 {
    text-align: right;
}

.block--nir-faq__widget--5941 article {
    text-align: left;
}


.nir-faq-widget--accordion-link {
    /*  display:none;*/
    display: inline-block;
    text-decoration: none !important;
    padding: 0 0 1rem;
  }

/* The showing and hiding.*/
.js .nir-faq--item-wrapper.nir-faq--closed .nir-faq--answer {
  display: none;
}

.nir-faq--wrapper {

}

.nir-faq--item-wrapper {
    padding: 0;
    margin: 0;
}

.nir-faq--item-wrapper:last-child {

}

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

.nir-faq--question {
    cursor: pointer;
    width: 100%;
    padding: 20px 45px 20px 0;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #DDE1E3;
    background: none;
}

.nir-faq--open .nir-faq--question {
    background-color: #fff;
/*    border-bottom: 1px solid #454b4b;*/
}

.nir-faq--question .nir-faq--text {
    display: inline-block;
    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;
}

.nir-faq--question .nir-faq--text:hover {
/*  color: #006272;*/
}

.js .nir-faq--question:hover {
    color: #006272;
  cursor: pointer;
  background: #fff;
}

.nir-faq--answer {
    padding: 30px 0 35px 2px;
    border-bottom: 1px solid #DDE1E3;
}

.nir-faq--answer p {
    margin: 0;
    padding: 0 0 20px;
}

.nir-faq--answer *:not(.row):last-child {
    padding: 0;
    margin:0;
}

.nir-faq--answer table {
    width: 100%;
}

.nir-faq--answer table font {
    font-size: 18px;
}

.nir-faq--answer table b {
    font-weight: 600;
}

/* The arrow.*/

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

.js .nir-faq--arrow {
    display: flex;
}

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

.js .nir-faq--question:hover .nir-faq--arrow::before {
    content: "+";
}

.js .nir-faq--item-wrapper.nir-faq--open .nir-faq--arrow::before{
    content: "-"
}

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

    .nir-faq--question,
    .nir-faq--answer{
/*        padding-right: 20px;*/
    }

}
