@charset "utf-8";
body {
	background: #FFF;
	font: 14px Helvetica, serif;
	line-height: 1.428571429;
	color: #6a6a6a;
	margin: 0px;
	padding: 0px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.background {
	background: #FFF url(http://www.uttyler.edu/images/users/it/newbluebg.jpg) no-repeat center top;	
}

.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

 .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
 .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
 .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.cd-main-header {
  height: 40px;
  background: #E35205;  
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1170px) {
  .cd-main-header {
    height: 40px;
  background: -webkit-linear-gradient(#E16000, #da723c); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#E16000, #da723c); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#E16000, #da723c); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#E16000, #da723c); /* Standard syntax */
  
  }
  .cd-main-header:after {
    content: "";
    display: table;
    clear: both;
  }
}


footer {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #333333;
    color: #F5F5F5;
    text-align: center;
}