 /*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* =============================================================================
          Font Face Rules
   ========================================================================== */

@font-face {
    font-family: 'ISURegular';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/regular.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/regular.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/regular.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/regular.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/regular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ISUSemibold';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/semibold.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/semibold.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibold.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibold.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibold.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ISUBold';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/bold.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/bold.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bold.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bold.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bold.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ISUItalic';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/italic.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/italic.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/italic.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/italic.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/italic.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ISUSemiboldItalic';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/semibolditalic.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibolditalic.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibolditalic.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/semibolditalic.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ISUBoldItalic';
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/bolditalic.eot');
    src: url('//cdn.illinoisstate.edu/fonts/open-sans/bolditalic.eot?#iefix') format('embedded-opentype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bolditalic.woff') format('woff'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bolditalic.ttf') format('truetype'),
         url('//cdn.illinoisstate.edu/fonts/open-sans/bolditalic.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
        HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
           Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { background:#d6d6d6 url(/structure/bg/bg_body.png) 0 0 repeat-x; font: normal normal 100%/1.5 /*16px on 24px leading*/ "ISURegular", "Myriad Pro", Helvetica, sans-serif; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; color: #333333;  }

body { margin: 0; padding: 0; font-size:.8125em; /*13px on 19.5px leading*/ }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #ddd; text-shadow: none; }
::selection { background: #ddd; text-shadow: none; }


/* =============================================================================
          Links
   ========================================================================== */

a { color: #990000; }
a:visited { color: #990000; }
a:focus { color: #cc0000; outline: thin dotted; }
a:active, a:hover { color: #cc0000; outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
          Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {margin:.75em 0 .25em 0; font-family: "ISURegular", "Myriad Pro", Helvetica, sans-serif; font-weight:normal; }

h1 {font-size:2em; /*26px on 39px leading*/ margin-top:0; } 
h2 {font-size:1.8em; /*23.4px on 35.1px leading*/}
h3 {font-size:1.6em; /*20.8px on 31.2px leading*/}
h4 {font-size:1.4em; /*18.2px on 27.3px leading*/}
h5 {font-size:1.2em; /*15.6px on 23.4px leading*/}
h6 {font-size:1em; /*13px on 19.5px leading*/}

p {margin:0 0 1.5em 0;}

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-family:"ISUBold", sans-serif; font-weight:normal;  }

i, em { font-family:"ISUItalic", sans-serif; font-style:normal;  }

b i, i b, b em, em b, strong i, i strong, strong em, em strong { font-family:"ISUBoldItalic", sans-serif; font-style:normal; font-weight:normal;  }

blockquote { margin: 1em 40px; color:#666; font-family: "ISUItalic", "Myriad Pro", Helvetica, sans-serif; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _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; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
          Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
          Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
          Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
          Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

label {display:inline-block; min-width:75px; }
button, input {margin:10px 0;}
button {text-align:right;}


/* =============================================================================
          Tables
   ============================================================================= */


table { border-collapse: collapse; border-spacing: 0; margin:0 0 1.5em 0; }
td {padding:5px;}
tr:nth-child(odd){ background-color:#eee; }
tr:nth-child(even){ background-color:transparent; }
.ie7 tr, .ie8 tr {border-bottom:1px solid #999;}

/* =============================================================================
   Primary styles
   Author: Institutional Web Support - Illinois State University
   Contributors: Jacob DeGeal, Amanda Smith, Ryan Christie
   Date Modified: 3/20/2011
   ========================================================================== */


/* ============================================================================= */
/* =============================================================================
          HEADER
   ============================================================================= */
/* ============================================================================= */

header { position:relative; height: 90px; width:960px; margin:0 auto; padding: 16.25px 0;background: url(/structure/bg/bg_seal.png) no-repeat center -200px;}


/* --------------------------------------------------------------------------
          LOGO
   -------------------------------------------------------------------------- */
#mastlogo {margin: 0 0 0 10px;}
#mastlogoprint, #mastlogoshare { display: none;}
#mastleft {width:300px;float:left;padding:0 5px 0 0;}
#mastright {float: left; text-align:right;margin: 0 0 0 18px;}

/* --------------------------------------------------------------------------
          SEARCH BOX
   -------------------------------------------------------------------------- */
/*#layersearch { margin-top:0; padding: 0px; height:32px; float:right; }*/
#searchbox { display:block;  margin: 25px 10px 0 0;}

/*Search box text input*/
#searchboxtext {float:left;width:205px; border:0px; height:32px; margin:0; padding:0px 0 0px 15px; background:transparent; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold;}
.searchboxtext_inactive {color:#999;  }
.searchboxtext_active {color:#333;}
.searchboxtext_text {color:#666; }

/*------------------------------
 Search box text for IE7 and IE8
--------------------------------*/
.ie7 #searchboxtext,
.ie8 #searchboxtext { 
  padding-top:10px;
  }


/*Background*/
#searchbackground { background-image: url(/structure/search/sprite.png); background-repeat: no-repeat; width:261px; height:32px; }
.searchbackground_inactive { background-position: 0px 0px; }
.searchbackground_active { background-position: 0px -32px; }

/*Button*/
#searchbutton { float:right; width:40px; height:31px; background: transparent url(/structure/search/sprite.png) -261px -34px no-repeat; border:none; margin:1px 1px 0 0; text-indent:-999em; font-size:0; line-height:0; }
#searchbutton:hover { background-image: url(/structure/search/sprite.png); background-position:-261px -1px; }

/* ============================================================================= */
/* =============================================================================
          MAIN NAVIGATION
   ============================================================================= */
/* ============================================================================= */
#mastnav { width: 960px; margin: 0px auto; -moz-box-shadow: 0px -2px 1px #900; -webkit-box-shadow: 0px -2px 1px #900; box-shadow: 0px -2px 1px #900; text-align:center; }

.mastlevel1, .mastlevel2 {
    display: block;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* IE10+ */
    background: linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
.mastlevel1_top { }
.mastlevel1_btm {
    display: block;
 
    clear: both;
}
.mastlevel2 { background-color: #8597ab; }
.mastlevel2_top { }
.mastlevel2_btm { }

.mastlink_top { }
.mastlink_mid {
    float: left;
 }
.mastlink_mid a { color:#666; text-decoration:none; line-height:40px;  padding: 0 10px; height: 40px; display: block;}
.mastlink_mid a:hover,
.mastlink_mid a.current,
.mastlink_mid a.parent { background-color: #DDD; }
/*-------------------------
   Highlighting for IE7 and IE8
   Note: color is flat and solid, so if background color of mastnav above is changed this will have to change as well.
 ----------------------------- */
.ie7 .mastlink_mid a.current,
.ie8 .mastlink_mid a.current,
.ie7 .mastlink_mid a.parent,
.ie8 .mastlink_mid a.parent { background-color: #97a5b4; }
.mastlink_btm { }

.mastlink1,
.mastlink2,
.mastlink3,
.mastlink4,
.mastlink5 { }

.mastlink1 .mastlink_mid { }
.mastlink2 { }
.mastlink3 { }
.mastlink4 { }
.mastlink5 { }
.mastlink6 { }


/* ============================================================================= */
/* =============================================================================
          CONTENT
   ============================================================================= */
/* ============================================================================= */

/* --------------------------------------------------------------------------
          Sub Mast
   -------------------------------------------------------------------------- */
#submast { display:block; width: 920px; margin: 0 auto; padding: 20px; background: #CCC;}

/* --------------------------------------------------------------------------
          Body
   -------------------------------------------------------------------------- */
#body { width:960px; position:relative; margin:0 auto; height: 1%; overflow:visible; padding-bottom:0px; background-color: #F8F8F8 !important;
        box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 ); 
-webkit-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 ); 
   -moz-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 );  }
.standard #body { background:#f8f8f8 url(/structure/bg/bg_wrapbody_int.jpg) left top repeat-y; }
.body_btm, .body_top { display:block; clear:both; }
.sectionnavoff { background-color:#f8f8f8; background-image:none; }
.sectionnavoff #wrapcontent { width:auto; float:none; }
.twocol.sectionnavoff {background-image: url(/structure/bg/bg_wrapbody_twocol.jpg); background-position: right top; background-repeat: repeat-y;}

/* --------------------------------------------------------------------------
          Left Navigation
   -------------------------------------------------------------------------- */
.sectionnav {display:block; margin-left:10px; margin-right:10px; width:230px; float:left; border-bottom:#fff solid 1px; }
.sectionnav a {color:#333; display:block; zoom:1; padding:8px 10px;  text-decoration:none; text-shadow:1px 1px 0px #fff; border-top:#f8f8f8 1px solid; border-bottom:#ccc 1px solid;}

/* All Levels */
.sectionnav ul {display:block; zoom:1; margin-bottom:0px;}
.sectionnav ul li{ display:block; zoom:1; margin:0; padding:0; list-style: none outside none;}
.sectionnav a.current{background:#F8F8F8 url(//iguides.illinoisstate.edu/cdn/icons/black/16/arrow.png) right center no-repeat; font-family:"ISUBold", sans-serif; color: #000;}

.sectionnav a:hover{background: #F8F8F8 none right center no-repeat;}
.sectionnav a.parent{background-color: #F8F8F8; color:#000; font-family:"ISUBold", sans-serif;}
.sectionnav a.parent:hover{background-color: #F8F8F8; color:#333;}
.sectionnav a.current:hover{background:#F8F8F8 url(//iguides.illinoisstate.edu/cdn/icons/black/16/arrow.png) right center no-repeat;}

.sectionnav a.first {border-top:#f8f8f8 1px solid;}
.sectionnav a.first:hover {}
.sectionnav a.last {border-bottom:#ccc solid 1px;}
.sectionnav a.last:hover {}

.sectionnav .siteLinkTop{ background-color: #F8F8F8; height: 30px;}
.sectionnav .siteLinkBottom{}

/* Use instead of restart */
#sectionnav li.parent + ul + li a {}
#sectionnav li.parent + ul + li a:hover {}

.sectionnav ul.global { list-style: none outside none; margin:0px; }
.sectionnav a.global { text-shadow:1px 1px 0px #fff; border-top:#f8f8f8 1px solid; border-bottom:#ccc 1px solid; }
.sectionnav a.global:hover{}

/* Level 1 */
.sectionnav ul.level1{  width:229px; list-style: none outside none; margin:0px;}
.sectionnav a.level1{ }
.sectionnav a.level1:hover{}

.sectionnav ul.level1 a.first{border-top:none;}
.sectionnav ul.level1 a.last{}
.sectionnav ul.level1 a.last:hover{}
.sectionnav ul.level1 a.first:hover{}
.sectionnav ul.level1 a.first.aboveCurrent:hover{}
.sectionnav ul.level1 a.parent{}
.sectionnav ul.level1 a.parent:hover{}
.sectionnav ul.level1 a.aboveParent:hover{}

/* Level 2 */
.sectionnav ul.level2{list-style: none outside none;}
.sectionnav a.level2{margin:0 0 0 20px; border-left:#ccc 1px solid;}
.sectionnav a.level2.parent{border-top:0;}
.sectionnav a.level2:hover{}

.sectionnav ul.level2 a.first{ }
.sectionnav ul.level2 a.first:hover{}
.sectionnav ul.level2 a.parent:hover{}
.sectionnav ul.level2 a.last:hover{}
.sectionnav ul.level2 a.first.current{}
.sectionnav ul.level2 a.level2.last{border-bottom:#ccc 1px solid}

/* Level 3 */
.sectionnav ul.level3{list-style: none outside none;}
.sectionnav a.level3{margin:0 0 0 30px; border-left:#ccc 1px solid;}
.sectionnav a.level3.parent{}
.sectionnav a.level3:hover{ }

.sectionnav ul.level3 a.first{ }
.sectionnav ul.level3 a.first:hover{}
.sectionnav ul.level3 a.parent:hover{}
.sectionnav ul.level3 a.last:hover{}
.sectionnav ul.level3 a.first.current{}
.sectionnav ul.level3 a.last{}

/* --------------------------------------------------------------------------
          Content Elements
   -------------------------------------------------------------------------- */
span.body_top { }

aside { float:right; clear:right; width:250px; padding:0 0 10px 20px; margin-right:-26px; }
.aside_mid { background-color:#E6D0BF; -moz-box-shadow: -1px 2px 4px rgba(0,0,0,0.5); -webkit-box-shadow: -1px 2px 4px rgba(0,0,0,0.5); box-shadow: -1px 2px 4px rgba(0,0,0,0.5); padding:0 20px 1px 10px; }
.aside_btm { display:block; height:10px; background: transparent url(/structure/box/rightcorner_fold.png) right 0 no-repeat; }

.giving { float:right; width:200px; display:block; padding:0; }

.optbox { clear:left; }
.optbox_mid { display: block; }

#wrapcontent { float:left; width:680px; }

.section_btm { clear:both; display:block; }

/* --------------------------------------------------------------------------
          Content Layouts
   -------------------------------------------------------------------------- */

/* Basic Layout */
.basic section.content1, /* content section */
.basic.intro section.content1, /* intro section with intro option */
.basic.intro section.content2, /* content section with intro option */
.basic.split section.content3  /* content section with split-intro option */{
    float:left;
    padding: 0;
    width:680px;
}
.basic.split section.content1 /* first intro section with split-intro option */{
    float:left;
    padding: 0;
    width: 450px;
    margin-right: 20px; 
}
.basic.split section.content2 /* second intro section with split-intro option */{
    float:left;
    padding: 0;
    width: 210px;
}

/* Call-out Layout */
.callout section.content1, /* first content section */
.callout.intro section.content2, /* first content section with call-out option */ 
.callout.split section.content3 /* first content section with split-intro option */{
    float:left;
    padding:0 20px 0 0;
    width:684px;
}
.callout.split section.content1 /* first intro section with split-intro option */{
    float:left;
    padding: 0;
    width: 450px;
    margin-right: 20px; 
}
.callout.split section.content2 /* second intro section with split-intro option */{
    float:left;
    padding: 0;
    width: 210px;
}

/* Sidebar Layout */
.sidebar section.content1, /* first content section */
.sidebar.intro section.content2, /* first content section with intro option */
.sidebar.split section.content1, /* first intro section with split-intro option */
.sidebar.split section.content3 /* first content section with split-intro option */{
    float:left;
    padding: 0;
    width: 450px;
    margin-right:20px;
}
.sidebar.intro section.content1 /* intro section with intro option */{
    width:680px;
    padding: 0;
}
.sidebar section.content2, /* sidebar */
.sidebar.intro section.content3, /* sidebar with intro option */
.sidebar.split section.content2, /* second intro section with split-intro option */
.sidebar.split section.content4 /* sidebar with split-intro option */{
    float:left;
    padding: 0;
    width: 300px;
}
.sidebar .giving /* giving button when displayed inside sidebar */{
    float:none;
    padding:0;
}

/* Option box Layout */
.optionbox section.content1, /* first content section */ 
.optionbox.intro section.content2, /* first content section with intro option */ 
.optionbox.split section.content1, /* first intro section with split-intro option */
.optionbox.split section.content3 /* first content section with split-intro option */{
    float:left;
    padding:0;
    width:450px;
    margin-right:20px;
}
.optionbox.intro section.content1 /* intro section with intro option */{
    width:680px;
    padding:0;
}
.optionbox section.content2, /* option box container */
.optionbox.intro section.content3, /* option box container with intro option */
.optionbox.split section.content4 /* option box container with split-intro option */{
    width:210px;
    float:left;
    padding:0;
}
.optionbox.split section.content2 /* second intro section with split-intro option */ {
    float:left;
}

/* Two Column Layout */
                                                               
.twocol section.content1 { /* column 1 */
    width: 660px;
    float:left;
    padding:0;
    min-height: 400px;
}

.twocol section.content2 { /* column 2 */
    width: 300px;
    float:left;
    padding:0;    
}
                           
.twocol section.content1, /* column 1 */ 
.twocol.intro section.content2, /* column 1 with intro option*/  
.twocol.split section.content3 /* intro column 1 with split-intro option */ {
}


.twocol.intro section.content1 /* first intro section with intro option */{
    width:680px;
    padding:0 ;
}
.twocol.split section.content1 /* first intro section with split-intro option */{
    float:left;
    padding:0;
    width:450px;
    margin-right:20px;
}
.twocol.split section.content2 /* second intro section with split-intro option */{
    width:210px;
    float:left;
    padding:0;
}

/* Three Column Layout */
                                             
.threecol section.content1, /* column 1 */
.threecol section.content2, /* column 2 */
.threecol section.content3, /* column 3 */ 
.threecol section.content4, /* column 3 with intro option, column 2 with split intro option */
.threecol section.content5  /* column 3 with split-intro option */ {
    width:220px;
    float:left;
    padding: 0;
}

.threecol section.content1, /* column 1 */
.threecol section.content2, /* column 2 */
.threecol.intro section.content2, /* column 1 with intro option */
.threecol.intro section.content3, /* column 2 with intro option */
.threecol.split section.content3, /* column 1 with split-intro option */
.threecol.split section.content4  /* column 2 with split-intro option */{
    margin-right:10px; 
}

.threecol.intro section.content1 /* first intro section with intro option */{
    width:680px;
    padding:0;
}
.threecol.split section.content1 /* first intro section with split-intro option */{
    width:450px;
    padding:0;
    margin-right:20px;
}
.threecol.split section.content2 /* second intro section with split-intro option */{
    width:210px;
    float:left;
    padding:0;
    margin:0;
}


/* --------------------------------------------------------------------------
          Search Results Page
   -------------------------------------------------------------------------- */
.search section.content1 {width:680px;}
.search section.content1, .search section.content2 {}

#searchpage_header{background:url("images/search-header.png") no-repeat; position:relative; top:15px; left:-5px; width:620px; height:117px; clear:both}
#search_form{float:right; margin:15px 0 0 0;}
#searchpage_box, #searchpage_box_bottom{width:200px;}
#nav_sort{display:none;}

p.term_searched{margin:0 0 0 40px;}
#keymatch{border:1px solid #CECECE; background-color:#FAFCFE; padding:5px; margin-left:5px; clear:both;}
#keymatch h3{margin-top:5px; }
#keymatch ul{margin-bottom:0;}
#keymatch li{list-style-image:url("images/arrow_small.gif");}a

#didyoumean{clear:both; margin-left:10px;}
.result_count{float:right;}
#search_error, #result_items{margin-left:0px; clear:both;padding-bottom: 20px;}

#result_items dt{font-size:1.2em; margin:0px; clear:left;}
#result_items dd{margin: 0px 0 15px 0;}
.title.doclink {background: url(//iguides.illinoisstate.edu/cdn/icons/black/24/filedown.png) left center no-repeat;padding: 1px 0 1px 20px;}
.snippet{margin:0px;color: #666;}
.nolink_url{margin: 0; color: #599342;font-size: 8pt;}
#bottomnav {border-top:solid 1px #ddd; padding-bottom: 20px;}
#bottomnav, #searchpage_form_bottom{text-align:center;}
#bottomnav a, #bottomnav strong {padding: 0 5px;}
#searchpage_form_bottom{margin-bottom:15px;}
.secure_search{background-color:#E4E6C5;}
#keyword {clear: both; padding: 20px; border: solid 1px #CCC; margin: 0 40px 20px 20px;}
#wrapCluster p {margin:10px 0;}


/* --------------------------------------------------------------------------
          Sub Content
   -------------------------------------------------------------------------- */
   
#subcontent { display:block; width:928px; margin:0 auto; padding: 1em; background: #B3B3B3; }

/* ============================================================================= */
/* =============================================================================
          FOOTER
   ============================================================================= */
/* ============================================================================= */
   
footer { width: 960px; margin: 0px auto; color:#fff; text-align: left; padding: 0; 
  background: #4d4d4d url(/structure/bg/bg_seal.png) no-repeat center -325px;
  box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 ); 
  -webkit-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 ); 
  -moz-box-shadow:0px 3px 4px rgba(0, 0, 0, 0.5 ); }
footer p {}
footer p, footer span.ou_directEdit  { color:#fff; text-decoration:none; }
footer a, footer a:focus, footer a:visited {text-decoration:none; color:#fff;}
footer a:hover {text-decoration:underline; color:#fff;}

#superfooter { position:relative; height:30px;}
#superfooter img {position:absolute; z-index:2; top:-22px; left:457px;}

#footerdepartment  {width:200px; padding:0 20px; float:left; }
#footeruniversity {width:480px; float:left; text-align:center;}
#ou_modified { display: none; }

.footer_btm {clear:both; height:1em; display:block;}

/* --------------------------------------------------------------------------
          Feedback Button
   -------------------------------------------------------------------------- */

#feedback { position: fixed; top:200px; right: 0px; z-index:1000; background-color:#990000; }
#feedback a { width:30px; height:120px; background: url(/structure/btn/feedback.png) top left no-repeat; display:block; text-indent:-999em; border:solid 3px #F8F8F8; border-right: none; box-shadow:0 0 3px 1px #888; }
#feedback a:hover { padding-right: 3px; }

/* --------------------------------------------------------------------------
          Share This Button
   -------------------------------------------------------------------------- */
   
#share_this { position:fixed; z-index:100; left:0px; top: 200px; background-color: #fff; display:block; -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5); box-shadow: 2px 2px 5px rgba(0,0,0,0.5); }

.ie7 #share_this,
.ie8 #share_this { position:fixed; z-index:1000; left:0px; top:auto; bottom:0px; background-color: #fff; }

.st_sharethis_custom { background: url("//iguides.illinoisstate.edu/cdn/icons/black/share.png") 50% 50% no-repeat; display: block; height: 24px; width:20px; padding: 5px; cursor: pointer; font-size: .75em; color: #333; text-indent: -999em; opacity:0.8; }
.st_sharethis_custom:hover { opacity:1; }

@media only screen and (max-width: 1000px) {
  #share_this { top:auto; bottom:0px; left:50%; text-indent:0px; padding: 5px 5px 5px 25px; width:90px; background-position: 5px 50%; }
  }


/* =============================================================================
          Sample Home Page Layouts
   ============================================================================= */
   
/* --------------------------------------------------------------------------
          Basic
-------------------------------------------------------------------------- */   
.home .sidebar.sectionnavoff section.content1 {width:600px; margin-right:20px; float:left;}
.home .sidebar.sectionnavoff section.content2 {width:300px; float:left;}


/* --------------------------------------------------------------------------
          Three-Bucket w/Marquee
-------------------------------------------------------------------------- */
.home .threecol.split.sectionnavoff section.content1 {width:600px; margin-right:20px; float:left; padding-bottom:20px;}
.home .threecol.split.sectionnavoff section.content2 {width:300px; float:left;}
.home .threecol.split.sectionnavoff section.content1, .home .threecol.split.sectionnavoff section.content2 {margin-bottom:20px;} 
.home .threecol.split.sectionnavoff section.content3, .home .threecol.split.sectionnavoff section.content4, .home .threecol.split.sectionnavoff section.content5 {width:290px; float:left;}
.home .threecol.split.sectionnavoff section.content3, .home .threecol.split.sectionnavoff section.content4 {margin-right:20px;}



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* IWSS Helper Classes */


/* HTML5 Boilerplate Helper Classes */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
          PLACEHOLDER MEDIA QUERIES 
             for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px and under go here */

}

@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports 768px and under go here */
}

@media only screen and (max-width: 1000px) {
  /* Style adjustments for fixed elements */
  #share_this {
    display:none;
  }
  #feedback {
    display:none;
  }
}


/* =============================================================================
          PRINT STYLES
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; }
  #body a[href]:after { content: " (" attr(href) ")"; }
  #body abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  #mastlogo { display: none;}
  #mastlogoprint { display: block;}
  
  #searchbox,#tools,#iguide-filler,#iguide-float,#iguide-blackout,nav,.sectionnav,.giving,#feedback,#share_this,#ou_modified,#dev-tools {display:none;}
  
  .basic.sectionnavon section.content1, /* content section */
  .callout.intro.sectionnavon section.content1, /* intro section on callout layout with intro option */ 
  .callout.intro.sectionnavon section.content2 /* content section on callout layout with intro option */ 
  .sidebar.intro.sectionnavon section.content1, /* intro section on sidebar layout with intro option */
  .optionbox.intro.sectionnavon section.content1, /* intro section on optionbox layout with intro option */
  .twocol.intro.sectionnavon section.content1, /* intro section on two-column layout with intro option */
  .threecol.intro.sectionnavon section.content1, /* intro section on three-column layout with intro option */{
    width: 100%;
    }
  
  .callout.split.sectionnavon section.content1, /* first intro section on callout layout with split-intro option */
  .sidebar.split.sectionnavon section.content1, /* first intro section on sidebar layout with split-intro option */ 
  .sidebar.split.sectionnavon section.content3, /* content section on sidebar layout with split-intro option */
  .optionbox.split.sectionnavon section.content1, /* first intro section on optionbox layout with split-intro option */
  .optionbox.split.sectionnavon section.content3, /* content section on optionbox layout with split-intro option */
  .twocol.split.sectionnavon section.content1, /* first intro section on two-column layout with split-intro option */
  .twocol.split.sectionnavon section.content3, /* content section on two-column layout with split-intro option */
  .threecol.split.sectionnavon section.content1, /* first intro section on three-column layout with split-intro option */
  .threecol.split.sectionnavon section.content3, /* content section on three-column layout with split-intro option */{
    width: 75%;
    }
  
  .callout.split.sectionnavon section.content2, /* second intro section on callout layout with split-intro option */
  .sidebar.split.sectionnavon section.content2, /* second intro section on sidebar layout with split-intro option */ 
  .sidebar.split.sectionnavon section.content4, /* sidebar section on sidebar layout with split-intro option */
  .optionbox.split.sectionnavon section.content2, /* second intro section on optionbox layout with split-intro option */
  .optionbox.split.sectionnavon section.content4, /* optionbox section on optionbox layout with split-intro option */
  .twocol.split.sectionnavon section.content2, /* second intro section on two-column layout with split-intro option */
  .threecol.split.sectionnavon section.content2, /* second intro section on three-column layout with split-intro option */{
    width: 25%;
    }
    
  .twocol.sectionnavon section.content1, /* first column in two-column layout */
  .twocol.sectionnavon section.content2, /* second column in two-column layout */
  .twocol.intro.sectionnavon section.content2, /* first column in two-column layout with intro option */
  .twocol.intro.sectionnavon section.content3, /* second column in two-column layout with intro option */
  .twocol.split.sectionnavon section.content3, /* first column in two-column layout with split-intro option */
  .twocol.split.sectionnavon section.content4, /* second column in two-column layout with split-intro option */{
    width:50%;
    }

  .threecol.sectionnavon section.content1, /* first column in three-column layout */
  .threecol.sectionnavon section.content2, /* second column in three-column layout */
  .threecol.sectionnavon section.content3, /* third column in three-column layout */
  .threecol.intro.sectionnavon section.content2, /* first column in three-column layout with intro option */
  .threecol.intro.sectionnavon section.content3, /* second column in three-column layout with intro option */
  .threecol.intro.sectionnavon section.content4, /* third column in three-column layout with intro option */
  .threecol.split.sectionnavon section.content3, /* first column in three-column layout with split-intro option */
  .threecol.split.sectionnavon section.content4, /* second column in three-column layout with split-intro option */
  .threecol.split.sectionnavon section.content5, /* third column in three-column layout with split-intro option */{
    width:30%;
    }
}

/* --------------------------------------------------------------------------
        Search CSS
-------------------------------------------------------------------------- */   

/* A to Z Navigation */
#wrapatoz {
padding: 20px 50px 30px 55px;   
}
.ie7 .atozHead {
  width:194px;
}
span.headSingle a {
  float: left;
  width: 25px;
  height: 25px;
  text-align:center;
  line-height:25px;
  display: block;
  text-decoration: none !important;
  text-align: center; 
  margin: 4px 0 0 4px;
  background: #E0E0E0; /* Old browsers */
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.125) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.125))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* IE10+ */
  background-image: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
  /*box-shadow: inset -2px -2px 2px rgba(200,200,200,0.5);*/
  border:1px solid #CCC;
  color: #333 !important;
  text-shadow: 1px 1px 2px #ccc;
  box-shadow:inset 0 0 1px white;
  -moz-box-shadow:inset 0 0 1px white;
  -ms-box-shadow:inset 0 0 1px white;
  -webkit-box-shadow:inset 0 0 1px white;
  border-radius:2px;
    
}

span.headSingle.showAllHead a.showAll {
    width:112px;
    text-align:right;
    padding-right:6px;
}

span.headSingle .empty {
  float: left;
  width: 25px;
  height: 25px;
  text-align:center;
  line-height:25px;
  display: block;
  text-decoration: none !important;
  text-align: center; 
  margin: 4px 0 0 4px;
  background: #E0E0E0; /* Old browsers */
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.125) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.125))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* IE10+ */
  background-image: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.125) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
  /*box-shadow: inset -2px -2px 2px rgba(200,200,200,0.5);*/
  border:1px solid #CCC;
  color: #888 !important;
  text-shadow: 1px 1px 2px #ccc;
  box-shadow:inset 0 0 1px white;
  -moz-box-shadow:inset 0 0 1px white;
  -ms-box-shadow:inset 0 0 1px white;
  -webkit-box-shadow:inset 0 0 1px white;
  border-radius:2px;
}
span.headSingle a:hover { 
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
span.headSingle a:active {
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6d6d6 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d6d6d6 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d6d6d6 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* --------------------------------------------------------------------------
          New Stuff added by Ryan
-------------------------------------------------------------------------- */ 
#results {
    padding:0 40px 0 40px;    
}
#results_heading {
    padding:4px 0 0 40px;
    margin:20px 0 0 0;
    font-size:2em;
}
.gsa-illinois_state #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/home.png) 10px center no-repeat; 
}
.gsa-events #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/calendar.png) 10px center no-repeat; 
}
.gsa-people #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/user.png) 10px center no-repeat; 
}
.gsa-locations #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/location2.png) 10px center no-repeat; 
}
.gsa-courses #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/book.png) 10px center no-repeat; 
}
.gsa-scholarships #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/award.png) 10px center no-repeat; 
}
.gsa-help_desk #results_heading {
   background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/print.png) 10px center no-repeat; 
}


#wrappeople.sidebar_box #dirHeader #dirShowHideAll {
    padding: 10px 0px 10px 0px;
    margin: 0;
}

.gsa-people #wrappeople {
    margin:0 20px 0 40px;
    background:none;
    padding:0;    
}
.gsa-people .dirHeaderLabel {
    display:none;
}

.dirHeaderLabel {
  background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/user.png)  left no-repeat; 
  font-size:190%;
  float:left;
  padding:0px 30px 0px;
  color: #515151;
}
#dirShowHideAll {
  float:right;
  line-height:150%;
  padding: 10px 20px 20px 0px;
  margin-top: -50px;
}
.no-js #dirShowHideAll {
  display:none;
}
#dirShowAll {
    margin-right:-3px;
}

#dirShowHideDiv {
  display:none;
}

#dirShowHideAll a {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #e6e6e6) );
  background:-moz-linear-gradient( center top, #e0e0e0 5%, #e6e6e6 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#e6e6e6');
  background-color:#e0e0e0;
  display:inline-block;
  color:#777;
  font-family:arial;
  font-size:14px;
  padding:8px 15px;
  text-decoration:none;
  box-shadow:inset 0 0 24px #a1a1a1;
  text-shadow:1px 1px 0px #f1f1f1;
}
#dirShowHideAll a.dirInactive {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #cfcfcf) );
  background:-moz-linear-gradient( center top, #e6e6e6 5%, #cfcfcf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#cfcfcf');
  background-color:#e6e6e6;
  color:#333;
  box-shadow:none;
  text-shadow:1px 1px 0px #ffffff;
}
#dirShowHideAll a.dirInactive:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #d4d4d4) );
  background:-moz-linear-gradient( center top, #ebebeb 5%, #d4d4d4 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#d4d4d4');
  background-color:#ebebeb;
  color:#333;
  box-shadow:none;
  text-shadow:1px 1px 0px #ffffff;
}
.dirHeader_btm {
  display: block;
  clear: both;
}

.sidebar_box #dirShowHideAll a {
  padding:4px 8px;
  font-size:85%;
}

.dirResult {
  padding:20px 0 15px 0;
  border-top:solid 1px #d6d6d6; 
}

.dirDetails, .dirInfo {
  display:block;
}

.dirMainInfo .dirInfo {
  float:left;
}
.dirMainInfo_btm {
  display:block;
  clear:both;
}
.dirDetails {
  margin:10px 0 20px 20px;
  padding:0 0 0 10px;
  border-left:solid 1px #AAA;
}
.gsa-people .dirDetails {
  display: block;
}

.dirName {
  width:260px;
}
.dirEmail {
  width:210px;
}
.dirEmail a {
  color:#333;
  text-decoration: none;
}
.dirEmail a:hover {
  text-decoration: underline;
}
.dirPhone {
  width:110px;
  text-align:right;
}
.dirData {
  color:#333;
}
.dirLabel {
  color:#999;
}
.dirShowHide {
  width:14px;
  height:14px;
  font-weight: bold;
  text-decoration:none;
  color:#333;
  text-align:center;
  margin:0 5px 0 0; 
  text-indent:-999em;
  display:inline-block;
  background:url(//iguides.illinoisstate.edu/cdn/icons/black/16/sprite-plus_minus.png) 0 0 no-repeat;
  outline:none;
}
.no-js .dirShowHide {
  display:none;   
}
.dirShowHide:focus {
  outline:none;
}
.dirDetails-open {
  background-position:0 -14px;
}

/* Directory Info Sidebar */
.sidebar_box .dirName {
  max-width:180px;
  width:auto   
}
.sidebar_box .dirUlid {
  float:right;   
}
.sidebar_box .dirEmail {
  float:none;
  width:auto;
  margin:0 0 0 30px;
  clear:both;   
}
.sidebar_box .dirPhone {
  float:none;
  text-align:left;
  width:auto;
  margin:0 0 0 30px;   
}

.web_header {
  margin-left:40px;
}

.addressline {
  display: block;
  margin: 0 0 0 10px;
}

.js dd.custom-result {
  visibility: hidden;
}

.gsa-maps div {
  float:left;
  width 250px;
  padding: 0 30px 0 0;
}
.gsa-maps a {
  display: block;
}
#result_items dd.gsa-maps {
  margin:0 0 0 25px;
}
dt.gsa-maps a {
    background:url(//iguides.illinoisstate.edu/cdn/icons/black/24/location2.png) left center no-repeat;
    padding:0 0 0 24px;
    line-height:24px;    
}
.gsa-maps a.more {
  margin:10px 0 20px 0;
}
.gsa-maps br {
  clear:both;
}
.js .gsa-maps p {
    margin:0px 0 10px 0;
    max-width:250px;
}

#wrapCluster {
  text-align:left;
}
.no-js #wrapCluster {
  margin:0 0 0 40px;    
}
#clusterResults ul {
  width: 250px;
  float:left;
  /*-webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;*/
}
.cluster_btm {
  display:block;
  clear:both;
}

.mime-doc, .mime-PDF, mime-MS-POWERPOINT, mime-MS-EXCEL, mime-MS-WORD {
    background: url(//iguides.illinoisstate.edu/cdn/icons/black/24/filedown.png) left center no-repeat;
    padding:0 0 0 24px;
    line-height:24px;
    
}
#searchnav {
    margin: 0;
    padding: 0;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dadada 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* IE10+ */
    background: linear-gradient(top,  #f1f1f1 0%,#dadada 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
    display:block;
    height: 49px;
  box-shadow:inset 0px -2px 2px -1px #999999;

}

.nav-item {
    list-style:none;
    float: left;
}

a.nav-link, .nav-label {
    display:block;
    padding: 15px 10px 15px 10px;
    margin:0;
    color:#666;
    text-decoration:none;
  text-shadow: 1px 1px white;
}
a.nav-link:hover {
    color:#333;    
    background-color: #DDD;
}
.nav-link.nav-current {
    background:transparent url(/structure/icons/arrow.png?v2) center bottom no-repeat;
}

#dirInfoPopUp {
    position:absolute;
    background-color: #333;
    background-color:hsla(0,100%,5%,.8);
    border-radius:0 10px 10px 10px;
    border:3px solid rgba(255,255,255,.85);
    padding:10px;
    color:#E3E3E3 !important;
    box-shadow:0 0 5px #888;
    display:none;
    }
#dirInfoPopUp .dirData, #dirInfoPopUp a {
    color:#E3E3E3;
    text-decoration:none;
}
#login-info {
  position: absolute;
  left: 50%;
  top: 30px;
  width:400px;
  text-align:right;
  margin-left:80px
}
#loggedin {
  position:relative;
  padding: 5px 20px 5px 10px;
  background-color:#333;
  background-color:rgba(0,0,0,0.5);
  color:#FFF;
  border-bottom-right-radius: 10px;
}
#loggedin:before {
  content: '';
  border-style: solid;
  border-color: transparent;
  border-width: 0 25px 25px 0;
  border-right-color: #333;
  border-right-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3px;
  left: -25px;
}
#loggedin p{background-color:rgba(0,0,0,0.5);color:#FFF;border-radius:0 0 5px 0;font-weight:700}
#loggedin a#signout{background:url('images/logbar.png') no-repeat 0 -54px;}
#loggedin a#signout:hover{background-position:0 -74px}
#loggedin a{color:#FFF;text-decoration:none}
#loggedin a:hover{color:#7E8FA7}
#login {
    padding:15px 20px 5px 20px;
  margin-bottom: 4px;
    }
#login h2 {
    margin:0;
    padding:10px 0;
    text-align:center;
    font-size:16pt
    }
#login p {
    margin:0;
  font-size: 8pt;
    text-align: center;
    }

.sidebar_box {
    padding: 30px 25px 20px 50px;
    background: #f1f1f1;
    border-left:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
  text-shadow:1px 0px 0px #fff;
    }
  
#wrappeople.sidebar_box {
    padding:30px 25px 20px 20px;
} 
  
#login.sidebar_box {
    background: #fff;
    box-shadow: 0px 0px 10px #777777;
    } 
#wrapevents.sidebar_box h2 {
    background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/calendar.png) left no-repeat ;   
    margin: 0px -30px ;
    padding: 0px 10px 0px 30px;
}
#wrapcourses.sidebar_box h2 {
    background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/book.png) left no-repeat ;   
    margin: 0px -30px ;
    padding: 0px 10px 0px 30px;
}
#wraplocations.sidebar_box h2 {
    background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/location2.png) left no-repeat ;   
    margin: 0px -25px ;
    padding: 0px 10px 0px 25px;
}
#wraptoplinks.sidebar_box h2 {
    background: transparent url(//iguides.illinoisstate.edu/cdn/icons/black/24/list1.png) left no-repeat ;  
    margin: 0px -30px ;
    padding: 0px 10px 0px 30px;
}
#login.sidebar_box h2 {
    background: transparent url(/structure/icons/arrow2.png?v2) left no-repeat ;  
    margin: 0px -41px ;
    padding: 0px 22px 0px 25px;
}
.sidebar_box h2 {
    font-size: 180%;   
    margin: 0;
    padding: 0 0 10px 0;
  color: #515151;
  text-shadow: 1px 0px 0px #fff;
}
#wrapatoz.sidebar_box h2 {
    font-size: 1.6em; 
    font-family: "ISURegular";  
    margin: .75em -.5em .25em -.5em;
    padding: 0 0 8px 0;
    color: #333;
    text-shadow: 1px 0px 0px #fff;
  border-bottom:1px solid #ccc; 
  box-shadow:0 1px 0 #fff;
}
.search_more {
    margin: -10px -25px -20px -50px;
    text-align:center;
    background: url(/structure/bg/searchmore.png) left bottom repeat-x;
    padding:40px 5px 5px 5px;
}
#people_more.search_more{
    margin-left:-20px;
}
.search_more a {
  display:block;
    text-decoration:none;
    color:#000;
}

.search_more a:hover {color:#c00;}

.more_result {
    margin: 0;
    padding: 3px 0 5px 0;
}

a.login-link {
   margin: 0 0 -10px -15px;
   display: block;
   width: 290px;
   height: 115px;
   background-image: url(//iguides.illinoisstate.edu/central_login/login_buttons.png);
   background-size: 98%;
   text-indent: -999em;
}
a:hover.login-link { background-position: 0px -100px; }
a:focus.login-link, a:active.login-link  { background-position: 0px -200px; }

#wrap-top-searches {width:446px; height:180px; margin:0 auto; padding-bottom:10px;}


/* Featured Links*/

.featured-link {
    /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
   width: 174px;
   height:174px;
   float: left;
   padding: 10px;
   border-bottom: 1px solid #BBBBBB;
   border-right: 1px solid #BBBBBB;
   border-top: 1px solid #BBBBBB;
   border-left: 1px solid #BBBBBB;
   margin: 0px 0px 20px 0px;
}

.featured-link:hover {background: #f8f8f8;}
.num-featured-2 .featured-link {
  margin: 0px 5px 20px 5px;        
}
#featured {
  margin: 10px 0px 20px 40px;
}
#featured.num-featured-1 {
  margin: 10px 0px 20px 230px;
}
#featured.num-featured-2 {
  margin: 10px 0px 20px 120px;
}
.num-featured-3 .featured-link {
  border-left-color: #F0F0F0;
  border-width: 0px 1px;
}
.num-featured-3 div.featured-link:first-child {
  border-left: 1px solid #BBB;
  font-family:"ISUSemiBold";
  font-size:90%;
  font-weight:normal;
}
.num-featured-3 .featured_mid {
  border: solid 1px #BBB;
  border-width:1px 0;
  margin-right: 32px;;
  height: 194px;
}
.featured-link h2 /*iCampus transition heading*/ {
  margin:0 0 5px 0;
  font-size:1.5em;
  text-align:center;
  font-family:"ISUBold";
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  color:#666;
}
.featured-link h4{
  text-align: center;

  font-size: 12pt;
}
.featured-link h5 {
  text-align:center;
  font-size: 1.1em;
  font-family:"ISUItalic";
}
.featured-link p{
  color:#599342;
  text-align:center;
  font-size:8pt;
}
.featured_btm {
  display: block;
  clear: both;
}
.ajax_box {
  min-height:100px;      
}
.no-js .ajax_box {
  display: none;
}

/* Featured Links Image Box*/
.featured-img {
	display:block;
	margin:0 auto;
	width:100px;
	height:100px;
	border-radius:5px;
	-webkit-box-shadow: 0 8px 6px -6px #666;
   	-moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	background-repeat:no-repeat;
	background-position:center bottom;
	/*border-bottom:1px solid white;
	border-right:1px solid white;
	border-top:1px solid #999;
	border-left:1px solid #999;
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.75);*/
	}
	
/* Featured Links Images*/
#cost {background-image:url('/images/featured/cost.jpg');}
#tuition, #datatel-colleague {background-image:url('/images/featured/tuition-rates.jpg');}
#admissions-web { background-image:url('/images/featured/admissions-web.jpg');}
#financialaid-web { background-image:url('/images/featured/financialaid-web.jpg');}
#w2isu-web { background-image:url('/images/featured/reggie.png');}
#redbirdmail-web { background-image:url('/images/featured/redbirdmail-web.png');}
#owa-web { background-image:url('/images/featured/owa-web.png');}
#chucknorris { background-image:url('/images/featured/chucknorris.jpg');}
#scholarships { background-image:url('/images/featured/scholarships.png'); background-color:#fff;}
#offerings-web { background-image:url('/images/featured/my-web.jpg');}
#helpdesk { background-image:url('/images/featured/knowledgebase-web.jpg');}
#office365-web { background-image:url('/images/featured/office365-web.jpg');}


/* A to Z */
.standard #body.sectionnavoff {
    background-image:none
}
.singleEntry {
    display:block;
  line-height:1.75;
  position: relative;
}
.ie7 .link-opts{
  z-index:1;
  float:none;
  position: absolute;
  top:0;
  right:0;
}
.ie7 .my-bookmarked {
  z-index:1;
  float:none;
  position: absolute;
  top:-2px;
  left :0px;
}
.sidebar.sectionnavoff section.content1{
    margin: 0 40px 0 40px;
    width: 580px;   
}
.letterHeading {
    border-bottom:solid 1px #AAA;
    font-size:250%;    
}


/* --------------------------------------------------------------------------
         To-Do List for Ryan
      1. Move the log in box into header
      2. Fix search glitch (When you click any letter under the "Campus A-Z" and then try and search something from that page it breaks the code)
-------------------------------------------------------------------------- */ 


/* Ryan's atoz CSS */

.singleEntry {
  border: 1px dotted transparent;
  border-width: 0 0 1px 0;
}

.singleEntry:hover {
  border-color: #CCC;
}

.singleEntry a:first-child {
  text-decoration:none;
}


.link-opts {
    float:right;
    opacity: .3; 
    background: url(/images/my-add.png) center center no-repeat; 
    text-indent: -999em;
    line-height: 1.75em;
    width:25px;
}

.singleEntry:hover .link-opts {
    opacity: 1;    
}

.my-bookmarked {
  float: left;
  height: 20px;
  width: 15px;
  background: url(/structure/icons/bookmark-small2.png) top center no-repeat;
  /*background-size:13px;*/
  margin-left: -30px;
}

a#my-bookmarks-link {
    text-decoration:none;
	font-size: 12px;
	color: #f1f1f1;
	padding: 8px 10px;
  background: #990000;
	background: -moz-linear-gradient( top, rgba( 204, 0, 0, 0.85 ), rgba( 153, 0, 0, 0.85 ) );
	background: -webkit-gradient(linear,0 bottom, 0 top, from( rgba( 153, 0, 0, 0.85  ) ), to( rgba( 204, 0, 0, 0.85 ) ) );
	background: -o-linear-gradient( top, rgba( 204, 0, 0, 0.85 ), rgba( 153, 0, 0, 0.85  ) );
	background: -ms-linear-gradient(top, rgba( 204, 0, 0, 0.85 ), rgba( 153, 0, 0, 0.85  ) ); /*IE 10*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0000, endColorstr=#990000)"; /*IE 8, 9*/
	background-image: linear-gradient( top, rgba( 204, 0, 0, 0.85 ) , rgba( 153, 0, 0, 0.85  ) );
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid #e2383e;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.7), inset 0px 0px 3px rgba(255,255,255,0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.7), inset 0px 0px 3px rgba(255,255,255,0.2);
	text-shadow:0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(204,204,204,0.2);
}

a#my-bookmarks-link:hover {
  background: #cc0000;
	background: -moz-linear-gradient( top, rgba( 204, 0, 0, 1 ), rgba( 153, 0, 0, 1 ) );
	background: -webkit-gradient(linear,0 bottom, 0 top, from( rgba( 153, 0, 0, 1  ) ), to( rgba( 204, 0, 0, 1 ) ) );
	background: -o-linear-gradient( top, rgba( 204, 0, 0, 1 ), rgba( 153, 0, 0, 1  ) );
	background: -ms-linear-gradient(top, rgba( 204, 0, 0, 1 ), rgba( 153, 0, 0, 1  ) ); /*IE 10*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc0000, endColorstr=#990000)"; /*IE 8, 9*/
	background: linear-gradient( top, rgba( 204, 0, 0, 1 ) , rgba( 153, 0, 0, 1  ) );
}

a#my-bookmarks-link:active {
  background: #990000;
	background: -moz-linear-gradient( top, rgba( 153, 0, 0, 1 ), rgba( 204, 0, 0, 1 ) );
	background: -webkit-gradient(linear,0 bottom, 0 top, from( rgba( 204, 0, 0, 1  ) ), to( rgba( 153, 0, 0, 1 ) ) );
	background: -o-linear-gradient( top, rgba( 153, 0, 0, 1 ), rgba( 204, 0, 0, 1  ) );
	background: -ms-linear-gradient(top, rgba( 153, 0, 0, 1 ), rgba( 204, 0, 0, 1  ) ); /*IE 10*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990000, endColorstr=#cc0000)"; /*IE 8, 9*/
	background: linear-gradient( top, rgba( 153, 0, 0, 1 ) , rgba( 204, 0, 0, 1  ) );
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.7), inset 0px 0px 5px rgba(255,255,255,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7), inset 0px 0px 5px rgba(255,255,255,0.2); 
}

#header-search-text {
	font-size: 300%;
	color: white;
	margin: 12px 0 0 0;
}

#searchbox.root-form {
    width: 446px;
	margin:100px auto 50px 100px;   
}

.root-form #searchbackground {
    background-image: url(/structure/search/sprite_big.png);
    width: 446px;
    height: 50px;
   /* box-shadow:3px 3px 8px #CCC;*/
}

.root-form #searchbutton {
    width: 60px;
    height: 50px;
    background: transparent url(/structure/search/sprite_big.png) -447px 0px no-repeat;
    margin:0;
}

.root-form #searchbutton:hover {
    background-position: -447px -50px;     
}

.root-form #searchboxtext {
    float: left;
    width: 356px;
    border: 0;
    line-height:24px;
    height:50px;
    margin: 0;
    padding: 0 15px;
    display: table-cell;
    vertical-align:middle;
}

#wrap-top-searches {
	
}

.oldie .root-form #searchboxtext {
    line-height:50px;
}

/*.ie7 .root-form #searchboxtext {
    margin-left:-40px;
}*/

.root-form .searchbackground_inactive {
    background-position: 0 0px;
}

.root-form .searchbackground_active {
    background-position: 0 -50px;
}

.sidebar_box.filler {
  height: 20px;
  padding: 0;
}

.atozContent {
  display: block;
  padding-bottom: 20px;
}

#my-icon {
  width: 24px;
  min-height: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 14px;
  background: url(/images/my-add.png) center center no-repeat;
  text-indent: -999em;
}

.featured-query {
  white-space: nowrap;
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 80%;
  font-family: "ISUBold";
}
