/* 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 ========================== */
/*GENERAL CSS*/
.dots {
    background-image: radial-gradient(#ECF0ED 8%, transparent 30%);
    background-size: 15px 15px;
}
.box-shadow-section {
	box-shadow: 0px 5px 6px #00000014;
	z-index: 0;
}
.bg-green-xlight {
    background-color: #ECF0ED;
	z-index: -1;
}
.bg-grey-xlight {
	position: relative;
	z-index: 0;
}

/*LISTS*/
.checklist, .iconlist {
    margin-left: 4em !important;
}
.checklist .fa-li, .iconlist .fa-li {
    color: #77B130;
    font-size: 35px;
    left: -1.5em;
    top: -10px;
    width: unset;
}
.iconlist .fa-li {
	color: #185C33;
	top: -15px;
}
.checklist li {
	padding-bottom: 10px;
}
.iconlist li {
	padding-bottom: 30px;
}
.iconlist li ul li {
    padding-bottom: 0;
}

/*BUTTONS AND LINKS*/
.button-solid {
    font-weight: bold;
    text-transform: none;
	display: flex;
    justify-content: space-between;
	border-radius: 8px;
	transition: all 300ms;
}
.button-solid:hover {
	text-decoration: none;
}
.button-solid:after {
    content: "\f061";
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    color: #fff;
}
.button-solid:hover:after, .button-solid:focus:after {
	color: #000;
}

/*BENEFITS CARDS*/
.card-content.card-content-shadow {
	margin-top: 30px;
    height: 200px;
    font-size: 18px;
    display: flex;
    align-items: end;
    position: relative;
	justify-content: center;
    overflow: unset;
    padding-bottom: 30px;
}
p.benefits-image {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    top: -31px;
    left: 0;
    right: 0;
}
.faculty-benefits .card-content {
	    height: 140px;
}

/*TIMELINE CARDS*/
.timeline-card {
    position: relative;
}
.timeline-card:after {
    content: "";
    background-color: #275D38;
    width: 300px;
    height: 2px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
}

/*COMPANY LOGOS*/
.company-logos .transform-grid-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

/********QUOTES********/
.quotes {
    position: relative;
}
.quotes:after {
	content: "";
    background: url(/innovation/faculty-externships/images/step_green4.png) no-repeat;
    position: absolute;
    background-size: 60px;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: -15px;
    transform: rotate(-90deg);
}

.quote-card {
    display: grid;
    grid-gap: 30px;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
    border-radius: 10px;
}
.quote-card blockquote {
    border-color: #275d38;
    padding: 0 20px;
	color: #000;
}
.quote-name {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.quote-name p {
    color: #4ba23f;
    font-style: italic;
    font-weight: 600;
    margin: 0;
	font-family: 'Rajdhani', sans-serif;
    font-size: 1.4em;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/*TIMELINE CARDS*/
	.timeline-card h2, .timeline-card h3 {
		text-align: center;
	}
	.timeline-card:after {
		width: 2px;
		height: 100px;
		left: unset;
		right: 0;
		top: 0;
		margin: unset;
	}
	.timeline-card-center:after {
		content: unset;
	}
	
	/*COMPANY LOGOS*/
	.company-logos .transform-grid-cell {
		padding: 20px;
	}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.page-header {
		height: 350px;
	}
 	.get-involved [data-uvu-region="2"] {
		margin-top: 30px;
	}
	/*LISTS*/
	.iconlist .fa-li  {
		font-size: 45px;
	}
	.checklist .fa-li {
		top: -13px;
	}
	
	/*BENEFITS CARDS*/
	.card-content.card-content-shadow {
		margin-top: 10px;
	}
	
	/*TIMELINE CARDS*/
	.timeline-card:after {
		right: -10px;
	}
	.timeline-card-center:after {
		content: "";
	}
	.timeline-card-right:after {
		content: unset;
	}
	
	/********QUOTES********/
	.quotes:after {
		background-size: 90px;
		width: 90px;
		height: 90px;
		bottom: -50px;
	}
	.quote-card {
        grid-template-rows: auto;
        min-height: 300px; 
	}
	 .quote-name {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	/*DELETE THIS AFTER MOVING CSSTO DEPT*/
	[data-uvu-section="11"] [data-uvu-region="1"], [data-uvu-section="11"] [data-uvu-region="2"] {
		display: block;
		    padding-top: 15px;
    padding-bottom: 15px;
		padding-left: 15px;
    padding-right: 15px;
	}
	/*GET INVOLVED SECTION*/
	.get-involved [data-uvu-region="1"], .get-involved [data-uvu-region="2"] {
		display: flex;
		padding: 80px 0;
		flex-direction: column;
		justify-content: center;
	}
	
}

/*end media query*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1450px) {
	.page-header {
		height: 430px;
	}
}
/*End desktop only styles*/
/*END OF DOCUMENT*/