

* {
	font-family: 'Open Sans', sans-serif;
}

html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

div {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

p {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: .9em;
	line-height: 1.6em;
}

ol,
ul {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: .9em;
	line-height: 1.6em;
}

.content_wrapper li ol,
.content_wrapper li ul {
	font-size: 1em;
}

sup {
	font-size: .6em;
}

embed {
	width: 100%;
	height: 100%;
}

/*
---------------- layout
*/

#splash_logo {
	width: 600px;
	height: 150px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.logo {
	background-repeat: no-repeat;
	background-image:url("/image/ui/logo.png") ;
	background-position: center center;
	background-size: 100%;
}

.anim_logo {
	height: 43px;
	width: 43px;
	margin-top: 20px;
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-image: url("/image/ui/logo-anim.gif") ;
	background-position: center center;
	background-size: 130%;
}

.infotable .pseudo_thead td {
	color: white;
}

.infotable {
	margin-bottom: 1em;
}

	/*
	---------------- text
	*/

p em {
	font-style: italic;
	font-weight: 400;
}

p strong.block_intro {
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald';
	font-size: 1.2em;
	color: rgb(0, 125, 60);
	padding-bottom: .2em;
}

h6.special {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.3em;
	color: rgb(0, 125, 60);
	padding: 0 ;
	margin: 0 0 1.5em 0;
	width: 100%;
	float: left;
}

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

.align-left {
	text-align: left;
}

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

.small_text {
	font-size:.8em;
}

.force_float {
	width: 100%;
	float: left;
	display: block;
}

/*
------------------------------------------------------- List
*/

a:visited,
a:link {
	color: rgb(0, 125, 60);
}


/*
------------------------------------------------------- List
*/

.content_wrapper ul,
.content_wrapper ol {
	/*float: left;
	clear: both;
	width: 100%;*/
}

.content_wrapper li {
	/*
	float: left;
	clear: both;
	width: 100%;*/
}

.content_wrapper p {
	/* float: left; */
}

/*
------------------------------------------------------- People Blocks
*/

.person_wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 2em;
}

.person_photo_wrapper {
	width: 6em;
	float: left;
	padding-top: .2em;
}

.person_photo_wrapper img {
	width: 100%;
	height: auto;
	min-height: 8em;
}

.person_info_wrapper {
	width: calc(100% - 6em);
	padding-left: 1.5em;
	float: left;
}

h5.person_name {
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.3em;
	color: rgb(0, 125, 60);
	padding: 0 ;
	margin: 0;
}

h6.person_title {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 ;
	margin: 0;
}

p.person_bio {
	font-size: .8em;
	line-height: 1.6em;
}

.announcements h6 {
	font-weight: 400;
	color: rgb(0, 125, 60);
	font-size: 1.2em;
	padding: 0 0 .5em 0 ;
	margin: 0;
}

.announcements p {
	border-top: 0;
	margin-top: 0;
}

table {
	width: 100%;
	float: left;
	clear: both;
}

table tr th,
table tr td {
	padding: .5em;
	border-bottom: 1px solid lightgray;
}

.nowrap {
	white-space: nowrap;
}

.website_address {
	display: none;
}