    .open_positions_block .faq-wrapper svg {
        width: 15px;
        height: 16px;
        margin-top: 5px;
        margin-right: 35px;
    }

    .open_positions_block .search-and-filter {
        padding: 19px 3px 17px;
        margin-bottom: 10rem;
    }

.open_positions_block .faq-question-title {
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
    max-width: 87rem;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.open_positions_block h2 {
    text-align: center;
    color: #032169;
    margin-bottom: 80px;
    font-weight: 400;
}
.open_positions_block .search-and-filter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: var(--bb-theme-child_white);
    border: 1px solid var(--bb-theme-child_white);
    border-radius: .6rem;
    padding: 1.9rem 2rem 1.7rem;
    box-shadow: 1.2rem 1.2rem 3.2rem .5rem rgba(0, 0, 0, .05);
    margin-bottom: 5rem;
    position: relative;
}
.open_positions_block .faqs-content-wrapper p, .open_positions_block .faqs-content-wrapper li {
    color: #202020;
}
.open_positions_block .search-and-filter .search-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.open_positions_block .search-and-filter .search-box {
    width: 500px;
}
.open_positions_block .search-and-filter .search-box .search {
    max-width: 50%;
    border: none;
    background-color: #fff;
    padding: 0;
    outline: none;
        font-size: 18px;
    line-height: 1.428571429;
    color: #3a3e50;
}
.open_positions_block .search-and-filter .search-box svg {
        margin-right: 20px;
        width: 22px;
        height: 22px;
    }
.open_positions_block .search-and-filter .select-holder {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.open_positions_block .select-control {
    font-size: 18px;
    font-family: "Roboto";
    letter-spacing: .28px;
    color: #444;
    line-height: 28px;
     display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
     background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
       border: none;
     width: 198px;
     outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/wp-content/uploads/2026/06/angle-down.svg') no-repeat right 12px center;
    background-size: 15px;
    cursor: pointer;
}

.open_positions_block .search-and-filter .select-holder .department {
    margin-left: 73px;
}
.open_positions_block .search-and-filter .select-holder .locations {
    margin-left: 73px;
    display: none;
}


.open_positions_block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 50%;
}

/* .open_positions_block  .select-control::before {
    background-image: url(/wp-content/uploads/2026/06/angle-down.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 100%;
    border-color: rgba(0, 0, 0, 0);
    border-style: none;
    width: 15px;
    height: 9px;
    margin-top: 0 !important;
    left: 55%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */
.icon-minus {
    display: none;
}

.faq-wrapper.is-open .icon-plus {
    display: none;
}

.faq-wrapper.is-open .icon-minus {
    display: block;
}

.toggle-icon {
    min-width: 24px;
    flex-shrink: 0;
}
    .open_positions_block .faq-wrapper {
        padding: 30px 0 30px 64px;
    }
    .open_positions_block .faqs-content-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fafbfd;
}
.open_positions_block .faq-wrapper.is-open {
    background: #fff;
    box-shadow: 1.2rem 1.2rem 3.2rem rgba(0, 0, 0, .05);
    border-left: 10px solid #0d4ccd;
}
.open_positions_block a.cta-button {
   border-radius: 40px;
	border: 2px solid #234CC6;
	background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%) !important;
	box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
	padding: 12px 36px;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}
   .open_positions_block h4.headline-4.has-question {
        width: 90%;
        font-weight: 700;
    }
   .open_positions_block  p.job-meta {
    display: none;
    }
    .faqs-content-wrapper p, .faqs-content-wrapper li {
    font-size: 18px;
    line-height: 177.7777777778%;
    font-weight: 400;
    color: #555555;
    font-family: "Roboto";
    letter-spacing: .028rem;
}
@media screen and (max-width:1200px) {

.open_positions_block .search-and-filter .search-box {
    width: 340px;
}
}
@media screen and (max-width:1024px) {
.open_positions_block .search-and-filter .search-box {
    width: 100%;
}
.open_positions_block .search-and-filter,
.open_positions_block .search-and-filter .select-holder{
    flex-wrap: wrap;
    margin-left: unset;
            gap: 20px;
}
.open_positions_block .search-and-filter .select-holder .locations,
.open_positions_block .search-and-filter .select-holder .department{
    margin-left: 0;
}
.open_positions_block .faq-wrapper {
    padding: 20px 10px 20px 30px;
}
.open_positions_block .faq-wrapper svg {
    margin-right: 10px;
      width: 10px;
    height: 10px;
}
.open_positions_block h4.headline-4.has-question {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
}
.open_positions_block h2 {
    text-align: center;
    color: #032169;
    margin-bottom: 40px;
    font-weight: 400;
}
a.cta-button {
   font-size: 14px;
   line-height: 21px;
    padding: 8px 25px;
}
}