@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Open+Sans+Condensed:300,700);
* { margin: 0px;
}

html, body { -webkit-font-smoothing: subpixel-antialiased;}

.stick {
	min-height: 100%;
	margin: 0 auto -325px;
}

body {
	font: 62.5% 'Open Sans', Arial, sans-serif;
	line-height: 1;
	position: relative;
	/*height: 1500px;*/
}
	body.pointer {
		cursor: pointer;
	}
input[type="submit"] {
    -webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#skip{
	height:0;
}
#skip a{
	color: #000;
	font-weight: bold;
	font-size:1.4em;
	background: #ffce00;
	border: 1px solid #fff;
	padding: 4px;
	overflow: hidden;
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	z-index: 700;
	text-decoration:underline;
}
#skip a:focus{
	left: 100px;
	width: 200px;
	height: 18px;
}
p {
    margin-bottom: 1em;
    line-height: 1.5em;
}
.nav-push {
	height: 60px;
}
#logo-print {
	display: none;
}
@media only screen {
#header {
	position: fixed; 
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	z-index: 995;
	height: inherit;
}
}
	.top-banner {
		width: 100%;
		height: 60px;
	}
		.top-banner a {
			text-decoration: none;
		}
		#header-logo {
			float: none;
			margin: 0;
		}
		@media only screen {
			#header-logo img.left-logo {
			width: auto;
			height: 34px;
			padding-left: .5em;
			display: inline;
			margin-top: 13px;
		}
		}
		#header-logo img.right-logo {
			display: none;
		}
			#search-nav img {
				display: inline-block;
				height: 24px;
				padding: 18px 8px;
			}
	#search-box {
		height: 0px;
		overflow: hidden;
		position: fixed;
		background: white;
		width: 100%;
		z-index: 995;
	}
		#search-box.enable {
			top: 60px;
			height: auto;
			border-bottom: 5px solid #ffce00;
		}
			#header-search form { 
				display: block; 
				float: left; 
				margin: 5px 5px 0 0;
				position: relative;
				background: #fff;
				padding: 0 0 0 8px;
			}
				label.label_in_textfield {
					display: none;
				}
				input#q, input#q2, input#q3 {
					font-size: 16px;
					border: none;
					display: block;
					float: left;
					margin: 4px 0;
					padding: 0;
					width: 92%;
					height: 26px;
					outline: none;
				}
					input#sa, input#sa2, input#sa3 {
						text-indent: -5000em;
						text-transform: capitalize;
						background: #ffce00 url(//www.mtu.edu/mtu_resources/images/n/search-black.svg) center no-repeat;
    					background-size: 60%;
						border: none;
						color: transparent;
						cursor: pointer;
						display: block;
						float: right;
						outline: none;
						width: 8%;
						height: 34px;
						margin: 0;
					}
	#search-nav {
		overflow: hidden;
		margin-top: 10px;
		margin-right: .3em;
		cursor: pointer;
		float: right;
		position: absolute;
    	right: 0;
    	top: -70px;
		width: 85px;
	}
		#search-trigger {
			background: transparent url(//www.mtu.edu/mtu_resources/images/n/search.svg) no-repeat;
			background-position: center;
			background-size: 24px 24px;
			width: 40px;
			height: 60px;
			display: inline-block;
			font-size: inherit;
			text-decoration: none;
			text-transform: none;
			padding: 0;
			line-height: inherit;
		}
			#search-box.enable + #header + .nav-push + #navwrap #search-trigger {
				background-image: url(//www.mtu.edu/mtu_resources/images/n/search-black.svg);
				background-color: #ffce00;
			}
		#header-dropmenu-trigger {
			background: transparent url(//www.mtu.edu/mtu_resources/images/n/meatnav.svg) no-repeat;
			background-position: center;
			background-size: 24px 24px;
			width: 40px;
			height: 60px;
			display: inline-block;
			padding: 0;
			float: none;
		}
			#header-dropmenu-trigger.active {
				background-image: url(//www.mtu.edu/mtu_resources/images/n/meatnav-black.svg);
				background-color: #ffce00;
			}
		.active #search-nav {
			position: absolute;
			top: -60px;
			right: 0px;
		}
		.field-wrap {
			width: 92%;
			border: 1px solid #d8d8d8;
			padding: 2%;
			margin: 2%;
		}
	#navwrap {
		width: 100%;
		position: fixed;
		z-index: 999;
		right: 0;
	}
	#navwrap a {
		color: #666;
	}
	#navwrap .navhide {
		overflow: hidden;
		height: 0px;
	}
		#navwrap #header-search {
			float: none;
			margin: 0;
			position: static;
			box-shadow: none;
			border: none;
			padding: 0;
			background: transparent;
		}
	#navwrap .header-pos.move {
		z-index: 999;
	}
	#navwrap .scrollable {
		max-height: 250px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		border-bottom: 5px solid #ffce00;
		background: white;
		font-size: 1.3em;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
		#navwrap .scrollable.navhide {
			border-bottom: none;
		}
		#header-peoplenav {
			margin: 0;
			float: none;
		}
			#header-peoplenav li, #header-more li {
				line-height: normal;
				display: block;
				margin: 0;
			}
				#header-peoplenav a, #header-more a {
					font-size: 1em;
					font-weight: normal;
					text-transform: none;
					padding-bottom: 13px;
				}
			.header-icon { 
				display: none;
			}
		.subnav .category-nav, .audience-pos .dropmenu, .menu-pos .dropmenu {
			list-style-type: none;
			padding: 0;
			margin: 0;
			display: block;
		}
			.subnav .category-nav li ul {
				display: none;
			}
				.subnav .category-nav li ul.active {
					display: block;
				}
				.subnav .category-nav li, .audience-pos .dropmenu li, .menu-pos .dropmenu li {
					border-bottom: 1px solid #ccc;
					cursor: pointer;
					margin: 0;
				}
					.subnav .category-nav li ul li, .subnav .category-nav li:last-child, .audience-pos .dropmenu li:last-child, .menu-pos .dropmenu li:last-child {
						border: none;
					}
					.subnav .category-nav li div {
						padding: 0 13px 0 0;
					}
					.subnav .category-nav li.sub div {
						background: #efefef url(//www.mtu.edu/mtu_resources/images/n/arrow-down-black.svg) no-repeat;
						background-position: 96% center;
						background-size: 20px 20px;
					}
						.subnav .category-nav li.sub.active div {
							background-image: url(//www.mtu.edu/mtu_resources/images/n/arrow-up-black.svg);
							/*transition: ease .3s;*/
							border-bottom: 1px solid #ccc;
						}
						.subnav .category-nav li.sub.active ul {
							display: block;
							list-style-type: none;
							padding: 0;
							margin: 0;
							background: #efefef;
						}
						/*.subnav .category-nav li.sub:after {
							background: transparent url(//www.mtu.edu/mtu_resources/images/n/arrow-down-black.svg) no-repeat;
							z-index: -1;
							content: '';
							width: 20px;
							height: 40px;
							position: absolute;
							top: -50%;
							right: -50%;
							transform: scaleY(-1);
    						transition: ease .3s;
						}*/
					.subnav .category-nav li a, .audience-pos .dropmenu li a, .menu-pos .dropmenu li a {
						width: 86%;
						line-height: 1.3em;
						text-decoration: none;
						display: inline-block;
						padding: 13px 0 13px 13px;
						background: white;
						text-transform: none;
						font-size: 1em;
					}
						.subnav .category-nav li ul li a {
							background: transparent;
						}
		#navwrap .nav-title {
			background: #ffce00;
			width: 100%;
			color: black;
			text-align: center;
			line-height: 1.5em;
			padding: .3em 0;
		}
	.header-pos.move #header-search .dropmenu li #search-box, #header-search .dropmenu #sa {
		display: none;
	}
		.header-pos.move #header-search .dropmenu {
			margin: 0;
			padding: 0;
			list-style: none; /*duplicate*/
			display: block;
		}
			.header-pos.move #header-search .dropmenu li {
				clear: none;
				margin: 0;
			}
/* Content */
#main {
	margin: 0;
	position: static;
	width: 100%;
	margin-bottom: 2em;
	min-width: 960px;
}
#body_section {
	width: auto;
	/*padding: 0 10px;*/
	margin-top: 0em;
}
footer, .push {
	height: 325px;
}
/* Footer */
footer {
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
}
	#footer-fixed {
		background: #000;
		margin-top: -62px;
		outline: 0;
		width: 100%;
		z-index: 899;
		min-width: 0;
		cursor: auto;
		position: relative; /*experimental*/
	}	
		#footer-fixed a {
			color: #fff;
			font-weight: normal;
		}
			.footer-sections {
			margin: 0 auto;
			overflow: hidden;
			position: relative;
			width: 100%;
			max-width: 1024px;
			cursor: default;
			font-size: 1em;
    		font-weight: 400;
		    padding: 8px 0;
		}
		#footer {
		   background: #333;
 		   cursor: default;
  		  overflow: hidden;
		}
			.footer-sections div {
    			display: none;
			    color: #ffce00;
				padding-left: 1%;
				text-transform: none;
				float: none;
				width: auto;
			}
				#footer .footer-sections div {
					display: block;
					padding-left: 0;
					font-size: 1.3em;
				}
					#footer .footer-sections div span {
						background: #424242;
						width: 96%;
						display: block;
						padding: 2%;
						margin: 4% 0;
						font-size: 1.15em;
					}
					#footer .footer-sections div:first-child span {
						margin-top: 0;
					}
					#footer .footer-sections div ul {
						list-style-type: none;
						margin: 0;
						padding: 0 0 0 1em;
					}
						#footer .footer-sections div ul li {
							margin: 1em 0;
						}
							.footer-sections li:before {
								display: none;
							}
				#footer-budget a {
					display: table;
					margin: 0 auto;
				}
				#footer-budget a:before {
					content: "";
					background: url(//www.mtu.edu/mtu_resources/images/home/home-sprite.png?v=1.2) no-repeat 0 -110px;
					display: table-cell;
					float: left;
					margin-right: 6px;
					width: 48px;
					height: 48px;
				}
				#footer-budget p {
					font-size: 1.1em;
					line-height: 1.3em;
					display: table-cell;
					vertical-align: middle;
				}
				#footer-orau a {
					text-indent: -9999em;
					white-space: none;
					background: url(//www.mtu.edu/mtu_resources/images/home/home-sprite.png?v=1.2) no-repeat -48px -110px;
					display: inline-block;
					width: 57px;
					height: 16px;
					margin: 1em 0;
				}
			#footer-webmaster, #footer-eos, #footer-budget, #footer-orau {
				text-align: center;
				display: block;
				float: none;
				margin: 0 10px;
				width: auto;
			}
			#footer #footer-contact {
				cursor: auto;
				text-transform: none;
			}
				#footer-contact h4 {
					font-size: 1em;
					font-family: 'Open Sans', Arial, sans-serif;
					margin-left: 1em;
					color: white;
				}
			#footer-contact p {
				margin-bottom: .5em;
				margin-left: 1em;
				font-size: 1em;
    			line-height: 1.5em;
				color: white;
			}
			#footer .inner {
				border-top: 1px solid #808084;
				margin: 10px auto 0;
				padding: 20px 0 20px;
				overflow: hidden;
				width: 100%;
				max-width: 1024px;
				text-align: center;
			}
				#footer-webmaster a {
					font-weight: normal;
				}
				#footer-eos a {
					color: #ffce00;
    				line-height: 1.25em;
    				font-style: italic;
				}
				#footer p.right.footer-equity {
					margin-top: 15px;
					display: inline-block;
					font-size: 1.3em;
					float: initial;
				}
					p.right.footer-equity span.grey {
						background: transparent;
						color: grey;
					}
#betabug {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	background: #e5e5e5;
	position: static;
}
	#betabug a {
		display: block;
    	padding: 7px 12px;
    	font-size: 14px;
    	color: #333;
    	font-weight: normal;
		text-decoration: none;
		box-shadow: none;
		background: white;
		border: none;
	}
@media only screen and (min-width: 320px) {
	#header-logo img.right-logo {
		width: 178px;
		margin-bottom: 4px;
		display: inline;
	}
	#navwrap .scrollable {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 881px) {
	body.pointer {
		cursor: default;
	}
	#search-box.enable + #header {
		top: 60px;
	}
	.top-banner {
		height: 105px;
	}
		#header.shrink .top-banner {
			height: 45px;
			transition: ease .2s;
		}
		#header-logo img.left-logo {
			margin-top: 26px;
			height: 54px;
		}
			#header.shrink img.left-logo {
				margin-top: 5px;
				height: 36px;
				transition: ease .2s;
			}
		#header-logo img.right-logo {
			width: 295px;
			height: auto;
			margin-bottom: 6px;
		}
			#header.shrink img.right-logo {
				width: 221px;
				margin-bottom: 2px;
				transition: ease .2s;
			}
				#header.shrink + .nav-push + #navwrap #search-nav {
					top: 0px;
					margin-top: 0px;
					transition: ease .2s;
				}
				#header.shrink + .nav-push + #navwrap #search-trigger, #header.shrink + .nav-push + #navwrap #header-dropmenu-trigger {
					height: 45px;
					transition: ease .2s;
				}
		.header-icon {
			background: url(//www.mtu.edu/mtu_resources/images/n/sprite.svg) no-repeat 0 0;
			display: inline-block;
			margin-right: 4px;
			width: 24px;
			height: 24px;
			vertical-align: middle;
			background-size: 151px 21px;
		}
			.icon-link  { background-position: 0 0; }
			.icon-email { background-position: -24px 0; }
			.icon-map   { background-position: -48px 0; }
			.icon-key   { background-position: -72px 0; }
			.icon-books { background-position: -96px 0; }
			.icon-banweb{ background-position: -132px 0; }
		.header-shift {
			max-width: 1024px;
			margin: 0 auto;
			height: 0px;
		}
		#search-nav {
			position: relative;
			top: -10px;
			z-index: 999;
			right: 0;
		}
			/*#search-box.enable + #header + .nav-push + #navwrap #search-nav {
				top: 40px;
			}*/
	.audience-pos {
		position: absolute;
		top: 0;
		width: 100%;
		max-height: 0px;
	}
		/*#search-box.enable + #header + .nav-push + #navwrap .scrollable .audience-pos {
			top: 40px;
		}*/
		.audience-shift {
			max-width: 1024px;
			margin: 0 auto;
		}
	#search-box.enable {
		height: 57px;
		top: 0;
		border-width: 3px;
		background: #f2f2f2;
	}
		#search-box div.search-wrap {
			max-width: 1024px;
			margin: 0 auto;
			line-height: 60px;
			height: 60px;
			overflow: hidden;
		}
			div.field-wrap {
				width: 32%;
				float: right;
				margin: 11px 0;
				background: white;
				padding: 0;
			}
				div.field-wrap:nth-child(2) {
					margin-left: 1.66%;
					margin-right: 1.66%;
				}
			input#q, input#q2, input#q3 {
				width: 85.5%;
				padding-left: 4%;
			}
			input#sa, input#sa2, input#sa3 {
				width: 29px;
			}
	#navwrap {
		top: 0;
		height: 0;
	}
		#navwrap .header-pos.move {
			height: 0px;
		}
		#navwrap .scrollable {
			border: none;
			max-height: none;
			overflow: visible;
			font-size: 1.3em;
		}
		#search-box.enable + #header + .nav-push + #navwrap {
			top: 60px;
		}
		.subnav {
			background: rgba(0,0,0,.75);
			top: 105px;
			position: fixed;
			z-index: 990;
			margin: 0 auto;
			width: 100%;
			box-shadow: 0px 0px 5px rgba(0,0,0,.5);
			-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
			-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
		}
			#subnav.shrink {
				top: 45px;
				transition: ease .2s;
			}
			#search-box.enable + #header + .nav-push + #navwrap .subnav {
				top: 165px;
			}
			#search-box.enable + #header.shrink + .nav-push + #navwrap .subnav {
				top: 105px;
				transition: ease .2s;
			}
			.subnav .category-nav {
				width: 100%;
				max-width: 1024px;
				margin: 0 auto;
				padding: 0;
				list-style: none;
				/*font-size: 1.3em;*/
				color: white;
				overflow: visible;
				max-height: none;
				border-bottom: none;
			}
				#navwrap .nav-title {
					display: none;
				}
				.subnav .category-nav li {
					height: 65px;
					display: block;
					width: 12.5%;
					float: left;
					background: none;
					cursor: pointer;
					padding: 0;
					border: none;
					text-align: center;
					margin: 0;
					line-height: 1.2em;
				}
					.subnav ul li.main-nav div > a {
						font-size: 14px;
					}
					.subnav ul.large li.main-nav div > a {
						font-size: 16px;
					}
					.subnav ul li.main-nav.five {
						width: 20%;
					}
						.subnav ul li.main-nav.under { width: 26.3%; }
						.subnav ul li.main-nav.grad { width: 23.4%; }
						.subnav ul li.main-nav.acad { width: 16.6%; }
						.subnav ul li.main-nav.res { width: 16.6%; }
						.subnav ul li.main-nav.life { width: 17.1%; }
						.subnav .category-nav li.main-nav.five ul li {
							width: 100%;
							min-width: 204.8px;
						}
					.subnav ul li.main-nav.six {
						width: 16.66%
					}
					.subnav ul li.main-nav.seven {
						width: 14.28%
					}
					.subnav .category-nav li.sub div, .subnav .category-nav li div {
						background: none;
						display: inline;
						padding: 0;
					}
					.subnav .category-nav li:last-child {
						content: '';
						display: inline-block;
						/*float: right;*/
					}
					#subnav .category-nav li a[href] {
						cursor: pointer;
					}
					.subnav .category-nav li a, .subnav .category-nav li a:visited, .subnav .category-nav li a:hover, .subnav .category-nav li a:active {
						color: white;
						text-decoration: none;
						display: table;
						width: 96%;
						padding: 0 2%;
						height: 100%;
						cursor: default;
						background: transparent;
					}
						.subnav .category-nav li span {
							display: table-cell;
							vertical-align: middle;
							color: white;
							word-break: break-word;
						}
							.subnav .category-nav li ul li, .subnav .category-nav li ul {
								display: none;
								border: none;
								float: left;
							}
							.subnav .category-nav li ul li {
								height: auto;
								
								width: 200px;
								text-align: left;
								background: white;
							}
								.subnav .category-nav li.main-nav ul li a {
									padding: 12px 0;
								}
								.subnav li.main-nav:last-child ul {
									float: right;
								}
					.subnav ul.category-nav > li:hover, .subnav ul.category-nav li.active {
						background: #f2f2f2;
					}
					.subnav ul.category-nav li:hover ul, .subnav ul.category-nav li.active ul,
					.subnav ul.category-nav li:hover ul li, .subnav ul.category-nav li.active ul li {
						display: block;
					}	
						.subnav .category-nav li.active span, .subnav .category-nav li:hover span {
							color: black;
						}
						.subnav .category-nav li ul {
							padding: 0;
							box-shadow: 0px 3px 4px 0 rgba(0,0,0,.3);
							-webkit-box-shadow: 0px 3px 4px 0 rgba(0,0,0,.3);
							-moz-box-shadow: 0px 3px 4px 0 rgba(0,0,0,.3);
						}
							.subnav .category-nav li ul li span {
								padding: 0 15px;
								color: black;
							}
							.subnav .category-nav li ul li:hover {
								background: #efefef;
							}
							.subnav .category-nav li ul li:last-child {
								border-bottom: 5px solid #ffce00;
							}
		#navwrap .navhide {
			overflow: visible;
			height: auto;
			background: transparent;
		}
		#header-peoplenav {
			text-align: right;
			padding-right: 90px;
			float: right;
			/*margin-top: 22px;*/
			margin: 0;
		}
			#header.shrink + .nav-push + #navwrap #header-peoplenav {
				margin-top: 13px;
				transition: ease .2s;
			}
			#header-peoplenav .dropmenu {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
				#header-peoplenav .dropmenu li {
					display: inline;
					margin: 0 10px;
					border: none;
					position: relative;
					top: 22px;
				}
					#header.shrink + .nav-push + #navwrap #header-peoplenav .dropmenu li {
						top: 0px;
						transition: ease .2s;
					}
					#header-peoplenav .dropmenu li.give, #header-peoplenav .dropmenu li.apply {
						top: 20px;
						height: 45px;
						background: red;
						padding: 15px 10px 12px;
						margin: 0;
					}
						#header-peoplenav .dropmenu li.give {
							right: -3px;
							background: #333;
							margin-left: 80px;
						}
						#header-peoplenav .dropmenu li.apply {
							background: #ffce00;
						}
							#header-peoplenav .dropmenu li.apply a {
								color: black;
							}
					#header-peoplenav .dropmenu li a {
						text-decoration: none;
						color: #ffce00;
						font-size: 1.15em;
						width: auto;
						line-height: initial;
						display: initial;
						padding: 0;
						background: transparent;
						text-transform: none;
						font-weight: normal;
					}
						#header-peoplenav .dropmenu li a:hover {
							text-decoration: underline;
						}
		.scrollable.navhide #header-dropmenu {
			display: none;
		}
			#header-dropmenu li a:hover, #header-dropmenu li a:active {
				text-decoration: underline;
			}
			.menu-pos {
				max-width: 1024px;
				margin: 0 auto;
			}
				.menu-shift {
					float: right;
					width: 250px;
					background: white;
					position: relative;
					z-index: 999;
					top: 60px;
					right: -83px;
				}
					#header.shrink + .nav-push + #navwrap .menu-shift {
						top: 45px;
						transition: ease .2s;
					}
					#header-dropmenu {
						border: 3px solid #ffce00;
					}
	.nav-push {
		height: 105px;
	}
	/* more fun stuff */
	#main {
		overflow: hidden;
	}
		.full-width #oldmain, #footerhelper #main {
			overflow: visible;
		}
	#body_section {
		margin: 2em auto;
		max-width: 960px;
	}
	footer, .push {
		height: 298px;
	}
	.stick {
		margin-bottom: -298px;
		/*padding-bottom: 50px;*/
	}
	#footer-fixed {
		position: absolute;
	}
	.footer-sections {
		margin: 0 auto;
    	padding: 16px 0;
	}
		.footer-sections div, #footer .footer-sections div {
			float: left;
			padding-left: 1%;
			width: 19%;
			display: block;
			font-size: 1.8em;
		}
			#footer .footer-sections div span {
				display: none;
			}
			#footer-contact h4, #footer-contact p {
				margin-left: 0;
			}
		#footer .footer-sections {
			font-size: 1em;
			font-weight: 400;
			padding: 8px 0;
		}
		.footer-sections ul, #footer .footer-sections div ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#footer .footer-sections div ul li {
			font-size: .725em;
			line-height: 1.6em;
			margin: 0;
		}
		#footer #footer-contact {
			font-weight: normal;
			text-align: left;
			float: left;
			margin: 0;
			width: 19%;
			min-height: 102px;
		}
			#footer-contact p, #footer-contact h4 {
				font-size: .725em;
			}
		#footer-budget {
			float: left; 
			width: 20%;
			margin: 0;
		}
		#footer-orau {
			float: left;
			padding: 15px 0 0;
			width: 13%;
			margin: 0;
		}
			#footer-orau a {
				margin: 0;
			}
		#footer-webmaster {
			float: left;
			width: 33%;
			text-align: left;
			margin: 0;
		}
			#footer-webmaster a {
				margin-left: 10px;
			}
		#footer-eos {
			font-style: italic;
			line-height: 1.25em;
			text-align: right;
			float: left;
			width: 67%;
			margin: 0;
		}
			#footer-eos a {
				position: relative;
				right: 10px;
			}
		#footer p.right.footer-equity {
			margin-top: 15px;
			margin-right: 10px;
			float: right;
			display: inline-block;
			color: white;
		}
	#betabug {
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index: 1000;
		width: auto;
		background: transparent;
	}
		#betabug a {
			background: rgba(0,0,0,.75);
    		color: white;
		}
}
@media only screen and (min-width: 1025px) {
	.top-banner {
		max-width: 1024px;
		margin: 0 auto;
	}
	#header-logo img.left-logo {
		padding-left: 0px;
	}
	#search-nav {
		margin-right: 0;
	}
	.full-width {
		max-width: 1024px;
		padding: 0;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1054px) {
	#footer-eos a {
		position: initial;
	}
	#footer-webmaster a {
		margin: 0;
	}
	#footer p.right.footer-equity {
		margin-right: 0;
	}
	#body_section {
		padding: 0;
	}
}