﻿/* Focus styles */
a:focus, button:focus, input:focus, textarea:focus, select:focus {
    outline: 3px solid #ffbf47;
}

:focus {
    outline: 3px solid #ffbf47;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #ffbf47;
    color: #000;
    padding: 10px;
    z-index: 100;
}

    .skip-link:focus {
        top: 0;
        outline: 3px solid #000;
    }

#header .logo-wrap {
    border: 1px solid #fff !important;
}

.home-container .hero-search-icon {
    right: 15px;
    top: 5px !important;
    margin: 0;
    position: absolute;
    font-size: 48px;
    height: 64px !important;
}

a.link {
    height: auto;
    width: auto;
}

.footer-content a {
    outline-color: white !important;
}

.footer-sitemap a {
    outline-color: white !important;
}
