@font-face {
	font-family: RobotoCondensed;
	src: url("//www.geol.umd.edu/styles/webfonts/RobotoCondensed-Bold.ttf");
	font-weight: bold;
	font-display: swap;
}

@font-face {
	font-family: Roboto;
	src: url("//www.geol.umd.edu/styles/webfonts/Roboto-Regular.ttf");
	font-weight: normal;
	font-display: swap;
}

body {
	margin: 0;
	width: 100%;
	float: left;
	background: rgb(74, 74, 74);
	font-family: Roboto, sans-serif;
	font-size: 1em;
}

a { color: rgb(226, 24, 51); text-decoration: none; }

a:hover { text-decoration: underline; }

p,blockquote { line-height: 1.6; color: rgb(68,70,73); }

p:first-child { margin-top: 0; }

p:last-child { margin-bottom: 0; }

h1 { color: rgb(226, 24, 51); font-size: 1.7em; margin: 0; padding: 10px 0; font-family: RobotoCondensed, sans-serif;}

h2 { color: rgb(0, 0, 0); font-size: 1.5em; margin: 0px; padding: 15px 0; font-family: RobotoCondensed, sans-serif; float: left; width: 100%; }

h3 { color: rgb(0, 0, 0); font-size: 1.3em; margin: 0px; padding: 15px 0; font-family: RobotoCondensed, sans-serif; float: left; width: 100%; }

h4 { color: rgb(0, 0, 0); font-size: 1.2em; margin: 0px; padding: 15px 0; font-family: RobotoCondensed, sans-serif; float: left; width: 100%; }

ul,ol { list-style-position: inside; line-height: 1.6; margin: 0; }

li { padding: 5px 0px; color: rgb(68,70,73); }

li p:first-child { margin-top: 0; }

li p:last-child { margin-bottom: 0; }

hr { background-color: rgb(188, 188, 188); height: 1px; margin: 20px 10%; width: 80%; float: left; }

table {
	border-collapse: collapse;
	border-color: rgb(188, 188, 188);
	margin: 10px 0;
}

td,th { padding: 5px 10px 5px 10px; }

th { text-align:center; color: rgb(255, 255, 255); background-color: rgb(74, 74, 74); }

tr.highlight:hover { background-color: rgb(255,255,170); }

select {
	font-size: 1em;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

option {
	font-size: 1em;
	font-family: Roboto, sans-serif;
}

input[type=radio] {
	font-size: 1em;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);
	background-color: rgb(255, 255, 255);
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

input[type=text]:focus {
	background-color: rgb(255, 255, 224);
}

input[type=text] {
	font-size: 1em;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

input[type=file] {
	font-size: 1em;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	outline: none;
}

input[type=number]:focus {
	background-color: rgb(255, 255, 224);
}

input[type=number] {
	font-size: 1em;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

input::file-selector-button {
	font-size: 1.1em;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	border-color: rgb(188, 188, 188);
	font-weight: bold;
}

fieldset {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

textarea {
	font-size: 1em;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	border: 2px solid rgb(188, 188, 188);
	border-radius: 10px;
	box-sizing: border-box;
	outline: none;
}

button {
	/* Add background-color: and color: attributes to set color of button and text on button */
	font-size: 1.1em;
	padding: 10px 15px;
	margin: 10px 5px;
	display: inline-block;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	border-color: rgb(188, 188, 188);
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px;
}

#banner {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

#nav { float: left; width: 100%; }

#menu {
	background: rgb(226, 24, 51);
	color: rgb(255, 255, 255);
	border-radius: 0px;
}

#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}

#menu ul { width: 100%; }

#menu li {
	float: left;
	display: inline;
	position: relative;
	width: calc(100% / 8);
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 14px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: normal;
}

#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}

#menu li a:hover {
	color: rgb(255, 255, 255);
	background: rgb(149, 16, 34);
}

#menu input {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	cursor: pointer
}

#menu label {
	display: none;
	text-align: center;
	position: absolute;
	left: 35px
}

#menu label:before {
	font-size: 3.4em;
	content: "\2261";
	margin-left: 20px;
}

#menu ul.sub-menus {
	height: auto;
	overflow: hidden;
	background: rgb(74, 74, 74);
	position: absolute;
	z-index: 99;
	display: none;
}

#menu ul.sub-menus li {
	display: block;
	width: 100%;
}

#menu ul.sub-menus a {
	color: rgb(255, 255, 255);
	font-size: 0.9em;
}

#menu li:hover ul.sub-menus {
	display: block
}

#menu ul.sub-menus a:hover{
	background: rgb(242, 242, 242);
	color: rgb(74, 74, 74);
}

#footer,#footer-mobile {
	float: left;
	width: 100%;
	background-color: rgb(0, 0, 0);
	text-align: left;
	font-variant: normal;
	color: rgb(255, 255, 255);
	letter-spacing: 0.1em;
	line-height: 150%;
	font-size: 0.9em;
	print-color-adjust: exact !important; -webkit-print-color-adjust: exact !important;
}

#footer a,#footer-mobile a {
	color: rgb(255, 204, 0);
	text-decoration: none;
	font-weight: bold;
}

#main {
	margin: 0px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
	float: left;
	width: 100%;
}

#pagetitle {
	float: left;
	border-bottom: 2px solid rgb(226, 24, 51);
}

#content {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.accordion {
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	box-sizing: border-box;
	float: left;
	line-height: 1.6;
}

.panel {
	padding-left: 40px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.alternaterow { background-color: rgb(237,234,218); }

.profile_links { padding: 0px 10px; }
.profile_name {
	font-size: 2.5em;
	color: rgb(226,24,51);
	font-family: RobotoCondensed, sans-serif;
	margin: 0;
	padding: 0;
}
.profile_title {
	font-size: 2em;
	color :rgb(0,0,0);
	font-family: RobotoCondensed, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

.section { padding: 0px 40px; float: left; width: 100%; box-sizing: border-box; }
/*
.section p span:first-child { padding-left: 0; }
.section p span:last-child { padding-right: 0; }
*/
.section p { width: 100%; }

.visible-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.visible-hidden:focus {
	clip: auto;
	height: auto;
	overflow: auto;
	position: absolute;
	width: auto;
}

.awards { float:left; box-sizing:border-box; }

.geogram-archive {
	float:left;
	margin: 5px;
	padding:10px;
	border:1px solid rgb(188, 188, 188);
	box-sizing:border-box;
}

.delete {
	border: 3px solid rgb(226, 24, 51);
	color: rgb(226, 24, 51);
	font-weight: bold;
	padding: 3px;
	border-radius: 10px;
	font-size: 0.7em;
}

.full {
	width: 100%;
	float: left;
}

.half {
	width: 50%;
	float: left;
}

.col_name,.col_title,.col_office,.col_phone,.col_email { text-align: left; }

.caption { 
	width: 100%; 
	font-style: italic; 
	font-size: 0.9em;
	float: left;
}

/* Mobile */
@media only screen and (max-width: 1000px) {
	#menu { position:relative; height: 50px; }
	#menu ul { background: #111; position: absolute; top: 100%; right: 0; left: 0; z-index: 3; height: auto; display: none; }
	#menu ul.sub-menus { width: 100%; position: static; }
	#menu ul.sub-menus a { padding-left: 30px; font-size: 1.2em; }
	#menu li { display: block; float: none; width: auto; }
	#menu input, #menu label { position: absolute; top: 0; left: 0; display: block; height: 50px;}
	#menu input { z-index: 4; }
	#menu input:checked + label { color: white; }
	#menu input:checked + label:before { content: "\00d7"; }
	#menu input:checked ~ ul { display: block; }
	#menu label { line-height: 50px; }
	#menu a { font-size: 1.2em; line-height: 50px; height: 50px; }
	#wrapper { width: 100%; }
	#pagetitle { padding-top: 5px; margin-left: 5px; margin-bottom: 15px; }
	#pagetitle h1 { padding-left: 0px; }
	#banner img { width: 95%; }
	#content { padding: 5px 10px; }
	#footer { display: none; }
	#footer-mobile { display: block; text-align: center; padding: 10px; box-sizing: border-box; }
	.calendar { display: none; }
	.loa { width: 100%; float: left; box-sizing: border-box; text-align: center; }
	.awards { width: 100%; }
	.geogram-current { width: 100%; }
	.geogram-archive { width: 48%; }
	.signups-sched { width: 100%; }
	.signups-entry { width: 100%; padding-top: 20px; }
	.full-half,.half,.quarter,.threequarter,.third,.twothird,.fifth { width: 100%; float: left; padding: 5px; }
	.col_phone,.col_office,.col_email { display: none; }
	.col_hide { display: none; }
	.tooltiptext { display: none; }
}

/* In Between */
@media only screen and (min-width: 1000px) and (max-width: 1150px) {
	#menu { height: 30px; }
	#menu input { height: 30px; }
	#menu label { line-height: 30px; }
	#menu a { font-size: 1em; line-height: 30px; }
	#wrapper { width: 100%; }
	#pagetitle { padding-top: 5px; margin: 10px 10px; }
	#banner img { height: 140px; }
	#content { padding: 10px 50px 25px 50px; }
	#footer { display: block; }
	#footer-mobile { display: none; }
	.loa { width: 25%; float: left; box-sizing: border-box; text-align: center; }
	.awards { width: 50%; }
	.geogram-current { width: 100%; }
	.geogram-archive { width: 32%; }
	.signups-sched { width: 60%; }
	.signups-entry { width: 40%; }
}

/* Desktop */
@media only screen and (min-width: 1150px) {
	#menu { height: 30px; }
	#menu ul.sub-menus { width: 150% }
	#menu input { height: 30px; }
	#menu label { line-height: 30px; }
	#menu a { font-size: 1em; line-height: 30px; }
	#wrapper { width: 80%; }
	#pagetitle { padding-top: 5px; margin: 10px 10px; }
	#banner img { height: 140px; }
	#content { padding: 10px 50px 25px 50px; }
	#footer { display: block; }
	#footer-mobile { display: none; }
	#back2top {
		overflow: hidden;
		z-index: 999;
		display: none;
		position: fixed;
		bottom: 20px;
		right: 3.25%;
		color: rgb(188, 188, 188);
		text-align: center;
		font-size: 4.7em;
	}
	.calendar-mobile { display: none; }
	.loa { width: 25%; float: left; box-sizing: border-box; padding: 10px 7px; text-align: center; }
	.awards { width: 50%; }
	.geogram-current { width: 33%; }
	.geogram-archive { width: 15%; }
	.signups-sched { width: 60%; }
	.signups-entry { width: 40%; }
	.full-half,.half { width: 50%; float: left; box-sizing: border-box; padding: 5px; }
	.quarter { width: 25%; float: left; box-sizing: border-box; padding: 5px; }
	.threequarter { width: 75%; float: left; box-sizing: border-box; padding: 0px 10px; }
	.third { width: 33%; float: left; box-sizing: border-box; padding: 5px; }
	.twothird { width: 67%; float: left; box-sizing: border-box; padding: 5px; }
	.fifth { width: 20%; float: left; box-sizing: border-box; padding: 5px; }
	.tooltip {
		position: relative;
		display: inline-block;
	}
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;

		/* Position the tooltip */
		position: absolute;
		z-index: 1;
		top: -5px;
		left: 105%;
	}
	.tooltip:hover .tooltiptext { visibility: visible; }
}

@media print {
	body { background: rgb(255, 255, 255); }
	#banner img { height: 5rem; }
	.signups-sched { width: 100%; padding-top: 10px; }
	.signups-entry, .printhide, #back2top, #nav, #footer, #footer-mobile { display: none; }
}