/* 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 ========================== */
/*==================================== HOMEPAGE VIDEO HEADER ============================================*/
section.page-header.jumbo.hero-concurrent {
	overflow: hidden;
}

.home-video {
	display: none;
}

.home-heading {
	z-index: 5;
	position: relative;
	border-radius: 0;
}
.home-button {
    font-weight: bold;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    padding: 22px;
    justify-content: space-between;
}
.home-button:after {
	    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    bottom: 22px;
    font-size: 18px;
    font-weight: normal;
}

/*================================== HOMEPAGE EVENTS ===============================*/
.home-events {
    font-family: 'Rajdhani', sans-serif;
    font-size: 32px;
}
.home-events .fa-ul .fa-li {
	color: #275d38;
}

/*================================== HOMEPAGE REGISTRATION ===============================*/
.bg-plus .accordion {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
	color: #fff;
	border-radius: 0;
	padding: 15px 10px;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
}

.bg-plus .accordion.primary, .bg-plus .accordion-content.primary {
	background-color: #275d38 !important;
}
.bg-plus .accordion.forest, .bg-plus .accordion-content.forest {
	background-color: #00843D !important;
}
.bg-plus .accordion.clover, .bg-plus .accordion-content.clover {
	background-color: #4ba23f !important;
}

.bg-plus .accordion:after {
	background-color: inherit;
	font-size: 20px;
	right: 10px;
	content: "\f078";
}
.bg-plus .accordion.open:after {
	content: "\f077";
}

.bg-plus .accordion-content {
    color: #fff;
    border-top: 0;
    margin-top: 0;
    padding: 10px 15px;
}

/*================================== CLASSES ===============================*/
.shadow-heading {
    text-shadow: 0px 7px 6px #00000029;
}
.home-heading {
	font-size: 48px !important;
}
.bg-lines {
	background-image: url(https://www.uvu.edu/concurrent/images/assets/bg-lines.svg);
}

/*================================== ASSET STYLING ===============================*/
.ladder-heading {
    position: relative;
}
.ladder-heading:before {
    background: url(https://www.uvu.edu/concurrent/images/assets/uvugreen-ladder.svg) no-repeat;
    transform: rotate(180deg);
    background-size: 50px;
    content: "";
    position: absolute;
    left: 0px;
    top: -50px;
    width: 50px;
    height: 50px;
}
.bg-stats {
	position: relative;
}
.bg-stats:before {
    content: "";
    bottom: -180px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://www.uvu.edu/concurrent/images/assets/stats-left.svg) no-repeat;
    background-size: 100px;
}
.bg-stats:after {
    content: "";
    background: url(https://www.uvu.edu/concurrent/images/assets/stats-right.png) no-repeat;
    background-size: 165px;
    position: absolute;
    width: 200px;
    top: -50px;
    height: 100%;
    right: -100px;
}

.bg-plus {
	background-image: url(https://www.uvu.edu/concurrent/images/assets/backing_plus.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

/*==================================== BLOG HOMEPAGE CARDS STYLING ============================================*/

/*photo cards used to format blog posts*/
.custom-card-picture-2 .card-picture-title {
	font-family: "Raleway", arial, sans-serif;
	margin-top: 15px;
    padding: 15px 0px;
	background-color: #fff;
	color: #275d38;
	font-size: 22px;
	border-left: 5px solid #275d38;
    border-right: 5px solid #275d38;
}
.custom-card-picture-2 .card-picture-img {
	max-height: 300px;
    height: 300px;
}
.custom-card-picture-2 .card-picture-content {
    padding: 20px 0px 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #DCDCDD;
    border-bottom: 1px solid #DCDCDD;
}
.custom-card-picture-2 .card-picture-button {
	border-top: 0;
	padding: 15px;
	text-transform: uppercase;
}

/*blog style full width*/
.ws-landing-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-auto-flow: row;
}

.ws-landing-primary, .ws-landing-secondary, .ex-story-img-wrapper {
	overflow: hidden;
}

.ws-landing-title {
	grid-column: 2 / 3;
	grid-row: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ws-landing-title:hover a {
	text-decoration: none;
	color: #fff !important;
}


.ws-landing-primary {
	grid-column: 1 / 3;
}

.ws-landing-primary a, .ws-landing-secondary a {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ws-primary-details, .ws-secondary-details {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, 0.4);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/*==================================== HOMEPAGE VIDEO HEADER ============================================*/
	section.page-header.jumbo.hero-concurrent {
		padding: 0;
	}
	.home-video {
		display: block;
		z-index: -1;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.home-video video {
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 100%;
	}
	header.concurrent-header {
		padding: 100px 20px;
	}	
	.home-button {
		width: 50%;
	}
	
	.home-heading {
		font-size: 50px !important;
	}
	
	.ladder-heading:before {
		left: 20px;
    	top: -40px;
	}
	.button-right {
		margin-top: 30px;
	}
	
	.bg-stats:after {
		background-size: 250px;
		right: -65px;
		top: -80px;
	}
	.bg-stats:before {
		background-size: 150px;
    	bottom: -150px;
	}
	
	


	/* ==== BLOG STYLING =====*/
	.ws-landing-container {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}	

	.ws-landing-title {
		grid-column: 2 / 3;
		grid-row: 4 /5;
	}

	.ws-landing-primary {
		grid-column: 1/3;
	}	


	.ws-landing-primary a, .ws-landing-secondary a, .ws-primary-img, .ws-secondary-img {
		width: 100%;
		height: 100%;
	}


	.ws-landing-primary-img, .ws-primary-img, .ws-secondary-img {
		z-index: 1;
		position: relative;
		object-fit: cover;
	}

	
	[data-uvu-section="8"] [data-uvu-region="1"] div {
		width: 80%;
		margin: 0 auto;
	}

	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.home-heading {
		font-size: 64px !important;
	}
	
	.ladder-heading:before {
		left: 150px;
	}
	.button-right {
		margin-top: 30px;
	}
	
	.bg-stats:before {
		bottom: -85px;
	}
	.bg-stats:after {
		top: -125px;
		right: -110px;
		width: 250px;
		height: 250px;
	}

	.home-button {
		width: 35%;
	}

	
	/* ==== BLOG STYLING ====*/
	.ws-landing-container {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		margin-left: -15px;
		margin-right: -15px;
	}

	.ws-landing-title {
		grid-column: 5;
		grid-row: 1 / 2;
	}

	.ws-landing-title:hover .ws-arrow {
		transform: translate(30px);
	}

	.ws-landing-primary {
		grid-column: 1/3;
		grid-row: 1 / 3;
	}

	.ws-secondary-details {
		opacity: 0;
	}

	.ws-secondary-details, .ws-primary-img, .ws-secondary-img, .ws-arrow, img.ex-story-img {
		transition: 0.3s ease-in-out;
	}

	.ws-landing-secondary:hover .ws-secondary-details {
		opacity: 1;
	}

	.ws-landing-primary:hover img.ws-primary-img, .ws-landing-secondary:hover img.ws-secondary-img, .ex-stoy-link:hover img.ex-story-img {
		transform: scale(1.1);
	}


}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	/*==================================== HOMEPAGE VIDEO HEADER ============================================*/
	header.concurrent-header {
		padding: 100px 120px;
	}
	
	
	.bg-stats:before {
		background-size: 150px;
		bottom: -168px;
    	height: 250px;
	}
	.bg-stats:after {
		right: -105px;
	}
	
	.ladder-heading:before {
		left: 200px;
	}
	
	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1400px) {
	.bg-stats:before {
		background-size: 200px;
		bottom: -135px;
		height: 250px;
	}
	.bg-stats:after {
		background-size: 300px;
		width: 300px;
		height: 300px;
		right: -120px;
	}
	
}
/*End desktop only styles*/
/*END OF DOCUMENT*/
