.faq-list {
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDD;
}

.faq-list * {
    box-sizing: border-box;
}

.faq-list.filtered .faq-category-title,
.faq-list.filtered .faq-question-title {
    opacity: 0.3;
}

.faq-filter {
    margin-bottom: 30px;
    display: flex;
}

.faq-filter * {
    box-sizing: border-box;
}

.faq-filter .category-column {
    width: 40%;
    margin-right: 40px;
    position: relative;
}

.faq-filter span {
    display: inline-block;
    margin-right: 20px;
    line-height: 30px;
}

.faq-filter .category-column .select-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #f35c1a;
    pointer-events: none;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.faq-filter .search-column {
    width: 40%;
}

.faq-filter .custom-input {
    position: relative;
    display: inline-block;
}

.faq-category-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}

.faq-category-select::-ms-expand {
    display: none;
}

.faq-category-select,
.faq-filter-input {
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    height: 32px;
    border: 1px solid #DFDFDD;
}


.faq-filter-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background-color: #f35c1a;
    height: 32px;
    width: 32px;
    color: #ffffff;
    cursor: pointer;
}

/* Category */
.faq-category-title {
    position: relative;
    background-color: #f35c1a;
    border-bottom: 2px solid #ffffff;
}

.faq-category-title div {
    display: block;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
}

.faq-category-title a:hover {
    color: #ffffff;
}

.faq-category-title h4, .faq-category-title h3 {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.faq-category-title .icon {
    position: absolute;
    top: 14px;
    right: 20px;
    transition: transform 0.8s;
}

.faq-category-title.active .icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.faq-category-questions {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    transition: opacity 500ms;
}

/* Question */
.faq-question-title {
    display: block;
    padding: 10px 20px;
    position: relative;
    border-top: 2px solid #f35c1a;
    transition: opacity 500ms;
    cursor: pointer;
    color: #f35c1a;
}

.faq-question-title:first-child {
    border-top: 0;
}

.faq-question-title .icon {
    position: absolute;
    top: 14px;
    right: 20px;
    transition: transform 0.8s;
}

.faq-question-title.active .icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.faq-question-content {
    transition: opacity 500ms;
    padding: 10px 20px 20px 20px;
    overflow: auto;
}

.faq-question-content .image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.faq-question-content p {
    margin-top: 0;
}

span.hilite {
    background-color: #ffb494;
    padding: 0 2px;
}

/* matches */
.faq-list.filtered .faq-category-title.match {
    opacity: 1;
}

.faq-list.filtered .faq-question-title.match {
    opacity: 1;
}

.contentpage3 .blueContainer {
    background-color: #CFE3E6;
    padding: 40px 60px;
    margin-left: auto;
    max-width: 90%;
    border-radius: 20px;
    margin-top: 70px;
    font-size: clamp(1.25rem,1.0625rem + 0.6vw,1.625rem);
    line-height: 1.6;
}

.contentpage3 .faq-category-title div {
    padding: 0;
}

.contentpage3 .faq-category-title div::before {
    content: '';
    position: absolute;
    top: 2px;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background-image: url("../Icons/chevron-right-white.svg");
    background-color: #f35c1a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.contentpage3 .faq-category-title.active div::before {
    background-image: url("../Icons/chevron-down-white.svg");
    background-size: 26px;
}

.contentpage3 .faq-category-title {
    background-color: transparent;
    margin-bottom: 50px;
}

.contentpage3 .faq-category-title h4, .contentpage3 .faq-category-title h3 {
    color: #f35c1a;
    font-size: clamp(1.25rem,1.0625rem + 0.6vw,1.625rem);
    line-height: 1.4;
    padding-left: 52px;
    font-weight: normal;
}

.contentpage3 .faq-question-title .icon,
.contentpage3 .faq-category-title .icon {
    display: none;
}

.contentpage3 .faq-list {
    border-bottom: none;
}

.contentpage3 .faq-category-questions {
    border: none;
    margin-bottom: 75px;
}

.contentpage3 .faq-question-title {
    padding: 0 0 0 52px;
    border: none;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.contentpage3 .faq-question-title.active {
    color: #EC6608;
    font-size: clamp(1rem, 0.9375rem + 0.2vw, 1.125rem);
    line-height: 1.6;
}

.contentpage3 .faq-question-title::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 24px;
    border-radius: 20px;
    background-image: url("../Icons/chevron-right-orange.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px auto;
}
.contentpage3 .faq-question-title.active::before {
    background-image: url("../Icons/chevron-down-orange.svg");
    width: 24px;
    height: 14px;
    background-size: 23px auto;
}

.contentpage3 .faq-question-title.active.onlyOne::before {
    background: none;
}

.contentpage3 .faq-question-content {
    padding: 0px 20px 100px 52px;
    font-size: 20px;
    line-height: 30px;
}

.contentpage3 .faq-question-content:last-child {
   padding: 0px 20px 0px 52px;
}

.contentpage3 .faq-filter span.text:first-child {
    display: none;
}

.contentpage3 .faq-filter .custom-input {
    display: block;
    width: 100%;
}

.contentpage3 .faq-filter-input {
    height: 84px;
    line-height: 20px;
    padding: 29px 29px 29px 116px;
    border-radius: 20px;
    margin-right: 0;
    border: 1px solid #000;
    box-shadow: 0px 3px 10px #00000029;
}

.contentpage3 .faq-filter-input::placeholder {
    color: black;
    opacity: 0.4;
}

.contentpage3 .custom-input::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-image: url("../Icons/search_grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px auto;
    transform: scaleX(-1);
}

.contentpage3 .faq-filter-button {
    visibility: hidden;
}

.contentpage3 .faq-filter {
    flex-direction: column;
    margin-bottom: 110px;
}

.contentpage3 span.text:last-child {
    display: block;
    text-align: right;
    margin-top: 30px;
    background-image: url("../Icons/chevron-right-orange.svg");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 125px center;
}
