@charset "utf-8";
/* CSS Document */

/*************Header start*************/
#headNav a:hover .linkContainer
{
	/*List item clickable area hover*/
	background-color:#FFF056;
}

#headNav a:hover h1,
#pageNav a:hover h2
{
	/*List item text hover*/
	color:#191919;
}

#headNav a:hover path
{
	/*Tick hover*/
	fill:#000;
}
/*************Header end*************/

/*************Middle start*************/
.downArrow:hover path,
.upArrow:hover path
{
	/*Down arrow hover*/
	fill:#000;
}
/*************Middle end*************/

/*************Footer start*************/
#footerTop a:hover
{
	/*Try button hover*/
	background-color:#FFF056;
	color:#191919;
}

#footerBottom a:hover
{
	/*Footer bottom links hover*/
	color:#FFF056;
}

.topArrow:hover path
{
	/*Back to top arrow hover*/
	fill:#fff;
}
/*************Footer end*************/

/*************Modal start*************/
.modalWindow a:hover
{
	/*Modal links hover*/
	color:#FFF056;
}

.formButton:hover
{
	/*Form buttons hover*/
	background-color:#FFF056;
	color:#191919;
	
	cursor:pointer;
}
/*************Modal end*************/