body {
	position: relative;
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	line-height: 1.5;
	font-size: 16px;
	color: #200800;
	overflow-x: hidden;
	border-top: 3px solid #362925;
	-webkit-font-smoothing: antialiased;
}

body.uom-offcanvas {
	overflow: hidden;
}

.container {
	width: 100% !important;
	max-width: 90vw !important;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1400px !important;
	}
}

.uom-main-header.container,
.uom-main-content.container,
.uom-main-footer.container {
	padding: 0;
}

.uom-main-header.container section {
	position: relative;
	padding: 0.82em 0;
}

.uom-main-header.container section + section {
	margin-top: 4px;
}

.uom-main-header.container nav {
	display: inline-block;
}

.uom-main-header.container nav + nav {
	border-left: 1px solid #bcbec0;
	padding-left: 1.5em;
	margin-left: 1.5em;
}

.uom-main-header.container nav ul.menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.uom-main-header.container nav ul.menu li {
	margin: 0 0 0 2.2em;
	padding: 0;
	line-height: 1;
	font-weight: 400;
}

.uom-main-header.container nav ul.menu li:first-child {
	margin: 0;
}

.uom-main-header.container nav ul.menu li.menu-item a {
	position: relative;
	color: #200800 !important;
	text-decoration: none !important;
}

.uom-main-header.container nav ul.menu li.menu-item a::after {
	content: '';
	height: 3px;
	position: absolute;
	bottom: -1.0625em;
	left: 0;
	right: 0;
	pointer-events: none;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}

.uom-main-header.container nav ul.menu li.menu-item a:hover {
	color: #200800 !important;
	text-decoration: none !important;
}

.uom-main-header.container nav ul.menu li.menu-item a:hover::after {
	background: #bcbec0;
	opacity: 1;
}

.uom-main-header.container nav ul.menu li.menu-item a.active::after {
	background: #f2a900;
	opacity: 1;
}

.territory {
	padding: 1.33em;
	font-size: 0.9375em;
	overflow: hidden;
	background-color: #eeeeee;

	-webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.04);

	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.territory.active {
	max-height: none;
}

.territory:not(.active) {
	max-height: 0;
	padding: 0;
}

.territory:not(.active) + .uom-main-header .territory-acknowledgement::before {
	opacity: 0;
}

.territory p {
	margin-bottom: 0 !important;
}

.territory a {
	color: #200800 !important;
	text-decoration: underline !important;
}

.territory a:hover {
	color: #200800 !important;
	text-decoration: none !important;
}

.territory-acknowledgement {
	color: #200800 !important;
	text-decoration: none !important;
	font-size: 0.9375em;
}

.territory-acknowledgement:hover {
	color: #200800 !important;
	text-decoration: underline !important;
}

.territory-acknowledgement::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -14px;
	width: 0;
	height: 0;
	opacity: 1;

	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #200800 transparent transparent transparent;

	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);

	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.site-header.top {
	border-bottom: 1px solid #bcbec0;
}

.site-header.top span {
	position: relative;
}

.site-header .site-header-logo,
.site-footer .site-footer-logo {
	display: inline-block;
}

.site-header .site-header-logo img {
	display: inline-block;
	width: 15.625em;
}

.site-footer .site-footer-logo img {
	display: inline-block;
	width: 12em;
}

.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
	color: #200800 !important;
}

.mini-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 1.7em;
}

.mini-menu a,
.mini-menu a svg {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 3px;
}

.mini-menu a {
	margin-left: 10px;
}

.mini-menu a:first-child {
	margin-left: 0;
}

.mini-menu a svg {
	padding: 8px;
}

.mini-menu a.mini-search {
	background-color: #f2a900;
}

.mini-menu a.mini-search svg {
	fill: #4f2c1d;
}

.mini-menu a.mini-hamburger {
	background-color: #4f2c1d;
}

.mini-menu a.mini-hamburger svg {
	stroke: #ffffff;
}

.mini-menu a.mini-close-thin svg {
	fill: #4f2c1d;
}

.global-cta-menu ul.menu li.menu-item a {
	font-weight: 700;
	text-transform: uppercase;
}

.main-navigation-menu {
	position: absolute;
	right: 2.9375em;
	bottom: 1.125em;
	padding-bottom: 1.25em;
}

.main-navigation-menu ul.menu li {
	margin: 0 0 0 2.3375em !important;
}

.main-navigation-menu ul.menu li:first-child {
	margin: 0 !important;
}

.main-navigation-menu ul.menu li.menu-item a {
	font-size: 1.1875em !important;
	font-weight: 500 !important;
}

.main-navigation-menu ul.menu li.menu-item a::after {
	bottom: -0.526316em !important;
}

.header-search,
.header-search svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #385e9d;
}

.header-search {
	position: absolute;
	right: 0;
	bottom: 2.0625em;
}

.mobile-drawer {
	height: calc(100vh - 122.14px);
	background-color: #f1f1f1;
	border-top: 1px solid #bcbec0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mobile-drawer .container {
	padding: 1.5em 0 3.5em 0;
}

.mobile-drawer a {
	color: #200800;
}

.mobile-drawer a:hover {
	color: #200800 !important;
}

.mobile-drawer ul.menu,
.mobile-drawer ul.social-links {
	list-style: none;
	padding: 0;
}

nav.mobile-drawer-main-navigation-menu ul.menu li {
	border-bottom: 1px solid rgba(32, 8, 0, 0.35);
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

nav.mobile-drawer-main-navigation-menu ul.menu li a {
	font-weight: 500;
	text-decoration: none;
}

nav.mobile-drawer-main-navigation-menu ul.menu li a:hover {
	text-decoration: underline !important;
}

nav.mobile-drawer-functional-menu,
nav.mobile-drawer-footer {
	/*max-width: 400px;*/
	margin: 1rem 0 2.5rem 0;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

nav.mobile-drawer-functional-menu ul.menu li,
nav.mobile-drawer-footer ul.menu li {
	padding: 1.5em 0 0 0;
}

nav.mobile-drawer-functional-menu ul.menu li a,
nav.mobile-drawer-footer ul.menu li a {
	font-size: 0.95em;
}

nav.mobile-drawer-global-cta-menu {
	margin: 4rem 0;
}

nav.mobile-drawer-global-cta-menu ul.menu li {
	display: inline-block;
	margin-right: 5px;
}

nav.mobile-drawer-global-cta-menu ul.menu li:last-child {
	margin: 0;
}

nav.mobile-drawer-footer {
	max-height: 200px;
}

.mobile-drawer-territory {
	margin: 4rem 0;
	padding-left: 20px;
	font-size: 0.9em;
	border-left: 3px solid #f2A900;
}

.mobile-drawer-address,
.mobile-drawer-front-centre {
	margin: 4rem 0;
	font-size: 0.95em;
}

.mobile-drawer-address .uom-btn {
	margin-top: 8px;
}

.mobile-drawer-telephone {
	font-size: 0.95em;
}

.mobile-drawer-telephone a,
.mobile-drawer-telephone a:hover,
.mobile-drawer-telephone a:active {
	text-decoration: none;
}

.mobile-drawer-front-centre img {
	width: 200px;
}

.mobile-drawer-front-centre a {
	display: inline-block;
	margin-top: 10px;
}

.mobile-drawer-social .all-socials,
.mobile-drawer-social .all-socials:link,
.mobile-drawer-social .all-socials:visited,
.mobile-drawer-social .all-socials:hover,
.mobile-drawer-social .all-socials:active {
	text-decoration: none;
	font-size: 0.95em;
}

.social-links li {
	display: inline-block;
	margin-right: 20px;
}

.social-links a {
	padding: 0.75em 0.25em 0 0.25em;
	fill: #385e9d;
	text-decoration: none;
}

.social-links a:hover {
	fill: #4370bb;
}

.social-links a svg {
	width: 25px;
	height: 25px;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.uom-footer {
	margin-top: 4em;
	padding: 3em 0;
	background-color: #F8F5EE;
}

.site-footer.top {
	position: relative;
	margin-bottom: 1.5em;
}

.site-footer.top nav ul.menu {
	position: absolute;
	list-style: none;
	padding: 0;
	right: 0;
	bottom: 1.6em;
}

.site-footer.top nav ul.menu li {
	display: inline-block;
	margin-left: 1.2em;
}

.site-footer.top nav ul.menu li:first-child {
	margin: 0;
}

.site-footer.bottom {
	position: relative;
	line-height: 1.6;
}

.site-footer.bottom address,
.site-footer.bottom .contact {
	position: absolute;
	bottom: 0;
	left: 0;
}

.site-footer.bottom .contact {
	left: 250px;
}

.site-footer.bottom address,
.site-footer.bottom .contact,
.site-footer.bottom .campaign-and-legal {
	display: inline-block;
	margin: 0 3em 0 0;
	vertical-align: bottom;
}

.site-footer.bottom .contact-telephone {
	margin-bottom: 1em;
}

.site-footer.bottom .contact-telephone a {
	text-decoration: none;
}

.site-footer.bottom .contact-telephone a.decorated {
	text-decoration: underline;
}

.site-footer.bottom ul.social-links {
	padding: 0;
	margin: 0;
}

.site-footer.bottom ul.social-links li {
	margin-right: 0.3em;
}

.site-footer.bottom ul.social-links li:last-child {
	margin: 0;
}

.site-footer.bottom ul.social-links li a {
	fill: inherit;
}

.site-footer.bottom ul.social-links li a:hover {
	fill: #4370bb;
}

.site-footer.bottom ul.social-links li a svg {
	width: 23px;
	height: 23px;
}

.site-footer.bottom .campaign-and-legal {
	margin: 0;
}

.site-footer.bottom .campaign {
	margin-bottom: 3em;
}

.site-footer.bottom .campaign a:last-child {
	display: block;
	margin-top: 10px;
}

.site-footer.bottom .campaign a:first-child,
.site-footer.bottom .campaign img {
	display: inline-block;
	width: 180px;
}

.site-footer.bottom .legal ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer.bottom .legal ul.menu li {
	display: inline-block;
	margin-left: 1em;
}

.site-footer.bottom .legal ul.menu li:first-child {
	margin: 0;
}

@media (max-width: 899px) {
	.site-footer.top nav {
		display: none;
	}

	.site-footer.bottom,
	.site-footer.bottom .campaign-and-legal {
		text-align: left !important;
	}

	.site-footer.bottom address,
	.site-footer.bottom .contact,
	.site-footer.bottom .campaign-and-legal {
		display: block;
		float: none !important;
		position: static;
		margin: 2em 0 0 0;
	}

	.site-footer.bottom .contact-telephone {
		margin-bottom: 2em;
	}

	.site-footer.bottom .campaign-and-legal,
	.site-footer.bottom .campaign,
	.site-footer.bottom .legal,
	.site-footer.bottom .legal nav {
		display: block;
		max-width: none !important;
	}

	.site-footer.bottom .campaign,
	.site-footer.bottom .legal ul.menu li {
		display: none;
		margin: 0;
	}

	.site-footer.bottom .legal ul.menu li:last-child {
		display: block;
	}
}

@media (max-width: 1040px) {
	.site-footer.bottom .campaign-and-legal {
		max-width: 300px;
	}
}

@media (max-width: 1320px) {
	.site-footer.bottom .legal ul.menu li:last-child {
		display: block;
	}
}

.uom-btn,
.uom-btn:link,
.uom-btn:visited {
	display: inline-block;
	min-width: 120px;
	padding: 8px 25px;
	color: #200800;
	text-align: center;
	text-decoration: none;
	font-size: 1.35rem;
	font-weight: 500;
	background-color: #f2a900;
	border-color: 1px solid #f2A900;
	border: none;
	border-radius: 4px;
}

.uom-btn:hover,
.uom-btn:active {
	text-decoration: none;
	background-color: #ffba1c;
}

/* Reduce the left margin and font size on smaller screens */
@media (max-width: 1317px) {
	.uom-main-header.container nav ul.menu li {
		margin-left: 1.5em;
	}

	.main-navigation-menu ul.menu li {
		margin-left: 1.6em !important;
	}

	.main-navigation-menu ul.menu li.menu-item a {
		font-size: 1.05em !important;
	}
}

/* Hide the menu and show a menu burger */
@media (max-width: 1152px) {
	.site-header.top {
		display: none !important;
	}

	.uom-main-header.container section + section {
		margin-top: 0;
	}

	.main-navigation-menu,
	.header-search {
		display: none !important;
	}

	.site-header .site-header-logo img {
		width: 12em;
	}

	.site-footer .site-footer-logo img {
		width: 12em;
	}

	.mini-menu {
		display: inline-block;
	}
}

a {
	color: #385e9d;
	text-decoration: underline;
}

a:hover {
	color: #385e9d !important;
	text-decoration: none !important;
}

p, ul, ol {
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: #200800;
	font-weight: 400;
	margin: 0 0 15px 0;
}

figure {
	margin-bottom: 2em;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

#uom-header {
	position: relative;
	margin-bottom: 0;
}

#uom-header-search {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	color: #4D2700;
}

@media screen and (max-width: 991px) {
	#uom-header-search {
		width: 100%;
	}
}

#uom-header-search a {
	color: #4D2700;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#uom-header-search a:hover {
	color: #4D2700 !important;
	text-decoration: underline !important;
}

#search {
	margin-top: 10px;
}

#utility-links,
#hdr-search {
	text-align: center;
}

#hdr-search #kw {
	height: 20px;
	line-height: 1;
}

#hdr-search .srchBtn {
	vertical-align: top;
}

#search-parameters {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#search-parameters input[type="radio"] {
	vertical-align: text-bottom;
}

/* Superfish Override Menu */
.sf-menu {
	margin: 0 !important;
}

.sf-menu {
	float: right;
}

.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 14em;
	right: auto;
}

.sf-menu a {
	color: rgba(255, 255, 255, 0.8);
	padding: 0.75em 1em !important;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 1em;
	border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
	color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
	color: #fff;
}

.sf-menu li {
	white-space: normal;
	padding: 5px 0;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	text-transform: none;
	padding: 0.25em 1em !important;
	letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
	color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: transparent;
}

.sf-menu ul li {
	background: transparent;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ccc;
}

#uom-header-section {
	padding: 0 0 8px 0;
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	/*background: #f2a900;
	background: -webkit-linear-gradient(#f2a900, #E49409);
	background: -o-linear-gradient(#f2a900, #E49409);
	background: -moz-linear-gradient(#f2a900, #E49409);
	background: linear-gradient(#f2a900, #E49409);*/
}

#uom-header-section .container {
	background: url("../images/top_banner.jpg") no-repeat;
	background-size: cover;
}

.nav-header {
	position: relative;
	float: left;
	width: 100%;
}

#uom-logo {
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	float: left;
}
#uom-logo span {
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#uom-logo {
		width: 100%;
		float: none;
		text-align: center;
	}
}
#uom-logo a {
	/*height: 60px;
	width: 200px;*/
	color: #fff;
	text-decoration: none;

}
#uom-logo a:hover, #uom-logo a:focus {
	color: #fff !important;
}

.logo-low {
	display: inline-block;
}

.logo-high {
	display: none;
}

@media screen and (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
	.logo-low {
		display: none;
	}

	.logo-high {
		display: inline-block;
	}
}

#uom-menu-wrap {
	position: relative;
	z-index: 2;
	display: none;
	float: right;
	margin-top: 22px;
}
#uom-menu-wrap .sf-menu a {
	padding: 1em .75em;
}

#uom-primary-menu > li > ul li.active > a {
	color: #f2a900 !important;
}
#uom-primary-menu > li > .sf-with-ul:after {
	border: none !important;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering */
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
	position: absolute;
	float: right;
	margin-right: -5px;
	top: 50%;
	margin-top: -5px;
	content: "\f078";
	color: rgba(255, 255, 255, 0.5);
}
#uom-primary-menu > li > ul li {
	position: relative;
}
#uom-primary-menu > li > ul li > .sf-with-ul:after {
	border: none !important;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering */
	/*-webkit-font-smoothing: antialiased;*/
	/*-moz-osx-font-smoothing: grayscale;*/
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	content: "\f054";
	color: rgba(0, 0, 0, 0.5);
}

#uom-primary-menu .uom-sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	/*left: 0;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#uom-primary-menu .uom-sub-menu > li > .uom-sub-menu {
	left: 100%;
}

#uom-primary-menu .uom-sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
}

#uom-primary-menu .uom-sub-menu:after {
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
	content: '';
}

#uom-primary-menu .uom-sub-menu .uom-sub-menu:before {
	top: 6px;
	left: 100%;
}

#uom-primary-menu .uom-sub-menu .uom-sub-menu:after {
	top: 7px;
	right: 100%;
	border: none !important;
}

#uom-primary-menu .uom-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	/*font-size: 18px;*/
	line-height: 1;
	color: #575757 !important;
	text-transform: none;
	background: none;
}
#uom-primary-menu .uom-sub-menu a:hover {
	color: #f2a900 !important;
}

.uom-section,
.uom-section-gray {
	padding: 2em 0;
}

@media screen and (max-width: 768px) {
	.uom-section,
	.uom-section-gray {
		padding: 2.5em 0;
	}
}

.uom-section-gray {
	background: rgba(0, 0, 0, 0.04);
}

ul.sidebar {
	list-style: none;
	padding: 0;
}

ul.sidebar li.sidebar-divider {
	margin-bottom: 20px;
}

ul.sidebar li a {
	color: #747474;
	text-decoration: none;
}

ul.sidebar li a:hover {
	/*color: #004F2E !important;*/
	text-decoration: underline;
}

.heading-section {
	padding-bottom: 1em;
}
#uom-preamble-section {
	/*padding: 0;*/
}
.heading-section h1 {
	font-size: 3em;
	font-weight: 700;
	/*text-transform: uppercase;*/
	position: relative;
}

@media (max-width: 768px) {
	.heading-section h1 {
		font-size: 2em;
	}
}

.sticky-nav.side-nav h4 {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #dcdcdc;
}

.sticky-nav.side-nav h4 a {
	color: #200800;
	text-decoration: none;
	font-weight: 500;
}

.sticky-nav.side-nav h4 a:hover {
	color: #200800 !important;
	text-decoration: underline !important;
}

.sticky-nav.side-nav ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sticky-nav.side-nav ul.menu li.menu-item {
	margin: 0 0 0.3em 0;
}

.sticky-nav.side-nav ul.menu li.menu-item a {
	color: #200800;
	text-decoration: none;
	font-size: 1.0625em;
	font-weight: 400;
}

.sticky-nav.side-nav ul.menu li.menu-item a:hover {
	color: #200800 !important;
	text-decoration: underline !important;
}

.sticky-nav.side-nav ul.menu li.menu-item.active a {
	color: #385e9d !important;
	font-weight: 700 !important;
}

.sticky-nav.side-nav ul.menu li.menu-item.sidebar-divider {
	margin-top: 2em;
}

.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

#sticky-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

@media (max-width: 1152px) {
	.sticky-nav.side-nav ul.menu li.menu-item a {
		font-size: 0.95em;
	}
}

/* Different styling for the sidebar */
@media (max-width: 991px) {
	#top-sidebar .sticky-nav.side-nav nav {
		position: relative;
	}

	#top-sidebar .sticky-nav.side-nav a {
		line-height: 1;
	}

	#top-sidebar .sticky-nav.side-nav a.top-sidebar-toggler {
		position: absolute;
		display: inline-block;
		padding: 16px;
		fill: #385e9d;
		cursor: pointer;
		top: 0;
		right: 0;
	}

	#top-sidebar .sticky-nav.side-nav a.top-sidebar-toggler svg {
		width: 1em;
		height: 1em;

		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#top-sidebar .sticky-nav.side-nav.open a.top-sidebar-toggler svg {
		-webkit-transform: none;
		transform: none;
	}

	#top-sidebar .sticky-nav.side-nav h4 {
		margin: 0;
		padding: 16px 64px 16px 16px;
		background-color: #f1f1f1;
		border: 1px solid #f1f1f1;
		border-bottom: none;
		line-height: 1;
	}

	#top-sidebar .sticky-nav.side-nav ul.menu {
		margin-top: 2px;
		padding: 24px 16px;
		background-color: #f1f1f1;
		box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
	}

	#top-sidebar .sticky-nav.side-nav ul.menu li.menu-item {
		margin: 0 0 0.5em 0;
		padding: 0 0 0.5em 0;
		border-bottom: 1px solid #bcbec0;
	}

	#top-sidebar .sticky-nav.side-nav ul.menu li.menu-item:last-child {
		margin: 0;
		padding: 0;
		border: none;
	}

	#top-sidebar .sticky-nav.side-nav ul.menu li.menu-item a {
		font-size: 1.0625em;
		line-height: 1.6;
	}
}

.js .animate-box {
	opacity: 0;
}

#uom-wrapper {
	position: relative;
}

.uom-offcanvas {
	overflow: hidden;
}
.uom-offcanvas #uom-wrapper {
	overflow: hidden !important;
}

#uom-page {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.uom-offcanvas #uom-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
}

@media screen and (max-width: 1199px) {
	#uom-menu-wrap {
		display: none;
	}
}

#offcanvas-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;
}
#offcanvas-menu ul {
	padding: 0;
	margin: 0;
}
#offcanvas-menu ul li {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
#offcanvas-menu ul li a,
#offcanvas-menu ul .nav-hd-label {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1;
}
#offcanvas-menu ul li a:hover {
	color: #f2a900 !important;
}
#offcanvas-menu ul li > .uom-sub-menu {
	margin-top: 9px;
	padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
	color: #f2a900 !important;
}
#offcanvas-menu ul .uom-sub-menu {
	display: block !important;
}

.uom-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.uom-nav-toggle.active i::before, .uom-nav-toggle.active i::after {
	background: #fff;
}
.uom-nav-toggle.dark.active i::before, .uom-nav-toggle.dark.active i::after {
	background: #fff;
}
.uom-nav-toggle:hover, .uom-nav-toggle:focus, .uom-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.uom-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.uom-nav-toggle i::before, .uom-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.uom-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.uom-nav-toggle.dark i::before, .uom-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.uom-nav-toggle i::before {
	top: -7px;
}

.uom-nav-toggle i::after {
	bottom: -7px;
}

.uom-nav-toggle:hover i::before {
	top: -10px;
}

.uom-nav-toggle:hover i::after {
	bottom: -10px;
}

.uom-nav-toggle.active i {
	background: transparent;
}

.uom-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.uom-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.uom-nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 1199px) {
	.uom-nav-toggle {
		display: block;
		top: 0px;
		margin-top: 2em;
	}
}

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}

.row-bottom-padded-lg {
	padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em;
	}
}

.row-top-padded-lg {
	padding-top: 7em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-lg {
		padding-top: 2em;
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em;
	}
}

.row-top-padded-md {
	padding-top: 4em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-md {
		padding-top: 2em;
	}
}

.row-bottom-padded-sm {
	padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em;
	}
}

.row-top-padded-sm {
	padding-top: 2em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-sm {
		padding-top: 2em;
	}
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
	line-height: 1.8;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.uom-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/ring.svg) center no-repeat #222222;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.smaller {
	font-size: 0.9em !important;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.table-cell {
	display: table-cell;
}

.divider {
	margin-bottom: 0em;
	text-align: center;
}

.divider-line {
	margin: 0 0.5em;
	font-weight: bold;
	color: #f2a900;
}

.action-btn-container {
	text-align: right;
	padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.action-btn-container {
		margin-top: 2em;
	}
}

.btn-action {
	margin-left: 0.5em;
}

#uom-logo img {
	width: auto;
	height: 70px;
}

.table-wrapper {
	/*margin: 2em 0;*/
}

.table-wrapper:before {
	top: 0;
}

.table-wrapper:after {
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.table-wrapper:before {
		top: -2em;
	}

	.table-wrapper:after {
		bottom: -2em;
	}
}

.table-section {
	margin: 20px 0 !important;
}

table.dataTable {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

@media (max-width: 1260px) {
	table.dataTable {
		table-layout: auto;
	}
}

table.dataTable tr {
	border: 1px solid #ddd !important;
	padding: 5px !important;
}

table.dataTable th, table.dataTable td {
	padding: 8px;
	line-height: 1.2;
}

table.dataTable th {
	font-size: 0.8em;
	text-align: center;
}

table.dataTable td {
	font-size: 0.8em;
	vertical-align: top;
	line-height: 1.5;
	word-wrap: break-word;
}

table.dataTable td p {
	margin-bottom: 1.2em;
}

table.dataTable td a i.fa {
	margin-left: 5px;
}

.dataTables_length,
.dataTables_paginate,
.dataTables_info {
	font-size: 0.8em;
}

@media screen and (max-width: 1199px) {
	table.dataTable {
		border: 0;
	}

	table.dataTable thead {
		display: none;
	}

	table.dataTable tr {
		margin-bottom: 30px;
		display: block;
		border-bottom: 2px solid #ddd;

		-webkit-box-shadow: 0 8px 6px -4px #DDDDDD;
		-moz-box-shadow: 0 8px 6px -4px #DDDDDD;
		box-shadow: 0 8px 6px -4px #DDDDDD;
	}

	table.dataTable td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}

	table.dataTable td:last-child {
		border-bottom: 0;
	}

	table.dataTable td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		/*font-weight: bold;*/
		font-weight: 500;
		color: #200800;
		margin-right: 10px;
	}

	table.dataTable td.no-result {
		text-align: center !important;
	}

	table.dataTable.fixedHeader-locked,
	table.dataTable.fixedHeader-floating {
		display: none !important;
	}
}

.odd {
	background-color: #EEEEEE;
}

.even {
	background-color: #F9F9F9;
}

@media screen and (max-width: 1199px) {
	.odd {
		background-color: #F0F0F0;
	}

	.can-hide {
		display: none !important;
	}
}

.extra-bot {
	margin-bottom: 2em;
}

.extra-bot h4 {
	margin-top: 10px;
}

.i-check-label {
	display: inline;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0.3em;
	vertical-align: middle;
}

select[multiple]:focus option:checked {
	background: #f2a900 -webkit-linear-gradient(bottom, #f2a900 0%, #f2a900 100%);
	background: #f2a900 -o-linear-gradient(bottom, #f2a900 0%, #f2a900 100%);
	background: #f2a900 linear-gradient(to top, #f2a900 0%, #f2a900 100%);
}

.header-branch {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #562E18;
}

@media screen and (max-width: 768px) {
	.header-branch {
		display: block;
		margin: 20px 0 0 0;
		padding-left: 0;
		border-left: none;
	}
}

.header-branch p {
	margin-bottom: 0;
	line-height: 1.4;
	color: #562E18;
	font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

#header-ri a, #header-ri a:hover, #header-ri a:visited,
#header-app a, #header-app a:hover, #header-app a:visited {
	color: #562E18 !important;
	text-decoration: none;
}

#header-ri {
	font-size: 0.3em;
	font-weight: bold;
	margin-top: 3px;
}

#header-app {
	text-transform: none;
	font-size: 0.5em;
}

a:focus {
	color: #004F2E;
}

.footer-contact i.fa {
	margin-right: 10px;
}

.strip {
	display: inline-block;
	float: left;
	height: 5px;
}

.strip.brown {
	width: 60%;
	background-color: #562E18;
}

.strip.orange {
	width: 40%;
	background-color: #f2a900;
}

.display-none {
	display: none !important;
}

.bootstrap-touchspin-down {
	border-right: none;
}

.search-header small {
	margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
	.search-inst {
		display: none;
	}
}

.datepicker table tr {
	border: none !important;
}

.datepicker table tfoot tr th.today {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.datepicker table tbody tr td.day:not(.old):not(.new) {
	color: #000000;
}

.datepicker table tbody tr td.day.old,
.datepicker table tbody tr td.day.new {
	color: #BDBDBD;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	text-shadow: none !important;
}

.no-result {
	text-align: center;
}

table.dataTable {
	border-collapse: collapse !important;
	margin: 20px 0 !important;
}

.dataTables_paginate a:focus,
.dataTables_paginate span:focus {
	outline: none;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
	padding: 8px 14px;
	color: #747474;
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > span:hover,
.dataTables_paginate .pagination > .active > span:focus {
	z-index: 3;
	background-color: #f2a900;
	border-color: #E99F0A;
	color: white !important;
}

.dataTables_paginate .pagination > li > a:hover,
.dataTables_paginate .pagination > li > a:focus,
.dataTables_paginate .pagination > li > span:hover,
.dataTables_paginate .pagination > li > span:focus {
	z-index: auto;
}

.no-padding {
	padding: 0 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	font-size: 0.7em;
	right: 2px;
}

.dataTables_info {
	white-space: normal !important;
}

@media screen and (max-width: 991px) {
	.dataTables_info,
	.dataTables_paginate {
		text-align: center !important;
	}
}

code {
	color: #0072B1;
}

.modal-title {
	font-weight: bold;
}

.modal-content .section {
	margin-bottom: 25px;
}

.modal-content .section:last-child {
	margin-bottom: 0;
}

.modal-content h5 {
	font-weight: bold;
	font-size: 1.05em;
	border-left: 5px solid #385e9d;
	padding-left: 10px;
}

.modal-content .extra-indent h5 {
	font-size: 1em;
	border-left: none;
	padding-left: 0;
	margin-bottom: 10px;
}

.modal-content .extra-indent,
.modal-content p {
	padding-left: 15px;
}

.modal-content .header-highlight {
	color: #b82e00;
	font-style: italic;
}

.btn {
	padding: 5px 15px;
	font-size: 1.35rem;
	font-weight: 500;
}

.btn-primary {
	color: #ffffff;
	background-color: #385e9d;
	border-color: #2d508a;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
	color: #ffffff;
	background-color: #294c85;
	border-color: #254780;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #385e9d;
	border-color: #2d508a;
}

.btn-print {
	margin: 15px 0;
}

.btn-print i {
	margin-right: 15px;
}

@media screen and (max-width: 991px) {
	.btn {
		padding: 8px 16px;
	}
}

.pagination,
.pagination > li,
div.dataTables_wrapper div.dataTables_paginate {
	white-space: normal !important;
}

.pagination > li {
	display: inline-block !important;
}

.form-control {
	height: 30px;
	padding: 4px 10px;
}

select.form-control {
	padding: 2px 10px;
}

.input-group-addon {
	padding: 4px 20px;
}

.input-group-btn button {
	padding: 2px 15px;
}

.form-group {
	margin-bottom: 6px;
}

.form-group .control-label {
	margin-bottom: 0;
}

#offcanvas-menu a,
#offcanvas-menu a:focus,
#offcanvas-menu a:hover {
	text-decoration: none !important;
}

table.dataTable.fixedHeader-locked {
	display: none !important;
}

table.dataTable.fixedHeader-floating {
	max-width: 1110px !important;
	margin: 0 !important;
	background-color: #F4F4F3 !important;
	border-collapse: collapse !important;
	border-color: #808080 !important;

	-webkit-box-shadow: 0 6px 4px -4px #DDDDDD;
	-moz-box-shadow: 0 6px 4px -4px #DDDDDD;
	box-shadow: 0 6px 4px -4px #DDDDDD;
}

table.dataTable.fixedHeader-floating thead tr {
	border: 1px solid #DDDDDD !important;
	padding: 5px !important;
}

table.dataTable.fixedHeader-floating th {
	text-align: center !important;
	font-size: 0.85em !important;
	padding: 8px !important;
	line-height: 1.2 !important;
}

table.dataTable th:not(.sorting_disabled) {
	padding-right: 18px !important;
}

a.back-to-top,
a.back-to-top:active,
a.back-to-top:visited,
a.back-to-top:focus {
	display: none;
	width: 60px;
	height: 60px;
	font-size: 2.5em;
	text-align: center;
	color: #FFFFFF;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #f2a900;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
}

a.back-to-top:hover {
	color: #FFFFFF !important;
	background: #562E18;
}

a.back-to-top i.fa {
	vertical-align: text-top;
}

span.print-only {
	display: none !important;
}

.fine-print {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 0.9em;
	font-style: italic;
	clear: both;
}

.asterisk {
	color: #00C4D9;
	font-weight: bold;
}

.single.asterisk:before {
	content: "*";
}

.double.asterisk:before {
	content: "**";
}

.single.asterisk:before,
.double.asterisk:before {
	display: inline-block;
	min-width: 15px;
	width: 15px;
	max-width: 15px;
	text-align: right;
	margin-right: 10px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.margin-right {
	margin-right: 5px;
}

.margin-top {
	margin-top: 5px;
}

.margin-left {
	margin-left: 5px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.color-red {
	color: #EA7125;
}

div.dataTables_length select {
	width: auto !important;
}

div.dataTables_length label {
	margin-top: 5px;
}

section.pseudo-footer {
	margin: 3em 0 0 0;
	padding: 0;
	border-top: 1px solid #bec4c6;
	border-bottom: 1px solid #bec4c6;
	box-sizing: content-box;
	overflow: hidden;
}

section.pseudo-footer .contact-us {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

section.pseudo-footer .contact-us h2 {
	font-weight: 500;
}

section.pseudo-footer .contact-us > div {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

section.pseudo-footer .contact-us > div::before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1.8235294118em;
	height: 1.8235294118em;
	margin-left: -2.8235294118em;
	margin-top: -0.2176470588em;
	background-size: contain !important;
}

section.pseudo-footer .contact-us > div.address::before {
	background: url("../images/sprites/map-marker.svg") center left no-repeat;
}

section.pseudo-footer .contact-us > div.email::before {
	background: url("../images/sprites/envelope.svg") center left no-repeat;
}

section.pseudo-footer .contact-us > div.phone::before {
	background: url("../images/sprites/phone.svg") center left no-repeat;
}

section.pseudo-footer .contact-us > div.fax::before {
	background: url("../images/sprites/fax.svg") center left no-repeat;
}

section.pseudo-footer .contact-us > div.social {
	margin-left: 0;
}

section.pseudo-footer .contact-us > div.social ul {
	display: inline-block;
	list-style: none;
	padding: 0;
}

section.pseudo-footer .contact-us > div.social ul li {
	display: inline-block;
	margin-left: 2em;
}

section.pseudo-footer .contact-us > div.social a,
section.pseudo-footer .contact-us > div.social a svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: top;
}

section.pseudo-footer .contact-us > div.social a {
	fill: #385e9d;
}

section.pseudo-footer .contact-us > div.social a:hover {
	fill: #4370bb;
}

section.pseudo-footer .contact-us > div.social svg {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

section.pseudo-footer.has-map,
section.pseudo-footer.has-map .row {
	height: 24em;
}

section.pseudo-footer.has-map div[class^="col-"] {
	height: 100%;
}

@media (max-width: 991px) {
	section.pseudo-footer.has-map,
	section.pseudo-footer.has-map .row {
		height: auto;
	}

	section.pseudo-footer.has-map .map {
		height: 24em !important;
	}
}

.breadcrumb {
	padding: 0.50em 0;
	margin: 0.25em 0;
	font-size: 1.05em;
	background-color: transparent;
}

.breadcrumb > li:before,
.breadcrumb > li:last-child:after {
	display: none;
	content: normal;
}

.breadcrumb > li:after {
	content: "/";
	padding: 0 10px;
	color: #6b7069;
	font-weight: 500;
}

.breadcrumb > li > a {
	text-decoration: none;
	color: #6b7069;
	font-weight: 500;
}

.breadcrumb > li > a:hover {
	text-decoration: underline !important;
	color: #200800 !important;
}

.breadcrumb > li > span {
	color: #200800;
	font-weight: 500;
}

#uom-important-section h3 {
	font-weight: 700;
}

@media screen and (max-width: 991px) {
	div.dataTables_wrapper div.dataTables_length {
		text-align: center;
	}
}

/** Custom Print Styles **/
@media print {
	body, h1, h2, h3, ol, ul, div, span, p {
		display: block !important;
		visibility: visible !important;
		width: auto !important;
		float: none !important;
		position: static !important;
		overflow: visible !important;
	}

	body {
		border-top: none !important;
	}

	.animate-box {
		opacity: 1 !important;
	}

	#offcanvas-menu,
	.uom-header,
	.breadcrumb-wrapper,
	#top-sidebar,
	.btn-print,
	.strip,
	.pseudo-footer,
	footer {
		display: none !important;
	}

	.uom-section,
	.uom-section-gray {
		padding: 32px 0 0 0 !important;
	}

	#uom-main-section {
		padding: 0 !important;
	}

	#uom-main-section .row,
	#uom-deadlines-section .row {
		page-break-inside: avoid !important;
	}

	.uom-section h3,
	.uom-section-gray h3 {
		font-size: 1.5em !important;
	}

	a[href]:after {
		content: "" !important;
	}

	#uom-important-section,
	#uom-important-section .heading-section,
	#uom-important-section p {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	#uom-important-section .heading-section:after {
		display: none !important;
		content: "" !important;
		bottom: 0 !important;
		left: 0 !important;
		height: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	span.screen-only {
		display: none !important;
	}

	span.print-only {
		display: inline !important;
	}
}