@charset "UTF-8";
/* CSS Document */

/* Site Header */
.ut-shield {
	float: right;
	position: relative;
}

.ut-shield img {
	height: 1.4em;
}

.ut-header {
	background: #BF5700;
	padding: .375em !important;
	box-sizing: border-box;
}

ul.skip-link li a {
	background-color: #E2E2E2 !important;
	text-decoration: #000 !important;
	color: #000 !important;
}

.wrap::before {
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after, .wrap:after {
clear: both;
content: '';
display: table;
}