/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bxtype1 .bx-pager {
	position:absolute;
	top: 80%;
	left: 10%;
}

@media and (max-width: 991px) {

	.bxtype1 .bx-pager {
		position:absolute;
		top: 70%;
		left: 10%;
		height: 25px;
		width: 25px;
	}

}

.bxtype1 .bx-controls-auto {
	position: absolute;
	top: 78%;
	left: 3%;
}

.bxtype1 .bx-controls-auto-item a:hover {
	border-style:none;
	border-width:2px;
	border-color:Black;
}

.bxtype1 .bx-controls-auto-item a:focus {
	border-style:none;
	border-width:2px;
	border-color:Black;
}

.bxtype1 .bx-controls-auto-item a:blur {
	border-style:none;
}

@media (max-width: 500px) {
 
	.bxtype1 .bx-pager {
		position:absolute;
		top: 200px;
		left: 10%;
		height: 25px;
		width: 25px;
	}

	.bxtype1 .bx-controls-auto {
		position: absolute;
		top: 50%;
		left: 3%;
	}
	
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/_resources/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

/*
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
*/

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* New 07-14-2021 Updates */
.bx-wrapper .bx-pager .bx-pager-item,
.bxtype1 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: initial;
    left: 350px;
    top: -10px;
}

/* New 07-14-2021 Updates */
.bxtype3 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
    left: 350px;
    top: -10px;
}

/* New 07-14-2021 Updates */
@media only screen and (max-width: 990px) {
	
	.bx-pager-v2 {
		display: none;
	}

	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
		position: relative;
		text-align: center;
		top: -10px;
		left: -20px;
	}
	
}

/* New 07-14-2021 Updates */
.bx-controls-auto-item a:hover{
	border-style:none;
	border-width:2px;
	border-color:Black;
}

.bx-controls-auto-item a:focus{
	border-style:none;
	border-width:2px;
	border-color:Black;
}

.bx-controls-auto-item a:blur{
	border-style:none;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/_resources/images/controls-new-updated.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(/_resources/images/controls-new-updated.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
/*	z-index: 9999;  */
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

/*
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/_resources/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
*/

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	position: absolute;
	outline: 0;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/playrds-1.png") !important;
	height: 35px;
	width: 35px;
	margin: 0 3px;
}


.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

/*
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/_resources/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
*/

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	position: absolute;
	outline: 0;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/pauserds-1.png") !important;
	height: 35px;
	width: 35px;
	margin: 0 3px;
}

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-start:focus {
	display: block;
	position: absolute;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/playrds-focus-1.png") !important;
	height: 35px;
	width: 35px;
}

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	display: block;
	position: absolute;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/pauserds-focus-1.png") !important;
	height: 35px;
	width: 35px;
}

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-start:hover {
	display: block;
	position: absolute;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/playrds-focus-1.png") !important;
	height: 35px;
	width: 35px;
}

/* New 07-14-2021 Updates */
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	display: block;
	position: absolute;
	background: url("https://www.southalabama.edu/departments/webservices/web-testing/dev-galleries/images/pauserds-focus-1.png") !important;
	height: 35px;
	width: 35px;
}

/* New 07-14-2021 Updates */
.thumbnail:hover{
	border-bottom: solid 5px red;
}

.thumbnail:focus{
	border-bottom: solid 5px red;
}




.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

@media (max-width: 767px) {

	.bx-wrapper .bx-controls-auto .bx-stop {
		position: relative; 
		margin: auto; 
	}	
	
	.bx-wrapper .bx-controls-auto .bx-stop:hover {
		position: relative; 
		margin: auto; 
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop:active {
		position: relative; 
		margin: auto; 
	}
	
	.bx-wrapper .bx-controls-auto .bx-stop:focus {
		position: relative; 
		margin: auto; 
	}
	
	.bx-wrapper .bx-controls-auto .bx-start {
		position: relative; 
		margin: auto; 
	}	
	
	.bx-wrapper .bx-controls-auto .bx-start:hover {
		position: relative; 
		margin: auto; 
	}
	
	.bx-wrapper .bx-controls-auto .bx-start:active {
		position: relative; 
		margin: auto; 
	}
	
	.bx-wrapper .bx-controls-auto .bx-start:focus {
		position: relative; 
		margin: auto; 
	}

}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 80%;
}

@media (max-width: 767px) {

	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
		display: none; 
	}

}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	/*right: 0;*/
	width: 35px;
}

@media (max-width: 767px) {
	
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
		right: 0;
		width: 100%;
		top: auto;
		bottom: 10px;
		left: 0;
	}
	
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto:focus {
		right: 0;
		width: 100%;
		top: auto;
		bottom: 10px;
		left: 0;
	}

}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: #666\9; */
	/* background: rgba(80, 80, 80, 0.75); */
	background: #595959;
	opacity: .90;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* THEMING */ 


/* bxtype1 = Slideshow with Controls and Optional Caption */
.bxtype1 .bx-pager, .bxtype1 .bx-controls-auto { bottom: 30px; }
.bxtype1 .bx-pager { color: #fff; }
.bxtype1 .bx-pager.bx-default-pager a { background: #fff; }
.bxtype1 .bx-pager.bx-default-pager a:hover { background: #00A9E0; color: 000000; }
.bxtype1 .bx-pager.bx-default-pager a.active { background: #00A9E0; color: #000000; }
.bxtype1 .bx-pager.bx-default-pager a:focus { background: #BF0D3E; }
.bxtype1 .bx-caption { bottom: 60px; width: 80%; left: 10%; padding: 5px; text-align: center; font-size: 20px; }

/* bxtype2 = Slideshow with Fade and Slideshow with Thumbnail */
.bxtype2 .bx-viewport { box-shadow: none; border: none; left: 0; background: none; transform: none; }
.bxtype2 .bx-caption { bottom: 60px; width: 80%; left: 10%; padding: 5px; text-align: center; font-size: 20px; }
.bxtype2 .bxslider { padding-left: 0; }

.bx-pager-v2 { text-align: center; }
.bx-pager-v2 a { display: inline-block; margin: 2px; border: 2px solid #ccc; padding: 2px; }
.bx-pager-v2 a:hover { display: inline-block; margin: 2px; border: 2px solid #3072AB; padding: 2px; }
.bx-pager-v2 a:focus { display: inline-block; margin: 2px; border: 2px solid #3072AB; padding: 2px; }
.bx-pager-v2 .active img { background: transparent; box-shadow: 0 0 0 2px #666; }
.bx-pager-v2 img { display: inline; }

/* bxtype4 = Slideshow with Bottom Aligned Controls and Caption */
.bxtype4 .bx-viewport { box-shadow: none; border: none; left: 0; background: none; transform: none; }
.bxtype4 .bxslider { padding-left: 0; }
.bxtype4 .bx-caption { bottom: 0px; display: block; position: absolute; opacity: 0.6; z-index: 2; left: 25px; right: 25px; padding: 16px 20px; margin: 0; width: auto; font-size: 20px; background: #000000 none repeat scroll 0% 0%; }
.bxtype4 .bx-caption span { padding: 0; margin: 0; font-size: 20px; }
.bxtype4 .bx-controls-direction { }
.slider-prev {top: auto; left:0px; position: absolute; opacity: .7; z-index: 51; } /* 50 > image z-index; 51 > fade z-index */
.slider-prev a {display: block; text-indent: -9999px; height: 61px; width: 38px; background: transparent url("/_resources/images/themesnavnow.gif") no-repeat scroll left top; margin-top: -61px; outline: 0;}
.slider-next {top: auto; right: 0px; position: absolute; opacity: .7; z-index: 51; } /* 50 > image z-index; 51 > fade z-index */
.slider-next a {display: block; text-indent: -9999px; height: 61px; width: 38px; background: transparent url("/_resources/images/themesnavnow.gif") no-repeat scroll right top; margin-top: -61px; outline: 0;}

/* bxtype5 = Slideshow with Bottom-Aligned Caption and Bottom Right-Aligned Pager */
.bxtype5 .bx-pager, .bxtype1 .bx-controls-auto { bottom: 20px; }
.bxtype5 .bx-pager { color: #fff; text-align: right; padding-right: 20px; }
.bxtype5 .bx-pager.bx-default-pager a { background: #fff; text-indent: 100%; white-space: nowrap; overflow: hidden; }
.bxtype5 .bx-pager.bx-default-pager a:hover, .bxtype5 .bx-pager.bx-default-pager a.active { background: #9DA1C7; }
.bxtype5 .bx-caption span { padding: 10px; font-weight: 700; font-size: .85em; margin-bottom: 10px; }

/* bxtype6 = Slideshow with Bottom-Aligned Caption and Arrows */
.bxtype6 .bx-caption span { padding: 10px; font-weight: 700; font-size: .85em; margin-bottom: 10px; }

/* bxtype7 = Slideshow with Custom Captions and Transitions */
.bxtype7 .bx-viewport { box-shadow: none; border: none; left: 0; background: none; transform: none; }
.bxtype7 .bxslider { padding-left: 0; }
.bxtype7 .bx-caption { background: rgba(0, 0, 0, 0.75) none repeat scroll 0% 0%; color: #fff; min-height: 50px; padding-right: 20px; padding-left: 20px; padding-top: 8px; padding-bottom: 8px; font-family: "Sofia Pro Light"; font-size: 16px; }
.bxtype7 h3 { color: #fff; margin: 0; font-size: 26px; font-family:"Sofia Pro Semi Bold"; font-weight:normal; }
.bxtype7 .bx-caption > span { padding: 10px; }
.bx-pager-v7 { display: none; }
@media all and (min-width: 1200px) {
    .bx-pager-v7 { display: block; position: relative; bottom: 70px; right: -430px; z-index: 50; text-align: right; width: 400px; font-size: 50px; z-index: 51; }
    .bx-pager-v7 a { color: #fff; opacity: .5; transition: opacity 0.6s ease-in-out 0s; }
	.bx-pager-v7 a:hover { color: #fff; opacity: 1; text-decoration: none; }
    .bx-pager-v7 .active, #bx-pager-7 a:hover { opacity: 1; text-decoration: none; }
    .bxtype7-wrapper { width: 100%; margin-bottom: -70px; }
}
.bxtype7 .bx-caption .slide-headline { padding: 0; font-size: 2em; text-transform: uppercase; font-weight: 700; }
.bxtype7 .bx-caption .slide-content { padding: 0; font-size: 1.3em; }
