/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

.two-column {
	columns: 2;
}
.two-column li {
	padding-inline-end: 8px;
}

.announcements ul {
	padding: 0;
	margin-inline-start: 0;
}
ul ul {
	margin-inline-start: 10px !important;
}
.announcements li {
	list-style: none;
}
.announcements > li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-right: 80px;
}
.announcements > li:last-child {
	border-bottom: none;
}


.events {
			background-image: url("https://www.uvu.edu/campusrec/images/home_eventsback.png");	
			background-size: cover;
			background-repeat: no-repeat;
			
	}
		.events a {
			font-weight: 700;
		}
		.events .transform-grid {
			padding: 40;
		}
		.get-out-links {
			padding: 40px 40px;
			color: var(--color-uvu-primary);
			
		}
		.get-out-links div {
			padding: 0 0 20px 20px;
		}
		.get-out-logo {
			display: flex;
			align-items: flex-start;
			background-image: url("https://www.uvu.edu/campusrec/images/home_events2.jpg");
			background-size: cover;
			background-repeat: no-repeat;
		}

/* big link buttons with background images and icons */
	.graphic-links {
		padding: 15px 20px;
		margin-inline: 10px;
		border-radius: 8px;	
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.graphic-links.smaller {
				display: block;
				text-align: center;
				text-transform: uppercase;
				padding: 40px;
				text-align: center;
				height: auto;
			}

	
	.graphic-links, .graphic-links a, .graphic-links h2, .graphic-links h3 {
		color: white;
		border-bottom: none;
	} 

			.graphic-links.clickable:hover{
			box-shadow:  4px 4px 10px #9c9c9c,
             -4px -4px 10px #a6a6a6;
	}
			.graphic-links a:before {
				    -webkit-font-smoothing: antialiased;
					display: inline-block;
					font-style: normal;
					font-variant: normal;
					text-rendering: auto;
					line-height: 1;
					font-family: "Font Awesome 5 Pro";
					font-weight: 900;
					font-size: 1.5em;					
					padding-inline-end: 1em;
		}
			.graphic-links h3 {
					margin: 0;
					padding: 0;
		}

		
		.graphic-links.jobs {
			background-image: linear-gradient(to bottom, #00000087, #00000087), url("https://www.uvu.edu/campusrec/images/home_employee.jpg");
			position: relative;					
			min-height: 160px;
		}
.graphic-links.ref {
			background-image: linear-gradient(to bottom, #00000087, #00000087), url("https://www.uvu.edu/campusrec/images/intramurals_work.jpg");
			position: relative;					
			min-height: 160px;
		}
				.graphic-links.jobs:hover {
					background-image: linear-gradient(to bottom, #275d38c7, #275d38c7), url("https://www.uvu.edu/campusrec/images/home_employee.jpg");
				}
.graphic-links.ref:hover {
					background-image: linear-gradient(to bottom, #275d38c7, #275d38c7), url("https://www.uvu.edu/campusrec/images/intramurals_work.jpg");
				}
				.graphic-links.jobs h3 {
				position: absolute;
				bottom: 40px;
				left: 40px;
			}
		
	a.arrow:after {
					-webkit-font-smoothing: antialiased;
					display: inline-block;
					font-style: normal;
					font-variant: normal;
					text-rendering: auto;
					line-height: 1;
					font-family: "Font Awesome 5 Pro";
					font-weight: 300;
					font-size: 1.125em;					
					padding-inline-start: 1em;
					content: "\f061";
		}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	.graphic-links > div {
		padding: 20px 40px;
	}
	
	.graphic-links {
		margin-inline: 40px;
	}





}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	





}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	

	
	
	
	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/