/* Font Families */

/* Google fonts may be used via link to stylesheet in inc_meta.asp file */

/* Webfont alegreya italic */
@font-face {
  font-family: 'alegreyaitalic';
  src: url('/fonts/alegreya-italic-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/alegreya-italic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('/fonts/alegreya-italic-webfont.woff2') format('woff2'), /* Modern Browsers */
     url('/fonts/alegreya-italic-webfont.woff') format('woff'), /* Modern Browsers */
     url('/fonts/alegreya-italic-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
     url('/fonts/alegreya-italic-webfont.svg#alegreyaitalic') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;

}

/* Webfont alegreya */
@font-face {
  font-family: 'alegreyaregular';
  src: url('/fonts/alegreya-regular-webfont.eot');
  src: url('/fonts/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/alegreya-regular-webfont.woff2') format('woff2'),
     url('/fonts/alegreya-regular-webfont.woff') format('woff'),
     url('/fonts/alegreya-regular-webfont.ttf') format('truetype'),
     url('/fonts/alegreya-regular-webfont.svg#alegreyaregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* Webfont alegreya sans italic */
@font-face {
  font-family: 'alegreya_sansitalic';
  src: url('/fonts/alegreyasans-italic-webfont.eot');
  src: url('/fonts/alegreyasans-italic-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/alegreyasans-italic-webfont.woff2') format('woff2'),
     url('/fonts/alegreyasans-italic-webfont.woff') format('woff'),
     url('/fonts/alegreyasans-italic-webfont.ttf') format('truetype'),
     url('/fonts/alegreyasans-italic-webfont.svg#alegreya_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;

}
/* Webfont alegreya sans regular */
@font-face {
  font-family: 'alegreya_sansregular';
  src: url('/fonts/alegreyasans-regular-webfont.eot');
  src: url('/fonts/alegreyasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('/fonts/alegreyasans-regular-webfont.woff2') format('woff2'),
     url('/fonts/alegreyasans-regular-webfont.woff') format('woff'),
     url('/fonts/alegreyasans-regular-webfont.ttf') format('truetype'),
     url('/fonts/alegreyasans-regular-webfont.svg#alegreya_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

.font_lt {font-family: 'Oxygen', sans-serif;font-weight: 300;}
.font_med {font-family: 'Oxygen', sans-serif;font-weight: 400;}
.font_bold {font-family: 'Oxygen', sans-serif;font-weight: 700;}

 
 
 /* 

Primarily affected by media queries:
wrapper
primary_nav
primary_nav li
primary_nav li a
primary_nav li.top
addmarginbottom

 */
 
/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0b1 | 201101 */
  
/* 2024-01-29 Remove sup and sub from list below. Shadrach Wilson uses superscript */

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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
	font-family: 'Oxygen', sans-serif;font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*begin styles*/

body {
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	word-spacing: .05em;
	/* word-spacing: normal; */
}

p, ul {
	margin: 0 0 1.5em;
	}
}


ul {
	list-style: disc;
	padding: 0 0 0 20px;
	font-family: 'Oxygen', sans-serif;font-weight: 300;	
}

ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.lowerroman {list-style-type: lower-roman;}
ol.decimal {list-style-type: decimal;}

li {
 text-indent: 0em; 
 margin: 0.33em 0.5em 1.5em 0em;
 padding-left: 1.5em;
}



a {
	color: #617E9B;
	color: #22507f;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;font-weight: 100;
}

a:hover {
    color: #4f330c;
    color: #a83212;
}

h1 {

}

h2 {
	font-family: 'alegreyaregular', serif;
	font-size: 1.5em;
	/* line-height: 1em; */
	margin: 2em 0 .4em;
	font-weight: bold;
	letter-spacing: -.02em;
	word-spacing: .1em;
}


/* Retina-specific */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	h2 {
	letter-spacing:-.08em;
	}
}

/*layout*/

body {background-color:#617E9B;}
		  
.content_div {padding:3% 5% 1% 5%;background-color:#fff;}

a.showbig {
display:none;
}

/*read more*/

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

/* end read more */



footer {
	margin-top:1%;
}

/* Background and images */
/* 
----------------------------------------------------------------------------------------------------------------------------------------

	XXXXXXX     XXXXXXX
	XX    XX    XX      
	XXXXXX      XX  XXXX
	XX    XX    XX    XX
	XX    XX    XX    XX
	XXXXXXX     XXXXXXXX
	                   

----------------------------------------------------------------------------------------------------------------------------------------
*/

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
 position: relative;
 background-attachment: fixed;
 opacity: 0.5; /* (Affects media small only) */
 background-position: center;
 background-repeat: no-repeat;
 width: 100%;
 height: 100%;
 }

.bgimg-1 {
 background-image: url("/images/background/img_parallax.jpg");
 min-height: 250px;
}

.bgimg-2 {
 background-image: url("/images/background/img_parallax2.jpg");
 min-height: 225px;
}

.bgimg-3 {
 background-image: url("/images/background/img_parallax3.jpg");
 min-height: 400px;
}

.bgimg-4 {
 background-image: url("/images/background/img_parallax4.jpg");
 min-height: 400px;
}

.caption {
 position: absolute;
 left: 0;
 top: 5%;	/* (Affects media small only) */
 width: 100%;
 text-align: center;
 color: #fff;
 font-family: 'Oxygen', sans-serif;font-weight: 700;
 padding: 1%;
 letter-spacing: 3px;
}

.caption span.noborder {
 background-color: #111;
 color: #fff;
 padding: 18px;
 font-size:1.25em;
 letter-spacing: 3px;
 background-color:transparent;
 color:#ffffff;
 opacity: 1;
}

.caption span.border {
 background-color: #111;
 color: #fff;
 padding: 18px;
 font-size:1.25em;
 letter-spacing: 3px;
 background-color:transparent;
 color:#ffffff;
 opacity: 1;
}

h3 {
 letter-spacing: 1px;
 font-size: 1.35em;
 line-height: 1.35em;
 margin-bottom:1%;
 text-transform: uppercase;
 color: #111;
}

  
}
/* End Background and images */
/* 
----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
*/




.wrapper {
	max-width:100%;
}

article {
	border-bottom: 1px solid #C09757;
	padding: 10px 20px 0 20px;
	margin: 10px 0;
}

.italic {
    font-style: italic;
}
.oblique {
    font-style: italic;
}



/* small text */
.fontsmall {
	font-size:80%;line-height:100%;
	}




/* 	=======================================================================================================================================
	=======================================================================================================================================
*/



/* ----------------------------------------------------------- */
		@-ms-viewport{
			width: extend-to-zoom;
			zoom: 1.0;
		}
/* ----------------------------------------------------------- */


.kernfl {
	letter-spacing: 0.09em;
	}
.kernpair {letter-spacing:-.09em;}

.last {
  margin-right: 0 !important;
}

.addmarginbottom {
margin-bottom:100em;
}

.pdflink a[href$=".pdf"]:before {
	padding: 1px 10px 5px ;
	margin: 5px 0px 13px 0px;
	content: "";
	background: url(/images/PDFIcon_sm.gif) no-repeat;
	background-color:white;
}			
.opennewicon:before {
	content: url('/images/NewWindow.png');
	position:relative;
	top: 3px;
	margin-right:3px;
	}



/*header*/
/* 	=======================================================================================================================================

	XX    XX    XXXXXXX   XX    XX  XX   XX
	XX    XX    XX        XXX   XX  XX   XX
	XX XX XX    XXXXXX    XX  X XX  XX   XX
	XX    XX    XX        XX  X XX  XX   XX
	XX    XX    XX        XX   XXX  XX   XX
	XX    XX    XXXXXXXX  XX    XX  XXXXXXX
	                   
					   
	=======================================================================================================================================
*/


header {
	background-color: #617E9B;
	background-image: url("/images/RR_Tracks_crop.jpg");
	background-position: -15px -15px;
	background-repeat:no-repeat;
	padding: 15px 25px;
	}
header span.sitename {display:inline;font-size:1.25em;color:#fff;
	}


		/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
		header:before,
		header:after {
		  content:"";
		  display:table;
		}
		
		header:after {
		  clear:both;
		}
		
		/* For IE 6/7 (trigger hasLayout) */
		header {
		  zoom:1;
		}

		
		
h1.logo a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	float: left;
	letter-spacing: 0.2em;
}

a.to_nav {
	float: right;
	color: #fff;
	background: #4e4e4e;
	text-decoration: none;
	margin-top: 15px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
	color: #1c1c1c;
	color: #617E9B;
	background: #ccc;
}
a.to_nav:focus {
	color: #1c1c1c;
	color: #617E9B;
	background: #ccc;
}
	

/*navigation*/	

#primary_nav ul {
	list-style: none;
	background: #1c1c1c;
	background: #617E9B;
	padding: 5px 0;
	padding: 5px 0; /* 8:36 AM 3/7/2017 */
}

#primary_nav li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-weight: normal;
	font: 18px "Lato", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 2.75em;
	height: 2.25em;
	border-bottom: 1px solid #383838; /* border below nav item */
	background: #617E9B; /* DK added for long links */
	overflow: hidden;

}

#primary_nav li:last-child a {
	border-bottom: none; /* comment to remove border under last menu item */
}

#primary_nav li a:hover,
#primary_nav li a:focus {
	color: #1c1c1c;
	color: #617E9B;
	background: #C09757;
}

#primary_nav .current{background:#C09757;border-right:2px solid #617E9B;border-left:0px solid #617E9B;} /* Current Menu Item background */ /* 993F00 */

#primary_nav .submenuitem{display:block;}

.center{text-align:center;position:relative;}



/*footer*/

footer {
	/* font-family: 'alegreyaregular', serif;
	font-style: italic; */
	text-align: center;
	/* font-size: 14px; */
}

			body {background-color:#C09757;}

			



/* 	=======================================================================================================================================

	XX    XX    XXXXXXXX
	XXX  XXX    XX    XX
	XX XX XX    XX    XX
	XX    XX    XX    XX
	XX    XX    XX    XX
	XX    XX    XXXXXXXX
	                   XX
					   
	=======================================================================================================================================
*/


/*media queries*/

		@media (max-width: 1024px) {
		  img { 
			 display: none;
		  }
		  
		}

		@media only screen and (min-width: 768px) {
		
			body {background-color:#C09757;background-image: url("/images/background/star_pattern.jpg");}
		  


			header {
				background: #617E9B;				
				background-image: url("/images/Header_8048p11.png");
				background-repeat:no-repeat;
				background-position: 2em .6em;
				background-position: 0em 0em;
				
				/* padding: 15px 15px; */
				min-height:120px;
				}
			header span.sitename {display:none;}
		
			a.to_nav {
				display: none;
			}
			
			.wrapper {
				position: relative;
				width: 100%; /* "Modified to stay friendly" */
				margin: auto;
				max-width: 1024px;
			}
			
			
			/* Background and images */
			.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
			 opacity: 0.75; /* (Affects media small only) */
			 background-size: auto;
			 position: relative;
			 background-attachment: fixed;
			 background-position: center;
			 background-repeat: no-repeat;
			 width: 100%;
			 height: 100%;
			}
			
			.caption {
			 top: 5%;
			}
			
			a.showbig {
			display:inline;
			}

			
			
			#primary_nav .submenuitem{display:none;}
			
			
			#primary_nav {
				position: absolute;
				top: 5px;
				right: 10px;
				background: none;
				padding-left:140px;
			}
			
			#primary_nav li {
				display: inline;
			}
			
			#primary_nav li a {
				float: left;
				border: none;
				padding: 0 10px;
				border-right:2px solid #C09757;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			
			#primary_nav li.top {
				display: none;
			}
			
			#sidebar {
				float:right;width: 30%;margin: 4% 0% 1% 3%;left:0em; top:0em;position:relative; text-align:left; border-left:1px solid #000;padding-left:2%;
				}
				
			.pittenger {
				float:left;
				background-image: url("/images/Pittenger.jpg");
				width:125px;
				height:146px;
				background-repeat: no-repeat;
			}
			
			.mohimage {
				float:left;
				background-image: url("/images/US_Army_52023_An_Honored_Medal copy.png");
				width:144px;
				height:272px;
				margin:0 1% 0 0;
				background-repeat: no-repeat;
			}
			
			.indentright {
				padding-right: 20%;
			}
					
	
		}
	