/*
 * 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
*********************************/
._slideshow2 .flex-container a:active,
._slideshow2 .flexslider a:active,
._slideshow2 .flex-container a:focus,
._slideshow2 .flexslider a:focus  {outline: none;}
._slideshow2 .slides,
._slideshow2 .flex-control-nav,
._slideshow2 .flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('fonts/flexslider-icon.eot');
    src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('fonts/flexslider-icon.woff') format('woff'),
        url('fonts/flexslider-icon.ttf') format('truetype'),
        url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
._slideshow2 .flexslider {margin: 0; padding: 0;}
._slideshow2 .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
._slideshow2 .flexslider .slides img {width: 100%; display: block;}
._slideshow2 .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
._slideshow2 .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
*********************************/
._slideshow2 .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
._slideshow2 .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
._slideshow2 .loading .flex-viewport { max-height: 300px; }
._slideshow2 .flexslider .slides { zoom: 1; }
._slideshow2 .carousel li { margin-right: 5px; }

/* Direction Nav */
._slideshow2 .flex-direction-nav {*height: 0;}
._slideshow2 .flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
._slideshow2 .flex-direction-nav .flex-prev { left: -50px; }
._slideshow2 .flex-direction-nav .flex-next { right: -50px; text-align: right; }
._slideshow2 .flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
._slideshow2 .flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
._slideshow2 .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
._slideshow2 .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
._slideshow2 .flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
._slideshow2 .flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
._slideshow2 .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
._slideshow2 .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
._slideshow2 .flex-pauseplay a:hover  { opacity: 1; }
._slideshow2 .flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
._slideshow2 .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
._slideshow2 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
._slideshow2 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
._slideshow2 .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
._slideshow2 .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

._slideshow2 .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
._slideshow2 .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
._slideshow2 .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
._slideshow2 .flex-control-thumbs img:hover {opacity: 1;}
._slideshow2 .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    ._slideshow2 .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    ._slideshow2 .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/*
 *
 *
 *
 *
 * CDC @ UCDavis: Overrides to this stylesheet below here
 *
 *
 *
 *
 */

/* Styles for FlexSlider responsive slider */


.content_box._slideshow-block {
    margin-top: 0;
    padding-bottom: 20px;
}

.content_box._slideshow-block .border_box {
    padding-bottom: 0;
}

.content_box._slideshow-block ._slideshow2 {
    margin: 0;
    padding-bottom: 0px;
}

.content_box._slideshow-block ._slideshow2 ol, .content_box._slideshow-block ul {
    margin: 0;
}

._slideshow2 .flexslider {
    border: 0 none;
    border-radius: 0px;
    margin: 0;
    box-shadow: none;
}

._slideshow2 .flexslider ul.slides {
    margin: 0;
    padding: 0;
}

._slideshow2 .flexslider .slides > li {
    margin: 0;
}

/* Direction nav */

._slideshow2 .flex-direction-nav a:before  { content: ''; }
._slideshow2 .flex-direction-nav a.flex-next:before  { content: ''; }


._slideshow2 .flex-direction-nav a {
    top: 0;
    width: 52px;        /* these are the width and height of the controls */
    height: 100%;
    margin-top: 0;      /* this value is negative half the height of the controls */
    background: rgba(255,255,255,0.3);
    background-image: url(images/bg_direction_nav_2.png);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
    background-repeat: no-repeat;
    background-position: 100% 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 99;
}

._slideshow2 .flexslider .flex-prev {
    border-bottom: 0px none;
    *display: none;
    text-indent: -9999px;
}
._slideshow2 .flexslider .flex-next {
    border-bottom: 0px none;
    *display: none;
    text-indent: -9999px;
    text-align: initial;
}

._slideshow2 ul.flex-direction-nav li {
    margin: 0;
}

._slideshow2 .flex-direction-nav .flex-prev {
    background-position: left 50%;
    left: -50px;
}
._slideshow2 .flex-direction-nav .flex-next {
    background-position: 100% 50%;
    right: -50px;
}

._slideshow2 .flexslider:hover .flex-prev {
    left: 0;
    *display: block;
}
._slideshow2 .flexslider:hover .flex-next {
    right: 0;
    *display: block;
}

/* Control (paging) nav */

._slideshow2 .flex-control-nav {
    bottom: -26px;
    width: 100%;
    text-align: right;
    z-index: 99;
}

._slideshow2 .flex-control-nav li {
    margin: 0 0 0 6px;
}

._slideshow2 .flex-control-paging li {
    text-indent: -9999px;
    text-align: left;
}

._slideshow2 .flex-control-paging li a {
    margin: 0;
    background: none;
    box-shadow: none;
    border: 1px solid #002855;
    border-radius: 0;
    width: 10px;
    height: 10px;
}

._slideshow2 .flex-control-paging li a:hover {
    background-color: #F8EECC;
    border-bottom: 1px solid #002855;
}

._slideshow2 .flex-control-paging li a.flex-active {
    background-color: #DAAA00;
}

/* Paragraph style for blurb section */
.content_box ._slideshow2 p {margin-left: 10px;}

/* Paragraph style for caption appearing at bottom of image */
.content_box ._slideshow2 p.flex-caption {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    color: #FFF;
    background: rgba(0,0,0,.6);
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}

.content_box ._slideshow2 p.flex-caption span {
    display: block;
    margin: 10px;
}


/* Mobile styles for slideshow2.css */

@media only screen and (max-width: 767px) {

    .content_box._slideshow-block {
        padding-bottom: 10px;
    }

    .content_box ._slideshow2 p.flex-caption {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
        bottom: auto;
        margin: 0;
        position: relative;
        font-size: 0.9em;
    }

    .content_box ._slideshow2 p.flex-caption span {
        margin: 0;
        padding: 5px 10px;
    }

    ._slideshow2 .flex-control-nav {
        display: none;
    }


    ._slideshow2 .flex-direction-nav a {
        width: 26px;
        height: 34px;
        margin: 0;
        display: block;
        background: url(images/bg_direction_nav_2rwd.png) no-repeat 0 0;
        position: absolute;
        top: 2%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0.6;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    ._slideshow2 .flex-direction-nav .flex-prev {opacity: 0.6; background-position: left 50%; left: 2px;}
    ._slideshow2 .flex-direction-nav .flex-next {opacity: 0.6; background-position: 100% 50%; right: 2px; }
    ._slideshow2 .flexslider:hover .flex-prev {left: 2px;}
    ._slideshow2 .flexslider:hover .flex-next {right: 2px;}
    ._slideshow2 .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}


}


/* ------------------------------------------- OFFICIAL COLORS ---------------- */




/* REGULAR DEFAULT LIGHT GOLD w/ LINK */

div._slideshow2._lightgold h3 span {
    background-position:95% 50%;
	background-color:#F9F4E5;
	border:1px solid #E5C44D !important;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* BLUE THEME w/ HYPERLINK COLOR */

div._slideshow2._blue h3 span
{
	background-position:95% 50%;
	background-color:#002855;
	border-bottom:0 none;
	color:#DAAA00;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* LIGHT BLUE THEME w/ HYPERLINK COLOR */

div._slideshow2._lightblue h3 span
{
	background-position:95% 50%;
	background-color:#E5E9EF;
	border-bottom:0 none;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}



/* GOLD THEME  w/ HYPERLINK COLOR */

div._slideshow2._gold h3 span
{
	background-position:95% 50%;
	background-color:#DAAA00;
	border-bottom:0 none;
	color:#002855;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}


/* SILVER THEME w/ HYPERLINK COLOR */

div._slideshow2._silver h3 span
{
	background-position:95% 50%;
	background-color:#ccc;
	border-bottom:0 none;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}



/* ------------------------------------------- BRIGHT COLORS ---------------- */




/* ORANGE */

div._slideshow2._orange h3 span
{
	background-position:95% 50%;
	background-color:#ED8B00;
	border-bottom:0 none;
	color:#002855;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}


/* PURPLE */

div._slideshow2._purple h3 span
{
	background-position:95% 50%;
	background-color:#642667;
	border-bottom:0 none;
	color:#fff;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* MEDIUM BLUE */

div._slideshow2._mediumblue h3 span
{
	background-position:95% 50%;
	background-color:#00B5E2;
	border-bottom:0 none;
	color:#002855;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* YELLOW */

div._slideshow2._yellow h3 span
{
	background-position:95% 50%;
	background-color:#FFCD00;
	border-bottom:0 none;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* CORAL */

div._slideshow2._coral h3 span
{
	background-position:95% 50%;
	background-color:#C6007E;
	border-bottom:0 none;
	color:#fff;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}


/* RED */

div._slideshow2._red h3 span
{
	background-position:95% 50%;
	background-color:#BA0C2F;
	border-bottom:0 none;
	color:#fff;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}


/* ------------------------------------------- NEUTRAL COLORS ---------------- */


/* DARK GREEN */

div._slideshow2._darkgreen h3 span {
	background-position:95% 50%;
	background-color:#00573F;
	border-bottom:0 none;
	color:#fff;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
	}

/* LIGHT GREEN */

div._slideshow2._lightgreen h3 span
{
	background-position:95% 50%;
	background-color:#9CAF88;
	border-bottom:0 none;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}


/* STUCCO */

div._slideshow2._stucco h3 span
{
	background-position:95% 50%;
	background-color:#E6A65D;
	border-bottom:0 none;
	color:#000;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}

/* BROWN */

div._slideshow2._brown h3 span
{
	background-position:95% 50%;
	background-color:#4F2C1D;
	border-bottom:0 none;
	color:#fff;
	display:block;
	margin:0;
	padding:0.4em 30px 0.4em 10px;
	text-transform:uppercase;
	font-weight:normal;
}