/* 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 ========================== */

.deadlines div {
	justify-content: center;
	font-weight: 600;
}
	.deadlines .date {
		font-size: 2em;
		
	}
	.deadlines .term {
		font-size: 1.25em;
	}


.onsite-column {
	display: grid;
	align-content: start;
}

.quote-slider.veterans .slick-slider .slick-track li {
	padding-top: 60px;
}



.bg-different {

	background-image: url("https://www.uvu.edu/military-affiliated/images/camo_repeat.png");
	
	background-repeat: repeat;
}

.green-heading {
	position: relative;
	color: #fff;
	padding: 10px 10px 10px 0;
}
.green-heading::before {
	content: "";
  	position: absolute;
 	top: 0;
 	left: 0;
 	width: 95vw;
 	height: 100%;
  	background-color: var(--color-uvu-primary);
  	z-index: -1; /* Push it behind the content */
	transform: translateX(calc((10em - 100vw) / 2));

}

.accordion:not(.accordion-unstyled) {
	flex-wrap: wrap;
}
.accordion.top {
	border-top: none;
}

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";
		}

/* 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;
		min-height: 160px;
		display: grid;
		align-content: center;
	}
	.graphic-links a {
		border-bottom: none;
	}
	.graphic-links, .graphic-links a, .graphic-links h2, .graphic-links h3 {
		color: white;
	} 

			.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.flight {
			background-image: linear-gradient(to bottom, #00000087, #00000087), url("https://www.uvu.edu/military-affiliated/images/options_flight.jpg");
		}
			.graphic-links.flight:hover {
						background-image: linear-gradient(to bottom, #275d38c7, #275d38c7), url("https://www.uvu.edu/military-affiliated/images/options_flight.jpg");
					}
		.graphic-links.scholarship {
			background-image: linear-gradient(to bottom, #0000008a, #0000008a), url("https://www.uvu.edu/military-affiliated/images/options_scholarship.jpg");
		}
			.graphic-links.scholarship:hover {
			background-image: linear-gradient(to bottom, #275d38c7, #275d38c7), url("https://www.uvu.edu/military-affiliated/images/options_scholarship.jpg");
		}
	
		.graphic-links.work-study {
			background-image: linear-gradient(to bottom, #0000008a, #0000008a), url("https://www.uvu.edu/military-affiliated/images/options_study.jpg");
		}
			.graphic-links.work-study:hover {
			background-image: linear-gradient(to bottom, #275d38c7, #275d38c7), url("https://www.uvu.edu/military-affiliated/images/options_study.jpg");
		}

/* event cards */
.event-item {
	margin-bottom: 30px;
}
.event-item[data-component-event-style="1"] .event-title {
       color: var(--color-uvu-primary);
    font-weight: 900;
	font-size: 1.5em;
    font-family: 'Rajdhani', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
	text-transform: none;
}
.event-poster .poster {
    display: block;
    border: none;
	width: 229px;
    height: 229px;
    margin: auto;
    object-fit: cover;
}
.event-item[data-component-event-style="1"] .event-frame .event-date {
	display: none;
}
.event-item[data-component-event-style="1"] .event-item-container {
	padding: 30px;
	background-color: #ECF0ED;
}
.event-frame {
	height: 229px;
	align-items: normal;
}
.event-description {
	max-width: 80ch;
	line-height: 1.5em;
}
.event-item[data-component-event-style="1"] .event-details p, .event-item[data-component-event-style="1"] .event-details ul, .event-item[data-component-event-style="1"] .event-details a {
	color: #292929;
	font-size: 1.125em;
}

.card-staff.height-auto {
	height: auto !important;
}
.card-staff.card-staff-5.height-auto card-staff-portrait img{
	max-width: auto !important;
}

/* hide the links that dont work on Tim Sebras card because of privacy settings */
.card-staff:has(a[href*='WlJ2dkNrMGFvZVgzMVhNZytHaGJLZz09']) .card-staff-email, .card-staff:has(a[href*='WlJ2dkNrMGFvZVgzMVhNZytHaGJLZz09']) .card-staff-directory {
	display: none; 
}

		
/*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 p.all-adventures {
			margin-inline-start: 25%;
			margin-inline-end: 7%;
	}
		.graphic-links p.summits {
			margin-inline-end: 25%;
			margin-inline-start: 7%;
	}
	
	.event-item .event-item-container {
		align-items: normal !important;
	}
	.event-item[data-component-event-style="1"] .event-details, .event-item[data-component-event-style="3"] .event-details {
		padding-top: 0;
	}





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



	.event-item[data-component-event-style="1"] .event-frame {
    border-right: none;
}



}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
			.green-heading::before {
			transform: translateX(calc((30em - 100vw) / 2));
			width: 55vw;
}



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