/* CSS Document */
@charset "utf-8";

/* [  Reset ] ============================================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* [  Basic Styles      ]  ================================================== */


body {
	background: #fff url(https://gsm.utmck.edu/design/images/bg-body-mobile.jpg) repeat-x;
	font: 16px/24px  Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
::-webkit-selection, ::-moz-selection, ::selection { 
	background: #f77f00; 
	color: rgb(250,250,250); 
	text-shadow: none; 
}

/* [  Typography         ] ================================================== */
h1, h2, h4, h5, h6 {
	color: #666;
	font-weight: normal;
	}
h3 {
	color: #115740
}
	

.box-light, .box-secondary h2 {
	color: #333333;
	}	
	
.box-light, .box-secondary h3 {
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	color: #666;
	font-size: 1.75em;
	}	
	
	
.box-light h4 {
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	color: #c0792c;
	font-size: 1.25em;
	}		
		

	
.box-light p {
	color: #666;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	
}

.box-light, .box-secondary a {
	color: #666;

	
}


	
		
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
	color: #f0ede4;
	}
	
	
.box p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	
}
	
	
h1 { 
	margin-bottom: 0.25em;
	font-size: 3em; /* 48 / 16 = 3 */
	line-height: 1.2; }

h2 { 
	margin-bottom: 0.5em;
	font-size: 1.75em; /* 36 / 16 = 2 */
	line-height: 1.2; }

h3 { 
	margin-bottom: 0.5em;
	font-size: 1.5em; /* 24 / 16 = 1.5 */
	line-height: 1.3; }

h4 { 
	margin-bottom : 1.25em;
	font-size : 1.25em; /* 20 / 16 = 1.25 */
	line-height : 1.25; }
	
h5 { 
	font-family:  Arial, Helvetica, sans-serif;;
	margin-bottom : 1.5em;
	font-size : 1em; /* 16 / 16 = 1 */ }
h6 { 
	color: #115740;
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 1.7em; /* 24 / 16 = 1.5 */
	line-height: 1.3;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif; }
h8 { 	
	font-size: 0.75em; 
	 }

h9 { 
	color: #333333;
	font-weight: normal;
	margin-bottom : 1em;
	font-size : 0.75em; /* 16 / 16 = 1 */
	line-height: 1.3;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif; }	
	
	h10 { 
	color: #f77f00;
	font-weight: bold;
	margin-bottom : 1em;
	font-size : 1em; /* 16 / 16 = 1 */
	line-height: 1.3;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif; }	 
	
p, ol, ul, dl, address {
	margin-bottom : 1em;
	font-size : 1em; /* 16 / 16 = 1 */
	}
ul, ol { 
	margin : 0 0 1em -24px;
	padding : 0 0 0 24px;
	}
li ul, li ol { 
	margin : 0;
	 }
dl, dd { 
	margin-bottom : 1.5em; }
dt { 
	font-weight : normal; }




abbr[title] { 
	border-bottom : 1px dotted; 
	cursor : help; }

b, strong { 
	font-weight : bold; }

dfn { 
	font-style : italic; }

hr { 
	display : block; 
	margin : 1em 0; 
	padding : 0;
	height : 1px; 
	border : 0; 
	border-top : 1px solid rgb(204,204,204); }
	
hr.orange { 

	border-top : 4px solid #f77f00; }
	
	

ins { 
	background-color : rgb(240,240,240); 
	color : rgb(0,0,0); 
	text-decoration : none; }

mark { 
	background-color: rgb(240,240,240);
	color: rgb(0,0,0);
	font-style: italic;
	font-weight: bold;
	}

pre, code, kbd, samp {
	font-family : 'courier new', monospace;
	font-size : .875em;
	line-height : 1.5;
	}

pre { 
	white-space : pre; 
	white-space : pre-wrap;
	 }

q { 
	quotes : none; }

q:before, q:after { 
	content : ""; 
	content : none; }

small { 
	font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
	font-size : 75%; 
	line-height : 0; 
	position : relative; 
	vertical-align : baseline; }

sup { 
	top : -.5em; }

sub { 
	bottom : -.25em; }
em, i {
	font-style: italic;
}
/* Callout */

quote.pullquote {
	color: #8a8c8f;
	width: 45%;
	float: right;
    font-size: 1.25em;
    margin: 1em 0 1em 1em;
    line-height: 1.4;
}

/*	Blockquotes  */




blockquote {
    
    background:#f0ebe4;
	margin : 1em 0;
	padding: 1em;
   	border: dotted 1px #f77f00;
   	line-height:24px;
}
blockquote p {
    font-style: normal;
	font-size: .85em;
    text-align:right;
    padding:0;
    color: #666666;
    display:block;
}
blockquote p.says {
    font-style: italic;
	font-size:1em;
    text-align:left;
    padding:10px;
    position:relative;
}


	

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	
	
/* back to top float */

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}




/* no scroll header */

#header-wrap {
    background: #eeeeff;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    z-index: 1;
}


/* tables */

table {
	margin-bottom:1.4em;
	width:100%;
	border: solid 1px #ccc;
	border-top: solid 5px #f77f00;
	background-color:#DFDDD6;
	}
th {
	font-weight:bold;
	text-align: left;
	color: #f0ede4;
	}
thead th {
	background:#4c4d4f;
	}
th, td, caption {padding:4px 10px 4px 5px;}
tr:nth-child(even) td, tr.even td {background-color:#f0ede4;}
tr {
	border-top: solid 1px #ccc;
}
tfoot {font-style:italic;}
caption {background:#eee;}


table.light {
	width:100%;
	border: none;
	border-top: none;
	background-color:#fff;

	}
tr {
	border-top: dotted 1px #ccc;
	background-color:#fff;
}	
	
table.thin {
	width:50%;
		}
		
table.medium {
	width:85%;
	
		}
	

/* [  homepage banner] ============================================================= */

h4#ww2012 {
	text-align: center;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	         transition: all 0.2s ease-in-out;
}

h4#ww2012 a {
	display: block;
	overflow: hidden;
	background: #004863 url(../images/interface/ww-banner.jpg)  no-repeat 50% 50%;
	background-size: 100%;
	margin: 0;
	padding: 104px 0 0 0;
	text-indent: -9999px;
	height: 0px !important;
	}
h4#ww2012 a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	         transition: all 0.2s ease-in-out;
}
/* [ special typography ] ================================================== */

.col h3 {
	border-bottom: 2px solid #ccc;
	font-size: 1.2em;
	font-weight:normal;
	padding: 0.2em 0 0.2em 0;
}
.category-links h1 {
	font-size: 2em;
}
.slides h1 {
	font-size: 2em;
}

#giving h4 {
	font-size: 2em;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	font-style: italic;
	margin-bottom: 0;
}
#giving h4 a {
	color: #f77f00;
}

#footernav h4 {
	color: #F0EBE4;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	border-top: 1px solid #f0ede4;
	border-bottom: 1px solid #f0ede4;
	padding: 0.4em 0;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
}
#footernav h4 a {
	color: #f0ede4;
}
#footernav .socialsection h4 {
	line-height: 1;
	padding: 0.45em 0 0.65em 0;
	margin-top: 0.5em;
	min-height: 18px;
}
#footernav .socialsection h4 img {
	margin-bottom: -6px;
}
#indicia h3 a {
	color: #f0ede4;
	display: block;
	overflow: hidden;
	background:  url(https://gsm.utmck.edu/design/images/sprite.png) 50% -417px  no-repeat;
	margin: 0;
	padding: 68px 0 0 0;
	text-indent: -9999px;
	height: 0px !important;
}
#indicia a {
	color: #f0ede4;
}
#soc-title {
	display: block;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}






/* [  Lists              ]  =============================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: square outside; margin-left: 1em; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul.nobullet { list-style: none; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 5px;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* [ Links              ]  ================================================================ */

a { color: #115740; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #f77f00; }
p a, p { line-height: inherit; }



/* [  Images            ]  ================================================================= */

img {
	max-width: 100%;
	height: auto; }
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.frame {
	background: #f0ede4;
	padding: 2px;
	border: 1px solid #CCC;

}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}



/* Photo Transparent image caption==================*/

.highlight {
 background-color: rgba(0,0,0,0.65);
 position: absolute;
 height: 40px;
 width: 300px;
 font-family: Verdana, Geneva, sans-serif;
 color: #FFF;
 bottom: 0px;
 z-index: 1;
}


/* #photo shadows ================================================== */

.edge-shadow {
	-webkit-box-shadow: 0 9px 9px -4px #666;
	   -moz-box-shadow: 0 9px 9px -4px #666;
	        box-shadow: 0 9px 9px -4px #666;
}



/* #NOTES ================================================== */

.note {
   position:relative;
   width:30%;
   padding:1em 1.5em;
   margin:2em auto;
   color:#fff;
   background:#97C02F;
   overflow:hidden;
}

.note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #658E15 #658E15;
   background:#658E15;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}



/* #Buttons ================================================== */

a.button,
button,
p.utalert-link a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #f0ede4;
	border-radius: 5px;
	border: 1px solid #ABA9A2;
	box-shadow: rgba(256, 256, 256, 0.8) 0 1px 0;
	padding: 0 15px;
	-webkit-border-radius:14px;
		-moz-border-radius: 14px;
			 border-radius: 14px;
	color: #666;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-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;
	}
	
	
input[type="search"]
{
	background-color: #f0ede4;
	border-radius: 5px;
	border: 1px solid #ABA9A2;
	box-shadow: rgba(256, 256, 256, 0.8) 0 1px 0;
	padding: 0 8px;
	-webkit-border-radius:14px;
		-moz-border-radius: 14px;
			 border-radius: 14px;
	color: #666;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
p.utalert-link a {
	color: black !important;
}

a.button:hover,
button:hover,
p.utalert-link a,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	-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;
	}

a.button:active,
p.utalert-link a,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #f77f00;
	}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left:  0 !important;
	padding-right: 0 !important;
	text-align: center;
	}
.richmedia a.button, a.wide,

 {
	background: #f0ede4 url(https://gsm.utmck.edu/design/images/bg-button.gif) right 50% no-repeat;
	padding: 0 8% 0 4%;
	/* width: 65%; causes issues in IE */
	font-family: Arial, Helvetica, sans-serif;
}


a.wide {
	width: 86%;
}
.richmedia a.button:hover, a.wide:hover {
	background-color: #DEDCD5;
}



/* #Forms ================================================== */

form {
		margin-bottom: 5px; }
	fieldset {
		margin-bottom: 5px; 
		border: 1px solid #C7C4BC;
		background: #f9f7f0;
		padding: 5%;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
		 -khtml-border-radius: 6px;
			    border-radius: 6px;
		}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #C8C5BD;
		padding: 6px;
		outline: none;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		        border-radius: 2px;
		font-size: 0.8em;
		color: #777;
		margin: 0;
		width: 100px;
		max-width: 60%;
		display: block;
		background: #fff; 
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		background: #b9e1e2;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
 		   -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		        box-shadow: 0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }

	legend {
		border: 1px solid #C7C4BC;
		background: #F0EDE4;
		padding: 0% 1.75%;
		font-weight: normal;
		font-size: 0.6em;
		letter-spacing: 0.25em;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		margin-top: 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	 -khtml-border-radius: 6px;
		    border-radius: 6px;
	}

	label {
		float: none;
		width: 25%;
		text-align: justify;
	}
	input[type="text"], input[type="password"], textarea {
		width: 50%;
		padding: 4px 10%;
		float: left;
	}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
		
		
		

 /* #Misc   */
	.remove-bottom { margin-bottom: 0    !important; }
	.half-bottom   { margin-bottom: 10px !important; }
	.add-bottom    { margin-bottom: 20px !important; }


.flickerset {
	border-top: #f77f00 solid 5px;
	margin-top: 2em;
	margin-bottom: 1em;
	background: black;
}




 /* Boxes   */

.box, .menu-hider, .box-light, .box-secondary {
	padding: 1em;
	background: #626365;
	margin-top: 2em;
	margin-bottom: 1em;
}
.box, .box-light, .box-secondary {
	border-top: #f77f00 solid 5px;
	font-size: 90%;
	}
.box-light {
	background: #f9f7f0;
	color: #f9f7f0;
}

.box-light a {
	color: #666666;
}

.box-light a:hover {
	 color: #f77f00; 
}

.box-light a:focus {
	 color: #f77f00; 
}

.box-secondary {
	background: #f0ede4;
	color: #f0ede4;
}

.box-secondary a {
	color: #666666;
}

.box-secondary a:hover {
	 color: #f77f00; 
}

.box-secondary a:focus {
	 color: #f77f00; 
}



.box {
	font-family: Arial, Helvetica, sans-serif;
	
}
.box a {
	color: #fff;
	 border-bottom: 1px dotted #666; 
}

.box p {
	color: #fff;
	 
}




.white-box {
	border-top: #f77f00 solid 5px;
	padding-top: .5em;
	
}


p.alignright {
	text-align: right;
}

/*SCOPE STYLES  */




.contentscope {
	background:transparent;
}



.box-scope {
	background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.box-scope h3 {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: #f77f00 solid 2px;
}

.box-scope a {
	color: #666666;
    border-bottom:none;
}

.box-scope a:hover {
	 color: #666666; 
}

.box-scope a:focus {
	 color: #666666; 
}

	
	
	
.box-scope_elsewhere {
	background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.box-scope_elsewhere h3{
	color:#666666;
	font-size: 1.7em;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	border-bottom: #f77f00 solid 4px;
	
}


figure.scope {
float:left;
width: 30%;
background: #fff;
margin:0 30px 0 0;
padding:8px;
text-align:center;
font-size: 90%;
color:#666;
font-weight:bold;
}



footer#scopefooter {
	background: #B9E1E2 url(https://gsm.utmck.edu/scope/includes/bg-scopefooter.png) top left repeat-x ;
	padding: 15px 0;
	float: left;
	width: 100%;
	}

footer#scopefooter ul li {
	display: inline;
}

.scopefooter-column p {
	color: white;
}


img.scaled {
  width: 100%;
}


.left-pull { 
font-family:Cambria, Georgia, Times, TimesNewRoman
display: block; 
padding: 11px 11px 11px 11px; 
margin-left: 5px 5px 5px 5px; 
background: #fff;
border: 1px dotted #ccc;
width: 35%; 
float: right; 
margin-left: 10px; 
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; }

.left-pull p { 
color: #006c92;
font-size: 23px;
font-style:italic;  }

.left-pull .ref { 
font-style:italic;
font-weight:bold;
font-size:small;
color: #333;

}

#grid-content {
	overflow: hidden;
	height: 0;
	border: 1px dotted #ccc;
	background-color: #fff;
	
}
#grid-content div {
	width: 300px;
	border: 1px dotted #ccc;
	background-color: #fff;
	margin:  5px;
	padding: 5px;
}

#grid-content  div.photo {
	border: none;
	width: 305px;
	
}



#grid-content div p {
	margin: 5px;
	padding: 0;
}


/*====[ Toolbox dropdown nav menu structure ]=========================== */


ul#toolbox li.hover,
ul#toolbox li:hover {
	 position: relative;
	 z-index: 599;
	 cursor: default;
}

ul#toolbox ul {
	background: #333 url(https://gsm.utmck.edu/design/images/bg-drop.jpg) 50% top no-repeat;
	font-size: 90%; 
	padding: 12px 0 0 0;
	visibility: hidden;
	position: absolute;
	top: 85%;
	left: -50%;
	float: left;
	width: 200px;
	z-index: 99999;
	text-align: center;
}

ul#toolbox ul li {
	display: block;
	width: 100%;
	padding:0;
}

ul#toolbox ul li a {
	width: 100%;
	display: block;
}
ul#toolbox ul li:hover {
	background: gray;
}

ul#toolbox ul ul {
	top: 1px;
	left: 99%;
}

ul#toolbox li:hover > ul {
	visibility: visible;
}

ul#toolbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 400;
	position: fixed;
	top: 0;
	font-size: 0.68em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	float: right;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 100%;
	background-color: #1A1A1A;
	background-repeat: repeat-x;
	background-position: bottom;
}
section.tools select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
 	z-index: 5000;

position: fixed;
top: 0;
left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

ul#toolbox li {
	display: inline;
	border-right: 1px solid #4C4D4F;
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0;
	text-align: center;
 }
 
ul#toolbox ul li {
	border-right: 0px solid #4C4D4F;
 }





li#n1 {
	margin-left: 1%;
	width: 19%;
}
li#n1 ul {
	left: 0;
}

li#n2 {
	width: 20%;
}
li#n2 ul {
	left: -20px;
}
li#n3 {
	width: 20%;
}
li#n3 ul {
	left: -40px;
}
li#n4 {
	width: 20%;
}
li#n4 ul {
	left: -60px;
}
li#n5 {
	width: 20%;
}
li#n5 ul {
	left: -80px;
	border-right: none;
}




ul#toolbox li a {
	color: #ccc;
	display: block;
	width: 100%;
	padding: 5px 0px;
}




.search {
	display: block;
	clear: both;
	margin: 15px auto 0 auto;
	width: 80%;
	z-index: 60;
}
.search input {
	float: left;
	min-height: 24px;
}
.search input.searchfield {
	padding: 0 2% 0 8%;
	margin-top: 0px;
	background: #fff url(https://gsm.utmck.edu/design/images/sprite.png) 8px -320px no-repeat;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	width: 50.3561%;
	margin-right: 1%;
	-webkit-border-radius: 14px;
	   -moz-border-radius: 14px;
		    border-radius: 14px;
}
.search input.searchsubmit {
	width: 16.4520%;
}


/*====[ Main Menu  structure ]========================================= */

ul#nav1 {
	background: #f77f00 url(https://gsm.utmck.edu/design/images/sprite.png) repeat-x;
	width: 100%;
	float: left;
	padding: 0;
	height: 36px;
	overflow: hidden;
	margin: 0;
}
ul#audience-nav {
	background: #DFDDD6 url(https://gsm.utmck.edu/design/images/sprite.png) 0 -541px repeat-x;
	width: 100%;
	float: left;
	padding: 5px 0;
	margin:  0;
}
nav ul li {
	width: auto;
	float: left;
	display: inline;
	padding-left: 0;
	padding-right: 0;
}
ul#nav1 li, ul#audience-nav li {
	padding: 0;
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	margin: 0;
	text-align: center;
}
ul#nav1 li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6em;
	border-bottom: 0;
	border-left: #FAAE5E 1px solid;
	border-right: 1px solid #444;
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
	background: #f77f00 url(https://gsm.utmck.edu/design/images/bg-nav1-a.png) top center repeat-x;
	-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;
}
ul#audience-nav li {
	border:0;
}
ul#audience-nav li a {
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	color: #666;
	padding: 3px 0;
	border: 0;
	font-size: 0.75em;
}
ul#audience-nav li a:hover {
	color: #000;
}


/* Button Widths  */

ul#nav1 li#n1-about {
	
	width: 12%;
}
ul#nav1 li#n1-about a {
	border-left-color: #D56D00;
}
li#n1-programs {
	width: 20%;
}
li#n1-students {
	width: 14%;
}
li#n1-research {
	width: 11%;
}
li#n1-library {
	width: 12%;
}
li#n1-simulation {
	width: 15%;

}
li#n1-cme {
	width: 16%;
}
ul#nav1 li#n1-cme a {
	border-right-color: #D56D00;
}













footer#mainfooter ul li {
	display: inline;
}

#footernav, .socialsection {
	float: left;
}
.footer-column {
	margin-bottom: 20px;
}

ul.navigation li.current-menu-item a, ul.navigation li.active a {
	background-color: #fff;
	border-radius: 5px;
}

ul#audience-nav li.current-menu-item a {
	background-color: #D5D3CD;
	border-radius: 5px;
	border: 1px solid #ABA9A2;
	width: 100%;
	box-shadow: rgba(256, 256, 256, 0.8) 0 1px 0;
}
ul#nav1 li.current-menu-item a {
	background: #BE6100 url(https://gsm.utmck.edu/images/interface/bg-li-active.png) bottom center repeat-x;
	border-radius: 0;
}


ul#nav1 li a:hover {
	background-position: -40px ;
	-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;
	        }

nav ul#nav1, nav ul#audience-nav, ul#toolbox     { display: none; }
nav select, section.hidden-navigation select, section.tools select { display: inline-block; width: 100%; margin: 1em 0; }


section.tools select {
	 -webkit-appearance: none;
	background: #4c4d4f url(../design/images/sprite.png)  right -190px no-repeat;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px;
	color:  #A8A7A3;
	width: 90%;
	padding: 5px 0 5px 4%;
	margin: 1em 0 0 4%; 
	}

nav select {
	 -webkit-appearance: none;
	background: #f77f00 url(../design/images/sprite.png) right -190px  no-repeat;
	color:  #f0ede4;
	width: 90%;
	padding: 5px 0 5px 4%;
	margin: 1em 0 0 4%; 
	}









/*  [ GRID    ] ================================================== */

    /* Note: Design for a width of 320px */

.container  { 
	width: 100%;
	margin: 0 auto; 
	padding: 0; 
	}

div.subnav, div.subnavtab {
	display: none;
 }
  

.columns, 
.eventsfeed, 
.newsfeed, 

.footer-map, 
.footer-column, 
.logo-area, 
.socialsection { 
	margin: 0;
	float: left; 
	}

.footer-map,
.footer-column,
.wordmark,
.promo,
.tools,
.richmedia,
#menu,
.one-third,
.two-thirds, 
#footernav,
.col, 
.socialsection  {
	width: 100%; 
	}
.half {
	width: 45%; 
	margin: 0;
	}
.logo {
	text-align: center;
	margin-top: 39px;
	margin-bottom: 0;
	display: block;
	float: left;
	width: 100%;
	}
.logo a {
	display: block;
	overflow: hidden;
	background: url(https://gsm.utmck.edu/images/logos/114utgsm.png)  no-repeat 50% 50%;
	margin: 0;
	padding: 63px 0 0 0;
	text-indent: -9999px;
	height: 0px !important;
	}
.one-third, .two-thirds {
	width: 97.9463%;
	 margin-left: 1.02685%; 
	 margin-right: 1.02685%; 
}




/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }





/* [  LAYOUT           ] ==============================================================================  */


.col {
	border-top: 5px solid #f77f00;
	margin-top: 26px;
}


/* #FLEXIBLE NAVIGATION  */

ul.navigation {
	margin-left: 0;
	list-style: none;
	padding: 0;
}

ul.navigation li {
	margin-right: 1em;
}
ul.navigation li a {
	padding: 0 0 0.5em 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	text-decoration: none;
	background: url(../design/images/sprite.png) 5px -128px no-repeat;
	-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;
	        }
ul.navigation li a:hover {
	background-position: 10px -128px;
	-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;
	        }
.quicklinks ul.navigation li a, .footer-column ul.navigation li a  {
	border-bottom: 0px solid #ccc;

}

.box ul.navigation li a, .footer-column ul.navigation li a, .hidden-navigation ul.navigation li a  {
	border-bottom: 1px solid #ccc;
	color: #F0EBE4;
	background: url(https://gsm.utmck.edu/design/images/sprite.png) 5px 2px no-repeat;
	}

.footer-column ul.navigation li a  {
	border-bottom: 0;
	}

.box ul.navigation li a:hover, .hidden-navigation ul.navigation li a:hover, .footer-column ul.navigation li a:hover {
	background-position:  10px 2px;
	-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;
	        }


/* MAIN LAYOUT  */


footer#mainfooter {
	background: #2C2D2E url(https://gsm.utmck.edu/design/images/bg-mainfooter.png) bottom left repeat-x ;
	padding: 25px 0;
	float: left;
	width: 100%;
	}
section#giving {
	background: #f0ede4 url(https://gsm.utmck.edu/design/images/bg-support.png) repeat-x;
	padding: 1.5em 0;
	float: left;
	width: 100%;
	text-align: center;
}
#indicia {
	float: left;
	width: 100%;
	padding: 1em 0;
	color: #CCCCCC;
	background: #4C4D4F;
	text-align: center;
}
#indicia h3 {
	color: #CCCCCC;
	font-family: Cambria, Georgia, Times, TimesNewRoman, "Times New Roman", serif;
	font-style: italic;
}


.logo, .search {
	-webkit-transition: all 1.2s ease-out; 
	   -moz-transition: all 1.2s ease-out;
         -o-transition: all 1.2s ease-out; 
}
.category-links {
	padding: 1.5em 0 0 1.5em;
}
/* RICHMEDIA AREA  ============================================== */

.richmedia {
	background: #F6F4EE;
	float: left; 
	margin-bottom: 1em;
}

.flexslider { margin: 0; width:100%; padding:0; background:  #F6F4EE; border: 0px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }





.flexslider  .slides h1 {
	font-size: 2em;
}
.flexslider .slides > li, .rotator .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping */
	}
.flexslider .slides img, #videowrap  div, #videowrap2  div, #videowrap3  div, #videowrap4  div, #videowrap5  div {

	margin-top:0px;
	max-width: 100%;
	display: block;
	float: left;
	}

#videowrap  div iframe, #videowrap2  div iframe, #videowrap3  div iframe, #videowrap4  div iframe, #videowrap5  div iframe { /* keeps the videos aligned */
	display: block;
	}

.flexslider .slides figcaption {
	width: 92%;
	margin-right: 4%; 
	margin-top: 25px;
	display: block;
	float: right;
	}
	

/* Overrides for the two-thirds version */

.two-thirds .flexslider .slides figcaption {
	width: 94%;
	margin-right: 2.5%; 
	margin-top: 25px;
	display: block;
	float: right;
	}
.two-thirds .flexslider .slides figcaption h2 {
	font-size: 1.24em;
	margin-bottom: 0;
	font-weight: bold;
	}

.two-thirds .flexslider .slides img {
	width: 93%;
	margin-left: 3.5%; 
	margin-top: 25px;
	display: block;
	float: left;
	}
.two-thirds .flexslider .slides figcaption p {
	font-family: Arial, Helvetica, sans-serif;
	}

.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	} 
html[xmlns] .slides {
	display: block;
	} 
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {display: block;}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; } 


.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}





/* Direction Nav */
.flex-direction-nav {
	width: 100%;
	float: left;
	display: block;
	}
.flex-direction-nav li a {
	width: 10px; 
	height: 10px; 
	margin: -13px 0 0; 
	display: block; 
	background: url(https://gsm.utmck.edu/design/images/bg_direction_nav.png) no-repeat 0 0; 
	position:absolute;
	top: 50%;
	cursor: pointer; 
	text-indent: -9999px;
	opacity: 0.8;
	}
.flex-direction-nav li a:hover {
	opacity: 1;
	}
.flex-direction-nav li .next {
	background-position: -52px 0; 
	right: 0;
	}
.flex-direction-nav li .prev {
	left: 0;
	}
.flex-direction-nav li .disabled {
	opacity: 0.3; 
	cursor: default;
	}


/* Control Nav */
.flex-control-nav {
	margin: 0; 
 	}
.flex-control-nav li {
	margin: 0 0 0 5px; 
	display: inline-block; 
	zoom: 1; 

	}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	width: 13px; 
	height: 13px; 
	display: block; 
	background: url(https://gsm.utmck.edu/design/images/bg_control_nav.png) no-repeat 0 0; 
	cursor: pointer; 
	text-indent: -9999px;
	}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}



/* Control Nav */
.flex-control-nav {
	width: 100%;
	bottom: 0;
	text-align: center; 
	margin-top: 0;
	}



/* Rotator Overrides */
.rotator {
	min-height: 250px;
	border-bottom: #f77f00 solid 5px;
}
.rotator .slides img {
	float: left;
	margin: 0 1em 0 0;
	background: #f0ede4;
	padding: 2px;
	border: 1px solid #CCC;
	}	
	

/* [ HIDDEN NAVIGATION    ] ==============================================================================  */


.hidden-navigation {
	float: left;
	margin-bottom: 2em;
	margin-top: 0;
	width: 100%;
}

.subnav {
	float: left;
	position:relative;
	margin: 0 1.02685%;
	width:97.9463%;
	padding-top: 5px;
	background-color:#4c4d4f;
	-webkit-border-bottom-left-radius: 6px;
	 -khtml-border-bottom-left-radius: 6px;
	   -moz-border-bottom-left-radius: 6px;
		    border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	 -khtml-border-bottom-right-radius: 6px;
	   -moz-border-bottom-right-radius: 6px;
		    border-bottom-right-radius: 6px;
}

.subnavman {
	float:left;
	position:relative;
	top:-12px;
	width:99.2%;
	padding:10px 0 0 10px;
	background-color:#000;
}
.subnavcat {
	float:left;
	width:25%;
	color:#f0ede4;
	padding:0;
	margin:0;
}

.subnav-col {
	float:left;
	width:22.8726%;
	color:#f0ede4;
	padding:0;
	margin:0 1.0637%;
}


.subnavcatalum {
	float:left;
	width:33.3%;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
.subnavtab {
	float:right; 
	width:28px;
	position:relative; 
	margin:0 7% 0 0; 
	padding:0; 
	background-color:#4c4d4f; 
	color:#f0ede4;
	-webkit-border-bottom-left-radius: 6px;
	 -khtml-border-bottom-left-radius: 6px;
	   -moz-border-bottom-left-radius: 6px;
		    border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	 -khtml-border-bottom-right-radius: 6px;
	   -moz-border-bottom-right-radius: 6px;
		    border-bottom-right-radius: 6px;
}


#open, #close  {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	}
#open a, #close a  {
	color:#f0ede4;
	display: block;
	overflow: hidden;
	background: url(https://gsm.utmck.edu/design/images/bg-subnav-open.gif)  center 50% no-repeat;
	margin: 0;
	padding: 25px 0 0 0;
	text-indent: -9999px;
	height: 0px !important;
	}
#close a  {
	background: url(https://gsm.utmck.edu/design/images/bg-subnav-close.gif)  center 50% no-repeat;
	}
.subslider {
	margin:0 0 2em 0;
	padding:0;
	}
.subslider li, #close {
	display:none;
	}
 
 
 h3.subhead a, h3.subhead, h4.subhead {
 	/* font-size: 1.2em; */
	color:#f0ede4;
 }
 h3.subhead a {
 	border-bottom: dotted 1px #666;
 }
.subslider li a {
	color:#f0ede4;

}


/* [ FOOTER AREA    ] ==============================================================================  */


.footer-column ul a {
	color: white;
}
.sn-icon {
	margin-left: 8px;
}


/* [ MISCELLANEOUS ELEMENTS    ] ===================================================================  */

.flickrimg, .box img {
	padding: 3px;
	background: #f0ede4;
	border: 1px solid #517c96;
	margin: 0 3px 3px 0;
}
 .box img {
	margin: 0 10px 10px 0;
}
.flickr a, .flickerimg a, .box img a {
	border-bottom: 0;
}
.flickrimg:hover, .box img:hover {
	background: #ddd9ce;
}
.feedicon {
	margin-top: 1px;
	margin-bottom: -1px;
}
#largerock {
	background: #f0ede4;
	padding: 1em;
}
#largerock img {
	background: #fff;
	padding: 3px;
	color: #333;
	float: left;
	margin: 0 20px 0 0;
}
/* ====[ MEDIA QUERIES   ]==========================================================================  */



@media only screen and (min-width: 480px) {

.container { 
	width: 96%; 
	margin: 0 auto; 
	padding: 0; 
	}

.footer-map,
.footer-column,
#menu,
.eventsfeed, 
.newsfeed,
    #masthead  { 
    margin: 0;
    display: block;  
    float: left;
    }

.footer-map,
.logo-area,
.footer-column,
.wordmark,
.promo,
.wordmark ,
.tools,
.richmedia,
#menu,
.one-third,
.two-thirds,
#footernav {
	width:  96%;
	}
.two-thirds {
	margin-left: 2%;
}

#masthead {
		width: 100%;
		}

.richmedia {
	margin: 0 0 1em 2%;
}
.logo {
	text-align: center;
	display: block;
		}
.search input.searchfield {
	width: 65.3561%;
}
.search input.searchsubmit {
	width: 19.4520%;
}
.quicklinks  ul.navigation li, 
.quicklinks  ul.navigation li a, 
.menu-hider ul.navigation li, 
.menu-hider ul.navigation li a {
		 display: inline;
		}
		
.col {
	margin-top: 26px;
}

}

/* ====[ 600px  ]========================================================================== */
@media only screen and (min-width: 600px) {



.logo a {
   background: url(https://gsm.utmck.edu/images/logos/gsmlonglogo.png)  center 50% no-repeat;
   }


.container {
	width: 100%; 
	margin: 0 auto; 
	padding: 0; 
	}


.column, 
.eventsfeed, 
.newsfeed, 
.quicklinks, 
.logo-area,        
#menu,
.columns,
.socialsection { 
	float: left;
	display: inline;
	}


.alpha {
	margin-left: 0;
	margin-right: 1.7361%;
	}

.omega { 
	margin-right: 0;
	margin-left: 1.7361%;
	}

.logo-area {
	width: 100%; 
	}

.wordmark  { 
	width: 100%; 
	}

.promo, 
.eventsfeed, 
.newsfeed   { 
	width: 47.9463%; 
	margin-left: 1.02685%;
	margin-right: 1.02685%;
	}

.tools,
#menu,
.quicklinks {  
	width: 100%;
	}
.quicklinks {
	margin-left: 1.3021%;
	width: 97.1941%;
}
.footer-map,
#footernav {
	width: 46.5277%;
	}

.quicklinks  ul.navigation li, 
.quicklinks  ul.navigation li a, 
.menu-hider  ul.navigation li, 
.menu-hider  ul.navigation li a  {
		 display: inline;
		}

nav ul#nav1, 
nav ul#audience-nav, div.subnav, div.subnavtab, ul#toolbox { 
	display: block; 
	}

nav select,section.hidden-navigation select, section.tools select { 
	display: none; 
	}
.flexslider .slides img, #videowrap  div, #videowrap2  div, #videowrap3  div, #videowrap4  div, #videowrap5  div  {
	margin-left: 4%;
	width: 92%;
	}

.footer-column {
	margin: 0;
	width: 100%
	}
.flexslider .slides figcaption {
	width: 92%; 
	margin-right: 4%; 
	}	

/* ====[   768px  ]========================================================================== */	
}

@media only screen and (min-width: 768px) {

body {
	background: #fff url(https://gsm.utmck.edu/design/images/bg-body.jpg) repeat-x;
}



ul#nav1 {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.container { 
width: 97%;



  }

#videowrap, #videowrap2, #videowrap3, #videowrap4, #videowrap5    {
	width:  62.5%; 
	float: left;
	}
.two-thirds #videowrap, .two-thirds #videowrap2, .two-thirds #videowrap3, .two-thirds #videowrap4, .two-thirds #videowrap5   {
	width:  100%; 
	float: left;
	}
.wide.flexslider .slides figcaption {
	width: 33%;
	margin-right: 2.5%;
	}
.wide.flexslider .slides img {
	width: 60.5%;
	margin-left: 2.5%; 
	}	


.alpha { 
	margin-left: 0; 
	margin-right: 1.302%; 
	}

.omega { 
	margin-right: 0; 
	margin-left: 1.302%; 
	}
.slides h1 {
	font-size: 2.5em;
}


.logo-area { 
	width: 34.8958%; 
	}

.wordmark { 
	width: 41.1458% !important; }



.tools { 
	width: 53.64583% !important; }


.richmedia,
#menu   { 
	width: 100%;
	margin: 0;
	}

.quicklinks {
	width: 97.1941%;
}
.one-third { 
	width: 31.2796%;
	margin-left: 1.026%;
	margin-right: 0%;
	}
.two-thirds { 
	width: 64.0625%;
	}
.three-thirds {
	width: 95.8908%;
	margin-left: 1.026%;
}

.search {
	margin: 45px auto 0 auto;
}
.logo {
	text-align: center;
	margin-top: 17px;
	display: block;
	}

.logo a {
   padding: 82px 0 0 0;
    }

ul#toolbox {
	position: relative;
}


#footernav, 
.socialsection {
	margin-right: 0;
	}

#footernav {
	width: 68.75%; }

footer#mainfooter ul li {
	display: block;
	}

.footer-map {
	width: 31.25%;
	}
.footer-column {
	width: 22.9166%;
	margin: 0;
	}




/* ====[   922px  ]========================================================================== */
@media only screen and (min-width: 992px) {

.container { 
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
	}


.column, 
.columns, 
.eventsfeed, 
.newsfeed, 
.quicklinks,
.columns,  
.logo-area,        
#menu { 
	float: left;
	 display: inline; 
	 margin-left: 1.02685%; 
	 margin-right: 1.02685%;
	 }
#menu,.richmedia { 
	 margin-left: 0; 
	 margin-right: 0;
	 }
ul#nav1 li a, ul#audience-nav li a {
	font-size: 0.75em;
		-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;
}
ul#audience-nav li a {
	font-size: 0.85em;
}
.quicklinks ul.navigation li a {
	border-bottom: 1px solid #ccc;

}


.row { margin-bottom: 20px; margin-top: 20px }
	
	    /* Nested Column Classes */
	    .alpha               { margin-left: 0; }
	    .omega               { margin-right: 0; }
	
	    /* Base Grid */

.footer-column {
	width: 22.9166%; 
	margin-left:  1.0416%;
	margin-right: 1.0416%; 
	}



.one-third, 
.eventsfeed, 
.newsfeed, 
.quicklinks { 
	width: 31.2796%; 
	}

.two-thirds { 
	width: 64.5833%; 
	}


.footer-column ul.navigation li {
	display: block;
	width: 100%;
	margin: 0 ;
	}
	
.quicklinks  ul.navigation li, 
.quicklinks  ul.navigation li a, 
.menu-hider ul.navigation li, 
.menu-hider ul.navigation li a {
	display: block;
	} 
	
ul.inline li {
	width: auto;
	float: left;
	display: inline !important;
	}
.logo a {
	background-image: url(https://gsm.utmck.edu/images/logos/gsmlonglogo.png);
	background-repeat: no-repeat;
	background-position: center 50%;
   }
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====[   1382px  ]========================================================================== */
@media only screen and (min-width: 1382px) {


}

/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {


}


