#incrementNumber:hover, #decrementNumber:hover{
    cursor: pointer;
}


.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.current {
    color: #fff;
    background-color: #223A5E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2vw;
    line-height: 1;
    border-radius: 50%;
    width: 2vw;
    height: 2vw;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nav_wrapper ul li .page-numbers:hover {
    color: #fff;
	background-color: #223A5E;
}

.next:hover {
    background-color: none;
}

#long_term_sear select, #short_term_sear select, #overlay__short select{
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0 0 5px 0;
    font-weight: 500;
    color: #223A5E;
}