/* 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) */

/* Last update 12/19/16 by SKB - additional updates for swap to brighter UC Davis gold color */

@media (max-width: 859px) {   /* reverses settings in flexslider.css  */
#topbanner .flexslider {
		margin-top:39px;
	}
.navtop {
		margin-bottom:-40px;
	}
}


/* Browser Resets */
.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;
}

/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?') 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 */
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flexslider .slides iframe {
	display: block;
}
.flexslider .slides.single > li {
	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 */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme */
.flexslider {
	margin: 0 0 20px;
	position: relative;
	zoom: 1;
}
.flex-viewport { 
	-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;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 35px;
	height: 35px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: #808080;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -20px;
}
.flex-direction-nav .flex-next {
	right: -20px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	color: #667d9d;
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 25px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */

.flex-pauseplay {
	width: 100%;
	z-index: 10;
	display: inline-block;
	position: absolute;
	bottom: -36px;
	text-align: center;
}
.flex-pauseplay a {
	font-size: .65em;
	text-align: left;
	vertical-align: bottom;
	width: 150px;
	height: 30px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #4d688c;
}
.flex-pauseplay a {
	opacity: 0.8;
}
.flex-pauseplay a:hover {
	opacity: 1;
}
/* Control Nav */

.flex-control-nav {
	z-index: 11;
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #ccd4e0;
	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);
}
.flex-control-paging li a:hover {
	background: #e1bb33;
}
.flex-control-paging li a.flex-active {
	background: #e1bb33;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* Additional styles and media queries */

.flexslider li .slide img {
	float:left;
	margin-right: 15px;
	height: auto;
	width: 100%;
	max-width:840px;		
}
.flexslider .slide-caption {
	padding: 20px 50px;
}
#topbanner .flexslider {
	margin-bottom: 40px;
	background: #f4e5b2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(251,246,229,1) 70%, rgba(244,229,178,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(70%, rgba(244,229,178,1)), color-stop(100%, rgba(237,220,173,1)));
	background: -webkit-linear-gradient(-45deg, rgba(251,246,229,1) 70%, rgba(244,229,178,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(251,246,229,1) 70%, rgba(244,229,178,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(251,246,229,1) 70%, rgba(244,229,178,1) 100%);
	background: linear-gradient(135deg, rgba(251,246,229,1) 70%, rgba(244,229,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6e5', endColorstr='#f4e5b2', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.flexslider .slide-caption, .flexslider .slide-caption a {
	color: #4c4c4c;
}
.flexslider .slide-caption a h1 {
	color: #335379;
}
.flexslider .slide-caption h1 {
	font-size: 1.7em;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}
.flexslider .slide-caption h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
}
.flexslider .slide-caption a:hover,
.flexslider .slide-caption a:focus {
	text-decoration: underline;
}

@media (max-width: 1100px) {
.flex-pauseplay {
	bottom: -40px;
} 
}

@media (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}

@media (min-width:741px) and (max-width:1366px) {
.flexslider li .slide img {
	width: 66%;		
}
}

@media (min-width: 1129px) and (max-width: 1280px) {
.flexslider .slide-caption h1 {
	font-size: 1.6em;
}
.flexslider .slide-caption h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}
}

@media (min-width: 1030px) and (max-width: 1130px) {
.flexslider .slide-caption h1 {
	font-size: 1.4em;
	line-height: 1.3em;
}
.flexslider .slide-caption h2 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.flexslider .slide-caption {
    padding: 10px 40px;
}
}

@media (min-width: 960px) and (max-width: 1029px) {
.flexslider .slide-caption h1 {
	font-size: 1.3em;
	line-height: 1.2em;
}
.flexslider .slide-caption h2 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.flexslider .slide-caption {
    padding: 15px 40px;
}
}

@media (max-width: 959px) {
.flexslider .slide-caption h1 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.flexslider .slide-caption h2 {
	font-size: 1em;
	line-height: 1.2em;
	margin-top:0;
}
.flexslider .slide-caption {
    padding: 10px 40px;
}
}

@media (max-width: 767px) {
.flexslider .slide-caption h1 {
	font-size: 1.1em;
	line-height: 1.2em;
}
.flexslider .slide-caption h2 {
	margin-top:0;
	font-size: .9em;
	line-height: 1.1em;
}
}

@media (max-width: 740px) {
.flexslider li .slide img {
	float:none;
	width: 100%;
	margin-right:0;
	margin-bottom: 20px;
}
.flexslider .slide-caption {
	padding-top: 0;
}
}

@media (min-width:481px) and (max-width: 640px) {
.flexslider .slide-caption h1 {
	font-size: 1.2em;
	line-height: 1.2em;
}
.flexslider .slide-caption h2 {
	font-size: 1em;
	line-height: 1.2em;
}
}

@media (max-width: 480px) {
.flexslider .slide-caption h1 {
	font-size: 1.1em;
	line-height: 1.1em;
}
.flexslider .slide-caption h2 {
	font-size: 1em;
}
.flex-direction-nav .flex-prev {
	opacity: 0.5;
	left: 5px;
}
.flex-direction-nav .flex-next {
	opacity: 0.5;
	right: 5px;
}
.flex-direction-nav a:before {
	font-size: 20px;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	top: 80%;
}
}

@media (max-width: 320px) {
.flexslider li .slide img {
	margin-bottom: 15px;
}
.flexslider .slide-caption {
	padding-right: 40px;
	padding-left: 40px;
}
.flex-direction-nav a:before {
	font-size: 16px;
}
.flex-direction-nav a {
	width: 20px;
	height: 20px;
	top: 72%;
}
}
