* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	line-height: 1.5;
	font-family: forma, helvetica, sans-serif;
	scroll-behavior: smooth;
	color: #024458;
}
a {
	color: #08D;
	text-decoration: none;
}
a:visited {
	color: #469;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	display: inline-block;
	padding: 5px;
}
button {
	background: #0E879A;
	color: white;
	font-size: 1em;
	padding: 10px 15px;
	margin: 10px 0px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
button:active {
	background:  #6EB9C4;
}

#navbar {
	position: fixed;
	background: #1b3f55;
	color: #FFF;
	padding: 2px 15px;
	margin: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	font-weight: bold;
}
#navbar a,
#navbar a.visited,
#navbar a.active {
	color: #FFF;
}
#navbar .link {
	padding: 0 30px;
}

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #1b3f55;
	width: 140px;
	z-index: 1;
}
.dropdown:hover .dropdown-menu,
.dropdown:active .dropdown-menu {
  display: block;
}


#title-greeting {
	width: 100%;
	color: #222;
	line-height: 1.2;
	font-weight: bold;
	margin: auto;
	background-image: url('images/logo_color.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 100vh;
	max-width: 800px;
	background-size: contain;
}

.content-block {
	width: 100%;
	min-height: 110vh;
	padding: 10vh 0;
}
.fixed-background {
	padding: 25vh 0;
	background-image: url('images/logo_white.svg');
	background-position: 95% 90%;
	background-repeat: no-repeat;
	background-size: 60vh;
	background-attachment: fixed;
}
.teal-block {
	background-color: #0E879A;
	color: #ffffffaa;
	margin: auto;
}
.teal-block * {
	background: none;
}
.teal-block h1,
.teal-block h2,
.teal-block h3,
.teal-block h4,
.teal-block h5 {
	color: white;
}
.teal-block a,
.teal-block a:visited,
.teal-block a:active  {
	color: white;
	font-weight: bold;
}
.blue-block {
	background-color: #024458;
	color: #ffffffaa;
	margin: auto;
}
.blue-block * {
	background: none;
}
.blue-block h1,
.blue-block h2,
.blue-block h3,
.blue-block h4,
.blue-block h5 {
	color: white;
}
.blue-block a,
.blue-block a:visited,
.blue-block a:active  {
	color: white;
	font-weight: bold;
}

.consultant-toc {
	padding: 15vh 0;
}
.consultant-toc ul{
	color: #EAE2D2;
	font-weight: bold;
	font-size: 1.25em;	
}
.consultant-toc li{
	line-height: 1.8;
	font-size: 83%;
	margin-left: 2em;
}
.consultant-toc a {
	color: #fffc;
}
.consultant-toc a:hover, li:hover{
	text-decoration: underline;
	color: white;
}

.consultant-block:nth-child(odd) {
	background-color: #024458;
	color: #ffffffaa;
	margin: auto;
}
.consultant-block:nth-child(odd) * {
	background: none;
}
.consultant-block:nth-child(odd) h1,
.consultant-block:nth-child(odd) h2,
.consultant-block:nth-child(odd) h3,
.consultant-block:nth-child(odd) h4,
.consultant-block:nth-child(odd) h5 {
	color: white;
}
.consultant-block:nth-child(odd) a,
.consultant-block:nth-child(odd) a:visited,
.consultant-block:nth-child(odd) a:active  {
	color: white;
	font-weight: bold;
}
.consultant-block:nth-child(even) {
	background-color: #0E879A;
	color: #fffa;
	margin: auto;
}
.consultant-block:nth-child(even) * {
	background: none;
}
.consultant-block:nth-child(even) h1,
.consultant-block:nth-child(even) h2,
.consultant-block:nth-child(even) h3,
.consultant-block:nth-child(even) h4,
.consultant-block:nth-child(even) h5 {
	color: white;
}
.consultant-block:nth-child(even) a,
.consultant-block:nth-child(even) a:visited,
.consultant-block:nth-child(even) a:active  {
	color: white;
	font-weight: bold;
}
.archive,
.elan,
.audio-link,
.viewer {
	color: inherit !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}
a.archive:hover,
a.elan:hover,
a.audio-link:hover,
a.viewer:hover {
	color: #EAE2D2 !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}


.img-link-container {
	float: right;
	margin-left: 2em;
}
.img-link {
	display: block;
	border: solid 3px #ffffffcc;
	text-align: center;
	height: 110px;
	padding: 2px;
}
.img-link:hover {
	border: solid 3px white;
}

.content-inner-container {
	margin: auto;
	padding: .1em 1em;
	overflow: auto;
	max-width: 800px;
}

.yt {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.yt iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.social-container {
	width: max-content;
	margin: auto;
}
.social-site {
	margin: 20px 50px;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.team-container {
	display: flex;
	flex-flow: row wrap;
}
.teammate {
	margin: 4%;
	width: 42%;
	color: #555;
}
.teammate .img-container {
	width: 50%;
	max-width: 200px;
	float:left;
	margin: 0 1.25em 0.5em 0;
}
.teammate .name {
	font-family: serif;
	font-weight: bold;
	font-size: 1em;
}
.teammate .position {
	font-family: serif;
	font-size: 0.9em;
}

.contact-form {
	margin: 1em;
	font-size: 1.1em;
	color: #555;
}
.contact-form label {
	display: block;
}
.contact-form input {
	width: 100%;
	max-width: 400px;
	color: black;
	font-size: 1.2em;
	margin: 5px 0 25px 0;
	border: none;
	border-bottom: 2px solid lightgray;
}
.contact-form input:focus {
	border-bottom: 2px solid #9cf;
}
.contact-form textarea {
	width: 100%;
	max-width: 500px;
	color: black;
	font-size: 1.1em;
	margin: 5px 0 15px 0;
	border: 1px solid lightgray;
	font-family: helvetica, sans-serif;
}
.contact-form textarea:focus {
	border: 1px solid #9cf;
}


@media only screen and (max-width: 900px) {
	.teammate { width: 100%;}
	.social-container { width: auto;}
}

@media only screen and (max-width: 600px) {
	#navbar .link {	padding: 0 20px; }
}

@media only screen and (max-width: 500px) {
	.fixed-background {
		padding: 20vh 0;
		background-image: url('images/logo_white.svg');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 90vw;
		background-attachment: fixed;
	}
	#navbar .link {
		padding: 0 10px;
	}
}