#front-page .find-out-more.blue {
    background-color: #e55628;
}

#footer .border {
    border-top: 1px solid #e55628;
}

.button.blue {
    background-color: #e55628;
}

.button.blue:hover {
    background-color: #ff911a;
}

a {
    color: #e55628;
}

#header .navigation li a:hover {
    color: #e55628;
}

#header .navigation li a:hover::after {
    border-color: transparent transparent #E55628 transparent;
}

.quote {
    border-left: 10px solid #e55628;
}

hr {
    border-left: 90px solid #e55628;
}

#products .product .overflow .overlay .caption {
    background: #e55628;
}

#product .benefits {
    background-color: rgba(299,86,40,0.1);
}

#product .downloads {
    background: #e55628;
}

#product .download .overlay {
    background-color: rgba(299,86,40,0.8);
}

#contact .form {
    background: #e55628;
}

#mini-banner .banner h1 {
    color: #e55628;
}

.get-in-touch {
    border: 10px solid #231607;
    color: #231607;
}

.button.navy {
    background-color: #231607;
}

.button.navy:hover {
    background-color: #4e3410;
}

a:focus, a:hover {
    color: #23527c;
}

#front-page .products .product .overflow:hover .caption {
    background-color: rgba(299,86,40,0.8);
}

#footer ul li {
    list-style-image: url(../img/orange-bullet.png);
}

.container h1 {
    color: #e55628;
}