/* 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************/
.fa-ul .fa-li {
    font-size: 18px;
}
.bg-grey-xlight hr.section-divider-icon:before {
	background-color: #f9f9f9 !important;
}
.individual-back-button h1 {
	color: #fff;
	padding: 20px 40px;
	margin: 0px 0 10px 40px;
	font-size: 2em;
	text-transform: none;
	font-weight: 700;
	background-color: var(--color-uvu-secondary);
}

a.button-large {
    padding: 35px 100px;
    border-radius: 5px;
    background-color: #275d38;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    box-shadow: #c5c5c5 0 3px 6px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
	font-size: 18px;
}
a.button-large:hover {
    color: #275d38;
    background-color: #f4f4f4;
    text-decoration: none;
}

/************FORMASSEMBLY************/
.wFormContainer .wFormHeader, .wFormContainer .wFormFooter, .wFormContainer .supportInfo  {
    display: none !important;
}
.wFormContainer {
    margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wFormContainer .wForm .wFormTitle {
    font-weight: 700 !important;
}


/*PHOTO CARDS*/
.card-picture-10 {
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
	overflow: hidden;
}

.card-picture-10 .card-picture-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 29px;
    color: #275D38;
    padding: 30px 10px 10px;
    margin: auto 0px 0px;
	position: relative;
}
.card-picture-10 .card-picture-img {
    order: -1;
    height: 200px;
}
.card-picture-10 .card-picture-content {
	padding: 0px 40px 20px 40px;
	height: 100%;
}
.card-picture-10 .card-picture-button {
    overflow: hidden;
    height: 0;
}

.card-picture-6 {
    border-top: none !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.card-picture-6:focus-within:after {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    z-index: 1 !important;
}

.card-picture-6 .card-picture-title {
    padding: 25px !important;
	padding-right: 50px !important;
    margin: 25px !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important; 
	font-size: 1rem !important;
    font-weight: bold !important;
    text-transform: none !important;
	color: white;
	text-decoration: none;	
}

.card-picture-6 .card-picture-title:after, .card-picture-6 a:after {
    content: "\f061" !important;
    display: inline-block !important;
    font-family: "Font Awesome 5 Pro" !important;
    float: right !important;
    opacity: 1 !important;
	margin-right: -30px;
}

.card-picture-6 .card-picture-title.external:after {
    content: "\f08e" !important;
}

.card-picture-6 .card-picture-img {
    height: 134px !important;
    width: auto !important;
    border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}
.card-picture-6 .card-picture-button {
	display: none;
}

.card-picture-3 {
	display: flex;
	flex-flow: row wrap;
}
  .card-picture-3  h2 {
        width: 100% !important;
        margin: 0 0 .5em;
        display: inline-block !important;
        font-weight: 600;
    }

   .card-picture-3 .card-picture-img {
        position: relative;
        left: -48px !important;
        max-width: 50% !important;
	   	min-height: 87%;
        order: revert !important;
        border-radius: 5px;
        display: none;
    }

   .card-picture-3 .card-picture-content {
        text-wrap: balance;
        position: relative;
        padding-bottom: 10px;
    }

   .card-picture-3 .card-picture-button {
        display: none;
    }
	.card-picture-3.clickable:hover, .card-picture-3.clickable:focus-within {
	   box-shadow:  2px 4px 7px 2px #98989830,
				 -2px -4px 2px #98989830;
	}
	/* add an arrow to cards that are links */
	.card-picture-3.clickable .card-picture-content:after {
		content: "\f0a9" !important;
		display: block;
		font-weight: 900;
		color: #275D38 !important;
		font-size: 35px !important;
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

/************STAFF CARDS CSS************/
.card-staff-5 {
	background-color: var(--color-uvu-primary);
    color: #fff;
	border-radius: 8px;
}
.card-staff-5.inverted {
	background-color: #fff;
    color: var(--color-uvu-primary);
	min-height: 250px;
}
.card-staff-5 .card-staff-name, .card-staff-5 a, .card-staff-5 a:hover {
	color: #fff !important;
}
.card-staff-5.inverted a, .card-staff-5.inverted a:hover {
	color: var(--color-uvu-primary) !important;
}
.card-staff-5 .card-staff-portrait {
	display: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.card-staff-5 .card-staff-details .card-staff-title {
	color: #fff;
	font-size: 1.3em;
}
.card-staff-5.inverted .card-staff-details .card-staff-name {
	color: #000 !important;
}
p.card-staff-email, p.card-staff-directory, .card-staff-officecontact {
    margin: 0;
	color: #fff;
}
.card-staff-5.inverted p.card-staff-email, .card-staff-5.inverted p.card-staff-directory {
	color: var(--color-uvu-primary);
}
.card-staff-5.inverted .card-staff-officecontact {
	color: #000;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	/****HEADINGS****/
	.individual-back-button h1 {
		padding: 20px 80px;
	}
	.individual-back-button h1 span {
		display: block;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.heading-button-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.heading-button-header a, .heading-button-header h1 {
		margin: 0;
	}
	
	.card-staff-5 .card-staff-portrait {
		display: block;
	}
	
	.card-picture-3 .card-picture-img {
		display: block;
    }
	.card-picture-3 .card-picture-content {
        left: -1em;
        max-width: 50%;
    }
	.region:has(.card-picture-3) {
		padding: 15px 40px;
	}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	/*****************ICON CARDS*********************/
	.icon-card-grid {
		grid-template-columns: 1fr 1fr;
	}
	
}

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