/*   
Theme Name: University of Mississippi | Non-Academic Template v.07a
Theme URI: https://olemiss.edu/
Description: This template is based on a design by Mercury Printing
Author: Le'Herman Payton
Author URI: http://communications.olemiss.edu
Version: 0.7a1 - 07302013
*/

/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-------------------------------------------------- End of NORMALIZE  --------------------------------*/




/*------------------------  BEGIN MYSTYLES  -------------------------*/
/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}
	
#wp-calendar caption {
	color: #333333;
	}

#sidebar #wp-calendar th {
	color: #333333;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #F7F7F7 !important;
	}
	
#wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
p,
pre {
    margin: .7em 0;
}
html {
	background:#f2f2f2;
	-webkit-font-smoothing: antialiased;
}
ul {list-style-type:none;}
h1, h2, h3, h4, h5, h6, ul {margin:0;padding:0;}
p {
	font-size:.95em;
	color:#555;
	line-height:1.7em;
	/*position:relative;*/
}
h1, h2,  h4, h5 {
  color: #14213D;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  font-weight:normal;
  /*padding-bottom: 10px;*/
}
h1 {
	font-size:2em;
	
}
h2 {
	font-size:1.5em;
	padding-bottom: 10px;
	padding-top: 12px;
}
h3, h3 a {
  font-size: 1em;
  color: #000066;
  padding-top: 8px;
}
h5 {
	font-family: sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #000066;
}
p, h3, h5, a {
  text-shadow: 0 1px 0 #FFFFFF;
}
.wp-caption-text {
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .7em;
    line-height: 1.3em;
    margin-top: 8px;
    padding: 0;
}
p a {
	color: #142161;
    font-weight: bold;
    text-decoration: none;
}

ul {font-size:.9rem;}
.btcf:after {
    content: "";
    display: table;
    clear:both;
}

hr {
    background-color: #CCC/*#E0E0E0*/;
    border: medium none;
    color: #E0E0E0;
    height: 1px;
	margin: 35px 0 25px;
}
.shadow
{
    display:block;
    position:relative;
}
 
.shadow img
{
    display:block;
}
 
.shadow::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
}

/*------------------------------LINKS---------------------------------*/
section.news a, section.text a, main a {
	color: #142161;
	font-weight: bold;
	text-decoration: none;
}
section.news h3 a {
	color: #006;
}
section.news h3 a:hover {
	color: #006;
	text-decoration: none;
}
a em.notbld {font-weight:normal;}
section.news a em.notbld {color:#555;}
section.news a#mediaKit {color:#000;}

/*-------------------------------  PAGE STYLES  -----------------------------------*/


header {width:100%}
header a {display:inline;text-decoration:none;}
header .watermark {
  background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/logo/UMStripWaterMark.png") no-repeat scroll 0 0 transparent;
  height: 186px;
  left: -1px;
  position: absolute;
  top: -7px;
  width: 166px;
  opacity:.1;
  filter:alpha(opacity=10); /* For IE8 and earlier */
}
header #umstrip {
  height: 36px;
  line-height: 36px;
  position: relative;
}
header #umstrip .umstriplogo {
	position: relative;
}
header #umstrip .umstriplogo a {
  color: #14213D;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  text-transform: uppercase;
}
header #umstrip .searchme {
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
}
header #umstrip .searchme form {
  background: none repeat scroll 0 0 gold;
  /*border: 1px solid #FFFFFF;*/
  display: inline;
  font-size: 0;
}
header #umstrip .searchme form input#q {
  background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/icons-main/search.png") no-repeat scroll 7px center #EAEAEA;
  border: 1px solid #CCCCCC;
  font-size: .75rem;
  margin: 0;
  padding: 5px 10px 5px 30px;
}
header #depthead a {color:white;}
#umstripContainer {width:100%;}
#umstrip {max-width:1200px;height:36px;margin:0 auto;
    position:relative;}
.umstriplogo {position:absolute;}

.searchme {position:absolute;right:0;top:0;}
#deptheadContainer {
    width:100%;
	border-bottom:4px solid #CE1126;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMjM2NyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE3MWY0ZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjFiM2EiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,35,103,0.95)), color-stop(49%, rgba(23,31,79,0.95)), color-stop(100%, rgba(15,27,58,0.95)));
	background: -webkit-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -o-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: linear-gradient(to bottom, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f21d2367', endColorstr='#f20f1b3a', GradientType=0 )
}
#depthead {
    max-width:1200px;
	margin:0 auto;
    height:96px;
    position:relative;
}
#depthead .combined {
	height: 96px;
	line-height:96px;
}
#depthead h1 { }
#depthead h1 a {
	  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
	  font-size:.9em;
	  line-height:1em;
	  font-weight:normal;
	  text-shadow:none;
}

/*--------------------------------  NAV  --------------------------------------------*/
#navContainer {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMjM2NyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE3MWY0ZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjFiM2EiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,35,103,0.95)), color-stop(49%, rgba(23,31,79,0.95)), color-stop(100%, rgba(15,27,58,0.95)));
	background: -webkit-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -o-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
	background: linear-gradient(to bottom, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f21d2367', endColorstr='#f20f1b3a', GradientType=0 )
}
nav {}
#menu-main-container {}
#mainnav {max-width:1200px;margin:0 auto;}
#mainnav ul {display:table;border-left: 1px solid #000000;border-right: 1px solid #39428F;}
#mainnav ul a {color:#FFF;text-decoration:none;}
#mainnav ul li {display:table-cell;}
#mainnav ul {

  clear: both;
  height: 44px;
  position: relative;
  z-index: 500;
  display:;
}
#mainnav > li {

  display: block;
  float: left;
  height: 43px;
  position: relative;
}
#mainnav ul > li {
  border-bottom: 1px solid #39428F;
  
}
#mainnav ul > li > a {
  color: #FFF;
  display: block;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  font-size: 22px;
  line-height: 38px;
  padding: 3px 12px;
  position: relative;
  text-shadow:none;
  transition: color 0.15s ease-in 0s, background-image 0.2s linear 0.15s;
  z-index: 550;
  border-left: 1px solid #39428F;
  border-right: 1px solid #000000;
}

#mainnav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 44px; /* this should be the same height as the top level menu -- height + padding + borders */
	border:none;
}
#mainnav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	min-width:175px;/* /* set to the width you want your sub menus to be. This needs to match the value we set below */
	/*addon*/
	background-color: #252B5D;
	border-top: 1px solid #373e7a;
	border-bottom: 1px solid #14213d;
	position:relative;
	display:block;
}
#mainnav ul ul li a { /* target all sub menu item links */
	/*addon*/
	border: none;
	text-shadow: 0 -1.5px 0 #000;
	text-align: left;
	line-height: 42px;
	color: #9BA5C2;
	font-size: 14px;
	font-size: .9rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 30px 0 20px;
	white-space: nowrap;
	
}

#mainnav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#mainnav ul ul ul {
	/* target all second, third, and deeper level sub menus */
	left: 100%; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	position: absolute;
	}
#mainnav ul ul li a:hover {
	color: white;
	background-color: #14213D
}

/*-------------------------------------rsSLIDER--------------------------------------*/

.royalslider {display:block;border-top:1px solid #CCCCCC;}
.royalslider2 {width:100%;padding-bottom:20px;}
.royalslider3 {width:340px;float:left;padding:0 25px 0 0;}
@media (max-width:1279px) {
	.royalslider2 {max-width:645px;}
	.royalslider3 {width:300px;}
}
@media (max-width:1023px) {
	.royalslider2 {max-width:385px;}
	.royalslider3 {width:300px;padding-bottom:25px;}
	main {clear:left;}
}
@media (max-width:767px) {
	.royalslider2 {max-width:100%;}
	.royalslider3 {display:none;}

}


/*-------------------------- MAIN-CONTENT -------------------------------------------*/

#main-content {max-width:1200px;margin:0 auto;position:relative;}
main {float:left;padding:20px 344px 0 0;}
main h1 {line-height:1.1em;}
main h2 {line-height:1.1em;padding:0;margin:22px 0;}
main h3 {padding-bottom:3px;line-height:1.2em}
main h4 {font-family:Arial, sans-serif;font-size:.95em;font-style:italic;font-weight:bold;color:#059;line-height:1.1em;margin:18px 0 0;padding-bottom:4px;}
main h5 {font-family:Arial, sans-serif;font-size:.95em;font-weight:normal;color:#009;line-height:.95em;margin:18px 0 0;padding:0;}

main h4 a {text-decoration:underline;color:#059;}
aside {width:314px;float:right;margin-left:-100%;padding-top:20px}

main ul li, main ol li {
	line-height:1.4em;
}
main ul {
line-height: 1.7em;
list-style:disc outside none;
padding-left: 25px;
padding-bottom:4px;
margin: 8px 0 0;
color:#555;
}
ol {
	font-size:.95em;
line-height: 1.7em;
padding-left: 25px;
padding-bottom:;
margin: 8px 0 0 15px;
color:#555;
}
main li {
  margin-bottom: 8px;
}
main div.group.news {
}
	
/*main div#stratpicContainer {
	width:272px;
	height:376px;
	border: 1px solid #000000;
}
main div#stratpic {
  float: right;
  margin: 12px 0 0 12px;
  width: 272px;
}
main div#stratpic .shadow::before
{
    -moz-box-shadow:inset 0px 0px 10px 7px rgba(0,0,0,0.5);
    -webkit-box-shadow:inset 0px 0px 10px 7px rgba(0,0,0,0.5);
    box-shadow:inset 0px 0px 10px 7px rgba(0,0,0,0.5);
}*/



/*------------------------ CONTACT US -------------------------------------*/
section#cinfo {max-width:100%;float:left;display:block;clear:both;}
ul.contactList h5 {
	line-height: 1.4em;
	padding-bottom: 0px;
}
ul.contactList {
	padding-top: 4px;
	
}
ul.contactList:before, ul.contactList:after {
	content: "";
	display: table;
}
ul.contactList:after {
	clear: both;
}
/*NEW*/
ul.contactList li.cl {
    width: 30%;
    margin-right: 3%;
    padding: 1px 0px 4px;
    float: left;
}
ul.contactList li.cl:before, ul.contactList li.cl:after {
	content: "";
	display: table;
}
ul.contactList li.cl:after {
	clear: both;
}
ul.contactList li {
	color: rgb(76, 76, 76);
	line-height: 1.4em;
}

/*NEW*/
ul.contactList .contactListpik, .leadpic {
	height:136px;
	margin-bottom: 12px;
	margin-right: 9px;
	padding:2px;
	border: 1px solid #CCC;
	background: white;
	float: left;
}


ul.contactList li a {font-weight:normal;}
.leadpic {
	margin-top: 12px;
}

/*NEW*/
/*Contact List on Index page*/
ul.contactList li.br {width:100%;height:18px;clear:both;}

/*Contact List on Imaging page*/
ul.contactList.imaging {width:100%;margin:12px 0 0 0;padding:0}
ul.contactList.imaging li.cl {
	width: 100%;
	margin-right:0;
	padding: 1px 0 15px;
	float: left;
}
ul.contactList.imaging li:last-child {padding-bottom:0;}
ul.contactListpik li.cl img {
	width:130px;

}


/*---------------------------  ASIDE  --------------------------------------------*/
aside section.sidebar {
	display:block;
	padding:20px 0 0 0;
}
aside #adwidget_imagewidget-2, aside #adwidget_imagewidget-3 {
	padding-bottom:15px;
}
/*----------------------------------- SIDEBAR MENUS -------------------------------*/

nav.sidebar {margin-bottom:25px;}

/*---CONTACTBLOCK---*/
nav ul li {line-height:.9em;margin:;}

nav a {
	text-decoration:none;
}
nav.sidebar.contactblock, nav.main-contact.contactblock {
  background-color: #14213D;
  padding: 20px;
}
nav.main-contact.contactblock {
	margin:20px 0 0 0;
}

nav.sidebar.contactblock ul li, nav.main-contact.contactblock ul li {
	margin:.2em 2em 1em 0;
}
nav.sidebar.contactblock ul li a {
	font-weight:normal;
	line-height:.5em;
  color: #9BA5C2;
  display: inline;
  text-shadow: none;
}
nav li.phnumber {
  background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/depts/gray-phone.png") no-repeat scroll 0 center transparent;
}
nav li.email {
  background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/depts/gray-email.png") no-repeat scroll 0 center transparent;
}
nav li.location {background:url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/depts/map.png") no-repeat 0 center transparent;}
nav.sidebar.contactblock ul li a, nav.main-contact.contactblock ul li a {
  color: white;
  font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
  font-size: 1.6em;
  font-weight: normal;
  text-shadow: none;
}
nav.sidebar.contactblock ul li.assist a, nav.sidebar.contactblock ul li.assist-number a, nav.sidebar.contactblock ul li.fax a, nav.main-contact.contactblock ul li.fax a {
	font-family:Arial;
	font-weight:bold;
	color: #9BA5C2;
}
nav.main-contact.contactblock ul li.assist a, nav.main-contact.contactblock ul li.assist-number a {
	font-family:Arial;
	font-weight:bold;
	color: #9BA5C2;
}
nav.sidebar.contactblock ul li.assist-number a {
	font-size:.8rem;
	font-weight:normal;
}
nav.main-contact.contactblock ul li.assist-number a, {
	font-size:.8rem;
	font-weight:normal;
}
nav.main-contact.contactblock ul li.assist, nav.main-contact.contactblock ul li.assist-number {
font-size:.5em;
  color: #9BA5C2;
  text-shadow: none;
  text-transform: uppercase;
  line-height:1em;
}
nav.sidebar.contactblock ul li.assist, nav.sidebar.contactblock ul li.assist-number, nav li.fax {
font-size:.6em;
  color: #9BA5C2;
  text-shadow: none;
  text-transform: uppercase;
  line-height:1em;
}
nav.sidebar.contactblock ul li:nth-child(1), nav.main-contact.contactblock ul li:nth-child(1) {
	/*margin-bottom:16px;*/
}

nav.sidebar.contactblock ul li, nav.main-contact.contactblock ul li {
	padding-left:30px;
}
nav.contactblock ul li.assist, nav.contactblock ul li.assist-number, nav.sidebar.contactblock ul li.fax, nav.main-contact.contactblock ul li.fax {padding-left:0px;}
nav.sidebar.contactblock ul li.fax, nav.main-contact.contactblock ul li.fax {background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/border/black-blue-hrz.png") repeat-x scroll center top transparent;padding-top:21px;}


/*Otherlinks*/
/*----BOXMENU---*/
nav.otherlinks {
  background-color: white;
  border: 1px solid #D9D9D9;
  line-height: 24px;

}
nav.main-other.otherlinks {
	margin: 20px 0 40px;
}
section.sidebar .menu {
  padding-bottom: 0;
}
nav.otherlinks li {
  border-bottom: 1px solid #D9D9D9;
}
nav.otherlinks li a {
  color: #142161;
  font-size: .9em;
  font-weight: bold;
  display:block;
  padding: 15px 15px 12px 30px;
background: url("https://common.olemiss.edu/legacy_stuff/_umincludes/_umimages/icons-main/arrow-blue.png") no-repeat scroll 4px center transparent;
}
nav.otherlinks {
  background-color: #E8EBF2;
  display:block;
}
/*deptlinks*/
/*----BOXMENU---*/
nav.deptlinks {
  background-color: white;
  border: 1px solid #D9D9D9;
  line-height: 24px;

}
nav.deptlinks li {
  border-bottom: 1px solid #D9D9D9;
}
nav.deptlinks li a {
  color: #142161;
  font-size: .9em;
  font-weight: bold;
  display:block;
  padding: 15px 15px 12px;
}
/*-----------------------------------  MEGANIZR  (NAV)  ---------------------------*/



/*----------------------------------  FOOTER  -----------------------------------------------*/
footer {
	width:100%;
	font-weight:bold;
	color:#FFF;
}
footer p, footer a {
	font-size:.8rem;
	line-height:1rem;
	text-shadow: none;	
}
footer a {
	color:#FFF;
	text-decoration:none;
}
footer#dept {
	background:#252B5D;
	
}

/*WP-NAV-DEPTFOOTER*/
section#deptlinksContainer {
	background: url("images/imgs_footer/deptinfo-split-border.png") repeat-y scroll 50% top transparent;
	width: 1200px;
	margin: 0 auto;
	position:relative;
	display: table;
	padding: 20px 0;
}
section#deptlinksContainer nav {
	float:left;
	
}
nav.address, nav.contact {
	width:12.5%;
}
nav.deptfooterlinks ul li {
	font-weight:normal;
	line-height:1em;
	margin-bottom: .4em;
}
nav ul li.bld {
	font-weight:bold;
}
nav ul li.colour a {
	color:#9AA4C1;
}
nav.social {
	width:24%;
	margin-left:1%;
}
nav.social ul li a {
	line-height:1.4em;
	width:40%;
	float:left;
	padding-left:10%;
}
nav.social ul li a.socialicon-h.fb {
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -320px transparent;
}
nav.social ul li a.socialicon-h.twit {
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -300px transparent;
}
nav.social ul li a.socialicon-h.yt {
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -403px transparent;
}
nav.social ul li a.socialicon-h.ig {
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -240px transparent;
}
nav.social ul li a.socialicon-h.gg{
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -200px transparent;
}
nav.social ul li a.socialicon-h.pint {
    background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -220px transparent;
}
nav.lk {
	width:9%;
	margin-left:3%;
}
nav.lk a {text-decoration: none;}
nav.lk a:hover {text-decoration: underline;}
nav.deptfooterlinks.lk ul li {
	/*font-weight:bold;*/
	background: url("images/imgs_footer/arrow-rt.png") no-repeat scroll left 2px transparent;
	padding:0 11%;
}

/*FOOTERUM*/
footer#um {
	background: #14213D;
	padding: 20px 0 35px;
}
footer#um li {
	padding-bottom: 6px;
}
footer nav#mainfooter {
	position:relative;
}
footer#um nav#mainfooter .row.address {
	width:100%;
	display:table;
}
footer#um div.column {
	width:16.66%;
	padding-left:9px;
	display:table-cell;
	border-color:#2B366A;
	border-image: url("images/imgs_footer/black-blue-vrt.png") 0 0 0 2 repeat repeat;
	border-style: solid;
	border-width: 0 0 0 2px;
	vertical-align:top;
} 
footer#um nav#mainfooter div.addressblock, footer#um nav#mainfooter div.addressblock a {
	font-size:.6rem;
}
footer#um nav#mainfooter div.addressblock {
	font-weight:normal;
	text-align:center;
	width:33.33%;
	display:table-cell;
}
footer nav#mainfooter .row.address .addressblock .vcard, footer nav#mainfooter .row.address .addressblock .vcard a {
	color: #9BA5C2;
	line-height: 17px;
	margin-top: 17px;
}
footer nav#mainfooter .row.address .addressblock .omlogo {
  background: url("images/imgs_footer/OleMiss.png") no-repeat scroll left top transparent;
  height: 41px;
  margin: auto;
  text-indent: -9999px;
  vertical-align: text-top;
  width: 126px;
}
footer#um div.row.applications {
	display:none;
}
footer#um div.legal  {
	width:100%;
	font-weight:normal;
	color: #B9C5E8;
}
footer#um div.legal a {
	font-size:.55rem;
	line-height:.6em;
	color: #B9C5E8;
}
footer#um div.legal ul li {
	line-height: 0.6em;
	float: left;
	padding: 0px 6px;
	border-left: 1px solid #B9C5E8;
}
footer#um div.legal ul li:first-child {
	padding-left:0;
	border-left:none;
}
footer nav#mainfooter .legal {
  margin: 40px 0 20px;
  position: relative;
  text-align: top;
}
footer div.copyright {
	line-height:24px;
	float:left;
	clear:left;
}
footer nav#mainfooter .legal .mspublicuniversities {
  bottom: -50%;
  display: none;
  position:absolute;
  right: 0;
}
footer section#deptinfo-h, footer nav#mainfooter {
	max-width:1200px;
	margin:0 auto;
}
footer nav#mainfooter .legal ul, footer nav#mainfooter .copyright {
}
footer nav#mainfooter .copyright {
	position:absolute;
	top:0;
	right:0;
}


/*-------------------  WORDPRESS  --------------------------------*/
#home .description {display:none;}

@media (min-width: 1024px) and (max-width: 1280px) {
	#umstrip, #depthead, #mainnav, #main-content, footer section#deptinfo-h, footer nav#mainfooter {
	width: 984px;
	max-width: 984px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
	#umstrip, #depthead, #mainnav, #main-content, footer section#deptinfo-h, footer nav#mainfooter {
	width: 728px;
	max-width: 728px;
    }
    main div#stratpic {
  float: none;
  margin: 12px 0 0 0;
  padding-left:0;
  width: 100%;
}	
	main div#stratpic p.caption {
		width:272px;
	}
	main ul.contactList {
		width:100%;
	}
	#mainnav ul ul { /* this targets all sub menus */
	top: 46px; /* this should be the same height as the top level menu -- height + padding + borders */
}
	
}

/*NEW*/
footer nav#mainfooter .legal .mspublicuniversities {
 display:none;
}
footer nav#mainfooter .legal {width:100%;position:relative;}
footer nav#mainfooter .legal ul {position:absolute;left:0;top:0;}
footer nav#mainfooter .legal ul li {float:left;}
footer nav#mainfooter .copyright {position:absolute;right:0;top:0;}
footer nav#mainfooter .copyright a {float:right;line-height:1.2em;}




@media only screen and (max-width: 767px) {
	#umstrip, #depthead, #mainnav, #main-content, footer section#deptinfo-h {
	margin: 0 20px;
	}
	main {
		float:none;
		padding:0;
	}
	main ul.contactList li.cl {
	padding:0 0 15px 0;
	
	}
	ul.contactList li.br {
display:none;}
	#mainnav ul {
		width:100%;
	}
}


/*------------------------  RSS NEWS FEED  --------------------------*/
#info-news h5 {padding-left:15px; background:url(../_images/imgs_news/newsSquare.png) no-repeat left 4px;}
.group {
	float:left;
	width:33.33%;
	padding-right: 5%;
}
.last {
	float:left;
	width:33.33%;
}
.gf-result .gf-author, .gf-result .gf-spacer, .gf-result .gf-relativePublishedDate, .gf-snippet {
display: none;
}
.gfc-resultsHeader {
	display: none;
}
.gf-title {
	font-weight: normal;
	font-size: 1.1em;	
}
.gfc-result .gf-title {
	color:#4c4c4c;
	line-height: 1.3em;
	height: 100%;
	padding: 0 0 5px 0;
	/*NEW*/
	padding: 5px 0 2px 0;
	overflow: hidden;
}
.gfc-result .gf-title a:after {
	content: " Read More...";
	color: #006;
	padding: 8px 0 0 0;
	border-bottom:1px solid #e0e0e0;
	display: block;
	width: 100%;
	/*NEW*/
	border-bottom:none;
}
#content .officeinfo {
	padding: 0;
	background: white;
	margin-bottom: 10px;
}
	#content .officeinfo a {
	display: inline;
	font-size: 12px;
}

#content .officeinfo h3 {
	font-size: 1.1em;
	color: #fff;
	text-shadow: none;
	width:100%; 
	height:30px; 
	padding:6px 0 0 12px; 
	background-color:#cac3b5; 
	border-bottom:1px solid #9b9588;
}
#content .officeinfo h4 {
	padding: 0;
	margin: 0;	
	font-weight: 500;
}
.gfc-result {
	margin-bottom: .2em;
}
.gfc-resultsRoot {
	padding: 5px 0 0 0;
}
.infoside {
}


.infobox {
}


/*--------------------------------- MEDIA QUERY  ---------------------------------------*/











@media (min-width: 1280px) {
section.herophoto .flexslider {
	width: 1200px;
	/*height: 400px;*/
	border: none;
	margin: 0 auto;
	box-shadow: none;
}
section.herophoto .flex-control-nav {
	bottom: 20px;
	left: 8px;
	text-align: left;
}
	ul.contactList.imaging li.cl {
		width:44%;
	}
}
@media (max-width: 1279px) {
	ul.contactList.imaging li.cl {
		width:100%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	section#deptlinksContainer {width:984px;}
	nav.address, nav.contact {
		width:15%;
	}
	nav.social {
		width:19%;
		margin-left:0;
	}
	nav.social ul li {
		width:36%;
		padding-left:14%;
	}
	section.herophoto .flexslider  {
	width: 984px;
	/*height: 400px;*/
	margin: 0 auto;
	overflow: hidden;
}

}
/*C*/@media (width: 1024px) {
	#mainnav ul li.main a {
		padding:0 12px;
}
}
/*C*/@media (min-width: 1024px) {
	#mainnav ul li.main:hover ul.dd {
		top: 43px;
		z-index: 10;
		
	}
}
@media (max-width:1023px) {
	section#deptlinksContainer nav {
		float:left;
		width:auto;
		top:20px;

	}
	section#deptlinksContainer nav.contact {
		position: absolute;
		top:100px;
	}
	nav.social ul {padding-left:25px
}
	nav.social ul li {float:none;padding-left:25px;}
	
	#miscLinks {width:280px;float:left;margin-left:120px;}
	#miscLinks nav.lk {width:45%;height:120px;}
}
@media (min-width: 768px) and (max-width: 1023px) {
	/*MAINNAV*/
	#mainnav ul > li > a {
    padding: 4px 10px;
	font-size:1.3em;
	}

	/*SLIDER*/
	section.herophoto .flexslider  {
	width: 728px;
	/*height: 400px;*/
	margin: 0 auto;
	overflow: hidden;
	}
	section.news div#stratpic {width:100%;float:left;background:;margin:12px 0 0 0;}
	section.news div#stratpic p {width:272px;}
	/*SECTION NEWS*/
	div.sec_table_part.tcell.lt, div.sec_table_part.tcell.rt {
		width:100%;
		padding: 0;
		border:none;
		display: block;
	}
	/*CONTACT US*/ /*C*/
	ul.contactList li.cl {
    width: 100%;
    margin-right: 0%;
    padding: 1px 0px 4px;
    float: left;
	}
	ul.contactList li.br {
		clear: both;
		height: 0px;
		width: 100%;
	}
	/*RSS FEED*/
	.group {
		float:none;
		width:100%;
	}
	.last {
		float:none;
		width:100%;
	}
	div.sec_table_part.tcell {
    display:block;
}

	
	/*FOOTER*/
	section#deptlinksContainer {width:728px;height:200px;}

	
}

/*C*/
@media (max-width: 767px) {
	
	#mainnav ul {border-left:none;border-right:none;}
	#mainnav ul > li {
    display:block;
	width:100%;
	text-align: center;
	}
	#mainnav ul li {
		border-top: 1px solid #39428f;
		border-bottom: 1px solid #000;
		border-left: none;
		border-right: none
	}
	#mainnav ul li:hover > ul {
		display: none; /* hides sub menus when hovering over a parent */
	}
	#main-content {
		margin:20px;
	}
	#mainnav {
		margin:0;
	}
	#main-content nav.contactblock, #main-content nav.deptlinks {display:none;}
	#main-content .infobox nav.contactblock, #main-content .infobox nav.deptlinks {display:block;}
	#main-content .infobox nav.contactblock {margin-top:25px;}
	aside {width:100%;float:none;margin-left:0;padding-top:20px}
	aside .AdWidget_ImageWidget {
	 	
}
	aside #adwidget_imagewidget-4 a img {width:auto;margin:0 auto;}

	div.sec_table_part.tcell {
	    display:block;
		width:100%;
		border:0;
	}
	div.sec_table_part.tcell.rt {
		width:100%;
		border-left:0;
	}
	div.sec_table_part.tcell.lt {
		border-right:0;
	}
	
	/*FOOTER*/
	footer#um {}
	section#deptlinksContainer {width:570px;margin:0 auto;}
/*	section#deptlinksContainer nav {
		float:left;
		width:auto;
		top:20px;

	}
	section#deptlinksContainer nav.contact {
		position: absolute;
		top:100px;
	}
	nav.social ul {
	padding-left: 25px;
}
	nav.social ul li {float:none;padding-left:25px;}
		#miscLinks {width:270px;float:left;margin-left:30px;}
	#miscLinks nav.lk {width:45%;height:120px;}
	
	nav.address  {
		width:45px;
}*/


section#deptlinksContainer {
	height: 365px;
	/* [disabled]margin: 0; */
	padding: 20px 0;
	position: relative;
}
section#deptlinksContainer nav.address, section#deptlinksContainer nav.contact  {
			float:none;
		}
#miscLinks {
    float: none;
    margin-left: 0;
    width: auto;
}
#miscLinks nav.lk {width:100%;height:auto;margin-left:0;}
nav.misc {
  position: static;
  width: auto;
  
}
section#deptlinksContainer nav, section#deptlinksContainer nav.contact, section#deptlinksContainer nav.social {
  position: static;
}
section#deptlinksContainer nav.address ul, section#deptlinksContainer nav.contact ul, section#deptlinksContainer nav.social ul {
  padding:0 0 12px 25px;
}

section#deptlinksContainer #miscLinks {
	position:absolute;
	top:20px;
	left:55%
}




	footer#um div.row.applications {
	display:table;
}
	footer#um nav#mainfooter {
		max-width:570px;
	}
	footer#um nav#mainfooter .row.address div.column  {
	display:none;
}
footer nav#mainfooter .legal {width:100%;position:relative;margin-top:0;}
footer nav#mainfooter .legal ul {position:relative;text-align:center;}
footer nav#mainfooter .legal ul li {float:none;display: inline-block;}
footer nav#mainfooter .copyright {float:none;line-height:1em;position:relative;padding-top: 2px;text-align:center;}
footer nav#mainfooter .copyright a {float:none;display:inline-block;}
footer nav#mainfooter .legal ul li:last-child {margin-right:0; padding-right:0;}
footer nav#mainfooter .row.address .addressblock {
    display: block;
    text-align: center;
    width: 100%;
	padding: 20px 0 10px;
}
}
@media (min-width: 768px) {
	/*C*/
	section.news, section.text {
    	padding: 0px 20px 20px 0px;
	}
	body#pr section.news, body#services section.news {padding-top: 20px;}
	nav.main-contact, nav.main-other {}
	.infoside {}
	.infobox {display:none;}
	
}
@media (max-width: 700px) {
ul.contactList li.cl {
	width: 100%;
	padding: 1px 0 4px;
	float: left;
}
}

/*C*/@media (max-width: 580px) {
	section#deptlinksContainer {
	width: 100%;
	}
ul.contactList li.cl {
    width: 100%;
    margin-right: 0%;
    padding: 1px 0px 15px;
    float: left;
}
ul.contactList li.br {
    clear: both;
    height: 0px;
    width: 100%;
}
/*FOOTER*/

}
@media (max-width:501px) {
	/*RSS FEED*/
	.group {
		float:none;
		width:100%;

	}
	.last {
		float:none;
		width:100%;
	}
}
@media (min-width: 501px) {
section.herophoto {
	width: 100%;
	/*height: 400px;*/
	overflow: hidden;
	/*float: left*/
	padding:10px 15px 20px;
	margin:0 auto;
}
}
@media (max-width: 500px) {
section.herophoto {
	display: none;
	width: 100%;
	/*height: 400px;*/
	overflow: hidden;
	float: left
}

}
@media (min-width:320px) {
	footer#hm {margin:0;}
}




/*SEARCH*/
input#s {
	background: url(images/search.png) no-repeat scroll 7px center #EAEAEA;
    border: 1px solid #CCCCCC;
    font-size: 0.75rem;
    margin: 0;
    padding: 5px 10px 5px 30px;
}
#searchform {padding-top:5px;}


article a, p a, ul a, ol a, dd a, article a, p a, ul a, ol a, dd a {
    display: inline;
}



/*FOOTER - DEPT*/

.department {background: #252B5D;text-shadow: none;}
.department h5 {font-family: Arial, Helvetica, sans-serif; color:#FFF;text-shadow: none;}
#widgetized-footer {
	/*font-family: Arial, sans-serial;*/
	font-size: .9rem;
	text-shadow: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*background: #252B5D;*/
	background: url("images/imgs_footer/deptinfo-split-border.png") repeat-y scroll 65% top transparent;
}
#wf-a, #wf-b {float:left;display:table; margin:25px 0;font-weight:normal;}
#wf-a ul, #wf-b ul {font-size:.8rem;}
#wf-a {width:66%;}
#wf-a div.right:nth-child(1), #wf-a div.right:nth-child(2) {width:25%;}
#wf-a div:nth-child(3), #wf-a div:nth-child(4) {width:25%;}
#wf-b {width:32%;margin-left:2%;}
#wf-b ul li {
	/*font-weight:bold;*/
	background: url("images/imgs_footer/arrow-rt.png") no-repeat scroll left 4px transparent;
	padding:0 10px;
}
.department .widget_nav_menu {width:25%;max-width: 300px; display:table-cell; white-space:;padding-right:;}

#wf-b .widget_nav_menu  {}
.department div ul li {}
ul#menu-dept-sociallinks-menu li, ul#menu-dept-sociallinks-menu2 li {margin-bottom:6px;}
.department div.col a {display:block;line-height:1.5em;}
.department div h5 {padding-bottom:4px;}
.bold a {font-weight:bold;}
.first a:first-letter {color:#9AA4C1;}
.blue a {color:#9AA4C1}
/*#widgetized-footer ul {
	list-style: none;
	padding: 5px 0;
}
#widgetized-footer ul li {
	font-size: .8rem;
	line-height: 1rem;
 display:table;
	padding-bottom: 4px;
}
#widgetized-footer ul li a {
	text-decoration: none;
	color: #EEE;
}*/

li.fb {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -320px transparent;}
li.twit {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -300px transparent;}
li.yt {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -403px transparent;}
li.ig {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -240px transparent;}
li.gg {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -200px transparent;}
li.pint {background: url("images/imgs_icon/icons-social-depts-gray.png") no-repeat scroll 0 -220px transparent;}
.icon-sp {
	padding-left:24px;
}
.mobile {display:none;}

.box {border:1px solid #555;background-color:#FFE;padding:22px 30px 14px;margin-top:22px;-webkit-box-shadow: inset 0px 0px 12px 5px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 0px 12px 5px rgba(0, 0, 0, 0.3);-moz-box-shadow: inset 0px 0px 12px 5px rgba(0, 0, 0, 0.3);}

aside nav ul li  {width:100%;display:block;}
@media (max-width: 1279px) {
	#widgetized-footer {max-width: 984px;}
	#wf-a div.right:nth-child(1), #wf-a div.right:nth-child(2) {width:29%;}
	#wf-a div:nth-child(3), #wf-a div:nth-child(4) {width:21%;}
}

ul.bodytextlist {
line-height: 1.7em;
list-style: disc;
padding-left: 25px;
}

#spreader {}
.royalslider2.two-thirds {width:854px}

@media (min-width:1024px) {
	.mobile {display:none;}
}
@media (min-width:768px) and (max-width: 1024px) {
	#widgetized-footer {max-width:728px;}
	main {width:;}
}
@media (max-width: 767px) {
	#widgetized-footer {
		max-width:570px;
	}
	.department div.col {
		width:95%;
		padding:0 0 5px 0;
		display:block ;
	}
	#wf-a ul, #wf-b ul {
		padding:3px 0;
	}
	/*.department #wf-a .widget_nav_menu {
		padding-left:5%;
		width: 45%;
	}*/
	/*.department div.col a {display:block;}*/
	.mobile {display:;}
	#widgetized-footer {
	background: url("images/imgs_footer/deptinfo-split-border.png") repeat-y scroll 50% top transparent;
	}
	#wf-a {width:50%;}
	#wf-b {width:48%;margin-left:2%;}
	#wf-a div.right:nth-child(1), #wf-a div.right:nth-child(2) {width:95%;}
	#wf-a div:nth-child(3), #wf-a div:nth-child(4) {width:95%;}
	#wf-a div.col {padding-left:5%;}
}
@media (max-width: 570px) {
	#widgetized-footer {max-width:100%;}
	header #umstrip .searchme {display:none;}
	#wf-b .widget_nav_menu  {width:auto;padding:0 0 5px 10px;}
}
@media (max-width:500px) {
	#depthead h1 { width:230px;padding-top:23px;}
#depthead h1 a {
	  font-size:.8em;
	  line-height:1em;
}
#depthead .combined {
    line-height: 1.3em;
}
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	clear: both;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
	clear: both;
}
.wp-caption {
	background: white;
	border: 1px solid #ccc;
	text-align: center;
    padding-top: 5px;
}

.thumbnail-wrapper > img {
    max-width: 100%;
}

.entry-summary img {
    max-width: 400px;
}
