body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: normal;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}
a {
	color: #36C;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #999;
	outline: none;
	text-decoration: none;
}
a.dark {
	color: #797EB3;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a.dark:hover, a.dark:focus {
	color: #aaa;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:Lora;
	color: #36C;
	margin:10px 0 25px 0;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align:left;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	text-align:justify;
}
ul li, ol li {
	text-align:left;
}
#mainpanel ul li, #mainpanel ol li {
	margin-bottom:20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right:30px;
}
.alignright {
	float:right;
	margin-left:30px;
}
svg.search-icon {
	fill:#333;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
.container {
	position:relative;
	clear:both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color:#fff;
	padding:0 20px;
}
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	z-index:99999;
}
.slider.home {
	background-color:#000;
	z-index:9999;
	/*position:absolute;
	margin:0;
	top:0;*/
	text-align:left;
	clear:both;
}
#banner-inner {
	height: 350px;
	width: 100%;
	position: relative;
	overflow:hidden;
	-webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	-moz-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
	box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.85);
}
.homeslidelink {
	background: rgba(255, 0, 0, 0.5);
	padding:5px;
	color:#fff;
	font-size:14px;
	width:150px;
	height:45px;
}
.slides .caption {
	text-align:center;
}
.link1 {
	position:absolute;
	top:20%;
	left:20%;
}
.link2 {
	position:absolute;
	top:28%;
	right:30%;
}
.link3 {
	position:absolute;
	top:45%;
	left:40%;
}
.link4 {
	position:absolute;
	margin-top:22%;
	right:10%;
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 5px 5px;
	/*margin-right: 30px;*/
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color:#fff;
	border:none;
}
.navbar-right button {
	margin: 23px 0;
}
.navbar-nav>li>a {
	font-family: "Oswald", Helvetica, Arial, Verdana, sans-serif;
	padding: 10px 0;
	margin: 0 15px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border-radius: 0;
}
li.astm-search-menu {
	margin-left:15px !important;
}
.header-button {
	margin-left: 15px;
}
header .search {
	padding: 10px 0;
	margin: 0 15px;
}
header .search a {
	color: #FFF;
}
header .search a:hover {
	color: #39C;
}
header .search form {
	display:none;
	width:100%;
}
header .search form input {
	margin:0;
	padding:5px 5px;
	width:auto;
	color:#999;
	font-size:14px;
	font-weight:normal;
}
.menubar {
	padding:10px 0;
	background: #ddd;
	-webkit-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8px 35px -15px rgba(0, 0, 0, 0.75);
}
#searchform {
	background: #fff;
	padding:10px;
}
#s, #searchsubmit {
	padding:5px;
	margin-bottom:10px;
}
.logo {
	margin-top:10px;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
	padding:10px 0;
	font-size: 14px;
	color:#AAA;
}

/* Home
==================================================*/
.homepanel {
	color:#333;
	margin:0;
	padding:25px 100px;
	line-height:22px;
}
.homepanel h1 {
	padding:10px 0;
}
.homepanel.panel2outer {
	background-color:#eee;
	overflow:auto;
}
.homepanel.panel1 {
	background:#fff;
	color:#333;
	overflow:auto;
}
.panel1_inner {
	padding:25px 0;
}
img.reshigh {
	height:200px;
	border:1px solid #ddd;
}
.homepanel.panel1 p {
	color:#333 !important;
}
.homepanel .panel2 {
	background:#F7F4F1;
	border-top: 5px solid #984C46;
}
.homepanel .panel3 {
	background: #F7F4F1;
	border-top: 5px solid #984C46;
}
.homepanel ul {
	padding:0;
	margin:0 0 0 20px;
	list-style: url("../images/bullets.png");
}
.homepanel ul li {
	color:#333 !important;
	padding:0;
	margin:5px 0 5px 0;
}
.datehome {
	float:left;
	background-color:#fff;
	text-align:center;
	width:75px;
	margin:0 10px 0 0;
	padding:0;
}
.date_mm {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#984C46;
	padding:2px 0;
	text-transform: uppercase;
}
.date_dd {
	font-size:22px;
	font-weight:400;
	line-height:22px;
	color:#333;
	margin-top:5px;
}
.date_day {
	font-size:14px;
	font-weight:400;
	color:#333;
}
.theme-light .nivo-controlNav {
	padding: 10px 0 !important;
}
.ms-theme-highway {
	opacity: 0;
	padding-bottom: 0px !important;
 -webkit-transition: opacity .3s;
 transition: opacity .3s;
}
.metaslider.ms-theme-highway .nivoSlider .nivo-caption {
	background-color:rgba(0, 0, 0, 0.8) !important;
	bottom: 0;
	font-size: 3rem !important;
	color:#fff !important;
	padding-top: 65px;
}
/*	Home
	==================================================*/
/*	About Home
	==================================================*/
#about-home {
	padding:50px 0;
}
#about-home .abouttext {
	font-size:1.2em;
}
#about-home .lead {
	color: #900;
}
#about-home p {
	color:#333;
}
#about-home .topics {
	background:rgba(255, 255, 255, 0.9);
	min-height:325px;
	padding:20px 20px;
}
#about-home .topics h1, #about-home .topics h2, #about-home .topics h3 {
	color:#036;
}
#about-home .topics ul {
	margin: 0 0 0 25px;
	padding:0;
}
#about-home .topics ul li {
	margin:0 0 10px 0;
}
/*	About Inner
	==================================================*/
#about {
	background-color: #fff;
	padding: 10px 0;
}
#about .about_inner {
	padding:0;
	background:rgba(255, 255, 255, 1);
}
#about .lead {
	font-size:16px;
	color: #069;
	font-style:italic;
}
#about .lead::before {
 content:open-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
}
#about .lead::after {
 content: close-quote;
 font-size:24px;
 color: #999;
 font-style:italic;
 line-height:28px;
}
#about p {
	color:#000;
}
.resareas {
	height:300px;
}
/*	People
	==================================================*/ 
	.peoplebox {
	background:#fff;
	color:#000;
	border-bottom:1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	-moz-box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	box-shadow: 1px 1px 2px 0px rgba(107, 97, 107, 0.6);
	margin:0 0px 15px 0px;
	padding:5px;
	overflow:auto;
	height: 400px;
	text-align:center;
}
.peoplebox h3 {
	color:#069;
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}
.peoplepic {
	float:none;
	text-align:center;
	padding:0 10px 5px 0;
	width:auto;
	height: 220px;
	overflow:hidden;/*margin:0 auto;*/
}
.peoplepic img {
	width:100%;
	/*height:100%;*/
	border:1px solid #eee;
}
.peopledesig {
	clear:both;
	text-align:left;
	padding:0 0 5px 0;
}
.peopleinfo {
	text-align:left;
}
.peopleinfo .name {
	font-size:16x;
	margin:0 0 10px 0;
	text-align:left;
	clear:both;
}
.peopleinfo .research_interests, .peopleinfo .research_interests p {
	font-size:13px;
	text-align:left;
	clear:both;
	overflow:hidden;
}
.peopleinfo .email, .peopleinfo .miscellaneous {
	font-size:13px;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin:5px 0;
}
.peopleinfo:hover {
	color: #333;
}
.panelstaff {
	float:none;
	text-align:center;
	padding:0 10px 5px 0;
	width:auto;
	height: 200px;
	overflow:hidden;/*margin:0 auto;*/
}
.panelstaff img {
	border:1px solid #eee;
}
.people-right {
	background:#eee;
	padding:0 0 20px 20px;
}
/* Main Panel
==================================================*/

#mainpanel {
	background:rgba(255, 255, 255, 1);
	padding:5px 50px 5px 20px;
	min-height:400px;
}
#mainpanel h1 {
	margin:30px 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#mainpanel h2 {
	margin:50px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel h3, #mainpanel h4 {
	color: #555;
	margin:30px 0 0 0;
	padding:0 0 10px 0;
}
#mainpanel .tab-content h3 {
	margin-bottom:5px;
	padding-bottom:5px;
}
#mainpanel ul, #sidepanel ol {
	padding: 0;
	margin: 0 25px;/*list-style:none;*/
	list-style: url("../images/bullets.png");
}
#mainpanel ul li, #sidepanel ol li {
	padding: 0;
	margin: 10px 10px;
}
#publications ul li, #publications ol li {
	padding: 0;
	margin: 10px 30px;
}
#mainpanel ul.nav li {
	padding: 0;
	margin: 0 5px;
}
img {
	max-width:100%;
	height:auto;
}
table.courses {
	width:100%;
}
table.courses td {
	padding:5px;
	border:1px solid #ddd;
}
table.courses td:first-child {
	width:200px;
}
.grayborder tbody td, .grayborder td {
	border:1px solid #ccc;
	padding:2px;
}
#ffs-tabbed-1 li.resp-tab-active, #ffs-tabbed-1.resp-tabs-list li:hover {
	border-top-color: #984C46 !important;
	border-bottom-color: #984C46 !important;
}
.div10px {
	padding:10px;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	padding:5px 0 0 0;
	background-color:#F1F1F1;
	border:1px solid #ccc;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	color:#777;
	font-weight:300 !important;
	padding:0;
	margin:5px 0 5px 0;
}
#sidepanel {
	padding-left:0px !important;
}
#sidepanel ul, #sidepanel.textwidget ul, #sidepanel ol, #sidepanel.textwidget ol {
	padding: 0;
	margin: 0 10px;
}
#sidepanel ul li, #sidepanel ol li {
	list-style:none;
	padding: 0;
	margin: 0 10px;
}
#sidepanel img {
	padding:5px;
	border: 1px solid #ddd;
}
/*.advanced-sidebar-menu ul {
    margin: 0 0 0 18px;
    list-style: circle !important;
    list-style-type: circle !important;
}*/
.tbl-library, .tbl-pastfaculty, .tbl-students {
	width:100%;
}
.tbl-library th, .tbl-library td, .tbl-pastfaculty th, .tbl-pastfaculty td, .tbl-students th, .tbl-students td {
	padding:5px;
	border:1px solid #ccc;
}
#sidebar ul li.widget {
	margin-bottom:30px;
}
#sidebar h2.widgettitle {
	font-size:22px;
	font-weight:bold;
}
/*	Footer
	==================================================*/ 
#footer {
	background:#eee;
	border-top: 1px solid #ccc;
	color:#333;
	text-align: left;
	padding:25px 100px;
	margin-top:75px;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
#footer h2 {
	margin-bottom:20px;
	font-size:20px;
}
#footer .hw-widget ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
#footer a {
	color:#333;
}
#footer a:hover {
	color:#999;
}
#footer-bottom {
	color:#999;
	padding:25px 0 25px 0;
	background-color:#000;
	overflow:auto;
}
img.arpw-thumbnail {
	display:block !important;
	float:none !important;
	clear:both !important;
}
a.arpw-title {
	display:block !important;
	float:none !important;
	clear:both !important;
}
.button.is-checked {
	color: #06C;
	border-bottom: 0px solid #069;
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 25px;
	background: #FFF;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	box-shadow: none;
}
label.screen-reader-text {
	display:none;
}
footer .social_icons {
	margin:5px auto 5px auto;
}
#footer .social_icons ul {
	float:right;
	display:table;
	margin:0 auto;
	padding:0px;
	font-size:0;
}
#footer .social_icons li {
	display:inline-block;
	vertical-align:top;
	margin:0 25px 0 0;
	font-size:22px;
}
#footer .social_icons li a {
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:5%;
	color: #666;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
#footer .social_icons li a:hover {
	font-size:24px;
 color:
}

/*	Responsive
	==================================================*/ 

@media (max-width: 1024px) {
#mg-wprm-wrap.cbp-spmenu-right {
	z-index: 99999 !important;
  }
}
@media (max-width: 991px) {
.section {
 padding:10px 0;
 margin:0;
}
.navbar-fixed-top {
 position:relative;
}
.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
 text-align:center;
}
.navbar-brand .col-md-10 img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
.slider.home {
 z-index:9999;
 position:relative;
 text-align:left;
 clear:both;
}
#about-home {
 background:rgba(255, 255, 255, 0.1);
	/*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
	padding:10px 0 0 0;
}
 #sidepanel {
 position: relative;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
}
@media (max-width: 767px) {
.section {
 padding:10px 0;
 margin:0;
}
.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
}
.navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow:hidden;
}
.homepanel_container {
	margin-bottom:25px;
}
 #footer .text-left, #footer .text-right {
 text-align:center;
}
.logotitle {
text-align:center;
}
.logotitle img {
 margin:0 auto;
}
}
@media (max-width: 490px) {
 .container {
 max-width: 445px;
 padding-left: 5px;
 padding-right: 5px;
}
.section {
 padding:10px 0;
 margin:0;
}
.navbar-brand .col-md-10 {
 width:100%;
 margin:0;
 padding:0;
}
.navbar-brand img {
 margin:0 auto;
 width:100%;
 margin:0;
 padding:0;
}
#breadcrumbs {
 margin-left:20px;
 padding:5px 0;
 font-size: 14px;
 color:#AAA;
}
 #parallax {
 position:relative;
 width: 100%;
 text-align:center;
	/*background: url('../images/bg-03.jpg') center center no-repeat;
	background-size:contain;*/
	z-index: 100;
 overflow:hidden;
 height:auto;
}
#parallax img {
 margin: 0 auto;
}
#parallax-about {
 width: 100%;
 position: relative;
 z-index: -100;
 overflow:hidden;
 height:300px;
}
#parallax-about img {
 width:100%;
}
#banner-inner {
 height: 150px;
 width: 100%;
 position: relative;
 overflow:hidden;
}
#about img {
 max-width:100%;
}
.homepanel {
  padding: 25px;
}
#footer {
  padding: 25px;
  margin-top: 25px;
}
#footer-bottom .text-left, #footer-bottom .text-right {
 text-align:center;
}
 table.courses td:first-child {
 width:120px;
}
}
