/* universal css by strato */

/* Vertical line footer */ 
.vertical {
    border-left: 1px solid #e9ecef;
    min-height: 65px;
    position: absolute;
    left: 50%;
}

.btn-font-size-lg {
    font-size: 16px;
}

/* Mobile */ 
@media screen and (max-width: 767px) and (min-width: 320px) {
    .btn-font-size-lg {
        font-size: 13px;
    }
}

.option-control3 {
    font-family: MuseoSans;
    font-size: 20px;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    border-bottom: 1px solid white;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../../assets/img/icons-header-dropdown-white2.svg) no-repeat right transparent;
    padding: 0 2rem 0 0 !important;
}