/* Icon Font Face */
/* for a complete list of icons visit http://docs.iwss.ilstu.edu */

@font-face {
  font-family: 'isu-icons';
  src:  url('//iguides.illinoisstate.edu/cdn/fonts/isu-icons.eot');
  src:  url('//iguides.illinoisstate.edu/cdn/fonts/isu-icons.eot?#iefix') format('embedded-opentype'),
        url('//iguides.illinoisstate.edu/cdn/fonts/isu-icons.svg#icomoon') format('svg'),
        url('//iguides.illinoisstate.edu/cdn/fonts/isu-icons.woff') format('woff'),
        url('//iguides.illinoisstate.edu/cdn/fonts/isu-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

a:after, a:before {
    font-family: 'isu-icons';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/structure/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/structure/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}

a[rel*="lightbox"] { text-decoration:none;}
a[rel*="lightbox"] img {width:100px; display:inline-block; margin:10px; border:5px solid #fff; box-shadow:0px 0px 4px rgba(0,0,0,0.5); -webkitk-box-shadow:0px 0px 4px rgba(0,0,0,0.5); -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.5);}

a.button {
	margin-top: 0px; 
	text-decoration: none;
	font: 1.1em "ISURegular","Myriad Pro", Helvetica, sans-serif;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 0 .1em rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 0 .1em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,0.25);
	margin-left: 10px;
	-moz-border-radius: .25em;
	border-radius: .25em;
	margin:5px;
	padding: .5em .75em .5em;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

a.button:hover {background:rgba(0,0,0,.25);}
a.button:active, a.news-more:active  {margin-top:6px;}

a.button.btn_blue {
	background: -moz-linear-gradient( top, rgba( 136, 186, 222, 1 ), rgba( 87, 139, 181, 1 ) );
	background: -webkit-gradient(linear,0 bottom, 0 top, from( rgba( 87, 139, 181, 1 ) ), to( rgba( 136, 186, 222, 1 ) ) );
	background: -o-linear-gradient( top, rgba( 136, 186, 222, 1 ), rgba( 87, 139, 181, 1 ) );
	background: -ms-linear-gradient(top, rgba( 136, 186, 222, 1 ), rgba( 87, 139, 181, 1 ) ); /*IE 10*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#79A7D4, endColorstr=#4879AB)"; /*IE 8, 9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#79A7D4, endColorstr=#4879AB); /* IE 5.5 - 7 */
	background: linear-gradient( top, rgba( 136, 186, 222, 1 ) , rgba( 87, 139, 181, 1 ) );
	color: #fff;
}

a.button.btn_gray {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c6c6c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c6c6c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c6c6c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	color:#222;
}

a.button[href$=".pdf"]:before {content:"\e018"; margin-right:10px;}
a.button[href$=".zip"]:before {content:"\e024"; margin-right:10px;}

img.intro  {border:5px solid #fff; box-shadow:0px 0px 4px rgba(0,0,0,0.5); -webkitk-box-shadow:0px 0px 4px rgba(0,0,0,0.5); -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.5);}

