@charset "UTF-8";
/* This year's colours */

/* Header */
#headeroutercontainer {
	background-color:#85ba25; /* ERN green */
}

/* Links */
a,
#bodycol1 ul li a,
#bodycol3 ul li a,
#headertopnavbar ul li ul li a
{
  color:#85ba25; /* ERN green */
}
	a:hover,
	#bodycol1 ul li a:hover, 
	#bodycol1 ul li a.selected,
	#bodycol3 ul li a:hover, 
	#bodycol3 ul li a.selected,
  .galleryitem:hover .gallerycaption p a, 
  .galleryitem_NA:hover .gallerycaption p a 
	{
    color:#3fa39a; /* Compromise */
    color:#0F600E;
	}
  #navbar a {
    color:#fff; /* Have used white in the past */
  }

  #headertopnavbar li a:hover, 
  #headertopnavbar li a.selected,
	#headertopnavbar ul li ul li a:hover
  #navbar a:hover, 
  #navbar a.selected,
  #navbar ul li ul li a:hover, 
  #navbar ul li ul li a.selected
	{
    color:#004b5b; /* Compromise */
	}

	#navbar a:hover, #navbar a.selected {
    color:#004b5b; /* Dark Teal */
	}

/* Drop-down menus */
	#navbar ul li ul {
		background-color:#85ba25; /* ERN green */
		border:1px solid #85ba25; /* ERN green */
	}


/* Slideshow band on home page */
#descriptiondiv h3 a, #descriptiondiv p a {
  color:#ff6b00; /* 2021 */
}
/* Main heading on home page */
#block1 h1 {
  color:#ff6b00; /* 2021 */
}
/* Body below slideshow */
#block2 h1 {
  color: #ff6b00; /* 2021 */
}

/* Header top nav bar */
#headertopnavbar ul li ul {
  border:1px solid #85ba25; /* ERN green */
}

/* Footer */
#footeroutercontainer {
  background-color:#006600;
}
#footernavcontainer {
  background-color:#85ba25; /* ERN green */
}
#footernavcontainer p a {
  color:#fff;
}
  #footernavcontainer p a:hover {
    color:#3fa39a; /* Compromise */
  }

/* Find Members list */
.galleryitem .gallerycaption {
	background:rgba(134, 182, 50, 0.4);
}
.galleryitem:hover .gallerycaption {
	background:rgba(134, 182, 50, 1);
}
.galleryitem .gallerycaption p a {
	color:#f0f0f0;
}
.galleryitem:hover .gallerycaption p a {
	color:#fff;
}

input.twbutton, 
a.linklikeabutton,
#block3 .btninput
{
  background-color:#85ba25; 
}
  input.twbutton:hover, 
	a.linklikeabutton:hover,
  #block3 .btninput:hover
	{
		color:#fff;
    background-color:#F4E04D; 
	}

/* Map */
#mobileclicker {
  background-color:#004b5b; /* 2022 */ /* Dark Teal */
}
  #mobileclicker:hover {
    cursor:pointer;
    background-color:#F4E04D; 
  }

input, textarea, select, option {
	border:1px solid #85ba25; 
}

/* Create a custom radio button */
.rb_container .checkmark {
    border-color:#20bdc6; /* 2021 */
}
/* When the radio button is checked, add a blue background */
.rb_container input:checked ~ .checkmark {
    background-color:#20bdc6; /* 2021 */
}

/* Placeholder text */
::-webkit-input-placeholder { /* Edge */
  color: #333;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}
::placeholder {
  color: #333;
}




