div#usajobs-search {
    position: relative;
}
div#usajobs-search select {
    padding: 1.3rem;
    border: none;
    background-color: #52576c;
    width: 100%;
    font-size: 1.8rem;
    height: fit-content;
}
div#usajobs-search select::after {
    content:"\2039";
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2rem;
}
div#usajobs-search::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    border-bottom: 20px solid #ffffff;
    top: 18px;
    transition: all 0.3s ease;
    right: 40px;
    transform: rotate(-130deg);
}
div#usajobs-search::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 20px;
    border-bottom: 20px solid #ffffff;
    top: 18px;
    transition: all 0.3s ease;
    right: 55px;
    transform: rotate(130deg);
}
a.option-item {
    background-color: #0d1326;
    border: #0d1326;
    color: #fff;
    width: 280px;
    height: 60px;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    text-decoration: none;
    font-size: 2.2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0 0;
}
