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: #07889B;
	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: #07889B;
	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: #888;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/*font-family:Montserrat;*/
	color: #E37222;
	margin-bottom: 5px;
	margin-top: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
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;
}
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:#fff;
}
/*	Section
	==================================================*/
.section {
	padding: 30px 0;
}
.active-section {
	top: 0px;
}
.navbar.active-section {
	top: 0 !important;
}
 .container {
	 position:relative;
	 clear:both;
}
/*	Header
	==================================================*/
#topheaderbar {
	background-color: #6CADDF;
	padding:5px 0;
	height:45px;
	text-align:center;
}
#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:9999;
}
#navigationbar {
	background-color:#66B9BF;
	padding:5px 0;
}
.slider.home {
	background-color:#fff;
	z-index:9999;
	/*position:absolute;
	margin:0;
	top:0;*/
	text-align:left;
	clear:both;
}
#banner-inner {
	height: 350px;
	width: 100%;
	position: relative;
	overflow:hidden;
}
.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%;
}
#newsbar {
	padding:10px 0;
	margin:10px 0;
	background:#ebebeb;
	color:#C00;
	border:1px solid #eee;
	overflow:hidden;
	clear:both;
}
/*	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: rgba(9,137,158,1);
	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: 1px solid transparent;
	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;
	border:1px solid #3099B9;
	padding:20px;
}
#s, #searchsubmit {
	padding:5px;
	margin-bottom:10px;
}
.logo {
	margin-top:10px;
}
/*	Breadcrumbs
	==================================================*/
#breadcrumbs {
	padding:10px 0;
	font-size: 14px;
	color:#AAA;
}
/*	Hero
	==================================================*/
#hero {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	margin-top: 30%;
	padding: 0;
	min-height:200px;
}
.lp-element {
	padding: 20px 10px;
	background-color: rgba(235, 235, 235, .75);
	border:1px solid #C00;
}
.lp-element h1 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
}
.lp-element p {
	text-align:left;
}
/*	Hero Inner
	==================================================*/
#hero-inner {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	margin-top: 10%;
	padding: 0;
	min-height:200px;
}
#hero-inner .lp-element {
	padding: 20px 10px;
	background-color: rgba(255, 0, 0, .75);
}
#hero-inner .lp-element h1 {
	font-size: 18px;
	text-transform:uppercase;
	font-weight:bold;
}
#hero-inner .lp-element p {
	text-align:left;
}

/* Home
==================================================*/
.homepanel {
	color:#333;
	margin:0 0 20px 0;
	line-height:22px;
}
.homepanel h3 {
	color:#07889B;
	padding:10px 0;
	margin-bottom:10px;
}
.homepanel.panel2outer {
	border-left: 0px solid #eee;
	border-right: 1px solid #eee;
	
}
.homepanel.panel1 {
	background:#fff;
	color:#333;	
}
.panel1_inner {
	padding:25px 0;
	background-color:#fff;
}
.homepanel.panel1 p {
	color:#333 !important;
}
.homepanel .panel2 {
	background:#E0E0E0;
	border: 2px solid #07889B;
	min-height:200px;
	padding:5px;
	overflow:hidden;
}
.homepanel .panel3 {
	background: #E0E0E0;
	border-top: 5px solid #07889B;
}
.homepanel ul  {
	padding:0;
	margin:0 0 5px 10px;
}
.homepanel ul li  {
	padding:0;
	margin:0;
}
.datehome {
	float:left;
	background-color:#fff;
	text-align:center;
	width:75px;
	margin:0 10px 0 0;
	padding:0;
	border:1px solid #66B9BF;
}
.date_mm {
	color:#09899E;
	font-size:16px;
	font-weight:bold;
	background-color:#ccc;
	padding:2px 0;
	text-transform: capitalize;
}
.date_dd {
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#09899E;
	margin-top:5px;
}
.date_day {
	font-size:14px;
	font-weight:400;
	color:#333;
}

.theme-light .nivo-controlNav {
    padding: 10px 0 !important;
}

/*	Research
	==================================================*/
#research {
	background-color: rgba(255, 255, 255, 0.9);
}
#research h1, #research h2, #research h3 {
	color: #069;
}
#research .lead {
	color: #333;
}
#research p {
	color:#000;
}
#owl-research .item img {
	display: block;
	width:200px;
	height: 150px;
}
.respanel {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:0;
	overflow:hidden;
	width:100%;
	height:180px;
}
.description {
	margin-top:145px;
	background:rgba(0, 0, 0, 0.6);
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:100%;
	height:185px;
}
.description h4 {
	color:#fff;
}
.description span {
	font-weight:normal;
	color:#fff;
}
.respanel:hover .description {
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	transition: all 300ms ease-out;
}
/*	Home
	==================================================*/
/*	About Home
	==================================================*/
#about-home {
	background:rgba(255, 255, 255, 0.1);
	/*background: url('../images/bg-02.jpg');
	background-repeat:no-repeat;
	background-size: cover;*/
	padding:0;
	margin:0;
}
#about-home .abouttext {
	background:rgba(255, 255, 255, 0.9);
	padding:20px 20px;
	overflow:auto;
}
#about-home h1, #about-home h2, #about-home h3 {
	color: #333;
}
#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;
}
figcaption , .wp-caption-text {
	color:#777 !important;
	margin-bottom:10px !important;
}

table.events-table hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*	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;
	min-height: 280px;
	/*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: 225px;
	overflow:hidden;
	/*margin:0 auto;*/
}
.peoplepic img {
	/*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:16px;
}
.peopleinfo .department {
	font-size:12px;
}
.peopleinfo .category {
	font-size:12px;
}
.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:#fafafa;
	padding:0 0 20px 20px;
}
/* Main Panel
==================================================*/

#mainpanel {
	background:rgba(255, 255, 255, 1);
	padding:5px 50px 5px 20px;
	min-height:400px;
}
#mainpanel h1 {
	font-weight:700;
	margin:30px 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#mainpanel h2 {
	font-weight: 700;
	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;*/
}
#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 tbody th,  .grayborder th, .grayborder td {
	border:1px solid #ccc;
	padding:5px;
}
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap > div input, .field-wrap select, .field-wrap textarea {
    width: 300px !important;
}
.field-wrap textarea {
    width: 450px !important;
}
.wp-block-table.is-style-stripes td {
	vertical-align:top;
	padding:0 5px;
}
/*	Sidepanel
	==================================================*/
#sidepanel {
	padding:5px 0 0 0;
}
#sidepanel h1, #sidepanel h2, #sidepanel h3, #sidepanel h4 {
	font-weight:normal;
	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:16px;
	font-weight:bold;
}
/*	Footer
	==================================================*/ 
#footer {
	background:#E0E0E0;
	border-top: 5px solid #07889B;
	color:#555;
	font-size:14px;
	text-align: left;
	padding:25px 0;
	margin-top:50px;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
#footer h2 {
	color: #07889B;
	margin-bottom:10px;
	font-size:20px !important;
}
#footer .hw-widget ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
#footer a {
	color:#07889B;
}
#footer a:hover {
	color:#fff;
}
#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: 
}
.hw-widget {
	line-height:28px !important;
}

/*	Responsive
	==================================================*/ 

@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;
}
 #footer .text-left, #footer .text-right {
 text-align:center;
}
.logo.pull-right {
	display:block;
	float:none !important;
	margin:0 auto;
	width:70px;
}
}
@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%;
}
#hero .lp-element p {
 text-align:left;
}
#hero-inner .col-md-4 {
 width:100%;
 margin:0;
}
#footer .text-left, #footer .text-right {
 text-align:center;
}
	table.courses td:first-child {
	width:120px;
}
}
