/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Jeanine 
*/

a[data-region-style='button'].ou-btn, a[data-region-style='button'].ou-btn:hover, a[data-region-style='button'].ou-btn:active, a[data-region-style='button'].ou-btn:focus {
	position:relative!important;
	z-index:999!important;
}

/* navigation fix for touch devices */
#smoothmenu ul li a .downarrowclass {display:none !important;}
.topBar .logo {
	transition: all .2s ease-in-out;
}
@media (min-width:1200px) and (max-width: 1300px), (min-width:992px) and (max-width: 1100px) {
	.ddsmoothmenu>ul>li>a {
		padding-left: 15px;
		padding-right: 15px !important;
	}
}
@media (min-width:992px) and (max-width: 1100px) {
	.topBar .logo {
		padding: 15px !important;
		width: 150px;
		border-radius: 0 0 11px 11px;
	}
	.topBar .logo img {
		width: 100%;
		height: auto;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.topMenu.menuToggle:after {
	font-family: FontAwesome;
	content: "\f007";
}
.topMenu.menuToggle.menuToggleOn:after {
	content: "\f00d";
}

.topBar {
	float: right;
	width: 100%;
	text-align: right;
}
.topLinks ul {
	font-weight: bold;
	overflow: auto;
}
@media (min-width: 992px) {
	.topBar .logo {
		padding: 25px;
		left: 10px;
	}
}
@media (max-width:991px) {

	.topLinks {
		clear:both;
		margin: 0 -15px;
		background: #A89968; 
	}
	.topLinks ul {
		overflow: initial;			
		text-align: left;	
	}
	.topLinks ul li {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
		clear: both;
		float: none;
	}
	.topLinks ul li a {
		padding: 8px 15px;
		color:#FFFFFF;
		display: block;
		font-weight: normal;
		border-bottom: 1px solid #034082; 
	}
	.topLinks ul li a:hover {
		color:#7098C5;
		background: rgba(0, 0, 0, 0.2);
		text-decoration:none;
	}
	.ddsmoothmenu ul {
		top: 0 !important;
	}
	.ddsmoothmenu>ul>li>span {
		content: "\f067";
		font: normal normal normal 14px/1 FontAwesome;
		float: right;
		display: block;
		background: rgba(0, 0, 0, 0.2);
		padding: 16px;
		color: #fff;
		position: relative;
		z-index:300;
	}
	.ddsmoothmenu>ul>li>span:before { content: "\f067"; }
	.ddsmoothmenu>ul>li>span.close:before { content: "\f068"; }
	.ddsmoothmenu>ul>li>span.open {display:block;}
	.ddsmoothmenu>ul>li>span.close { display:none;}
	.ddsmoothmenu>ul>li.selectedli>span.open { display: none; }		
	.ddsmoothmenu>ul>li.selectedli.active>span.close {display:block;}
	.ddsmoothmenu>ul>li.selectedli.active>span.open { display: none; }
}
/* end navigation fix for touch devices */

/* styles fix for ticket 34798 */
.faculty-profile { 
	font-family: Arial; 
	font-size: 12pt; line-height: 1.8; 
}
.faculty-profile h2 { clear:both;}
.faculty-profile-photo {
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	text-align: center;
}
@media (min-width: 992px) {
	.faculty-profile-info-container { 
		float:left;
		width: 70%;
	}
	.faculty-profile-info { 
		margin-bottom:50px;
	}
	.faculty-profile-photo {
		float: right;
		padding: 0 0 10px 10px;
		margin: 0;
		text-align: right;
	}
}
/* end styles fix for ticket 34798 */
