/* tags */
html
{
	background-image: url("../media/back.jpg");
	background-size: 100%;
	background-attachment: fixed;
	height: 100%;
}

body
{
	width: 100%;
	font-family: Helvetica;
	font-weight: 300;
	background-color: rgba(34, 34, 34, .6);
	min-height: 100%;
	margin: 0;
	top: 0;
	position: absolute;
	display: block;
	overflow-x: hidden;
	padding-bottom: 150px;
}

section
{
	width: 100%;
	padding: 30px 0;
	min-height: 100px;
	clear: both;
	border-radius: 0 !important;
}

section h3
{
	color: #222;
	font-size: 20pt;
	font-family: "Helvetica Neue";
	font-weight: 300;
	padding-left: 55px;
}

button
{
	background-color: rgb(80, 159, 206);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}

/* table */
thead,
#DataTables_Table_0_wrapper,
#DataTables_Table_1_wrapper
{
	background-color: coral;
}

#DataTables_Table_0_wrapper,
#DataTables_Table_1_wrapper
{
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

table.dataTable tbody tr.even
{
	background-color: #ffc1aa;
}

#popup #DataTables_Table_0_wrapper a,
#popup #DataTables_Table_1_wrapper a
{
	display: inline-block;
}

/* nav */
nav
{
	background-color: #222;
	color: #EEE;
	position: absolute;
	top: 0;
	width: 100%;
}

nav h2
{
	font-family: "Helvetica Neue";
	font-weight: 300;
	letter-spacing: 2px;
	padding: 0 15px;
}

nav div
{
	display: flex;
	height: 54px;
	align-items: center;
}

nav a
{
	cursor: pointer;
	text-align: center;
	display: inline;
	flex-grow: 1;
	font-size: 15pt;
	font-weight: 300;
	font-family: "Helvetica Neue";
	height: 100%;
}

nav a p
{
	margin: auto auto;
	line-height: 54px;
}

nav a, nav a:visited, nav a:active
{
	text-decoration: none;
	color: #EEE;
}

nav a:hover
{
	color: rgb(80, 159, 206);
}

nav div a:after
{
	content: "";
	background-color: transparent;
	transition: width .5s ease, background-color .5s ease;
	display: block;
	height: 2px;
	position: relative;
	bottom: 0;
	width: 0;
	margin-top: -2px;
}

nav div a:hover:after
{
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgb(80, 159, 206);
	transition: all .5s ease;
	display: block;
}

/* classes */
.scroll
{
	position: fixed;
	background-color: #222;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 10;
}

.center
{
	text-align: center;
}

.orng
{
	color: #dd6d44;
	font-size: 40pt;
}

.orng.reg
{
	font-size: 35pt;
}

.title
{
	text-align: center;
	margin: 0;
	font-family: "Helvetica Neue";
	font-weight: 300;
	font-size: 25pt;
	background-color: rgba( 250, 250, 250, .8);
	padding: 10px 0;
}

.sub
{
	text-align: center;
	font-family: "Helvetica Neue";
	font-weight: 300;
	font-size: 15pt;
	font-style: italic;
	background-color: rgba( 250, 250, 250, .8);
	padding: 10px 0;
	margin: 0;
}

.alt1
{
	background-color: white;
	margin-bottom: 80px;
}

.alt2
{
	background-color: rgba(34, 34, 34, .7);
	padding-bottom: 80px;
}

.white
{
	color: white;
	font-family: "Helvetica Neue";
	font-weight: 300;
}

.flex
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* ids */
#title
{
	text-align: center;
	margin: 115px 0 100px;
	font-family: "Helvetica Neue";
	font-weight: 300;
	font-size: 30pt;
	background-color: rgba( 250, 250, 250, .8);
	padding: 10px 0;
}

#curriculum
{
	margin-bottom: 0;
}

#curriculum > div
{
	width: 100%;
	clear: both;
}

#under .flip:first-child, #grad .flip:first-child
{
	margin-left: 0;
}

#grad #certs
{
	width: 100%;
}

#grad #certs ul
{
	margin-left: 70px;
	margin-top: -15px;
	line-height: 30px;
}

#minors button,
#resources button
{
	padding: 20px;
	margin: 10px;
	font-size: 15pt;
	background-color: coral;
	width: 250px;
}

#minors button:hover,
#resources button:hover
{
	background-color: #ff8f66;
}

#minors button h1
{
	color: white;
}

#minors button p
{
	font-size: 10pt;
}

#people
{
	border: none !important;
}

#people #research
{
	padding: 0 50px;
}

#people div#research.flex button
{
	padding: 20px;
	font-size: 15pt;
	margin: 10px;
	width: 200px;
}

#people #research button:hover,
#stats .flex button:hover
{
	background-color: #74abcc;
}

#fac, #staff
{
	padding-top: 20px;
	clear: both;
	border: none;
	border-top: 1px solid #CCC;
}

#stats > .flex > p
{
	margin-right: 50px;
	line-height: 25px;
	width: 60%;
}

#stats .flex button
{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 17pt;
	height: 100px;
	width: 250px;
}

#stats #map
{
	width: 1000px;
	height: 500px;
	margin: 50px auto;
	overflow: hidden;
}

#stats iframe
{
	position: relative;
	top: -250px;
	width: 1000px;
	height: 1000px;
	border: none;
	display: block;
	overflow: hidden;
}

section#about
{
	background-color: #EEE;
	color: #222;
	width: 70%;
	margin: 50px auto 80px;
	border-radius: 5px !important;
	background-color: coral;
	padding: 10px 30px;
	display: table;
}

#about .orng
{
	color: #EEE;
	position: relative;
	top: 0;
	display: table-cell;
	vertical-align: top;
	width: 5%;
}

#about span p,
#social span p
{
	width: 95%;
	display: inline-block;
	text-align: center;
}

#about div > span,
#social > span
{
	display: table;
}

#about div > span
{
	margin-top: 2em;
}

#about div
{
	display: table-cell;
	vertical-align: middle;
}

#resources button
{
	height: 150px;
	margin: 15px 10px;
}

#social
{
	text-align: center;
	background-color: white;
	margin-bottom: 40px;
}

#social > p
{
	color: rgb(80, 159, 206);
}

#social > span
{
	width: 90%;
	margin: auto auto;
}

#social span > span.orng
{
	font-size: 45pt;
	position: relative;
	top: 0;
	display: table-cell;
	vertical-align: top;
	width: 5%;
}

#social span p
{
	font-size: 20pt;
}

#social button#twi, #social button#fb
{
	width: 50px;
	height: 50px;
	margin: 25px 10px 50px;
	border-radius: 25px;
}

button#fb
{
	background: url("../media/face.png") rgb(80, 159, 206) center no-repeat;
}

button#twi
{
	background: url("../media/twi.png") rgb(80, 159, 206) center no-repeat;
}

button#toTop
{
	background: url("../media/arrow.png") center no-repeat;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	visibility: hidden;
}

/* tabs */
#people ul
{
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	border: none;
	background: white;
	width: 200px;
}

#people ul li
{
	list-style-type: none;
	background-color: #DDD;
	border: none;
	width: 100px;
	height: 25px;
	display: inline-block;
	text-align: center;
	margin: 0 -3px 0;
}

#people ul li a
{
	text-decoration: none;
	color: #333;
	width: 100px;
	height: 25px;
	display: block;
	padding: 3px;
	outline: none;
}

#people ul li a:active
{
	border: none;	
}

#people ul li:last-child
{
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #AAA;
}

#people ul li:first-child
{
	border-radius: 5px 0 0 5px;
}

#people .ui-tabs-active
{
	background-color: coral;
}

/* faculty cards */
section .fac
{
	width: 150px;
	height: 200px;
	margin: 10px;
	float: left;
	cursor: pointer;
	text-align: center;
}

section .fac:hover div
{
	width: 150px;
	transition: width .5s;
}

section .fac div
{
	width: 130px;
	height: 150px;
	background: 20% 20% no-repeat;
	background-size: 160px;
	margin: 0 auto;
	padding: 0;
	transition: width .3s;
}

section .fac h3
{
	margin-top: 0;
	background-color: coral;
	text-align: center;
	color: #222;
	padding: 5px;
	font-size: 13pt;
	font-weight: normal;
	height: 50px;
	width: 140px;
	display: table;
}

section .fac h3 span
{
	display: table-cell;
	vertical-align: middle;
}

/* flip cards */
.flip
{
	width: 300px;
	height: 300px;
	float: left;
	margin: 20px;
}

.flip .front, .flip .back
{
	background-color: #ff9670;
	padding: 20px 30px;
	height: 270px !important;
	width: 270px !important;
	cursor: pointer;
	margin: auto;
	border-radius: 5px;
	color: #222;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flip .back
{
	line-height: 20px;
	color: #222;
	font-weight: normal;
}

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

.flip.grad .front, .flip.grad .back
{
	background-color: rgb(80, 159, 206);
}

.flip.stat .front, .flip.stat .back
{
	background-color: rgb(214, 69, 65);
	height: 170px !important;
	width: 170px !important;
	font-size: 13pt;
}

.flip.stat .front
{
	font-size: 20pt;
}

.flip.stat
{
	width: 200px;
	height: 200px;
}

.flip strong
{
	font-size: 20pt;
	display: block;
}

.flip .front img
{
	margin: 0 auto;
}

.flip .back ul
{
	padding: 0 10px 0;
	margin-top: 0;
}

.flip.samp .front, .flip.samp .back
{
	height: 220px !important;
	width: 220px !important;
	margin: 0 !important;
}

#hci.flip .back
{
	font-size: 11pt;
	line-height: 17px;
}

#hci.flip.grad .back p
{
	margin-bottom: 5px;
}

/* popup */
button#close.popup_close
{
	float: right;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 2px 8px 4px;
	font-size: 11pt;
	background-color: white;
}

button#close.popup_close:hover
{
	border: 1px solid #9cc0fc;
}

#popup
{
	background-color: white;
	border-radius: 5px;
	padding: 20px;
	display: none;
	width: 60%;
}

#popup p em
{
	color: rgb(80, 159, 206);
}

#popup h2
{
	margin-top: 1.5em;
}

#popup a
{
	display: table;
	margin: 5px 10px;
	color: rgb(74, 153, 200);
}

#popup a:visited, #popup a:hover
{
	color: #222;
}

/* popup faculty */
#popup > #contact
{
	width: 40%;
	margin: 20px;
}

#popup .flex
{
	align-items: center;
	margin-top: 20px;
}

#popup .flex ul
{
	list-style-type: none;
}

#popup .flex ul li img
{
	padding: 5px;
	padding-bottom: 0;
}

#popup .flex div:first-child
{
	width: 150px;
}

#popup .flex div:first-child img
{
	width: 100%;
}

#popup h1
{
	font-family: "Helvetica Neue";
	font-weight: 300;
	clear: none;
	margin: auto 0 5px 20px;
}

#popup h2
{
	color: coral;
	margin-bottom: .3em;
}

#popup > span
{
	font-size: 15pt;
	color: rgb(80, 159, 206);
	margin: auto 0 5px 20px;
}

#accordion
{
	margin-top: 20px;
}

#accordion > h3.ui-accordion-header-active
{
	background-color: rgb(80, 159, 206);
	border: none;
}

#popup ul li
{
	list-style: outside none;
	text-indent: -20px;
	margin-bottom: 10px;
}

#popup ul li a
{
	text-decoration: underline;
	cursor: pointer;
}

#popup ul li a:hover
{
	color: rgb(80, 159, 206);
}

#popup ul li a:active, #accordion ul li a:visited
{
	color: coral;
}

/* news ticker */
.title#newsH
{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 25px;
}

#news .tickercontainer
{
	background-color: coral;
	margin-bottom: 20px;
}

#news .tickercontainer .mask ul
{
	display: flex;
	align-items: center;
	height: 200px;
}

#news .tickercontainer .mask ul li
{
	line-height: 40px !important;
	width: 450px;
	white-space: normal !important;
	text-align: center;
}

#news .tickercontainer .mask ul li h3
{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
}

#news .tickercontainer .mask ul li h3:hover
{
	color: white;
}

#news .tickercontainer .mask ul li h4
{
	color: white;
	font-size: 15pt;
	margin-top: 5px;
	margin-bottom: 0;
	font-family: "Helvetica Neue";
	font-weight: 300;
}

/* footer */
footer
{
	background-color: #222;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	line-height: 25px;
	padding: 10px 0;
	display: table;
	text-align: center;
}

footer div
{
	margin: auto 30px;
	display: table-cell;
	vertical-align: middle;
}

footer div ul
{
	list-style-type: none;
	line-height: 35px;
}

footer div a
{
	color: rgb(80, 159, 206);
	text-decoration: underline;
	cursor: pointer;
}

footer div a:hover, footer div a:active
{
	color: white;
}

/* footer popup */
#popup iframe
{
	width: 80%;
	border: none;
	height: 500px;
}

/* media queries */
@media screen and (min-width: 1200px) and (max-width: 2000px)
{
	html
	{
		background: url("../media/back2000.jpg") no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
}

@media screen and (min-width: 900px) and (max-width: 1200px)
{
	html
	{
		background: url("../media/back1200.jpg") no-repeat;
		background-size: 100% 100%;
		background-attachment: fixed;
	}
}