/* This file sets styling for every devices except mobile devices. 
 */

.zone-branding-wrapper {
  background: #eeebe6 url(../images/branding_bg.jpg);
  border-top: #6d6d6b 4px solid;
  height: 88px;
  margin-top: 2px;
  padding-top: 0;
}

.nics-logo {
  background: transparent url(../images/nicslogo_332x73.png) no-repeat;
  width: 332px;
  height: 73px;
  margin: 10px 0 0 30px;
}

.ut-logo {
  background: transparent url(../images/bg-logo.png) no-repeat;
  width: 370px;
  height: 43px;
  margin: 30px 30px 0 0;
  float: right;
}

.zone-header-wrapper {
  font-size: 120%;
  text-align: left;
}

a.search-link {
  text-align: right;
  padding: 0 30px;
  float: right;
  font-size: 100%;
}

.zone-menu ul.main-menu li a {
  font-size: 14px;
}

.slidecaption {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 300px;
  padding: 20px 20px 30px 20px;
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.slidecaption a {
  color: #fff;
  text-decoration: none;
}

.slidehd {
  font-size: 20px;
  /* padding-bottom: 2px; */
  display: block;
  line-height: 1.2;
}

.slidesum {
  display: block;
  line-height: 1;
} 

.flex-control-nav {
  top: 220px;
  right: 20px;
  position: absolute;
  text-align: center;
  width: 300px;
}

.ornl-foot-logo {
  margin-top: 40px;
}

.socialsection {
  margin-top: -50px;
}

/* search */

.block-search input[type="text"] {
  width: 30%;
  margin: 0;
  position: absolute;
  right: 120px;
  top: 0;
}
