.audience {
	display: none;	
}
.header .top {
    padding: 0.5em;
}

#page_home .header .top {
	background: #333333;
}

#page_home .header .top {
	max-width: none;
}

#page_home .header .wrapper .slide-desc {
	font-size: .8em;
}

#page_home .header .flexslider {
	margin-top: 170px;
	min-height: 275px;
}

.logo img {
	margin-left: 15px;
}

.right #iam {
    right: 0px !important;
    top: 275px !important;
    width: 65%;
}

.top .button:hover {
	background: none;
}

.visit {
    margin-bottom: 4px;
}

.pages li img {
    float: none;
    width: 100%;
}

.nav {
	display: none;
}

.wrapper {
	padding: 0 0.5em;
}

.utilities {
	margin-right: 70px;
	text-align: right;
	width: 55%;
}

#search-wrapper:before {
	left: -22px;
}

.sb-slidebar {
	display: block;
}

#mobile-nav .wrapper {
	padding: 0;
}

#mobile-menu li {
	position: relative;  top: 0;
}

#mobile-menu li a {
	border-bottom: 1px solid #444444;
	color: #888;
	display: block;
	padding: .5em 1em;
}

#mobile-menu li a:hover {
	background: #444;
	transition: all .4s ease;
}

.sub-nav {
	opacity: 1;
	position: relative;
		left: inherit;
	width: 100%;
}

.sub-nav li {
	float: none;
	width: 100%;
}

.sub-nav li a {
	padding-left: 35px !important;
}

.sub-nav-header {
	display: none;
}

.sb-toggle-right {
    display: inline-block;
    position: absolute;
    right: 80px;
    top: 15px;
}

#menu {
	display: none;
	transition: all .3s ease;
}

#athletics-utility {
    right: 110px;
    transition: all .4s ease;
}

.dropdown select {
    min-width: 150px;
}

.fyc-3 .dropdown select,
.fyc-4 .dropdown select {
	min-width: 280px;
}

.directory a.entry {
	width: 48%;
}

@media all and (max-width: 950px){
	#iam {
	    width: 100%;
	}
	
	.right #iam {
	    right: 0px !important;
	    width: 100%;
	}
}


