/* Bootstrap Accessibility */

/* Desktop menu link active state */
.dropdown-item:active {
    background-color: #0068D6;   
}
.dropdown-item a:active {
    color: #ffffff !important;
}

/*  Element not highlighted on focus */
button.owl-dot.active:focus  {
    outline: 2px solid blue; 

}

.utrgv-default button.owl-next:focus {
    outline: 2px solid blue; 
}


.utrgv-default .owl-prev span:focus,
.utrgv-default .owl-next span:focus {
    outline: 2px solid blue; 
}

.utrgv-default button.owl-prev:focus,
.utrgv-default button.owl-next:focus,
.utrgv-default button.owl-dot:focus {
	outline: 2px solid blue; 
}

#department-nav-section .nav-item a {
    color: #212529;
    text-decoration:none;
}

#department-nav-section .nav-item a:hover {
    text-decoration:underline;
}




/* Target only IE10+ Browsers... */
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* Story Page Layout Fix*/
	 .row {
		 width: 100%;
	}
	/* Menu Focus Styles */
	 #department-nav-section .nav-item a:focus {
		 border: none;
	}

	 a img.w-100:focus {
		 outline: thin dotted;
	}
	 a img.w-100:hover {
		 outline: thin dotted;
	}
	 h2.nav-title:focus {
		 outline: thin dotted;
	}
	 h2.nav-title:hover{
		 outline: thin dotted;
	}
	 .wide-nav#department-nav-section .nav-list .dropdown-item a:focus {
		 outline: thin dotted;
	}

}