.microsite-fleetfarm-home-icon {
    top: 0;
    left: 0;
}

@media (max-width: 768px) {

    nav[role="navigation"] > .header {
        padding-top: 0 !important;
    }

    .microsite-fleetfarm-home-icon {
        left: 15px;
    }
}

/* START BULB FINDER CUSTOMIZATION */

/* GLOBAL*/

/*Normal anchor link style*/
a {
    color: white !important;
}

a:hover,
a:focus,
a:active,
a:visited {
    color: white !important;
}
/*End Normal anchor link style*/

/*Solid - btn-primary*/
.btn-primary {
    background-color: #0071DC !important;
    color: #ffffff !important;
    border-color: #0071DC !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
    background-color: #0071DC !important;
    color: #ffffff !important;
    border-color: #0071DC !important;
}

/*End Solid - btn-primary*/

/*Outline - btn-outline-primary*/
.btn-outline-primary {
    border-color: #0071DC !important;
    color: #0071DC !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:visited {
    border-color: #d24200 !important;
    color: #d24200 !important;
}
/*End Outline - btn-outline-primary*/

.type-card .card-banner-tile .card-caption {
    border-color: #0071DC !important;
}

.video-banner .banner-image::after {
    color: #0071DC !important;
    -webkit-text-stroke-color: #0071DC !important;
}

.overflow-bottom-banner.video .container::after {
    background-color: #0071DC !important;
}

.accordion-tiles h2 {
    border-color: #0071DC !important;
}

.collapsible-xl .title::after {
    color: #0071DC !important;
}

.dot1, .dot2 {
    background-color: #0071DC !important;
}

.bulb-position-modal .info-icon:hover,
.bulb-position-modal .info-icon:focus,
.bulb-position-modal .info-icon:active {
    background-color: #0071DC !important;
}

.category-banner-tile .category-image:hover {
    border-color: #0071DC !important;
}

.overflow-bottom-banner {
    background-color: #0071DC !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 128 0 / 50%) !important;
}

#request-position .modal-header button,
#notes-modal .modal-header button {
    color: #0071DC !important;
}

/*END GLOBAL*/

/* HEADER BACKGROUND AND TITLE*/
.bulb-finder-header {
    background-color:#0071DC !important;
}

.bulb-finder-header h1 {
    color: #FFFFFF !important;
}

.bulb-finder-results--keywords button {
    border-color: #0071DC !important;
    color: #0071DC !important;
}

.bulb-finder-results--banner:after {
    border-bottom-color: #0071DC !important;
}

.bulb-finder-header .modify-vehicle button {
    background-color: transparent !important;
    border-color: #0071DC !important;
    color: #0071DC !important;
}



/* TAB NAVS & CONTENT */
.bulb-finder-header .nav-fill .nav-item .active,
.bulb-finder-header .tab-pane.active {
    background-color: #000000 !important;
}

.bulb-finder-header .nav-fill .nav-item .nav-link.bulb-tabs {
    color: #FFFFFF !important;
}

/* TAB NAV LINK HOVER STATE */
.nav-tabs .nav-item .nav-link.bulb-tabs.show, .nav-tabs .nav-item .nav-link.bulb-tabs:active, .nav-tabs .nav-item .nav-link.bulb-tabs:hover, .nav-tabs .nav-item .nav-link.bulb-tabs:focus {
    color:#0071DC !important;
}

.nav-item .nav-link.bulb-tabs:hover, .nav-item .nav-link.bulb-tabs:focus, .nav-item.show .nav-link.bulb-tabs {
    background-color: #FFFFFF !important;
}

/* FIELD LABELS, RESET LINK, & DISCLAIMER TEXT */
.bulb-finder-header .form-control-label,
.bulbfinder-disclaimer p span,
#resetLink {
    color: #FFFFFF !important;
}

.bulb-finder-header #resetLink:hover {
    color: #0071DC !important;
}

/*FIND BULB BUTTON */
#findbulbRedirect,
#findBulbByPartNumberRedirect {
    background-color: #0071DC !important;
    border-color: #0071DC !important;
    color: #FFFFFF !important;
}

/* END BULB FINDER CUSTOMIZATION */
