a.skip-link {
    position: absolute;
    left: -9999rem;
    z-index: 4000;
    display: inline-block;
    padding: 0.75rem;
    background-color: var(--hdf-color-blue);
    color: var(--hdf-color-white);
    font-weight: 800;
}
a.skip-link:focus {
    left: 0;
}



header {
    /*
    background-image: linear-gradient(to bottom, 
    white 0%,
    white 50%,
    var(--hdf-color-blue) 50%,
    var(--hdf-color-blue) 100%);  
    */
    background-color : var(--hdf-color-white); 
}

/* header img#logo-hdf {} */
header #ajaxsearchpro1_1 {width:100%;border-radius:10rem;}
header #ajaxsearchpro1_1 .probox {
    border-radius:10rem;
    color:var(--hdf-color-white);
    background-color:var(--hdf-color-blue);
    border:none;
    background-image:none;}

header #ajaxsearchpro1_1 .probox .promagnifier,
header #ajaxsearchpro1_1 .probox .proinput {
    border:none;
    color:var(--hdf-color-white);
    background-color:var(--hdf-color-blue);
    box-shadow: none;
}
header #ajaxsearchpro1_1 .probox .proinput input.orig,
header div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
    color:var(--hdf-color-white);
    font-family: Raleway, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
}



header a#btn-faq {
    padding:0.5rem !important;
    padding-left:1.75rem !important;
    padding-right:0.75rem !important;
    text-align:center;
    color:var(--hdf-color-white);
    background-color:var(--hdf-color-gray);
    font-family: Raleway, sans-serif;
    font-size: 0.825rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25rem;
    background-image : url(../../img/new/icon-faq.svg);
    background-repeat: no-repeat;
    background-position:1rem center;
    background-size:1rem 1rem;
}

header a#btn-faq:hover {
    background-color:var(--hdf-color-blue);
    color: var(--hdf-color-white);
}

header .navbar .mega-dropdown .dropdown-menu.mega-menu {
    left:-50vw;
    width:90vw;
}

header .navbar .nav-item .nav-link {

    font-family: Raleway, sans-serif;

    color:var(--hdf-color-white);
    font-size: 1.0625rem;
    font-weight: 800;
    letter-spacing: -0.42px;
    line-height: 1.25rem;
    padding-left:2rem;
}
header .navbar .nav-item .nav-link:hover {
    color:var(--hdf-color-white);
}

header .navbar .dropdown-menu h6 {
    font-family: Raleway, sans-serif;
    font-size:1.375rem;
    color:var(--hdf-color-blue);
    font-weight:800;
    text-transform:none;
}

header .navbar .dropdown-menu a {
    font-family: Raleway, sans-serif;
    font-size:1rem;
    text-transform: none;
    font-weight:bold;
    color:var(--hdf-color-black);
    
}
header .navbar .dropdown-menu a.menu-item-out {
    color:var(--hdf-color-green);
}
header .navbar .dropdown-menu a:hover {
    color:var(--hdf-color-blue);
    text-decoration:underline;
}
header .social-links img {width:26x;height:26px;background-color:var(--hdf-color-blue);}


#other-sites {
    font-family: Raleway, sans-serif;
    background-color:var(--hdf-color-gray-light);
    color:var(--hdf-color-gray-dark);
    font-size:0.825rem;
}
#other-sites a {color:var(--hdf-color-gray-dark);}
#other-sites a:hover {color:var(--hdf-color-gray-darker);}