/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
body {-webkit-font-smoothing: antialiased;}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 26px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 21px; height: 21px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px;}
.flex-control-paging li a:hover {background: #fff; background: rgba(255,255,255,0.7);}
.flex-control-paging li a.flex-active {background: #fff; background: rgba(255,255,255,0.9); cursor: default;}
.no-borderradius .flex-control-paging li a {background: url(http://www.siue.edu/currentstudents/img/slideshow-dots.png) no-repeat 0 0;}
.no-borderradius .flex-control-paging li a:hover {background: url(http://www.siue.edu/currentstudents/img/slideshow-dots.png) no-repeat -21px 0;}
.no-borderradius .flex-control-paging li a.flex-active {background: url(http://www.siue.edu/currentstudents/img/slideshow-dots.png) no-repeat -42px 0;}

.meta-info {background: #000; background: rgba(0,0,0,0.5); color: #fff; bottom: 50px; left: 0; position: absolute; padding: 20px 25px;}
.meta-info h2 {font-size: 2.167em;}
.meta-info p {font-size: 1.167em;}
.meta-info a {background-color: #e43939; background-position: 90% 50%; background-position: right 15px center; color: #fff; padding: 10px 45px 10px 15px; font-size: 1.143em; font-weight: bold; display: inline-block; }
.no-rgba .meta-info {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */}
.meta-info a:hover {background-color: #ef5050;}