@charset "utf-8";
/* CSS Document */

/***
 * Written 5th January 2017.
 * This document is to apply to screen sizes of UPTO 700px ONLY.
 ***/
* {
    box-sizing: border-box;
}
html {
    font-size:16px;
}
body {
    background-image:url('/images/Imagex.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-attachment:fixed;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin:0.5rem;
}
#mainbox {
    /*content box for everything */
    width:95%;
    width:calc(100% - 0.5rem);
    margin:0 0.5rem 0 0;
    max-width:1200px;
    overflow: auto;
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom:0.5rem;
}
@media screen and (max-width:600px) {
    body {
        margin: 0;
    }
}

#header {
    margin:auto;
    text-align:center;
    background-color:transparent;
    background-image:url('/images/newww_narrow.png');
    background-size:contain;
    background-position:right;
    background-repeat:no-repeat;
    max-height:125px;
    min-height: 125px;
    border-left: #1a6531 2px solid;
    border-right:#1a6531 2px solid;
    border-top:#1a6531 2px solid;
    height:125px;
}

#header h1 {
    text-align: right;
    float:right;
    font-size:0.6rem;
    color:transparent;
}

/*** Under header ***/
.underopening {
    border-left: 2px solid #1a6531;
    border-right: 2px solid #1a6531;
    display: block;
    text-align: center;
}
.headtitle{
    color: #1a6531;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.45rem;
    font-weight: bold;
    margin: 0 auto;
    width: 90%;
    padding:0 0 0.5rem 0;
    text-align: center;
}
/*** Opening Text LHS ***/
.opening {
    display: none;
}
.opening_header {
    color:#000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:0.9em;
    font-weight:bold;
    padding-top:0.9rem;
    padding-bottom:2px;
    display:inline-block;
    margin:auto;
}


/*** Menu Mid box ***/
#menuMidBox {
    width:100%;
    border-left:  #1a6531  2px solid;
    border-right:  #1a6531  2px solid;
    text-align: center;
    padding:0;
}

#menuContainer {
    display: block;
    padding:0;
    margin:0;
}

/* Menu LHS */
.homeButton {
    display:block;
    color:#EEE;
    margin:1rem auto;
    text-decoration:none;
    text-align: center;
}
.button {
    padding-top:4px;
    padding-bottom:4px;
    border:#999 1px solid;
    width:80%;
    max-width:400px;
    margin:3px auto 0;
    text-align: center;
    font-size:1rem;
    background-color:#002760;
    font-family: 'Source Sans Pro', sans-serif;
}
.button:hover{
    width:85%;
    max-width:425px;
    margin:3px auto 0;
    border-radius:6px;
    font-weight:bold;
    cursor:pointer;
    /*background-color:#0b1132;*/
    background-color:#00276d;
    color:#fff;
    border:#99F 1px solid;
}
.buttonbox {
    padding-top:1em;
    padding-bottom:1em;
    color:#EEE;
}
.button a {
    color:#eee;
    text-decoration: none;
}
.button a:hover, .button a:focus {
    color:#fff;
}
/*** Sub categories dropdown **/
.subcat {
    text-align:center;
    color:#000;
    padding-top:0.25rem;
    padding-bottom:0.3rem;
    font-size:0.85rem;
    width:80%;
    max-width:400px;
    margin:auto;
    background-color:#EEF;	/*#003580;/*#00276d;*/
    border-left:#99F 1px solid;
    border-right:#99F 1px solid;
    font-family: 'Source Sans Pro', sans-serif;
}
.subcat:last-of-type {
    border-bottom:#99F 1px solid;
}
.subcat a{
    text-decoration:none;
    color:#000;
    display:block;
}
.subcat:hover {
    background-color: #CCF; /*#00276d;*/
}
/** end subcat**/
.LHScontainer {
    background-color: #00276d;
    border-color: #1a6531 #1a6531 #0b1132 #0b1132;
    border-style: solid;
    border-width: 1px 2px 1px 2px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-bottom: 0.8rem;
}

/*** Right login form box ***/
.rightlogin {
    min-width:175px;
    width:80%;
    margin:0.5rem auto 0.75rem;
    padding-top:5px;
    padding-bottom:7px;
    background-color:#CCF;
    border: 1px solid #0a3166;
    border-radius:5px;
    font-family:'Source Sans Pro', sans-serif;
    font-size:1rem;
    display: block;
}
.rightlogin p {
    padding:0 0.5rem;
    margin:0.5rem 0;
    text-align: left;
    font-size:0.8rem;
}
.rightlogin p a {
    color:#44C;
    text-decoration:none;
    font-weight:bold;
    font-family:'Source Sans Pro', sans-serif;
}
.rightlogin p a:hover {
    color:#393;
    text-decoration:underline;
}
.loginbox {
    width:110px;
    margin-bottom:3px;
    border-top:#eef 1px solid;
    border-left:#eef 1px solid;
    border-bottom:#99F 1px solid;
    border-right:#99F 1px solid;
    background-color:#fff;
    color:#000;
}
.loginbox:focus {
    background-color:#eee;
}
/** Login button **/
.loginsubmitbutton {
    width:150px;
    margin:4px auto 0;
    color:#000;
    border-top:#eef 2px solid;
    border-left:#eef 2px solid;
    border-bottom:#99F 2px solid;
    border-right:#99F 2px solid;
    border-radius:3px;
    background-color:#eef;
}
.loginsubmitbutton:hover {
    position:relative;
    left:+1px;
    top:+1px;
    cursor:pointer;
    background-color:#ccc;
    border-top:#99f 2px solid;
    border-left:#99f 2px solid;
    border-bottom:#eeF 2px solid;
    border-right:#eeF 2px solid;
}

/*** contact Details ***/
.rightloginbelow {
    min-width:175px;
    width:80%;
    margin:10px auto;
    max-width:400px;
    padding-top:0;
    padding-bottom:0.6rem;
    background-color:#CCF;
    border:#0a3166 1px solid;
    border-radius:0.7rem;
    font-family:'Source Sans Pro', sans-serif;
    font-size:1rem;
    text-align: center;
}
.rightloginbelow a {
    color:#44C;
    text-decoration:none;
    font-weight:bold;
    font-family:'Source Sans Pro', sans-serif;
}
.rightloginbelow a:hover {
    color:#393;
    text-decoration:underline;
}
.contactheader {
    background-color: #0a3166;
    border-bottom: 1px solid #CCf;
    color: #fff;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 2px;
    text-align: center;
}
.rightloginbelow p {
    font-size:0.9rem;
    padding:0 0.7rem;
    margin:0.5rem 0;
}
/*** Search box (top) ***/
/***
 * BURGER BUTTON
 * And search bar.
 ***/
#secondSearch {
    display: none;
}
.anchorMenuSmall {
    display: block;
    padding:0.25rem;
    text-align: center;
    margin-bottom:1rem;
}
.anchorMenuSmall > a {
    display: none;
}
.searchbox {
    /* search string box */
    width:80%;
    font-family:'Source Sans Pro', sans-serif;
    font-size:0.9rem;
    border-bottom-right-radius:0.25em;
    border-top-right-radius:0.25em;
    color:#123;
}
.searchbutton {
    position:relative;
    top:7px;
    left:-10px;
}
.rightsearch {
    width:100%;
    margin: auto;
    padding:0;
    display: block;
}
#livesearchX2 {
    background: #fff;
    display: none;
    overflow: hidden;
    padding-bottom:3px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    padding-left:1px;
    position: relative;
    top: -1.1rem;
    border-bottom:1px solid #848484;
    border-left:1px solid #848484;
    border-right:1px solid #848484;
    width:85%;
    margin:auto;
}
#livesearchX2 a {
    font-size:0.9rem;
    padding: 0.45rem 0 0.45rem 0.15rem;
    display:block;
    overflow:hidden;
    text-align:left;
    font-family:'Source Sans Pro', sans-serif;
    text-decoration:none;
    color:#123;
}
/** Search output AJAX **/
#livesearchX2 a:hover {
    background-color:#EEF;
}
.outerajaxbox {
    width:100%;
    margin:auto;
    padding-left:0.25rem;
    display: inline-block;
}
/* Left Hand Side Cat. Menu */
.menuhead {
    text-align:center;
    margin:auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    color:#FFF;
    padding:0.7em 0 0.6rem;
    font-weight:bold;
    text-shadow:0.125em 0.125em 0.19em #555;
}
/* END LHS MENU */

/** notice Box **/
.notice {
    font-family:'Source Sans Pro', sans-serif;
    border:#900 2px solid;
    background-color:#ffb9b9;
    line-height:1.5rem;
    /*font-weight:bold;*/
    font-size:1rem;
    text-align:center;
    width:60%;
    min-width:200px;
    margin:0.6rem auto;
    padding:0.35rem;
}

/* Footer */
.footer {
    font-size:0.7rem;
    width:80%;
    margin:0 auto 0.5rem;
    text-align:center;
    color:#000;
    padding-top:0.7rem;
    font-family:Georgia, "Times New Roman", Times, serif;
}
.footer a{
    color:#005199;
}
.footer a:hover {
    color:#0b1132;
    text-decoration:none;
}
.footer .credit {
    font-size:0.7rem;
}