h1#pageTitle {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
    color: #f26528;
    text-transform: uppercase;
    margin: 0.67em 0;
}

ol.breadcrumb {
    color: #f26528;
    font-family: Verdana;
    font-size: .688em;
    font-weight: normal;
    text-transform: none;
}

a.btn.btn-orange, a.btn.btn-white {
    padding: 0.3rem 4rem;
    border-radius: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
}

a.btn.btn-orange {
    color: #fff;
    background-color: #F26528;
    border-color: #F26528;
}

a.btn.btn-orange:hover {
    color:#4c4e66;
}

a.btn.btn-white {
    color: #F26528;
    background-color: #fff;
    border-color: #eee;
}

a.btn.btn-white:hover {
    color:#30AADE;
}

p.button-sub-text {
    color: #F26528;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0 0;
}

p.button-sub-text.dark {
    color: #4C4E66;
}

.container label {
    color: #30AADE;
    font-weight: bold;
}