.whitelabel .full-bg {
    background: #003B70 url('boostability-background.jpg') no-repeat bottom right;
	background-size: cover;
}

.whitelabel .navbar-brand {
	background: url('300x300-boostability-logo.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.whitelabel .btn-primary,
.whitelabel .zend_form input[type="submit"],
.whitelabel .competitor__add,
.whitelabel .btn-primary:visited,
.whitelabel .zend_form input[type="submit"]:visited,
.whitelabel .competitor__add:visited,
.whitelabel .navbar .navbar__adv-search-btn {
    background-color: #003B70 !important;
    color: #fff !important;
}

.whitelabel .block-tabs li.active > a,
.whitelabel .block-tabs li.active > a:visited,
.whitelabel .block-tabs li.active > a:hover,
.whitelabel .block-tabs li.active > a:focus {
    border-top: 3px solid #003B70 !important;
}

@media (max-width: 767px) {
	.summary__tabs.fixed-bottom li.active > a,
    .summary__tabs.fixed-bottom li.active > a:visited,
    .summary__tabs.fixed-bottom li.active > a:hover,
    .summary__tabs.fixed-bottom li.active > a:focus {
        background-color: #003B70 !important;
        color: #fff !important;
    }
}
