/* OVERRIDE /css/responsive/tm/static-header.css with new blue color */

a {
    color: #026cdf;
}

a:active,
a:hover {
    color: #004da1;
}

a.btn-primary {
    background-color: #026cdf;
}

a.btn-primary:active,
a.btn-primary:hover {
    background-color: #004da1;
}

p.find-tickets {
    background-color: #026cdf;
}

p.find-tickets:active,
p.find-tickets:hover {
    background-color: #004da1;
}

.button {
    background-color: #026cdf;
}

.button:active,
.button:focus,
.button:hover {
    background-color: #004da1;
}

.search-mini-input {
    border: 1px solid #026cdf;
}

.search-input--muted {
    color: #026cdf;
}

.search-full-label {
    border: 1px solid #026cdf;
}

.search-button {
    color: #026cdf;
}

.search-button .button-text {
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ctitle%3Esearch%20icon%3C/title%3E%3Cpath%20d%3D%22M14.79%2012.668l4.69%204.69c.59.59.595%201.537.005%202.127-.586.586-1.535.586-2.126-.004l-4.692-4.69c-3.113%202.12-7.392%201.8-10.153-.962-3.124-3.124-3.124-8.19%200-11.313%203.124-3.124%208.19-3.124%2011.313%200%202.762%202.76%203.083%207.04.962%2010.153zm-10.86-.254c2.342%202.343%206.14%202.343%208.484%200%202.343-2.343%202.343-6.142%200-8.485-2.343-2.344-6.142-2.344-8.485%200-2.344%202.342-2.344%206.14%200%208.484z%22%20fill%3D%22%23026cdf%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E")
    no-repeat;
}

.cancel-button {
    color: #026cdf;
}

.is-text-muted {
    color: #026cdf;
}

.page__simple-header {
    background-color: #026cdf;
}

#site-header .site-logo.rebrand-project, .page__simple-header .header__tm-logo.rebrand-project{
    background: none;
    height: 20px;
}

#site-header .site-logo.rebrand-project img, .page__simple-header .header__tm-logo.rebrand-project img {
    width: 143px;
    height: 20px;
    display: block;
}
