/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

/* change colour of links */
a:hover {
color: #A30D0D !important;
}

/* change colour of header background */
#s5_header_wrap {
background:#2D568A;
}

/* change position of logo module */
#s5_logo_module {
margin-left:20px;
margin-top:20px;
}

/* change colour and size of logo text */
#s5_logo_module h1 {
color:#fff;
font-family: Oswald;
font-size: 36px;
margin-bottom: 17px;
}
#s5_logo_module h4 {
color:#73A0CF;
font-family: Oswald;
font-size: 17px;
}

/* change colour of main menu background and remove top border */
#s5_menu_wrap {
background:#2D568A;
border-width: 0px;
font-size: 11px;
}

/* remove remaining border from main menu buttons */
#mainMenuParentBtn {
border: 0px;
}

#s5_nav li {
border: 0px;
}

/* change search box to white background with blue text */
#s5_search input {
    color: #2D568A;
    background: #fff;
    }
    
/* make search box sit in front of map */
#s5_search {
	position: relative;
	z-index:999;
    }        
     
/* change dimensions of 'banner' position to suit world map */
#s5_banner {
padding:0px;
height:90px !important;
    }    
    
/* change size of services menu heading */ 
.s5_mod_h3 {
font-size: 17px;
}


/* change colour/size of article headings/sub-headings */ 
h3 {
color: #2D568A;
}

