/* Give the route inputs the same clear gold focus state as the service enquiry forms. */
#calcForm .input-outer.old-form,
#calcForm .btc-stop-row input {
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

#calcForm .input-outer.old-form:focus-within {
    border-color: #f0c65d !important;
    background: #0d3449 !important;
    box-shadow: 0 0 0 3px rgba(232, 181, 54, .15) !important;
}

#calcForm .input-outer.old-form:focus-within input {
    color: #fff !important;
    background: transparent !important;
}

#calcForm .input-outer.old-form:focus-within .icon {
    color: #f0c65d !important;
}

#calcForm .btc-stop-row input:focus {
    border-color: #f0c65d !important;
    background: #0d3449 !important;
    color: #fff !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(232, 181, 54, .15) !important;
}
