/*
INDIGO
.primary-1 { #2a3282 }
.primary-2 { #303562 }
.primary-3 { #0e1455 }
.primary-4 { #5f68c1 }
.primary-5 { #7980c1 }

purple
.secondary-a-1 { #482580 }
.secondary-a-2 { #402d60 }
.secondary-a-3 { #270c53 }
.secondary-a-4 { #805ac0 }
.secondary-a-5 { #9175c0 }

teal
.secondary-b-1 { #1f5978 }
.secondary-b-2 { #28485a }
.secondary-b-3 { #0a364e }
.secondary-b-4 { #5397bb }
.secondary-b-5 { #6fa1bb }

gold
.complement-1 { #bc9429 }
.complement-2 { #8d773a }
.complement-3 { #7a5d0d }
.complement-4 { #deba5b }
.complement-5 { #dec47e }

*/





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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff url('images/bg.jpg') repeat-x top fixed;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}

a {
	font-weight: 700;
	text-decoration: underline;
	color: #1f5978;
}

a:visited {
	color: #28485a;
}

a:hover, a:active {
	color: #2a3282;
}

a.img {
	border: none;
	text-decoration: none;
}
	
p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
	text-transform: uppercase;
	color: #2a3282;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0e1455;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap,
#masthead {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
}

#frontpage .site-inner {
	padding-top: 20px;
}

#wrap, #head {
	padding: 0;
}

#content {
	padding: 24px 0;
	clear: both;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft,
#slideshow {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
div.alignleft,
img.alignleft,
#slideshow {
	margin: 0 24px 24px 0;
}

a.alignright,
div.alignright,
img.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

div.alignleft,
div.alignright {
	font-size: 15px;
	color: #222;
}

div.alignleft img,
div.alignright img {
	margin: 0 0 6px;
}

#content img,
#slideshow {
	border: 1px solid #bc9429;
}

img.plain {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

#slideshow {
	width: 600px;
	height: 400px;
	text-align: center;
	overflow: hidden;
}

#imgSlide, #imgHidden {
	padding: 0 !important;
	border: none !important;
}


.biopic {
	width: 240px;
	float: right;
	margin: 0 0 24px 12px;
	text-align: center;
	font-size: 15px;
}

#foot strong {
	color: #000;
}

li strong {
	text-transform: none;
}

small {
	font-size: 80%;
}

td {
	padding: 8px 16px;
	font-size: 15px;
	color: #222;
	text-align: center;
}

#content ol,
#content p,
#content ul {
	margin-bottom: 26px;
}

#content ol,
#content ul {
	margin-left: 40px;
}

#content ol li {
	list-style-type: decimal;
}

#content ul li {
	list-style-type: disc;
}

div.project h4 {
	margin-bottom: 0 !important;
}

div.project p {
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

#head {
	padding: 16px 0;
}

h1 .title1 {
	color: #0e1455;
}

h1 .title2 {
	color: #2a3282;
}

h1 .title3 {
	color: #1f5978;
}

#masthead h1 {
	display: inline;
}

#masthead h2 {
	display: inline;
	font-size: 18px;
	margin-left: 16px;
}

/* Front page title */

#frontpage h1 .title1,
#frontpage h1 .title2,
#frontpage h1 .title3 {
	font-size: 54px !important;
}

#frontpage h1 .title2 {
	/*padding-left: 5.4px;*/
}

#frontpage h1 .title3 {
	padding-left: 10px;
}

/* end front page title */


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-menu-wrap {
	background: #2a3282 url('images/navbg.jpg');
	clear: both;
}

.nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.nav-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
	/* letter-spacing: 1px;
	letter-spacing: 0.1rem; */
	padding: 20px;
	font-weight: 400;
	position: relative;
	text-decoration: none;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-item > a:hover {
	color: #dec47e;
}

.nav-menu .sub-menu a:hover {
	color: #0e1455;
}
.nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.nav-menu > .menu-item > a {
	/* text-transform: uppercase; */
}

.nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.nav-menu .sub-menu a {
	background: #6fa1bb url('images/subnavbg.jpg');
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.nav-menu .menu-item:hover {
	position: static;
}

.nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-menu > .first > a {
	padding-left: 0;
}

.nav-menu > .last > a {
	padding-right: 0;
}

.nav-menu > .right {
	display: inline-block;
	float: right;
	letter-spacing: 4px;
	list-style-type: none;
	padding: 20px 0;
	text-transform: uppercase;
}

.nav-menu > .right > a {
	display: inline;
	padding: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

#foot {
	padding: 8px 0 24px 0;
	margin-top: 24px;
	clear: both;
}

#foot p {
	font-size: 14px;
	color: #444;
	text-align: center;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap,
	#masthead {
		max-width: 960px;
	}

	#slideshow {
		width: 480px;
		height: 320px;
	}
	
	#masthead h1,
	#masthead h2 {
		display: block;
		margin: 0;
	}

	#masthead h1 {
		margin-bottom: 4px;
	}
	
	.biopic {
		width: 190px;
	}
	
	.biopic img {
		width: 180px;
		height: 240px;
	}
	
	#frontpage h1 .title1 {
		font-size: 28px;
		/*padding-left: 80px;*/
	}

	#frontpage h1 .title2 {
		font-size: 28px;
		/*padding-left: 80px;*/
	}
	
	#frontpage h1 .title3 {
		/*padding-left: 80px;*/
	}

	.nav-menu-wrap {
		background: #2a3282 url('images/navbg-960.jpg');
	}

	

}

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

	.site-inner,
	.wrap,
	#masthead {
		max-width: 768px;
	}

	#slideshow {
		margin: 0 auto 24px;
		width: 600px;
		height: 400px;
		float: none;
	}

	#masthead h1,
	#masthead h2 {
		text-align: center;
	}

	#frontpage h1 .title1,
	#frontpage h1 .title2,
	#frontpage h1 .title3 {
	font-size: 60px;
	}


	.nav-menu-wrap {
		background: #2a3282 url('images/navbg-768.jpg');
	}

	.content {
		width: 100%;
	}

	.biopic {
	font-size: 28px;
}

	.nav-menu {
		text-align: center;
	}


}

@media only screen and (max-width: 768px) {
	#content,
	#foot {
		padding: 0;
	}
	
	.site-inner {
		padding: 40px 5%;
	}

}

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

	.nav-menu a,
	.nav-menu {
	}	

}
