.color-burgundy {
    color:#57162B;
}
.locations .county-filter {
    appearance:none;
    background-color:#57162B;
    border:1px solid #57162B;
    padding:15px 25px;
    border-radius:30px;
    color:white;
    outline:none;
    letter-spacing:1px;
    font-size:18px;
    font-weight: 400;
    font-family: Wavehaus;
    line-height: 1.6;
    width:280px;
    font-weight:bold;
    background-image:url('/assets/icons/dropdown-arrow-white.svg');
    background-size:15px;
    background-position:90% 50%;
    background-repeat:no-repeat;
}
