
/* TEASERS */
.feature:before {
    color: #ffffff;
}

/* GLOBAL */
a {
    color: #f58914;
}
a:hover {
    color: #f58914 !important;
}
#cta {
    background: #0e547d;
}

/* BUTTONS */
.btn-custom {
    background: #0e547d;
    color: #c4c1c1 !important;
}
 
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background: rgba(0,166,235,0.7);
    color: #ffffff !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #0e547d;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #0e547d;
    box-shadow: 0 0 0 1px #0e547d;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: #0e547d;
    color: #c4c1c1 !important;
    border-radius: 0;
    border: solid 1px #00a6eb !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover,
#header nav > ul > li .button.special:hover {
    background-color: rgba(0,166,235,0.7);
    color: #ffffff !important;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: rgba(0,166,235,0.7);
}

/* MENU */
.dropotron li.active > a, .dropotron li:hover > a {
    background: #ffffff;
    color: #f58914 !important;
}

.dropotron li a.selected,
.dropotron li a.category {
    background: #ffffff;   
    color:#f58914 !important;   
}
