﻿/*
    This custom file is what will differentiatethis specific website
    from the base support site.
*/


/*

    Overrides anchor tags to be dark pink with underline.

*/
a {
    color: #005EB8;
}

.supportFAQItem li a {
    color: #005EB8;
}

footer ul li a {
    color: #005EB8;
    text-decoration: underline;
}

footer small a {
    color: #005EB8;
}

.supportLinkText {
    color: #005EB8;
}
/*
    Overrides the h2 header elements so they are no longer underlined.
*/
h1::after {
    display: none;
}

h2::after {
    display: none;
}

a.side-nav-link {
    color: black;
}

.topregisterloginsec {
    background-color: #005EB8;
    color: white;
}

.topregisterloginsec a {
    color: #005EB8;
}

/* 
    Override to change colour of nav-container border to NHS blue on
    mobile devices (border is set to bottom on larger resolutions).
*/
.container-fluid.navigation-container {
    border-top-color: #005EB8;
    border-bottom-color: #005EB8;
}

.logoLeft {
    width: 200px;
    font-size: 1.5em;
}

.sb-search input.sb-search-submit {
    height: 35px;
}

iframe {
    max-width: 100%;
}

body {
    background-color: #eeeeef;
}

header {
    background-color: white;
}

main {
    background-color: white;
}

body {
    padding-bottom: 0px;
}

/*

    Override the left side-bar active page bookmark with dark grey background
    and white lettering.

*/

a.side-nav-link.active {
    background-color: #425563;
    color: white;
}

/*
    Override the footer gold border with NHS blue.
*/

footer {
    border-top-color: #005EB8;
    border-bottom-color: #005EB8;
}

.sb-search input.sb-search-submit {
    background: url('/ukgwa/20260506064811oe_/http://supporthorus.hee.nhs.uk/horusImages/horus search 25x23-white[6661].png') no-repeat center center;
}