/* Green:           #7eba34
/* Blue:            #064d84
/* Purple:          #8542a7
/* Footer:          #2c3e45
/* Mid Grey:        #606e77
/* Light Grey:      #efefef
/* Font:            #2c3e45


/*	Body
----------------------------------------------------------*/
html, 
body 
{
    padding:0;
    margin:0;
}
body
{
    background-color: #fff;
}

/* image spacing
----------------------------------------------------------*/
img
{
    border: 0; 
    margin: 0;
    padding: 0;
}
/* font
----------------------------------------------------------*/
body, div, td, th, form, li, p, ul
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    color: #2c3e45;
    line-height: 150%;
}

/* links
----------------------------------------------------------*/
a
{
    color: #7eba34; 
    text-decoration: none; 
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: normal;
}
a:hover
{
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
}

/* spacing
----------------------------------------------------------*/
p
{
    padding: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Sticky Nav
----------------------------------------------------------*/
.fixed_nav 
{
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11000;
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0 6px 10px -2px rgba(0,0,0,0.75);
}

/*	footer
----------------------------------------------------------*/ 
div.footer_text div
{
    color: #fff !important;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 14px;
    padding-bottom: 10px;
}

#my-cookies-alert table
{
    width: 100% !important;
}

/* Headings
----------------------------------------------------------*/
h1
{
    color: #064d84;
    font-size: 42px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}
h2 
{
    color: #064d84;
    font-size: 36px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}
h3 
{
    color: #064d84;
    font-size: 32px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}
h4 
{
    color: #064d84;
    font-size: 26px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}
h5 
{
    color: #064d84;
    font-size: 22px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 140%;
}
/* Google Search
----------------------------------------------------------*/
div.drop_g_search
{
    position: absolute;
    top: 40px;
    right: 0;
    width: 300px;
    padding: 10px;
    background-color: #E4E4E4;
    z-index: 10000;
    display: none;
    line-height: 140%;
}

/* Page banner
----------------------------------------------------------*/
.rslides 
{
	z-index: 8000;
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
}
.rslides li:first-child 
{
    position: relative;
    display: block;
    float: left;
 }
.rslides li.page:first-child 
{
    position: relative;
    display: block;
    float: left;
 }
.rslides img 
{
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_tabs
{
    margin: 0;
    padding: 0;
}
.rslides_tabs li:first-child 
{
    margin-left: 0;
}
.rslides_tabs li 
{
    display: inline;
    float: none;
    margin-right: 3px;
}
.rslides_tabs li a,
.rslides_tabs li a:hover 
{
    color: #ffffff;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 2px;
    background-image: url('/Images/slide.png');
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 16px;
    text-align: center;
    font-size: 0;
}
.rslides_tabs li.rslides_here a
{
    color: #7eba34;
    background-image: url('/Images/activeslide.png');
    background-repeat: no-repeat;
    background-position: left top;
}

/*	Highlight heading colours
----------------------------------------------------------*/ 
.hhh_Green
{
    background: #7eba34;
}
.hhh_Blue
{
    background: #064d84;
}
.hhh_LightBlue
{
    background: #0d97d0;
}
.hhh_Purple
{
    background: #8542a7;
}
.hhh_Grey
{
    background: #606e77;
}

/*	Pagination
----------------------------------------------------------*/
div.pagination_showing {
    display: inline-block;
    width: 275px;
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    color: #2c3e45;
}
a.page_link {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    color: #2c3e45;
    padding: 0 3px;
}
a.page_link:hover
{
    color: #7eba34;
}
span.page_link {
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;
    color: #2c3e45;
    padding: 0 3px;
}
span.page_current 
{
    font-size: 16px;
    font-family: 'Lato', Arial, sans-serif;	
    color: #7eba34;
    padding: 0 3px;
}
a.link_button
{
    background-color: #fff;
    color: #7eba34 !important;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 16px;
    border: 1px solid #7eba34;
}
a.link_button:hover
{
    background-color: #7eba34;
    color: #fff !important;
    font-family: 'Lato', Arial, sans-serif;	
    font-size: 16px;
    border: 1px solid #7eba34;
}

/*	Twitter
----------------------------------------------------------*/
div.timeline-Header
{
    display: none !important;
}

/*	Calendar
----------------------------------------------------------*/
table.RadCalendar_Telerik td.rcToday  
{
	font-weight: bold; 
	border: 1px solid #000 !important; 
	background-image: url(/images/cal_today_bg.gif) !important;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}

/*	Footer error message
----------------------------------------------------------*/
.footererror
{
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
}

/*	news extra styles
----------------------------------------------------------*/
div.news_address
{
    padding-bottom: 20px;
}

div.res-image {
    margin-bottom: 20px;
}

div.res-image img
{
    width: 100%;
    max-width: 100%;
}