﻿@charset "utf-8";
/* UTVMC Custom CSS Document */
/*responsive grid system
How It Works
.section - splits up the page horizontally. You'll need a few of these to break up the content, 
and you can use them in your main wrapper, or within other divs.

.col - divides the section into columns. Each column has a left margin of 1.6% 
(around 20 pixels on a normal monitor), except the first one. Using .col:first-child { margin-left: 0; } 
means you don't need to use class="last" anywhere. It works in all browsers since IE6.

.group - solves floating problems, by forcing the section to self clear its 
children (aka the clearfix hack). This is good in Firefox 3.5+, Safari 4+, Chrome, Opera 9+ and IE 6+.

.span_1_of_12 - specifies the width of the column. Using percentages means it's 100% fluid. The first
number indicates the total # of columns wide, the second number is the total of columns max.  In our 
template, we created a 12 column layout so, the second number will always be 12 (unless you create a new
custom one).

@media queries - as soon as the screen size gets less than 
480 pixels the columns stack and the margins disappear.

HEX for cvm: 707170
HEX for UT: FF8300
HEX for Institute: 333D47

*/
.boxMe {
/*	border:2px solid #aaa;*/
	box-sizing:border-box;
/*	overflow:hidden;*/
	background-color:#eee;
	
}
.padRight{
	padding-right:3em;
}

.boxMe li{
	background-color:#eee;
}
/* spacing ul out more */
ul.tallList li{
	padding-bottom:1em;
}

/* for cait resources page */
div.cvmSubTab {
	display: none;
}
/* show first item */
div.cvmSubTab:first-child{
	display:block;
}

/* social media icons */

a.socialMedia>img{
	height:36px;
}
ul.socialMedia li{
	float:left;
	padding-right:8px;
}
ul.socialMedia li:first-child{
	float:none;
}

/* removing the first top space from h2, h3 at top of div col */
.col.flushTop>h2{
	margin-top:0;
	padding-top:0;
}

/* Open House */
	ul.groups {
		list-style:none;
	}
	ul.groups li{
		text-align:center;
		font-size:110%;
		font-weight:lighter;
	}
	ul.groups li h2{
		font-size:110%!important;
		width:100%;
		background-color: #0093D0;
		color:#FFF!important;
		padding-top:6px!important;
	}
.htier {
	text-align: center;
	padding: 4px!important;
	font-variant: small-caps;
	margin: 2em auto 1em!important;
	background: #f1f1e4;
	border-bottom: 1px solid #ccc!important;
	border-right: 1px solid #ccc;
}
.tierContainer {
	margin-bottom: 6em;
}
.tierContainer p {
	text-align: center;
	font-size: 120%;
}
.firstTier p a img {
	border: none;
	width: 460px;
}
.secondTier p a img {
	border: none;
	width: 304px;
}
.thirdTier p a img {
	border: none;
	width: 190px;
}


/*----------------------------------*/
.peopleList{
	margin:0;
	padding:0;
	margin-bottom:1em;
	overflow:hidden;
	box-sizing:border-box;
	/*
	max-height:88px;
	*/
	height:88px;
}
.peopleList h2{
	font-size:120%;
	line-height:normal;
	padding:0;
	margin:0;
}
#staffList{
	list-style-type:none;
	margin:0;
	padding:0;
}
#staffList li{
	width:45%;
	float:left;
	padding:0;
	margin:0;
	margin-right:5%;
}



/*  SLide show Settings */
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
/*    height:400px;  */
    width:100%;
    margin:0;
    padding:0;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow li.slideActive {
    z-index:10;
    opacity:1.0;
}

#slideshow li.last-active {
    z-index:9;
}

#slideshow li img {
/*    height: 350px;*/
	width:100%;
    display: block;
    border: 0;
    margin-bottom: 10px;
    margin:0;
    padding:0;
}
/* ------------- end of new slider styling  -----------   */


/* this is on the news page*/
.hideNews{
	display:none;
/*	margin:0 2%;
	display:block; */
	margin: 0 12%;
	padding: 0 1%;
	border: 1px solid #ddd;
	background-color:#eee;
}

/* video styling */
.utcvmVideo{
	border:1px solid #5C666F;
}


/* ** NEW STYLE CHANGES  ** */
.sitename{
background-color:#5C666F;
}
ul#toolbox{
background:#5c666f;
}
ul#toolbox2{
background-color:#333D47;
}
.bodyShadow{
border-radius:0;
box-shadow:none;
}

/*footer */
.utFooterImage img{
	float:left;
	max-width:325px;
	max-height:28px;
	margin:20px 0;
	padding-left:10px;
}
.section.group .utFooterText p{
	font-size:10px;
	line-height:1.6em;
	text-align:right;
	color:#aaa;
	padding-right:10px;
}

#UTIAInnerFooter{  /* this is in custom_utcvm.css */
	border-radius: 0;
	margin-top:0;
}
#footerspace { /* this is in custom_utcvm.css */
	margin-top:0;
	}
/********END OF STYLE CHANGES **** */



/*top sub menu drop downs */
.subContent {
display:none;
position:absolute;
left:0;
top:37px;
width:100%;
margin:0;
padding:0;
background:green;
height:20em;
}

li:hover>div.subContent{
display:block;
}

/* mega drop menu test */
ul#topGlobalMen ul, ul#mobGlobalMenu ul{
	display:none;
	}
ul#topGlobalMenu li a:focus ul{
	display:block;
	width:100%;
/*	position:relative; */
}


/*  */
/*---------------- end of top sub menu drops      */


/***   STYLES FOR INFINATE HORIZONTAL CAROUSEL  *****/
/*      (as seen on home_v2 page)     */

.infiniteCarousel {
  width: 395px;
  position: relative;
}

.infiniteCarousel .infinateWrapper {
  width: 315px; /* .infiniteCarousel width - (.infinateWrapper margin-left + .infinateWrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .infinateWrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../../images/utcvm/icons/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

/**  **** END  -------------------------------  *****/

/* restyling links from night and day  */
.welcome-links, .welcome-links a, .welcome-links a:link, .welcome-links a:visited {
	color: #517C96;
/*    text-decoration: none;
    border-bottom:1px dotted #bbb;*/
}

.welcome-links a:hover{
/*	border-bottom:1px solid #888;*/
	}
	
	
/*  for lightbox  */
.blackScreen{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	z-index:1000;	
	}
.blackContentHolder{
	height:50%;
	width:90%;
	overflow:hidden;
	display:none;
	position:absolute;
	z-index:1001;
	margin: auto;
  	top: 0; left: 0; bottom: 0; right: 0;	
	}
.blackContent{
	width:100%;
	}
.blackContent img{
	max-width:100%;
	}
		
/* clearing floats */
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}

/* mass styles should be prefixed with: .main-content class */


/* --- blockquotes   -- -*/

.section.group blockquote {
 margin: .5em 0 1.5em;
 padding: 0 3em;
 position:relative;
 font-style:italic;
 padding-top:1em;
 border-bottom:2px solid #888;
 border-right:2px solid #aaa;
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
}
.section.group blockquote:before
 {
  color: #aaa;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.5em;
  line-height: 0.1em;
}

.section.group blockquote:after
 {
  color: #aaa;
  content: "\201D";
  font-size: 5em;
  position:absolute;
  right:20px;
  bottom: .4em;
  line-height: 0.1em;
}
.section.group blockquote span{
	display:block;
	text-align:right;
	font-weight:bold;
	margin-top:4px;
}
/*  end of bq styling */


.boxStyle{
	
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

}
/* social icons */
.socialIcons a img{
	width:100%;
	border:1px solid transparent;
}
.socialIcons a{
	text-align:right;
	line-height:normal;
	display:block;
	width:36px;
	float:right;
	margin-right:10px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.socialIcons a img:hover{
    transform: scale(1.2);
}
/*  end of social icons  */  


img.iconSize {
	width:24px;
	margin:0px;
	padding:0px;
	position:relative;
	top:4px;
	margin-left:6px;
}
/* -- sticky for menu  -- */
    .sticky {  
        position: fixed;  
        width: 100%;  
/*        left: 0;  */
        top: 0;  
        z-index: 100;  
        border-top: 0;
        opacity: 0.5;
    } 
    
	.sticky:hover{
		opacity:1;		
	} 
	
	.topJump {
	display:none;
	margin:0 auto;
	position:fixed;
	bottom:-20px;
	color:#fff;
	background:#555;
	bottom:20px;
	right:20px;
	text-align:center;
	display:block;
}
	
	.topJump:hover a{
		opacity:1;
		color:#fff;
	}

/*=== end of sticky  ==== */


/* top slider background */
.homegroup{
	
	/*background:#222;*/
	border:0px solid;
}

.quadHome >div{
/*	background:#eee;
background:#517C96;*/
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
	}
.quadHome {
	background:#eee;
}

.quadHome h3 {
border-top:2px solid transparent;
    color: #222;
    font-size: 12px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    }

.quadHome h3:hover{
    border-top: 2px solid #333;
	
}
/* basics */
.show{
	display:block!important;
}
.hide{
display:none;
}

.bold{
font-weight:700;
}

.padBottom{
	padding-bottom:.6em;
}
.span_4_of_12 img{
	max-width:350px;
}

.span_3_of_12 img{
	max-width:180px;
}

.span_2_of_12 img{
	max-width:80px;
}
.col img{
	max-width:100%;
}
#mob-BodyContainer {
	overflow: hidden;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

/*  top main menu mobile settings */
.mobileMainMenu{
	display:none;
	margin:0;
	padding:0;
	
}
.mobileMainMenu a{
/*	border-right:1px solid #333;*/

/*	padding:8px;	*/
	line-height:2.6em;
}

a#mobileMainLink {
	color:#fff;
	font-size:14px;	
	padding-right:10px;
	line-height:2.6em;
}
a#mobileMainLink:hover{
	text-decoration:none;
	background:#517C96;
}

img.subMenuIcon{
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
/* ------------end of top main mobile settings  ----------- */

.infoSpot, .infoSpot2{
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.infoSpot .col,.infoSpot2 .col{
	margin-top:1px;
	margin-bottom:1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
.infoSpot .col{
	border-right:2px solid #333;
}
.infoSpot .col:last-child{
	border-right:none;
}
.infoSpot h2{
	color:#fff;
	margin:0;
	padding:0;
	padding-left:1em;
	line-height:normal;
}

.infoSpot a.abutton{
	color:#fff!important;
	width:100%;
	padding:1px;
	text-align:center;
	font-size:150%;
	line-height:normal;
	text-decoration:none;
	text-shadow: 3px 3px 2px rgba(80, 80, 80, 1);	
}
	
.infoSpot a.abutton:hover{
	text-decoration:none;
	text-shadow: 0px 0px 1px rgba(80, 80, 80, 1);	
	color:#000!important;
}	
.infoSpot{
background: rgb(81, 124, 150);
background: -moz-linear-gradient(270deg, rgb(81, 124, 150) 34%, rgb(104, 167, 205) 88%);
background: -webkit-linear-gradient(270deg, rgb(81, 124, 150) 34%, rgb(104, 167, 205) 88%);
background: -o-linear-gradient(270deg, rgb(81, 124, 150) 34%, rgb(104, 167, 205) 88%);
background: -ms-linear-gradient(270deg, rgb(81, 124, 150) 34%, rgb(104, 167, 205) 88%);
background: linear-gradient(0deg, rgb(81, 124, 150) 34%, rgb(104, 167, 205) 88%);
}

.infoSpot2{

background: rgb(247, 127, 0);
background: -moz-linear-gradient(90deg, rgb(247, 127, 0) 41%, rgb(213, 109, 0) 89%);
background: -webkit-linear-gradient(90deg, rgb(247, 127, 0) 41%, rgb(213, 109, 0) 89%);
background: -o-linear-gradient(90deg, rgb(247, 127, 0) 41%, rgb(213, 109, 0) 89%);
background: -ms-linear-gradient(90deg, rgb(247, 127, 0) 41%, rgb(213, 109, 0) 89%);
background: linear-gradient(180deg, rgb(247, 127, 0) 41%, rgb(213, 109, 0) 89%);
}



.infoSpot div p,.infoSpot2 div p{
	color:#fff!important;
	margin:.5%;
	text-align:center;
}
/* ------------  homepage quad area styling  * ------------------------ */

	.quadHome img{
		max-width:99%;
		margin:0px auto;
		margin-bottom:4px;
		display:block;
/*		border:1px solid #444;*/
		margin-top:-2px;
		width:99%;
}

	.quadHome .ms-rteElement-H2withB {
	border-bottom:none;
/*	color:#fff;*/
}

	.moreInfo {
	width:100%;
	background:#eee;
	position:relative;
}
	.moreInfo img{
		width:32px!important;
		position:absolute;
		left:0px!important;
		border-style:none;
		text-align:left;
	}
/*-=================end of quad styling =============================== */

/* -- side mobile menu -- */
	#contentSideMenu div.slideSubMenu{
		display:none;
		color:#EA7200;
		background:#eceae4;	
		padding:6px;
		margin:0px;	
		border:1px solid #bbb;
		cursor:pointer;
		color:#fff;
		border-bottom:2px solid #999;
		border-right:2px solid #aaa;
	}
	#contentSideMenu>div.slideSubMenu:hover{
		background:#A09E91;
		color:#fff;
		border-bottom:2px solid #888;
		border-right:2px solid #777;
	}
	#contentSideMenu>div.slideSubMenu:hover a{
		color:#fff;
}
 /* -- end of mob menu -- */
 
 
/*common tags - reset */
h1,h2,h3,table,p, blockquote, table, table th, table td{
	margin:0px;
	padding:0px;
}

/* add spacing after bottom */
/*h1, h2, h3,*/
table,ul,ol,p,blockquote {
	margin-bottom:1em;
}
/* restyle lists 
ul, ol{
	margin-left:2em;
}
*/
h1{
    color: #bf4d02;
/*    font-family: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 2.2em;
    font-weight: lighter;
  /*  line-height: 0.9em;*/
    margin: 1em 0 0.5em;
}

h2{
    color: #bf4d02;
/*    font-family: "trebuchet MS",Verdana,Arial,Helvetica,sans-serif;*/
    font-size: 1.8em;
    font-weight: normal;
/*    line-height: 0.7em;*/
    margin: .8em 0 0.3em;
}

h3{
	color:#517C96;
	font-size:1.4em;
    margin: .8em 0 0.2em;
    font-weight:normal;
}

/* to change blue title font */
.sitename{
	font-family:"Trebuchet MS","Times New Roman",Times,serif;
}
/*favorites page */
.webFavorites{
	overflow:hidden;	
}
#sortable li{
	position:relative;
	}
	
.deleteFav{
	display:none;
	position:absolute;
	bottom:0px;
	left:10px;
	vertical-align:bottom;
	background:transparent url('../../../images/utcvm/icons/delete-1-icon.png') no-repeat;
	height:40px;
	min-width:40px;
}
/* ***** end of fav styles * ****** */

.padMe{
margin:1%;
/* this removes the top padding next to the menu */
/* margin-top:0; */
}

.topLinks{
	position:relative;
}
/** -----------------   Footer Bottom Styles  -------------------------   **/
.contentFooter{
	z-index:1;
	position:relative;
	width:100%;
	
}

.contentFooterPic{
/*  content: "";*/
  /*default contact picture */
  background: url(/images/utcvm/contact/contact1.jpg) transparent no-repeat;
  opacity: 0.05;
  /*for ie8< */
  filter:alpha(opacity=05);  
  background-color:#000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color:#2c2d2e;
  background-position:center bottom;
}

/*
#UTIAInnerFooter{
  background: url(/images/utcvm/contact/contact1.jpg);
}	
*/	


.contentFooter ul{
	/* rotating background image */
	margin:0px;
	padding:0px;
	margin-bottom:1em;
	list-style-type:none;
}
.contentFooter ul li{
	margin:0;
	padding:0px;
	line-height:normal;
}

.contentFooter ul li:first-child{
	font-weight:bold;
	border-bottom:1px solid #999;
	color:#eee;
	font-size:100%;
}
.contentFooter ul li a{
	text-decoration:none;
	color:#999;
	font-size:90%;
	margin:0;
	padding:4px;
}
.contentFooter ul li a:hover{
	color:#eee;
	text-decoration:none;
}
.contentFooter h2{
	color:#ff7f00;
}
.contentFooter h2 em{
	color:#fff;
}
/* ==========================end of footer styles========================= */
.pad10{
	width:98%;
	padding-left:2%;
	padding-right:2%;
}
.leftLightBorder{
	border-left:1px solid #ddd;
	}
	
/* styling for map */
  #map_canvas {
    width: 100%!important;
    height: 400px!important;
    border:1px inset #999;
    
   }
       

/*everything for styling */
.section.group>label{
	width:25%;
	height:20px;
	display:block;
	float:left;
}
.section.group input[type="checkbox"]{
	margin-left:8px;
	}
	
ul.alphaList{
	list-style-type:none;
	width:100%;
	margin:0px;
	padding:0px;
}
ul.alphaList li a{
	display:block;
	width:100%;
}
li a.currentLi{
	background:#f27f27;
}
ul.alphaList li{
	width:3.7%;
	text-align:center;
	padding:0px!important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	float:left;
}
ul.alphaList li:first-child{
	border-left:1px solid #ddd;
}

ul.alphaList li a.currentLi {
	color:#fff!important;
}

ul.alphaList li a:hover{
	
	background:#c1c2c4;
	color:#333!important;
}
/* add style for mobile as well */       

.left{
	float:left!important;
}
.right{
	float:right!important;
}

.tLeft{
	text-align:left!important;
}
.tRight{
	text-align:right!important;
}

.paddedContent{
	width:98%;
	margin:0 1%;
}


/* ##################################  new font sizes and spacing ###############################################  */
.section.group p, .section.group blockquote, .section.group li, .section.group table, .main-content {/* .section.group span */
	font-size:14px;
	line-height:1.6em;
	color:#333;
}

.section.group table th{
	border-bottom:1px solid #333;
	vertical-align:top;
}
.section.group table{
	width:98%;
	margin:1%;
	margin-bottom:20px;
	table-layout:fixed;
}
.section.group table td{
	vertical-align:top;
	font-size:14px;
}

table.tableCourse{
	margin-bottom:2em;
	
}
table.tableCourse th{
	text-align:center;
	background:#517C96;
	color:#fff;
	font-weight:bold;
}
table.tableCourse td{
	text-align:center;
	border:1px solid #eee;
	font-size:14px!important;
}
th.tCol1, d.tCol1{
	width:20%;
}
th.tCol2, div.tCol2{
	width:60%;
}
th.tCol3, div.tCol3{
	width:20%;
}
div.tCol1, div.tCol2, div.tCol3{
	float:left;
	padding:0px;
	margin:0px;
}
table.tableCourse tr.courseDetail {
	display:none;
}
table.tableCourse tr.courseDetail td{
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
	background:#eee;
	border:2px solid #ddd;
}
table.tableCourse tr.courseDetail td:first-child{
	text-align:right;
	padding-right:10px;
	border-right:none;
}

div.courseInfo{
	clear:both;
}

table.hoverMe tr:hover td{
	background:#ccc;
}

/* catch all for color */
.section.group {
	color:#333;
	
}

/* --------------------- inner body menu  -----------------------  */
.innerBodyMenu{
	height:30px;
	background:#D0D0D0;
	}


/*   -----------------------------------   Top Global Menu  -------------------- */

/* hide original menu */

/* - float it to the right while maxed - */
#contentSideMenu{
	float:right;
	}
#menu{
	display:none;
}
ul.root.static{
	display:none;
} 
#mobGlobalMenu li{
	float:left;
	height:30px;
	padding:0 1%;
	padding-top:6px;
}


#topGlobalMenuContainer{
	width:100%;
/*	overflow:hidden;*/
	height:36px;
}

ul#topGlobalMenu, ul#mobGlobalMenu{
	width:100%;
	margin:0;
	padding:0;
	height:36px;
	width:100%;
	list-style-type:none;
}
#topGlobalMenu>li{
	float:left;
	height:36px;
	padding:0 0px;
/*	padding-top:6px;*/
	border-right:1px solid #cb6800;
}
#topGlobalMenu li a{
	display:block;
	padding-top:4px;
	padding:0 10px;
	padding-bottom:9px;
	padding-top:6px;
	}

li#menuStart , li#menuAnimal , li#menuAll {
	border-right:1px solid #555;
	width:23%;
}
li#menuEmail {
	float:right;
	margin:0;
	padding:0;
	width:6%;
	height:36px;
	background-image:url(/images/utcvm/icons/email.png);
	background-repeat:no-repeat;
	background-position:50%;
}
li#homeIcon{
	/*	
	background-image:url(/images/utcvm/icons/home.png);
	background-repeat:no-repeat;
	*/
	overflow:hidden;
}
li#homeIcon img{
	position:relative;
	top:-3px;
	max-width:24px;
	border:0;
	margin:0;
	padding:0;
}
/*
#menuEmail img{
	height:36px;
	margin:0px;
	padding:0px;
	border:0;
}
*/
li#menuEmail:hover{
	background-image:url(/images/utcvm/icons/email_hover.png);
	background-repeat:no-repeat;
}
li#menuUTCVM {
	border:0;
	width:20%;
}
li#menuMob{
	margin-left:16px;
}
/*
#topGlobalMenu li.menuUTCVM{
	border:none;
	width:20%;
}
*/
#topGlobalMenu>li>a, #mobGlobalMenu>li> a{
	color:#eee;
	font-size:16px;
	text-decoration:none;
}

#topGlobalMenu>li:hover, #mobGlobalMenu>li:hover{
background: #5c666f; /* Old browsers */
background: -moz-linear-gradient(top,  #5c666f 0%, #d6d6d6 89%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c666f), color-stop(89%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5c666f 0%,#d6d6d6 89%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5c666f 0%,#d6d6d6 89%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5c666f 0%,#d6d6d6 89%); /* IE10+ */
background: linear-gradient(to bottom,  #5c666f 0%,#d6d6d6 89%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c666f', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}
#topGlobalMenu>li:hover a{
	color:#111;
	color:#fff;
}
ul#topGlobalMenu>li.topSelected:hover{
background: #5c666f; /* Old browsers */
background: -moz-linear-gradient(top,  #5c666f 12%, #333d47 85%, #d6d6d6 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#5c666f), color-stop(85%,#333d47), color-stop(98%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5c666f 12%,#333d47 85%,#d6d6d6 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5c666f 12%,#333d47 85%,#d6d6d6 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5c666f 12%,#333d47 85%,#d6d6d6 98%); /* IE10+ */
background: linear-gradient(to bottom,  #5c666f 12%,#333d47 85%,#d6d6d6 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c666f', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

ul#topGlobalMenu>li.topSelected {

background: #5c666f; /* Old browsers */
background: -moz-linear-gradient(top,  #5c666f 12%, #333d47 89%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#5c666f), color-stop(89%,#333d47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5c666f 12%,#333d47 89%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5c666f 12%,#333d47 89%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5c666f 12%,#333d47 89%); /* IE10+ */
background: linear-gradient(to bottom,  #5c666f 12%,#333d47 89%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c666f', endColorstr='#333d47',GradientType=0 ); /* IE6-9 */
	
}

ul#topGlobalMenu li.topSelected>a{
	color:#eee;
}

/* ------------------------------------- end of top global menu **** ** * */
/* Sub drop down menus */
div.megaDrop{
	box-sizing:border-box;
	margin:0;
	padding:0;
/*	left:0; */
	display:none;
	position:absolute;
	background-color:#707270;
	background-color:#D6D6D6;
	background-color:#333D47;
	margin-top:0px;
	color:#222;
	z-index:130;
/* round corners */
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
/*
    border-bottom: 4px solid #FF7F00;
    border-left: 4px solid #ff7f00;
    border-right: 4px solid #ff7f00;
*/
}
div.megaDrop ul{
	text-decoration:none;
}
    
div.megaDrop ul li{
/*	height:30px;
	padding:0 .5%;*/
	padding:2px 0;
	color:#222;
	min-height:30px;
}

div.megaDrop ul li:last-child{
/* round corners */
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

div.megaDrop ul li:hover{
	background-color:#517C96;
}	

div.megaDrop ul li a:link{
	color:#222;
	font-size:14px;
	float:none;
	text-align:left;
	text-decoration:none;
	
}
	
.megaDrop .col{
	box-sizing:border-box;
	}
	
.megaDrop>.col:first-child{
	padding-left:10px;
	}
	
		
.menu{
	position:relative;
}
#topGlobalMenu li:hover div{
	display:block;
}

/* -- end of top sub menu code  -- -*/


	a[href^="tel:"]::before {
	  content: "\260E";
	  display: inline;
	  margin-right: 0.5em;
	}

ul.tableList, ul.cleanList{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	margin:4px 0 10px 0;
	clear:both;
	overflow:hidden;
/*	margin-bottom:40px;
	margin-bottom:20px;*/
	text-indent:2em;
}
ul.tableList li{
	float:left;
}

.tableList li.tab70{
	width:70%;
}

.tableList li.tab30{
	width:30%;
}

/*
h2{
	clear:both;
}
*/

/*for background hyperlink images w/o text */
	.noText{
		display:block;
		float:left;
		text-indent:-9999px;
	}

/* footer */
ul#mobFooter {
	list-style-type:none;
	margin:1% 1%;
	text-indent:0px;
	padding:0px;
	overflow:hidden;
}
ul#mobFooter li{
	margin-top:0;
	padding:0;
	float:left;
	width:32%;
	}
ul#mobFooter li#footcol2{
	margin-right:2%;
	margin-left:1%;
}
ul#mobFooter li#footcol1{
	text-align:left;
}
ul#mobFooter li#footcol3{
	text-align:right;
}
/* end of footer */

/*  Main Content Width */
.main-content{
	width:100%;
	padding:0px;
	margin:0px;
}

/*  bottom of page */
#mainPageBottom{
margin:0px;
padding:0px;
	width:100%;
	height:400px;
	background:black;
	color:#eee;	
	display:none;	
}

/* for page sorting properties */
#sortable{
	list-style-type:none;margin:0;padding:0;width:100%;}
#sortable li{
	margin:3px 3px 3px 0;padding:1px;float:left;width:23%;height:200px;font-size:1.4em;text-align:center;
	/*ckground:#533717;*/
	border:1px solid #ddd;
 }
a.sortURL{
	position:relative;color:#fff!important;
	background:transparent url('../../../images/utcvm/black_trans.png') repeat;
	width:100%;
	display:block;
	padding:10px 0;
	margin:0px;
	text-transform:lowercase;
	}

/*------------------------------  end of page sorting props -----------------------  */

/*  top of pages (combine all common) */
.topImage {
	width:100%;
	border:0;
	padding:0!important;
	margin:0!important;
	height:200px;
	position:relative;
	overflow:hidden;
/*	border-bottom:2px solid #517C96;
	background-size:cover;
	background-repeat:no-repeat;
*/	width:50px;
	
	
	/* for fixed bg (scroll over)*/ 
	background-attachment: fixed;
	background-position:center;
	/*   --   OR   ---  */
	/* for move bg (scroll up) -- warning css3 only!! 
	background-attachment: fixed;
	/*if using fixed, images will have to be sized accordingly
	background-repeat:no-repeat;*/
}

.bgContact{
	background: #fff url(/images/utcvm/contact/contact1.jpg) no-repeat fixed top;
}

.bgAllHere{
	background: #fff url(/images/utcvm/allhere/everything.jpg) no-repeat fixed top;
}

.bgBeaVet{
	background: #fff url(/images/utcvm/admissions/beavet2.jpg) no-repeat fixed top;
}


h1#mainPageTitle,h1#mainPageTitle2{
	margin:0px;
	padding:6px 10px;
	font-size:2.2em;
	width:100%;
	position:absolute;
	bottom:0px;
}
.titlePosition{
	position:absolute;
	bottom:0;
	}
h1#mainPageTitle{
	color:#fff;
/*	
	background:transparent url('../../../images/utcvm/black_trans.png') repeat;
*/	
/*	background:transparent url('../../../images/utcvm/bottom-fadeweb.png') repeat;	*/
}
h1#mainPageTitle2{
	color:#517C96;
	padding-left:0px;
	}
/*  General */
.hidden {
  display: none;
  visibility: hidden;
}
.desktop{
	display:block;
}
.tablet{
	display:none;
}
.mobile{
	display:none;
}
.no-mobile{
	display:block;
}
.roundMeAll{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.arrowDown{
	color:#fff;
}
/*
.arrowDown:after{
	content:"\2713";
}
*/
.arrowUp{
	color:#fff;
	display:none;
}
.mobTopLinksDrop{
	display:none;
	position:relative;

}
.mobTopLinksDrop ul{
	list-style-type:none;	
	position:absolute;
}

#menuStart {
	position:relative;
}
#topGlobalMenu li a{
	display:block;
	width:100%;
}
/* removed
ul#topGlobalMenu ul{
	display:none;
}

ul#topGlobalMenu li:hover > ul{
	display:block;
}
*/
/* menu */
.left{
	left:0px;
	}
.right{
	right:0px;
	}
.subMenu{
	position:relative;
	width:100%;
	list-style-type:none;
	top:9px;
	line-height:1.2em;
}
.subMenu li{
	text-decoration:none;
	width:100%;
	padding:4px!important;
	background-color:#D6D6D6;
	border-top:1px solid #eee;	
	text-align:left!important;
	}
.subMenu li:hover a{
	color:#fff!important;	
}	
.subMenu li a{
	font-size:13px!important;
	color:#222!important;
	margin-left:10px;
	display:block!important;
}

.subMenu li:first-child{
	border:0px;
}
/* for tabs   */
.resp-tabs-container p{
	font-size:16px;
	line-height:1.6em;
	color:#333;
}

h1.homeHeader1, h1.homeHeader2, h1.homeHeader3, h1.homeHeader4{
	text-align:center;
	margin:20px auto 10px;
	padding:10px 0;
	width:100%;
	height:20px;
	font-size:240%;
/*	border-top:6px ridge #D6D6D6;*/
	padding-top:20px;
}

/*
.col h2{
	text-align:center;
	margin:0px;
	padding:6px 0;
	width:100%;
	/*background:#f77f00;/
	background:#517c96;
	color:#EEE;
	font-weight:normal;
}
*/
.blueBack{
	text-align:center;
	margin:0px;
	padding:6px 0;
	width:100%;
	/*background:#f77f00;*/
	background:#517c96;
	color:#EEE;
	font-weight:normal;	
}

.col h2.lineBoth, .col h2.lineDown, .col h2.orangeBack{
	background:#fff;
	color:#333;
	text-align:center;
	margin:0px;
	padding:6px 0;
	padding-bottom:8px;
	width:100%;
	margin-top:10px;
	font-weight:normal;
}
.col h2.orangeBack{
	background:#f77f00;
	color:#eee;
}
.col h2.lineDown, .col h2.lineBoth{
	border-bottom:2px ridge #517C96;/*#D6D6D6;*/
}
.col h2.lineBoth{
	border-top:4px solid #f77f00;
	
}
/*
.col h2.lineUp{
	border-bottom:4px solid #f77f00;
	background:#fff;
	border-top:2px solid #517C96;/*#D6D6D6;/
	color:#333;	
	text-align:center;
	margin:0px;
	padding:6px 0;
	width:100%;
}

	color:#333;	
	text-align:center;
	margin:0px;
	padding:6px 0;
	width:100%;
}
*/
/* for slider caption  -- move to slider style */
div.bx-caption span{
	color:#eee!important;
/*	font-size:140%!important;*/
	margin-left:20px;
}
h1.homeHeader1{
	color:#f77f00;
}
 h2.info1, h2.info2, h2.info3, h2.info4{
	margin:0 auto;
	padding:6px 0;
	background:#fff;
}
.infoBox1 {
	height:160px;
	/*background-color:#517C96;*/
	overflow:hidden;
}
.infoBox1 p, .infoBox2 p, .infoBox3 p, .infoBox4 p{
/*	color: #eee!important;*/
	padding:3%;
	width:94%;
}
.infoBox1 a{
/*	text-decoration:none!important;*/
}
.longBox {
	height:240px;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}

/*  COLUMN SETUP  */
.col, .col_first, .colSideMenu, .colFirst, a.boxLink div {
	display: block;
	float:left;
/*	margin: 1% 0 1% 1.6%;*/
	overflow:hidden;
	margin: 0% 0 1% 1.6%;

}
.col_top{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}

/* css3 only */
.col:first-child, .colFirst { 
	margin-left: 0!important; 
}

/*** alternative ** */
.col_first, a.boxLink div { 
	margin-left:0 ; 
}

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}                                           

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12,.span_3_of_12w {
  	width: 23.8%;
}

.span_2_of_12,.span_2_of_12w {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}


/*  table styling */
table.tblCellsRight th{
	text-align:right;
	padding-right:10px;
}
table.tblCellsRight th:first-child{
	text-align:left;
}
table.tblCellsRight td{
	text-align:right;
	overflow:hidden;
	padding:1%;
	border-bottom:1px solid #eee;
}
table.tblCellsRight td:first-child{
	text-align:left;
	
}
/*table.tblCellsRight td.tableTotal{*/
table tr.tableTotal td{
	border-top:thick gray double;
}
table tr.tableTotal td:first-child{
	border-top:none;
}
table.tblCellsRight td span{
	margin:0;
	padding:0;
}

table.tblCellsRight td.tblCol1{
	width:58%;
	margin:0 1%;
}
table.tblCellsRight td.tblCol2, table.tblCellsRight td.tblCol3{
	width:18%;
	margin:0 1%;
}

table.tblCenterMe{
	width:100%;
}

table.tblCenterMe td, table.tblCenterMe th{
	text-align:center;
	margin:0;
	padding:0;

}
table.tblCenterMe td:first-child, table.tblCenterMe th:first-child{
	text-align:left;
}

table.tblPadMe th, table.tblPadMe td{
	padding-right:10px;
	text-align:center;
}

table.tlbCenterMobile td{
	text-align:center;
}

table.tlbCenterAll td{
	text-align:center;
}
/** css link incons   *** /
/* all A tags whose HREF attribute starts with mailto: */

.main-content a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose HREF attribute ends in .pdf */
.main-content a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute ends in .doc and .docx*/
.main-content a[href$='.doc'], .main-content a[href$='.docx'], .main-content a[rel~='doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}
/*
.main-content a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}

.main-content a[href^="http://"],.main-content a[href^="https://"] {
	padding-right: 18px;
	background: transparent url(images/icon_external.gif) no-repeat center right;
}
*/
.main-content a[href^="https://vetmed.tennessee.edu"]  {
    background: none;
    padding-right: 0;
}

	/* don't add icon to menu items */	
.main-content .sideMenu a{
	background-image:none;
	padding-right:0;
}

/* ======================== end of css link styling  ==================================== */

/* --- Specific ul list styles     - -  - -    -- - */
ul.col2List,ul.col3List{
	margin:0px;
	padding:0px;
	
}
ul.col2List li,ul.col3List li{
	margin:1%;
	padding:0;
	display:inline;
	float:left;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
}
ul.col2List li{
	width:47%;	
}
ul.col3List li{
	width:31%;	
}


/* **** timeline styling   ********/
ul.timeLine{
	list-style-type:none;
	margin:0;
	padding:0;
	border-left:2px solid #333;
	border-bottom:1px solid #ccc;
	margin-left:30px;
	min-height:80px;
	padding-left:30px;
	padding-top:30px;
}
ul.timeLine li{
	padding-bottom:20px;
	padding-left:25px;
	position:relative;
	padding-top:10px;
}

div.timeLine h2{ 
	margin:0;
	padding:0;
	float:left;
	clear:none;
	display:inline;
	margin-right:10px;
	width:70px;
	background:#fff;
	display:block;
}
ul.timeLine li img{
	height:50px;
	position:absolute;
	left:-60px;
	top:0px;
	margin:0;
	padding:3px;
	border:1px solid #ccc;
	background:#eee;
	max-width:50px;
/*	cursor:pointer;*/
}

/* ----------------------------------------------------------------------------------------- */
/* ** CUSTOMIZED DIFF SIZE LOGO ** */
.siteLogo {
	margin-left:20px;
	margin-top:10px;
	width:250px;
}
.siteLogo a{
	width:244px;
	background:url('../../../images/utcvm/logos/logo.png') no-repeat 0 0 transparent;
	height:80px;
	display:block;
}
/************************ Side Menu Indent *************************************/


/*  *  Staff Section Landing Pages *   */
/* --  dept staff landing pages --- */
	.deptStaff{
	height:60px;
	margin-bottom:1em;
	clear:both;
}
	.deptStaff a img{
	height:60px;
	float:left;
	padding-right:6px;
}




/* Portrait tablet to landscape and desktop */
@media only screen and (min-width: 781px) and (max-width: 1023px) {
	.desktop{
	display:inherit;
	}
	.tablet{
	display:none;
	}
	.mobile{
	display:none;
	}

	.topLinks{
	width:62%;
	}	
	
	
	#topGlobalMenu li a{
	font-size:12px;
	color:#fff;
	padding-right:3px;
	margin:0px;
	}	
	
	.span_3_of_12w{
	width:47%;
	margin:0%;
	margin:1% 3% 1% 0;
	padding:0;
	}
	/* resize 2/12 boxes */
	.span_2_of_12w {
  	width: 32.26%;
  	margin:1% 1% 1% 0;
	}

	.quadHome.col{
	margin:1% 0;
	}
	.tableList li.tab70, .tableList li.tab30{
	width:100%;
	float:none;
	}
}
/**   ------   end of 781 - 979 media query ----------     **/





/* __ THIS IS JUST FOR THE MOBILE TOP LINKS ___ */
@media only screen and (max-width:780px){
/* mobile first */
	ul#toolbox, ul#toolbox2 {
		border: 0 none;
		font-family: Arial,Helvetica,sans-serif;
		list-style: none outside none;
		font-size: 8pt;
		margin: 0;
		outline: 0 none;
		padding: 0;
		text-transform: uppercase;
		top: 0;
		vertical-align: baseline;
		position: relative;
		text-align: center;
		z-index: 10;
		background: #3C3C3C; /*#517C96; */
		width: 100%;
		border-radius:0;
/*		display:none;*/
	}

	ul#toolbox li.n1,ul#toolbox li.n2,ul#toolbox li.n3,
	ul#toolbox2 li.n1,ul#toolbox2 li.n2,ul#toolbox2 li.n3,
	ul#toolbox li,ul#toolbox2 li{
		padding:8px 0;
		margin:0 auto;
		border-left:none;
		border-right:none;
		border-bottom:1px solid #555;
		width:50%;
		display:inline-block;
		height:19px;
	}
	ul#toolbox li a, ul#toolbox2 li a{
		color:#fff;
		font-size:100%;
		width:100%;
		margin:0;
		padding:0;
		float:none;
	}
	ul#toolbox li:hover,ul#toolbox2 li:hover{
		background:#517c96;
	}

/* do not drop submenus on mobiles */
	#topGlobalMenu li:hover div{
		display:none;
	}
	
}
/*--------------------end of mx 780 top link styling -- */

/* Landscape phone to portrait tablet */
@media only screen and (max-width: 780px) {
	.desktop{
		display:inherit;
	}
	.tablet{
		display:inherit;
	}
	.mobile{
		display:none;
	}
  	.col,.colSideMenu { 
		margin: 1% 0 1% 0%; 
	}
	.col_top{
		margin: 0% 0 1% 0%;
	}

	.mobileMainMenu{
		display:block;
	}
	.mobileMainMenu a{
	display:block;
	margin-right:20px;
	}

	.quadHome{
	background-color:transparent;
	}
	table.tlbCenterMobile td, table.tlbCenterMobile th{
		text-align:center;
	}

	/* restyle top menu for mobile view ----------------*/
	ul#topGlobalMenu {
		display:none;
	    background:#A09E91;
		height:auto;
		overflow:hidden;
	}	
	#topGlobalMenu li{
		display:block;
		width:26%;		
		margin:10px 3%;
		background-color:#D4D2C4;
		border:0;
		padding:0px;
		overflow:hidden;
		height:auto;
	}
	#homeIcon img{
		width:auto;
		top:0;
		margin:0;
		padding:0;
		max-height:15px;
		top:3px
	}	
	ul#topGlobalMenu li a{
		color:#222;
		padding-top:6px;
		padding-bottom:4px;
		color:#111;
	}
	
	ul#topGlobalMenu li a:hover{
		color:#eee;
		background:#517C96;
	}
	/* ----------- end of top restyle --------------  */
	
	/* fix to menu to not float */
	#contentSideMenu{
	float:none;
	}
	#contentSideMenu ul.sideMenu{
		/*border-top-color:#fff;*/
		display:none;
		border-top:none;
	}

	/* -- side mobile menu -- */
	#contentSideMenu div.slideSubMenu{
		display:block;
	}
	#contentSideMenu a{
		border-bottom:none;
	}
	 /* -- end of mob menu -- */
	
	/*  new font sizes and spacing   */
	.section.group p, .section.group li, .section.group span{
		font-size:12px;
		line-height:1.6em;
		color:#333;
	}
	
	h1#mainPageTitle,h1#mainPageTitle2{
	margin:0px;
	padding:10px 0 10px 4px;
	
	/*	font-size:130%;*/
	}
	h1#mainPageTitle2{
	padding-left:0px;
	}

	.topImageContact{
	height:38px;
	background-attachment:scroll;
	}		
	h1.homeHeader1, h1.homeHeader2, h1.homeHeader3, h1.homeHeader4{
		font-size:180%;
		padding-top:10px;
		padding-bottom:8px;
	}
	ul.alphaList li{
	width:3.6%;
	}
	ul.tableList li, ul.cleanList li {
		width:100%;
		margin:0px;
		padding:0px;
		float:none;
		display:block;
		}
	.tableList li.tab70, .tableList li.tab30{
	width:100%;
	float:none;
	}
	.tableList li.tab30{
	margin-left:5%;
	width:95%;
	margin-bottom:10px;
	}
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	/*
	.span_3_of_12w{
		width:46%;
		margin:1%;
		padding:0;
	}
	.col.span_3_of_12w:first-child{
		margin:1%!important;
	}
	*/
	.span_3_of_12w{
		width:47%;
		margin:0%;
		margin:1% 3% 1% 0;
		padding:0;
	}
	.quadHome.col{
		margin:1% 0;
	}
	
	.span_2_of_12 {
		width: 100%; 
	}
	.span_2_of_12w {
  	width: 32.26%;
	}
	.span_1_of_12 {
		width: 100%;
	}
	/* resize logo */
	.siteLogo {
	  width: 240px;
	  margin-left:0px;
	}
	.siteLogo a img{
	  width:200px;
	}


	/* ------------------- TOP LINK STYLING ------------------ */
	
/*
.topLinks{
	width:36%;
	position:relative;
}
*/

ul#toolbox, ul#toolbox2{
display:none;
}
	
	/* remove
	.mobQuickMenu{
		width:40px;
		overflow:hidden;	
	}

	.mobQuickMenu img{
		width:100%; 
	padding-top:10px;
	
	}*/
	#mobTopLinks{
		padding:0px;
		margin:0px;
		margin-top:6px;
		display:block;
		float:right;
/*float:right;*/
		width:160px;
		text-align:right;
	}
	.topLinksButton a{
		margin:0px;
		background:#4C4D4F;
		background:url("images/bg-toolbox.png") repeat-x scroll center bottom #1a1a1a;
		text-decoration:none;
		color:#fff;
		padding:4px 4px 6px 4px;
		}

			/* mobilize top link bars 
			ul#toolbox, ul#toolbox2 {
				list-style:none;
				width:50%;
				float:left;
				height:auto;
				border-radius:0;
				margin-top:6px;
				z-index:0;
			}
			ul#toolbox li, ul#toolbox2 li {
				display: block;
				margin:0;
				float:none;
				width:100%!important;
				border:none;
			}
			ul#toolbox {
				background:#1A1A1A;
			}
		*/

/* -- remove
/*  ** mobilize top link bars -- method #2 ** 
.mobTopLinksDrop {
width:380px;
z-index:1000;
position:absolute;
right:0;
margin-top:5px;
}
.mobTopLinksDrop ul{
width:100%;
right:10px;
margin:0px;
padding:4px;

/* Gradient background *
background:#F4F4F4;
background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

border:1px solid #777;	
/* Rounded Corners *
-moz-border-radius: 5px 0px 5px 5px;
-webkit-border-radius: 5px 0px 5px 5px;
border-radius: 5px 0px 5px 5px;

}
.mobTopLinksDrop ul li{
float:left;
display:block;
text-align:center;
position:relative;
margin-top:7px;
border:none;
z-index:1000;

background:#F4F4F4;
border:1px solid #bbbbbb;
margin:0px 0px 4px 0px;
padding:4px 4px 4px 4px;
width:116px;

/* Rounded Corners *
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.mobTopLinksDrop li:hover {
background:#ffffff;
border:1px solid #aaaaaa;
padding:4px 4px 4px 4px;
margin:0px 0px 4px 0px;
}

.mobTopLinksDrop ul li a{
}
/*----- end of old top list styling */

/* search modification */
#s4-searcharea{
	padding:0;
	right:0;
	top:4em;
	position:absolute;
	}
	
	/*wrap footer */
	div#UTInnerFooter {
		margin:0px;
		padding:0px;
		width:100%;
	}
	
	ul#mobFooter {	
		width:100%;
		margin:0;
		padding:0;
	}
	ul#mobFooter li{
		float:none;
		width:100%;
		padding:0px 1%;
		text-align:center;
	}

	li#footcol1,li#footcol2,li#footcol3{
		text-align:center!important;
	}
	li#footcol2{
		background:#222;
		padding:0 0;
	}		
/* new footer styling   */
	.utFooterImage{
	padding-left:14px;
	}
	.section.group .utFooterText p{
	padding-right:14px;
	}

/*  end of new foot styling */	
/*  top global menu **** 
	#topGlobalMenu {
		display:block;
	}
	#topGlobalMenu li a{
		font-size:12px;
		color:#fff;
	}
*/
/*
	#topGlobalMenu{
	display:none;
	}
*/

/*  needed for new menu movement  
 -- disable to move menu back down and title back up --
 --  this removes it from normal doc flow and does not
 -- push down.  Instead it slides over  */

.breadcrumb{
	display:none;
	}
.topImage{
	min-height:85px;
	}	
h1#mainPageTitle{
	margin-top:3em;
	padding:6px 10px;
	line-height:normal;
}

#contentSideMenu {
    float: none;
    position: absolute;
    top: 0;
    /*new*/
    left:0;
    width:100%;
    /* ** */
    z-index:100;
    
}
/* ****** end of menu movement  *********   */

}
/*********************   END OF 780 max media  query  *******************************/


/* Landscape phones and down */
@media only screen and (max-width: 550px) {
	.desktop{
		display:none;
	}
	.tablet{
		display:none;
	}
	.mobile {
		display:block;
	}
	.no-mobile{
		display:none!important;
	}

	.hideNews{
	margin:0 0;
	}

	/*hide slider captions */
	.bx-caption{
	display:none;
}
/* add in one for department staff media pages */
	.peopleList{
		max-height:100px;
	/*	height:60px;*/
	}
	.peopleList h2{
		font-size:110%;
		line-height:normal;
		padding:0;
		margin:0;
	}
	#staffList{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#staffList li{
		width:100%;
		float:none;
		padding:0;
		margin:0;
	}
		
/*	.topImage {
		height:100px;
		background-attachment:scroll;
		background-size:cover;
		}

*/
	/* max container from 97 to 100% */
	.container{
	width:100%;
	}

/*  remove shoadows */
	.bodyShadow{
		box-shadow: none;
		border:0 none;	
	}
/*stretch content to full width */
	body #s4-bodyContainer{
		width:100%;
	}	
/* remove rounding on site name */
	.sitename {
	border-radius:0;
	}	
	/* for search area */
	#s4-searcharea{
/*		top:6.9em;
		display:none;*/
		top:30px;
		position:relative;
	}	

	/* for sorting */
	#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
	#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; overflow:hidden;}
	#sortable li span { position: absolute; margin-left: -1.3em; }	


/*
	ul#topGlobalMenu{
	position:relative;
	}
	ul#topGlobalMenu ul:after{
			content:""; clear: both; display: block;
	}

*/
	.section.group label {
		width:100%;
		float:none;
	}

	ul.alphaList li{
	width:3.5%;
	}

	/* for table */
	th.tblCol1, th.tblCol2, th.tblCol3{
		width:20%;
	}

/* disable hover for sub menu */
	ul#topGlobalMenu li:hover > ul{
		display:none;
	}

	ul#topGlobalMenu{
		display:none;
		border-left:0px;
		border-right:0px;
	}
	ul#topGlobalMenu li{
		float:none;
		width:100%;
		margin:0px;
		float:left;
		width:50%;
		box-sizing:border-box;
		padding-top:10px;
		padding-bottom:10px;
	/*	background:#F77F00;*/
		z-index:1000;
		border-top:1px solid #555;
		border-right:1px solid #999;
		overflow:hidden;
	}
	ul#topGlobalMenu li a{
		padding-top:10px;
		padding-bottom:10px;
	/*	color:#eee;*/
		font-weight:200;
	}
	ul#topGlobalMenu li a:hover, ul#topGlobalMenu li:hover{
		color:#eee;
		background:#517C96;
	}
	
	.col { 
		margin: 1% 0 1% 0%;
	}
	
	.col_top{
		margin: 0% 0 1% 0%;
	}
	
	#menuMob img{
		height:34px;
		float:left;
		padding:0px;
		margin:0px;
	}
	 #mobGlobalMenu li a{	
	 	font-size:12px;
 	}
	li#menuEmail {
		width:15%;
	}
	/*  widen up main content area */
	.main-content{
		width:100%;
		margin:0px;
		padding:0px;
		overflow:hidden;
	}
	.main-content p{
		margin:0 1em;
	}
	div.article{
		margin:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
		
	
	/*end of area widen */
	/*  font sizes all need to be changed to % and not fixed  */
	.sitename{
		height: auto;
		font-size:1.5em;  /* same as h1 size */
		font-size:1.4em;
	}
	.sitenametext{
		padding:4px;
	}
	h1,h1#mainPageTitle{
		font-size:1.5em;
		line-height:normal;
	}

/*  needed for new menu movement  
 -- disable to move menu back down and title back up --
 --  this removes it from normal doc flow and does not
 -- push down.  Instead it slides over  */
	h1#mainPageTitle{
		position:relative;
		margin-top:2em;
	}
	
	#contentSideMenu {
	    float: none;
	    position: absolute;
	    top: 0;
	/*    width: 90%;*/
	    z-index:100;
	    
	}
/* ****** end of menu movement  *********   */


	/* auto adjust div height for title * ************   NEED TO CHANGE THIS ONE to default up top  *********** */
	div.topImage{
	height:auto!important;
	}
	
	h2{
	font-size:1.4em;
	}
	h3{
	font-size:1.2em;
	}
	/* hide breadcrumb */
	.breadcrumb {
		display:none;
	}
	#mobTopLinks {	
		margin:0px;
		padding:0px;
		height:48px;
		overflow:hidden;
		background:none;
/*		float:right;*/
/*		width:36px;*/
		/* for ut logo */
		width:60px;
		text-align:center;
	}
	/* make drop down menu not as wide */
	.mobTopLinksDrop{
	width:252px;
	}	
		
	#header{
	height:50px;
	}
	.topLinksButton{
		margin:0px;
		padding:0px;
		background:none;
		height:60px;
		margin-top:12px;
	}
	.topLinksButton a{
		background:none;
		padding:0px;
		margin:0px;
	}
	#toolbox,#toolbox2{
	display:block;
	}
	.topLinks{
	/*	width:97%;
		position:absolute; */
		z-index:120;
		width:auto;
		right:0;
		/* disable to show search 
		overflow:hidden;
		*/
		height:44px;
	}
	/* restyle search box */
	.s4-search input.ms-sbplain {
	 background: none;
	border-radius: 14px 0px 0px 14px!important; 
	-moz-border-radius: 14px 0px 0px 14px; 
	-webkit-border-radius: 14px 0px 0px 14px; 	 
	box-shadow:none;
	 width:220px!important;	
	 border:0;
	 height:24px;
	 padding-left:4px;
	}
	.s4-search .srch-gosearchimg {
		height:24px;
	}	
	.nightandday .s4-search .ms-sbtable{
	width:100%;
	}
	

	/* resize logo */
	.siteLogo {
	  width: 160px;
	  margin-left:4px;
	  position:absolute;
	  z-index:140;
	}
	.siteLogo a{
		width:150px;
		background:url('../../../images/utcvm/logos/logoM_cvm.png') no-repeat 0 0 transparent;
		height:34px;
		margin-top:3px;
		display:block;
	}

	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12,.span_3_of_12w {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_2_of_12w{
		width:47%;
		margin:0%;
		margin:1% 3% 1% 0;
		padding:0;
	}
	.span_1_of_12 {
		width: 100%;
	}
	/*footer */
	.utFooterImage img{
		float:none;
		width:100%;
		max-width:280px;
		padding:0;
	}
	.utFooterImage{
	padding-left:0;
}
	.section.group .utFooterText p{
		text-align:center;
		padding:0 6px;
	}	
	/* BX SLIDER ADJUSTMENTS FOR MOBILE VIEWING */
	.bx-wrapper{
	max-height:220px;
	}
	.bx-wrapper img {
		max-height:200px;
		padding-top:0;
	}
}

/*********************************  end of mobile 360 styles ******************************/

/*homepage side news styles  */
.newsCal{
/*	background:transparent url('../../../images/utcvm/icons/calendaricon3.gif') no-repeat scroll center ;
	background-size:contain;*/
	background-color:#eee;
}
.newsDate{
display:block;
text-align:center;
font-size:160%!important;
clear:both;
margin:0px;
padding:0px;
line-height:1.1em!important;
color:#555!important;
font-weight:bold;
}
.newsMonth{
display:block;
text-align:center;
font-size:130%!important;
margin:0px;
padding:0px;
line-height:1.1em!important;
color:#517C96!important;
font-weight:bold;
padding-bottom:4px;
}

.newsTable {
width:100%;
}
.newsTable tr td{
	vertical-align:middle;
	border-bottom:1px solid #999;
	height:60px;
	margin-top:6px;
	padding:0 6px;
	border-spacing:10px;
	border-collapse:separate;
}
#newsHolder h2,#newsHolder h2 a{
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
}
#newsHolder h2 {
	padding-bottom:8px;
}
.sideBanner{
	width:50%;
	text-align:center;
	float:left;
	overflow:hidden;
}



.newsItem {
	float:left;
	width:21%;
	margin-left:0%;
	border-left:1px solid #ccc;
	padding:4px;
	padding-left:1%;

}
.newsItem a{
	color:#eee!important;
}
.newsItem a:hover{
	text-decoration:none;
}
.newsHead{
	float:left;
	width:8%;
	font-size:130%;
	padding:4px;
	background-color:#ccc;
}
/* end of news styles */

/** fancy buttons **/
	a.button{
		background: #ECECEC;
		border-radius: 15px;
		padding: 10px;
		display: block;
		font-family: arial;
		font-weight: bold;
		color:#7f7f7f;
		text-decoration: none;
		text-shadow:0px 1px 0px #fff;
		border:1px solid #a7a7a7;
/*		width: 145px;*/
		max-width:145px;
		margin:0px auto;
		margin-top:20px;
		box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
		-webkit-transition:box-shadow 0.5s;
	}
	a.button i{
		float: right;
		margin-top: 2px;
	}
	a.button:hover{
		box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	}
	a.button:active{
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
		background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
	}
/* end of fancy buttons **/


/* side menu styles  */
.menuHeader{
	padding:0px;
	margin:0px;
}
.sideMenu{
	margin:0px;
	padding-left:0px;
	padding:0px;
    border: 1px solid #ddd;
    /*
    background-color: #eceae4;
    */
	border-top:thick #F77F00 solid;
	background:#D6D6D6;
}

.sideMenu, .sideMenu ul{
	list-style-type:none;
	text-indent:0;
	margin:0px;
	padding:0px;
}
.sideMenu li{
	margin:0px;
	padding:0px;
	text-indent:0px;
	border:1px solid #BCBAAC;
	border-top:0px;
	padding-left:12px;
	overflow:hidden;
}

.sideMenu li.dynamic-children{
	background:transparent url('../../../images/utcvm/down_arrow.png')no-repeat;
	background-position:4px 14px;
	background-size: 8px;
}

.sideMenu li a span.menu-item-text{	
	color:#ff5f00;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	text-indent:0;
	padding-left:4px;
	font-size:100%;
	color:#bf4d02;
}

.sideMenu>li:hover{
/*	background-color:#D4D2C4;*/
    background-color: #a09e91;
    background-color:#5C666F;
}
.sideMenu li a span.menu-item-text:hover{	
	color:#fff;
}

.sideMenu > li.selected{
	font-weight:bold;
	border-top-color:#333;
	border-bottom-color:#333;
    background-color: #a09e91;
    background-color: #ff8300;   /*orange */
    background-color: #5c666f; /*slate tint */
    background-color:#333D47;
}
.sideMenu li.selected > a span.menu-item-text{
	color:#fff;

}


.sideMenu li.selected ul{
	display:block;
}

.sideMenu ul {
	background:#D4D2C4;
	border-top:thin #5B8096 solid;
	/* comment out to always display subs */
	display:none;
/*	display:block;*/
	background:#D6D6D6;
	margin-left:.5em;
}

.sideMenu ul li{
/*	text-indent:10px;	*/
	border:0px;
/*	background:#517C96;
	border-bottom:thin #aaa groove;*/
	font-weight:normal;
	border-bottom:thin #777 solid;

}
.sideMenu ul li:last-child{
	border-bottom:none;
}

.sideMenu ul li:hover{
	background-color:#517C96;
}
.sideMenu ul li a span.menu-item-text{
	color:#ff7f00;
	color:#222;
	font-size:100%;
}
.sideMenu ul li a span.menu-item-text:hover{
	color:#fff;
	}
	
.sideMenu ul li.subSelected,.sideMenu ul li.subSelected:hover{
	background:#517c96;
}	

/*  this is to have menus open on hover *
.sideMenu li:hover ul{
		display:block;
	}

*/
/*
		.sideMenu, .sideMenu ul{
			list-style-type:none;
			width:100%;
			float:right;
			margin:0px;
			padding:0;
			}
		
		.sideMenu ul {
			display:none;
			}
			
		.sideMenu li{
			border-bottom:thick #ccc groove;
			background:#eee;
			margin-bottom:2px;
			}	
		
		.sideMenu li a{
			display:block;
			margin-left:14px;
		}	
		
		.sideMenu li:hover{
			background:#517C96;
			color:#eee;
			}
		.sideMenu li:hover a span{
			color:#eee;
		}
		
/* ** ** end of side menu styles   **  * * */

/* -----------------------------   BOX SLIDER --------------------------------------- */
/* **********************  box slider css  ******************/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bxslider{
	padding:0px;
	margin-top:0px;
	padding-top:0px;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;/* 0 auto 60px */
	padding: 0;
	*zoom: 1;
	padding-bottom:30px;
/*	overflow:hidden;*/
}

.bx-wrapper img {
/*
	max-width: 100%;*/
	display: block;
/*	width:100%;
	max-width:100%;
	min-height:180px;*/
	width:100%;
}

/** THEME
===================================*/

/* custom slider resets */
.bx-wrapper{
}

.bx-wrapper .bx-viewport {
/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
*/	
/*	border:  5px solid #fff;*/
/* flush slider
	left: -5px; */
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
/*	bottom: -25px;*/
	width: 100%;
	bottom:0;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #555;
	padding-top: 20px;
/*	bottom:-10px;*/
	padding:0;
	margin:0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 119;
}

.bx-wrapper .bx-controls-direction a:link{
	border-bottom:0 none;
	}
	.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
	font-size:180%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* HIDE ALL BUT FIRST SLIDE */
	.bxslider li{
		display:none;
	}
	.bxslider li:first-child{
		display:block;
	}
	.bxslider li{
	position:relative;
}
/*  end of box slider css ***********************************/	


/* *****   arrows   ******************* */
.arrow-downSmall{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right:5px solid transparent;	
	border-top: 5px solid #ff7f00;
	}
.arrow-downSmallBlack{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right:5px solid transparent;	
	border-top: 5px solid #111;
	}
	
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ff7f00;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right:10px solid transparent;	
	border-top: 10px solid #ff7f00;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 10px solid #ff7f00;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #ff7f00; 
}

/* -------------- end of arrows --------------- */

/* Hover Effects v1 */
.view {
/*    width: 300px;
    height: 200px; */
    width:100%;
  /*  margin: 10px;*/
 /*   float: left;
    border: 10px solid #fff;*/
    overflow: hidden;
    position: relative;
    text-align: center;
/*    box-shadow: 1px 1px 2px #e6e6e6;*/
    cursor: default;
/*    background: url(images/bgimg.jpg) no-repeat center center  */
}
.view .mask, .view .content {
/*    width: 300px;
    height: 200px; */
    width:100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.8);
	background: rgba(81, 124, 150, 0.8);    
    margin: 5px 0 0 0
}
.view p {
    position: relative;
    color: #fff;
    padding: 2px 2px 2px;
    margin:0;
    text-align: left;
    font-size:12px;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
/*    padding: 7px 14px;*/
    background: #000;
	background: rgb(81, 124, 150);    
    color: #fff!important;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

/*=== effect 1 == */
.view-first img {
    transition: all 0.2s linear;
    width:96%;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(32,32,32,0.8);
    transition: all 0.4s ease-in-out;
    visibility:hidden;
}

.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(200px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
    visibility:visible;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
    color:#fff;
    font-size:12px;
/*    font-size:100%;*/
}

.view-first:hover a.info {
    transition-delay: 0.2s;
}
/* --- end of hover v1 effects ---- */

/* ================= accordian styles =-==================== */
/*
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
*/

.acc-container,.acc-btn,.acc-content{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

}
.acc-container {
  width:100%;
  margin:10px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
  border-bottom:2px solid #999;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
  background:#517C96;
  border-bottom:1px solid #2C3E50;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
 /* background:#2C3E50;*/
  border-left:2px solid #888;
  border-right:2px solid #888;
}

.acc-content-inner {
  padding:30px;
}

.acc-btn h2{
	color:#fff;
	padding:0px;
	margin:0px;
}
.open {
  height: auto;
}

.acc-content-inner img{
	width:30%;
}
/*
h1 {
  font:700 20px/26px 'Lato', sans-serif;
  color:#ffffff;
}

p { 
  font:400 16px/24px 'Lato', sans-serif;
  color:#798795;
}
*/
.selected {
  color:#1ABC9C;
}
/*---------- end of accordian styles ------------ */

/* news styling (brief news on home page) 


ul.shortNewsList{
	list-style-type:none;
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

ul.shortNewsList li{
	width:100%;
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin-bottom:10px;
}

ul.shortNewsList li div.newsDateTime{
	width:40%;
	float:left;
	font-weight:no;
	font-size:90%;
	margin:0px;
	padding:0px;
}
ul.shortNewsList li div.newsCat{
	float:right;
	width:60%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
ul.shortNewsList li div.newsTitle{
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
ul.shortNewsList li div.newsBrief{
	display:none;
	position:relative;
}
*/
ul.shortNewsList{
	list-style-type:none;
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

ul.shortNewsList li{
	width:98%;
	margin:0px;
	padding:1% 0;
	text-indent:0px;
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #ccc; 	
/*	border-left:1px solid #eee;
	min-height:5em;
-webkit-box-shadow: 4px 4px 5px 0px rgba(20, 20, 20, 0.75);
-moz-box-shadow:    4px 4px 5px 0px rgba(20, 20, 20, 0.75);
box-shadow:         4px 4px 5px 0px rgba(20, 20, 20, 0.75);
*/
}


/*ul.shortNewsList li:hover{
-webkit-box-shadow: 1px 1px 1px 0px rgba(20, 20, 20, 0.75);
-moz-box-shadow:    1px 1px 1px 0px rgba(20, 20, 20, 0.75);
box-shadow:         1px 1px 1px 0px rgba(20, 20, 20, 0.75);

}*/
ul.shortNewsList li:hover div.newsBrief{
/*	display:block;*/
	
}
ul.shortNewsList li div.newsDateTime{
	width:38%;
	float:left;
	font-weight:normal;
	font-size:90%;
	margin:0px;
	padding:0px;
	padding-left:1%;
}
ul.shortNewsList li div.newsCat{
	float:right;
	width:58%;
	margin:0px;
	padding:0px;
	text-align:right;
	padding-right:2%;
	color:#fff;
	color:#ff7f00;
/*	background:#517C96;
-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	 border-top-left-radius: 20px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;	
*/	}
ul.shortNewsList li div.newsTitle{
	width:98%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	margin-left:2%;
	border-top:1px solid #fff;
	padding:0 1%;
}

ul.shortNewsList li div.newsBrief{
margin:0;
padding:0;
width:90%;
margin-left:10%;
height:3em;
overflow:hidden;
/*	display:none;
	position:relative;
	*/
}

/*ul.shortNewsList div.readMore{*/
.readMore{
	width:90%;
	margin-left:5%;
	margin-top:8px;
	margin-bottom:4px;
}
.readMore a:link{
	margin-top:6px;
}
.readMore a:hover{
}
.shortNews{
	margin:0 10%;
	width:80%;
	padding:0;
}
/* ------------------------------------ */

/* ===========   event home page styling ========== */


ul.eventsList{
	margin:0;
	padding:0;
	list-style-type:none;
}
/* older no icon styling
ul.eventsList>li{
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}

ul.eventsList li.eventDescription{
	display:none;
}
ul.eventsList ul li.eventsDate{

}
ul.eventsList a, ul.shortNewsList a{
	padding:4px;
	}
*/

/* new styling with icons */
ul.eventsList li{
	border-bottom:2px solid #ccc;
	border-right:2px solid #aaa;
	clear:both;
	margin-bottom:14px;
	height:70px;
	overflow:hidden;
	padding:2px;
}
ul.eventsList li:hover{
	
	border-bottom:1px solid #ccc;
	border-right:1px solid #eee;
	margin-bottom:15px;
	cursor:pointer;
	background:#eee;
}
.eventsDate{
	background:transparent url('../../../images/utcvm/icons/orange-calendar_48.png') no-repeat;
	min-height:48px;
	width:48px;
	margin:0 auto;
	text-align:center;
}
.eventsDate div{
	margin-top:1px;
}
/*
.eventInfo{
	margin:4px;
}
*/
.eventsDate div.calDay{
	font-size:120%;
	margin-top:0;
	font-weight:700;
}
.eventsDate{
	float:left;
	margin-right:1em;
}
.eventDescription{
	float:none;
	clear:both;
	display:none;
}
.eventsDate .calMonth{
	color:#eee;
	font-weight:700;
}

/*end of new icon styling   */
/*------------------------------------------- */

/* a hover test 
ul.eventsList a:hover, ul.shortNewsList a:hover{
	background:#517C96;
	text-decoration:none;
	color:#eee!important;
}
*/





ul.homeEvents {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	width:100%;
	overflow:hidden;
}
ul.homeEvents>li{
	text-indent:0;
	margin:0;
	padding:0;
	float:left;
	width:20%;
	margin-right:1%;
	padding-right:1%;
	background:transparent;
	border:1px solid #ccc;
	min-height:60px;
}
ul.homeEvents>li:last-child{
	margin-right:0;
}

ul.subEvents{
	list-style-type:none;
	width:100%;
	border:none;
	padding:0;
	margin:0;
}
ul.subEvents li{
	margin:0;
	padding:0;
	float:right;
	width:75%;
	padding-top:4px;
	min-height:60px;

}


ul.subEvents li:first-child{
	float:left;
	width:20%;
	background:none;
	margin-right:4px;
	background:#517C96;
	text-align:center;
	padding-left:.5%;
	padding-right:.5%;
	color:#eee;
	height:100%;
	font-size:120%;
}

span.eventDate{
	display:block;
	margin:0;
	padding:0;
	font-weight:700;
	line-height:1em;
}



/*-----------------------    new bread crumbs   ------------------------- */
.nightandday .breadcrumb{
	padding:0 15px;
	visibility:hidden;
	background:#D6D6D6;	
	background:#ccc;
}

a.breadcrumbRootNode ,a.breadcrumbNode, span.breadcrumbCurrentNode{
	position:relative;
	margin-right:10px;
	display:inline-block;
	padding:0 1.2em;
	padding-top:2px;
	line-height:18px;
	background:#eee;
	text-decoration:none;
}

a.breadcrumbRootNode:after ,a.breadcrumbNode:after{
	content: "";  
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left: 10px solid #eee;	
	position: absolute; right: -10px; top: 0px;	
}

a.breadcrumbNode:before, span.breadcrumbCurrentNode:before {
	content: "";  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #ccc;
	position: absolute; left: 0; top: 0px;
}

a.breadcrumbRootNode:hover ,a.breadcrumbNode:hover{
	background:#517C96;
	color:#eee;
}

a.breadcrumbRootNode:hover:after ,a.breadcrumbNode:hover:after{
	content: "";  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #517C96;	
	position: absolute; right: -10px; top: 0px;	
}

/*==================== end of crumbs ===================================*/

/*  give styling */

li.filteredResults {
	
	display:none;
	background:#eee;
	font-weight:700;
}
a.removeMe:link {
	font-weight:700;
	color:#ff0000;
}
/* ** hide x in search containers **/
div.fundSearch input[type=text]::-ms-clear {
    display: none;
}
span#clearSearch{
	cursor:pointer;
} 
.fundContainer {
	margin: 0;
	padding: 0;
	margin-top:2em;
}
.fundSearch{
	margin:0 0 0em 0;
	border:2px solid #eee;
	padding:4px;
}
.fundDesc{
	display:none;
	position:relative;
	top:-2em;
	background:#fefefe;	
}

.cartContainer{
	border:1px solid #bbb;
	background:#eee;
	padding:4px;
}
ul.myCart>li{
	margin-bottom:.4em;
	border-bottom:1px solid #ddd;
}

ul.myCart, ul.funds, ul.funds ul {
	list-style-type: none;
	margin:0;
	padding:0;
	
}
ul.funds li, ul.funds li ul li {
	text-indent: 0;
}
ul.funds>li {
	margin-left: 1%;
 	margin-right:1%;
	padding-left: 0;
	padding-right: 0;
	width: 48%;
	float: left;
	overflow: hidden;
	min-height:300px;
	margin-bottom:3em;
	margin-top:0;
	padding-top:0;
	}
ul.funds ul li{
	position:relative;
}
ul.funds label {
	margin: 0;
	padding: 0;
	cursor:help;
}
ul.funds li ul{
	/*display:none;*/
}
ul.funds h3{
	margin-top:0;
	padding-top:0;
	margin-left:.6em;
	background:#bbb;
}
ul.funds img{
	max-width:400px;
	width:100%;
	margin:0;
	padding:0;
	display:block;
	margin:0 auto;
	background:#eee;
}

ul.funds li label.pickedFund{
	color:#ff0000;
}
ul.funds li div{
	margin-bottom:2em;
	padding-top:0;
}

ul.funds div.fundDesc{
	position:relative;
	background:#444;
	color:#eee;
	top:0;
	padding:1em;
	cursor:pointer;
}
ul.funds div.fundDesc p{
	color:#eee;
}
.cartContainer input[type=button]{
	display:none;
}
/* Landscape phone to portrait tablet */
@media only screen and (max-width: 780px) {

	ul.funds>li{
		float:none;
		width:98%;
		min-height:200px;
	}
}
/*-----end of give styling */

/* edited label removed default line 662 */

/* --------      Dean Welcome  ----------- */
div.deanWelcome{
	position:absolute;
	right:0;
	top:-2em;
	background:#ff7f00;
	background:#517C96;
	z-index:2;
	padding:4px;
	font-size:120%;
	color:#eee;
	cursor:pointer;
	border:1px solid #333;
}

.theVideo{
	display:none;
	position:relative;
	height:100%;
	width:100%;
	cursor:pointer;
}
.closeVideo{
	display:none;
	position:absolute;
	bottom:10em;
	width:100%;
	border:1px solid #eee;
	background:#ff7f00;
	color:#eee;
	text-align:center;
	font-size:160%;
	cursor:pointer;
}
.blackContent video { 
  position: fixed;
  right: -50%;
  left:-50%;
  top: 0;
  margin:2em auto;
  max-width: 100%;
  /*min-height: 100%;*/
  width: auto;
  height: auto;
  z-index: -100;
 background: url('https://vetmed.tennessee.edu/home/AssetsVideo/War%20Dog.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
/* --------- dean end welcome ---------- */

/*  dim / highlight text */
.dim>*{
color:#ccc;
border-color:#ccc!important;
/*display:none;*/
}
/*  end dim text */

/*used for no top images */
.topImage{
/*	height:50px;*/
	background:none;
	border:none;
	height:60px;
}
#topBackImage img{
	display:none;
}
h1#mainPageTitle{
color:#517C96;
/*  removed shadow 
text-shadow:1px 0px 8px rgba(100, 100, 100, .4);
*/
background-image:none;
}

/** end of no top image adjustments **/

/****** NEWS PAGE STYLES    ********/
.lightBorderRight{
	border-right:1px solid #eee;
}

.news{
	overflow:hidden;
}
.news a{
	
	text-decoration:none;
}
.news h3{
	font-size:120%;
}
.aTopStory img{
	border:1px solid #bbb;
	padding:3px;
	max-width:96%;
}
.aTopStory{
	overflow:hidden;
	padding:4px;
	border:2px solid #ccc;
	margin:0 2px;
	margin-bottom:1em;
}
.aTopStory h3 a{
	background:#ddd;
	display:block;
}
.aTopStory span.postDate{
	font-style:italic;
	float:right;
}
/*
.aTopStory:hover{
	background:#bbb;
	cursor:pointer;
}*/
.news h2{
	margin-top:0!important;
	padding-top:0!important;
}
.noTop{
	margin-top:0!important;
	padding-top:0!important;
	
}



/*  form styling **/

.alumForm label{
	display:block;
	width:99%;
	padding-left:4px;
}

.alumForm {
	background:#eee;
	padding:0em;
	border:1px solid #ddd;
}

.alumForm p{
	margin-top:1em;
	padding-left:1em;
}
.alumForm input[type="text"]{
	padding-left:1em;
}
.alumForm h2{
	margin:0;
	padding:0;
	color:#eee;
	background:#517C96;
	padding:4px 4px 4px 0;
	margin-bottom:6px;
	
}
/* end of form styling **/

/*  link styling */
.main-content a:link{
	border-bottom:1px dotted #bbb;
	}
	
.main-content a:visited{
	border-bottom:0 none;
	border-bottom:1px solid #aaa!important;
	color:#555;
	}
	

/*give side header styling */
.giveSide h3{
	text-align:center;
	background-color:#5C666F;
	color:#eee;
	margin:0;
	padding:4px;
	margin-top:6px;
}
.giveSide img{
	margin-bottom:20px;
}
div.supportButton{
	text-align:center;
	font-size:120%;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 2px solid #333D47;
	padding:4px;
	margin:6px;
	background-color:#ff7800;
	color:#eee;
}
div.supportButton a:link{
	color:#eee;
	text-decoration:none;
	border:none;
}


.bigName{
	font-size:120%;
}






/* you tube iframes */
.yTube{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

