

.dept-trigger {
	float: right;
	background-color: #000;
	display: none;
	padding: 5px;
	color: #fff;
	opacity: 0.9;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin: 5px;
}

.dept-trigger:hover, .dept-trigger:active,.mobile-trigger:hover, .mobile-trigger:active {
	opacity: 1;
}

.mobile-wrap {
	width: auto;
	position: fixed;
	right: 0;
	top: 20px;
	background-color: #3370ce;
	padding: 5px;
	display: none;
	z-index: 10;
}

.activate-menu {
	display: block;
	padding: 5px;
	color: #fff;
	opacity: 0.9;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	margin: 5px;
	width: auto;
	height: auto;
	text-align: right;
	margin: 0 auto;
	cursor: pointer;
}

#mobileaccess {
	display: none;
}

#mobileaccess ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#mobileaccess ul li{
	padding: 10px;
	display: block;
}


#mobileaccess ul li a {
	color: #fff;
}

#mobileaccess ul > li:hover, #mobileaccess .current-menu-item, #mobileaccess .current-menu-ancestor {
	
}

#mobileaccess ul ul {
	padding: 0 10px;
	background: none;
	display: none;
}

#mobileaccess ul ul li {
	background-color: none;
}

#mobileaccess ul ul li:hover {
	background-color: none;
}

@media (min-width: 768px) {
	.list-departments .depts {
		display: block;
	}
	
}

@media (max-width: 768px) {
	.list-departments .depts {
		display: none;
	}
	
	.dept-trigger {
		display: none;
	}
	
	#branding .site-description {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	ul.depts {
		width: 100%;
	}
	
	ul.depts li {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	ul.depts li a {
	}
	
	.dept-top-header ul.depts li a {
		padding: 10px;
		display: block;
		background: #e5e5e5;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		font-size: 13px;
		color: #000;
	}
	
	.hidemobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.total-title {
		width: 100%;
		float: none;
	}
	.header-widget {
		width: 100%!important;
		float: none;
	}
	#branding .entire-title {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		margin: 0;
		font-size: 24px;
	}
	
	.part {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	#branding {
		text-align: center;
	}
	
	#access {
		display: none;
	}
	.mobile-wrap {
		display: block;
	}
	
	.logo {
		height: 100px;
		width: auto;
		margin-top: 10px;
		margin-left: 10px;
		float: none;
		padding-bottom: 10px;
	}
	
	.two-column, .two-column-left {
		width: 100% !important;
		float: none;
	}
	
	.three-column {
		width: 100% !important;
		float: none;
	}
	
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar.left {
		display: none;
	}
	
	#colophon {
		display: none;
	}
	
}



/* Mobile menu */
#mobile-menu {	
	background-color: #efefef;
	border-left: 5px solid #ababab;
	padding: 20px;
	overflow-y: auto!important;
	width: 250px;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 999999;
	right: -250px;
}

#mobile-menu.is-open {
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

#mobile-menu h3 {
	margin: 0 0 10px;
	background: #ababab;
	color: #fff;
	padding: 3px;
	text-transform: uppercase;
	font-size: 12px;
}

#mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
}

#mobile-menu ul li {
	float: none;
}

#mobile-menu ul li a {
	background: #dadada;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
}

#mobile-menu ul ul {
	display: block;
	position: relative;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.mobile-close {
	background-color: #dadada;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.mobile-close span {
	font-weight: bold;
}