/* Put custom CSS styles here */

/* --- header background image ---- */
.uu-header {background-image: url("//templates.utah.edu/_main-v2/_images/header/background/leaves.jpg");}


/* -------- CUSTOM ICON LIST STYLES ------- */

/* phone icon */
.icon-list a.phone-link:before {
	background:url(/_images/ucons/uit-icons-sprite.png) 0 0 no-repeat;
}
.icon-list a.phone-link:hover:before, .icon-list a.phone-link:focus:before {
	background-position: 0 -100px;
}

/* helpdesk icon */
.icon-list a.helpdesk-link:before {
	background:url(/_images/ucons/uit-icons-sprite.png) 0 -200px no-repeat;
}
.icon-list a.helpdesk-link:hover:before, .icon-list a.helpdesk-link:focus:before {
	background-position: 0 -300px;
}

/* u-box icon */
.icon-list a.u-box-link:before {
	background:url(/_images/ucons/uit-icons-sprite.png) 0 0 no-repeat -400px no-repeat;
}
.icon-list a.u-box-link:hover:before, .icon-list a.u-box-link:focus:before {
	background-position: 0 -500px;
}


/* ------- END CUSTOM ICON LIST STYLES -----*/



/* -------- CUSTOM FOOTER ICON STYLES ------- */

/* phone icon */
.socons a.phone-link:before {
	content:url(/_images/ucons/uit-icons-sprite.png) !important;
}
.socons a.phone-link:hover:before, .socons a.phone-link:focus:before {
	margin-top: -100px;
}

/* helpdesk icon */
.socons a.helpdesk-link:before {
	content:url(/_images/ucons/uit-icons-sprite.png);
	margin-top: -200px;
}
.socons a.helpdesk-link:hover:before, .socons a.helpdesk-link:focus:before {
	margin-top: -300px;
}

/* u-box icon */
.socons a.u-box-link:before {
	content:url(/_images/ucons/uit-icons-sprite.png) !important;
	margin-top: -400px;
}
.socons a.u-box-link:hover:before, .socons a.u-box-link:focus:before {
	margin-top: -500px;
}


/* ------- END CUSTOM FOOTER ICON STYLES -----*/



