





/* CSS Document */




/*------------ BODY BACKGROUND --------------*/
body {
	
}
 


/*-------------- MAIN MENU -----------------*/
#headerMenuBar {background-color:#ED6F32 !important;}
ul#volnavlist a:hover, ul#volnavlist a:focus {
	background-color:#6D3317 !important;
}


/*-------------- MOBILE MENU -----------------*/
#mobileMenuContainer {background-color:#ED6F32 !important;}
#open_mobileMenu a:hover, #open_mobileMenu a:focus {background-color:#6D3317 !important;}


/*-------------- VOLUNTEER SIDE MENU -----------------*/

nav.sideNavVolunteer a.active {background-color:#ED6F32 !important;}
nav.sideNavVolunteer a:hover, nav.sideNavVolunteer a:focus {background-color:#6D3317 !important;}

.sideNav a:hover, .sideNav a:focus {
	transition: border linear 0.3s;
	background-color: #6D3317 !important;
	color: #fff;
	border-bottom: 3px solid #ED6F32 !important;
}







/*-------------- LINKS HOVERS -----------------*/
a, a:link, a:visited, a:active {color:#2115D9; border-color:#2115D9 ;}
a:hover, a:focus {color:#2B13FA; border-color:#2B13FA ;}


/*-------------- BUTTONS AND HOVER -----------------*/
a.button,
span.button,
button,
a.button:link, 
a.button:visited, 
a.button:active
{
background-color:#2812DF ;
border-color:#200EB2;
}




a.button:link, a.button:visited, a.button:active {
background-color:#2812DF ;
border-color:#200EB2 
}

button:hover, button:focus, a.button:hover, a.button:link:hover,  a.button:focus, span.button:hover, span.button:focus {
background-color:#2E15FF ;
background-color:#2E15FF ;
border-color:#200EB2 ;
}



	#slideshowButtons a.one {background-color:#75C2AB !important;}
	#slideshowButtons a.two {background-color:#98459A !important;}

	#slideshowButtons a.one:hover {background-color:#88E2C7 !important;}
	#slideshowButtons a.two:hover {background-color:#AC4DAE !important;}




#footer {background-color:#FFF !important;}



#frontPageBackground {
background: #2812DF; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2812DF, #2E15FF); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2812DF, #2E15FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#frontPageSearchButton {
    width: 100%;
    margin: 0;
}

#frontPageSearchInput {
    display: none;
}