ul.tabs.primary {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px 0;
  width: 100%;
}
ul.tabs.primary li {
  float: left;
  line-height: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  list-style: none outside none;
}
ul.tabs.primary a {
  background-color: #fcfcfc;
  border-bottom: 1px solid #fff;
  color: #ccc;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 10px 22px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-bottom: 2px solid #236341;
  font-size: 1rem;
  color: #202020;
}
ul.tabs.primary a.active {
  color: #fff;
  background: #065029;
}
ul.tabs.primary a:hover {
  background: #054e0e;
  color: #fff;
}

.contextual-links a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.facultylist{
    font-size: 0.8rem;
    color: #999;
    font-family: arial;
}
.facultylist ul{
  margin-left:0;
}
.facultylist li{
  overflow: hidden;
  padding:10px;
}
.facultylist img{
    max-width: 134px;
    height: 179px;
    padding-right:20px;
    float: left;
    padding-bottom:20px;
}
.facultylist span.teacherinfo{
    color:#000;
    font-size:110%;
    font-family: 'Microsoft YaHei';
}
.facultylist .morelinks a{
  color: #F90;
  text-decoration: underline;
}
.faculty img{
  width: 120px;
  height: auto;
  max-width: 120px;
}
.faculty tbody tr{
  border: 0;
}
.termslink{
  padding:0;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
}
.termslink p,.termslink ul,.termslink li{
  padding:0;
  margin: 0;
  text-align: center;
}
.termslink img{
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 3px;
}
.page-taxonomy-term .term-listing-heading{
  display: none;
}
.customsearch{
  position: absolute;
  right: 10px;
  top:5px;
}
.customsearch .block,.customsearch p{
  margin: 0;
}
.customsearch a, .customsearch a:hover{
  color: #FFF;
  font-size:.9rem;
}
/************* flex *******************/
.flexslider ul li{
  margin: 0;
}
.flexslider{
  margin: 0;
}

.flexslider .flex-direction-nav a{
  height: 60px;
}
#flexslider.flexslider{
  border: 0;
}
#flexslider-1 .flex-control-paging li a{
  background: rgba(255, 255, 255, 0.7);
}
#flexslider-1 .flex-control-paging li a.flex-active{
  background: rgba(0, 0, 0, 0.9);
}
#flexslider-2 .flex-control-paging li a.flex-active{
  background: rgba(12, 146, 242, 0.9);
}
.calendar-calendar th.days{
  font-weight: normal;
  font-size:0.9rem;
}
.calendar-calendar tbody{
  background: #F4F4F2;
}
/******************* news **********************/
.post-month, .post-newmonth, .post-day, .post-newday
{
  text-align:center;
  display:block;
  width:60px;
  color:#fff;
  font-family:Arial, Times, serif;
  font-weight:normal;
    left:0;
  position:absolute;
}

.post-day, .post-newday
{
  top:5px;
  height:35px;
  line-height:30px;
  font-size:20px;
  font-weight: 600;
}