html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Open Sans', sans-serif;
}

body {
	margin: 0;
	background-color: #e0e5d1;
}

p {
	margin: 0;
	padding: 0;
}

p a {
	color: #538028;
}


h1 {
	font-weight: bold;
	font-size: 1.3em;  /* was considering 20px; */
	margin-top:0;
}

h2 {
	font-weight: bold;
	font-size: 1.15em;  /* was 18px; */
	margin-bottom: 0.3em;
}

h3 {
	font-weight: bold;
	font-size: 1em;   /* was 16px; */
	margin-bottom: 0.3em;
	margin-top: 0;
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
}

#notice {
	text-align: center;
	font-size: 1.2em;
	/* font-weight: bold; */
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: white;
	background-color: #538028;;
}
#notice a {
	color: white;
	font-style: italic;
	text-decoration: none;
}

 .skipnav {
	color: white; /* same color as background */
	text-decoration: none;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -100px;
 }
 .skipnav:active, .skipnav:focus {
	/* Becomes visible & underlined 
	when user tabs to it. 
	:active pseudo-class necessary for IE 
	:focus pseudo-class necessary for Mozilla 
	*/
	 color: #538028;
	 text-decoration: underline;
	 width: auto;
	 height: auto;
	 overflow: visible;
	 position: absolute;
	 left: 0;
 }

/* this used to be just an h4 */
#highlights-head, #new-head {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}

#nrcc-page {
	max-width: 1280px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	-webkit-box-shadow: 0px -5px 12px 5px rgba(189,189,191,0.75);
	-moz-box-shadow: 0px -5px 12px 5px rgba(189,189,191,0.75);
	box-shadow: 0px -5px 12px 5px rgba(189,189,191,0.75);
}

#nrcc-header {
	position: relative;
	padding-left: 2px;
	width: 100%;
}

#banner {
	width: 62.5%;
	float: left;
	background: url("/images/banner.png") no-repeat; 
	background-size: 100%;
	height: 150px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}

#tag-line {
	float:right;
	width: 16.33%;	
	border-left: 2px solid #538028;
	padding-left: 0.4%;
	font-style: italic;
	font-size: 13px;
	padding-top: 2%;	/* changed from 3.12% for 40th anniversary */
	padding-right: 3.12%;
	text-align: center;	/* added for 40th anniversary */
}

#tag-line p {
	margin: 0;
	font-size: 12px;	/* added for 40th anniversary */
	line-height: 110%;	/* added for 40th anniversary */
}

#nrcc-sidebar {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 2.34%;
	color: black;
	width: 20.31%;
	min-width: 150px;
}

#nrcc-container {

}


.nrcc-sidebar-block-heading {
	cursor: pointer;
	background-image: url('/images/arrow-down.png');
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: center;
	width: 100%;
	background-color: #637a35;
	margin-bottom: 20px;
	color: white;
	font-size: 14px;
	padding-top: .2em;
	padding-bottom: .2em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#nrcc-sidebar .nrcc-sidebar-block-heading.open{
	background-image: url('/images/arrow-up2.png');
}

#nrcc-sidebar .nrcc-sidebar-block-heading-title {
	padding-left: 15px;
}

div#nrcc-menu-content.nrcc-sidebar-block {
	display:block;
}

#nrcc-sidebar a {
	color: black;
}

.nrcc-sidebar-block {
	font-size: 13px;
	margin-bottom: 25px;
}

div.sidebar-divider {
	background-color:#637a35;
	height:0.5em;
	margin-top:20px;
	display:none;
}

#like-button {
	width: 60px;
	margin-bottom: 20px;
}

#nrcc-content {
	float: left;
	padding-left: 3.12%;
	padding-right: 2.34%;
	margin-bottom: 60px;
	width: 71.87%;
/* 	Ideally this would be viewport width minus 260px. */
}

.single-highlight {
	width: 100%;
	clear: both;
}

.highlight-text {
	float: left;  
	max-width: 600px;
	width: 78.91%; 
	width: 100%;
	margin-top: 0;
	margin-bottom: 3em;
}

.highlight-text h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size:1.1em;
}

.highlight-image {
	float: left;			/* comment out to allow image above text */
	margin-right: 1.52%;  
	margin-left: 10%;
	width: 19.57%; 
/*	width: 75%; */
	margin-bottom: 3em;
}

.highlight-image img {
	width: 100%; 
/*	width: 25%;
	display: block;
	margin-left: auto;
	margin-right: auto; */
}



#page-title {
	padding-left: 3.12%;
	float: left;
	width: 71.87%
}

#nrcc-content-container {
	width: 71.87%;
	margin-left: 3.12%;
	margin-right: 2.34%;
	float: left;
	margin-bottom: 60px;
}

#nrcc-content-center-640 {
	width: 50%;
	margin-left: 3.12%;
	margin-right: 1.56%;
	float: left;
	margin-bottom: 60px;
}

/* or as a class */
.nrcc-content-center-640 {
	width: 66%;
	margin-right: 1.56%;
	float: left;
	margin-bottom: 20px;
}

#nrcc-content-right-260 {
	width: 24%;	
	float: left;
	margin-bottom: 60px;
}

/* or as a class */
.nrcc-content-right-260 {
	width: 32%;	
	float: left;
	margin-bottom: 20px;
}

.column-450-image img, .column-640-image img, .column-260-image img {
	width: 100%;
}

.page-text {
	margin-bottom: 20px;	
	margin-top: 10px;	
	font-size: 16px;
}

.page-text p {
	margin-bottom: 10px;	
}

#mapoptions, #moremapoptions, #selectoptions, #stateoptions, #catoptions, #monthoptions {
	font-size:0.7em;
}

#nrcc-footer {
	clear: both;
	background-color: #D8E2E4;
	padding: 2.34%;
	height: 100%;
	font-size: 11px;
}

.footer-logo {
	float: left;
	margin-left: 5%;
	margin-top: 3%;
}

#nrcc-footer a {
	color: #53682C;
}


#nrcc-footer p {
	margin-bottom: 10px;
}

#left-footer {
	width: 20.31%;
	float: left;
	padding-right: 3.12%;
}

#middle-footer {
	width: 14.06%;
	float: left;
	padding-right: 1.09%;
}

#right-footer {
	width: 56.71%;
	float: left;
}

#right-footer a {
}

/*
The clearfix style is necessary to ensure the footer drops 
to the bottom of the page since it contains floated elements.
*/
.clearfix:before, .clearfix:after { 
    content: "";
    display: table;
    clear: both;
}



/* menu styles */

#menu-title {
	display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
/*   width: 220px; */
  font-family: 'Open Sans', sans-serif;
  color: #637a35;
}
#cssmenu ul ul {
  display: none;
}

/*
#cssmenu li.active a {
	border: 1px solid green;
	padding: 3px;
	display: inline-block;
}
#cssmenu > ul > li.active > ul {
  border: 1px solid #637a35;
  display: block;
}
*/

.align-right {
  float: right;
}

li.current-menu-item a {
	font-weight: bold;
}

/*
li.current-menu-ancestor > a {
	font-weight: bold;	
}
*/
#cssmenu > ul > li > a {
  margin-bottom: 16px;
  padding-left: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #637b35;
  background: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #538028;
}
/* Styles for the has-sub "+" symbol have been commented out to speed up the script. */
/*
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 2px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: none;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 6px;
  display: block;
  width: 10px;
  height: 2px;
  background: none;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
#cssmenu ul ul li a {
  padding-bottom: 16px;
  padding-left: 16px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #637b35;
  background: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #538028;
}
#cssmenu ul ul ul ul li a {
  padding-left: 48px;
}
#cssmenu ul ul ul li a:hover {
  color: #538028;
}
#cssmenu ul ul ul ul ul li a {
  padding-left: 64px;
}
#cssmenu ul ul ul ul li a:hover {
  color: #538028;
}
/*
#cssmenu ul ul > li.has-sub > a:after {
  top: 0px;
  right: 26px;
  background: none;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 4px;
  background: none;
}
*/

/* Styles for _homeslider */
	/* jssor slider loading skin spin css */
/* hiding all homeslider stuff
	.jssorl-009-spin img {
			animation-name: jssorl-009-spin;
			animation-duration: 1.6s;
			animation-iteration-count: infinite;
			animation-timing-function: linear;
	}
	@keyframes jssorl-009-spin {
			from {
					transform: rotate(0deg);
			} to {
					transform: rotate(360deg);
			}
	}

	/* jssor arrow css */
/* hiding homeslider stuff
	.jssora081 {display:block;position:absolute;cursor:pointer;}
	.jssora081 .c {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:120px;stroke-miterlimit:10;stroke-opacity:0.5;}
	.jssora081 .a {fill:#fff;opacity:.8;}
	.jssora081:hover .c {fill-opacity:.3;}
	.jssora081:hover .a {opacity:1;}
	.jssora081.jssora081dn {opacity:.5;}
	.jssora081.jssora081ds {opacity:.3;pointer-events:none;}
/* End _homeslider styles */



/* media queries for responsive web design */

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {

	#tag-line {
		font-size: 10px;
	}
	
	.highlight-text, .page-text {
		font-size: 13px;
	}
	
	#cssmenu > ul > li > a {
		font-size: 13px;
	}

}

@media only screen and (max-device-width: 767px) {

	#banner {
		background: url("/images/banner-condensed.png") no-repeat; 
		background-size: 100%;
		width: 90%;
		height: 267px;	
		margin-left: 5%;
	    overflow:hidden;
	    text-indent:100%;
	    white-space:nowrap;
    }

	#tag-line {
		font-size: 14px;
		width: 90%;
		padding-top: 0;
		float: none;
		border: none;
		margin-left: 5%;		
	}
	
	.highlight-text {
		font-size: 13px;
	}
	
	.page-text {
		font-size: 13px;
	}
	
	#mapoptions, #moremapoptions, #selectoptions, #stateoptions, #catoptions, #monthoptions {
		font-size:1em;
	}

	#mapoptions select, #moremapoptions select, #stateoptions select {
		font-size:1.5em;
	}

	#page-title {
		padding-left: 0;
	}

	#nrcc-content-center-640, #nrcc-content-container  {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}

/* or as a class */
	.nrcc-content-center-640 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}

	#nrcc-content-right-260 {
		width: 100%;	
		float: none;
		margin-bottom: 40px;
	}

/* or as a class */
	.nrcc-content-right-260 {
		width: 100%;	
		float: none;
		margin-bottom: 20px;
	}


/*
	#cssmenu > ul > li > a {
		font-size: 11px;
	}
*/


	#nrcc-container {
		margin: 5%;
		width: 90%;
		padding: 0;
	}

	#nrcc-sidebar {
		float: none;
		width: 90%;
		margin: 5%;
		padding: 0;
	}

	#menu-title {
		display: block;
	}
	
	.nrcc-sidebar-block-heading {
		padding-top: .5em;
		padding-bottom: .5em;
		background-color: #abb98f;
		font-weight: bold;
	}

	div#nrcc-menu-content.nrcc-sidebar-block {
		display: none;
	}
	
	div.sidebar-divider {
		display:block;
	}

	#nrcc-content {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	#left-footer {
		width: 90%;
		float: none;
	}
	
	#middle-footer {
		width: 90%;
		float: none;
	}
	
	#right-footer {
		width: 90%;
		float: none;
	}
	
	#nrcc-footer {
		padding-left: 24%;
	}
	
	#like-button, #feedback {
		display:none;
	}
}

@media all and (max-width: 580px) {
	#banner {
		height: 140px;	
	}
}

@media all and (max-width: 480px) {
	#banner {
		height: 90px;	
	}
}
