.container .route {
    background-color: #727172;
    color: #fff;
    line-height: 3rem;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    height: auto;
}

    .container .route div {
        display: inline-block;
    }

    .container .route a {
        color: #fff;
    }

.error {
    color: red !important;
    font-weight: bold !important;
}

.a-highlight-red {
    color: red;
    text-decoration: none;
}

.btn-contactus {
    height: 2.8rem;
    line-height: 2.8rem;
    background-color: #c7000b;
    border-radius: 0.5rem;
    margin: 1rem auto;
    display: table;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1rem;
    font-size: 1.125rem;
    border: 2px solid #c7000b;
    cursor: pointer;
    text-decoration: none;
}

.desktop .btn-contactus {
}

.mobile .btn-contactus {
    font-size: initial;
}

.btn-contactus:hover {
    color: #c7000b;
    background-color: #fff;
    border: 2px solid #c7000b;
    box-sizing: border-box;
}
