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

ol > li > ol > li {
	  counter-increment: letterList;
}
ol > li > ol > li:before {
    content: counter(letterList, lower-alpha) '.';
    position: absolute;
    left: -20px;
    top: 0px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    color: #285d39;
}

.submit-id-photo .region ol > li > h4 {
	font-size: 1.5rem;
	font-weight: 600;
}
.submit-id-photo .region ol > li {
	font-size: 1.25rem;
}

.submit-id-photo .region figure {
	display: block;
	margin: 1rem auto;
	
	img {
		display: block;
		margin: 10px auto;
	}
	
	figcaption {
		font-size: 1rem;
		text-align: center;
		color: #000;
		margin-bottom: 15px;
	}
}
.submit-id-photo .region .flex-images {
	display: flex;
	flex-direction: column;
}
/*===============Cards================*/
#globalHeader a, #globalFooter a, #globalHeader a:hover, #globalFooter a:hover, .card-picture-button,  .card-advisor a, .resource-links a, .social-links a,  a.backToTop {
	text-decoration: none;
	border-bottom: none;
}
a {
	border-bottom: 1px dotted var(--color-uvu-primary);
}
a:hover, a:active {
	border-bottom: 1px solid var(--color-uvu-primary);
	text-decoration: none;
}
.photo-examples {
	display: grid;
	grid-template-columns: repeat(1, 1fr);;
	gap: 10px;
}
.icon-quick-links a {
	text-decoration: none;
	border-bottom: none;
}

.campus-connection-cards{
	display: grid;
    grid-template-rows: 100px 10% auto 10%;
}

.display-flex {
    display: -webkit-flex;
    display: flex;
}

.height-100 {
    height: 100%;
}

.flex-column {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.roman-numurals {
	list-style-type: upper-roman;
}

.icon-quick-links{
	display:flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	margin-left:-40px;
}

.icon-quick-links a{
	 text-decoration: none;
}

.icon-quick-links li{
	display: flex;
	flex: wrap;
	flex-direction:column;
	list-style-type: none;
	justify-content:center;
	text-align:center;
	padding:2px;
	margin:10px;
}

.bg-image{
	background-image: url("https://www.uvu.edu/campusconnection/images/greek-vase.png");
	background-size: auto;
  	background-repeat: round repeat;
	position: relative;
	z-index: 0;
}

.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    z-index: -1;
}

.bg-image hr.section-divider-icon:before {
	background-color: rgba(255, 255, 255, 0.35);
}

}

.white-on-mobile{
	color:white;
}

.bg-transparent {
	
	transition: .3s;
}
.bg-transparent:hover {
	
	transform: scale(1.1);
}
.bg-transparent a:hover {
	text-decoration: none;
	color:#1e4119;
}

.card-shadow{
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	border-radius: 8px;
}

.header-border-bottom{
	border-bottom: 4px solid #EAEAEA;
}

/*CARD PICTURE*/
.card-content-8-left.card-content-shadow {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	border-radius: 8px;
	
}


.mobile-padding-20{
	padding-left: 20px;
	padding-right: 20px;
}

.card-picture-img-8{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 0 0 8px 8px;
    height: unset;
    overflow: hidden;
    position: relative;
	object-fit: cover;
    width: 100%;
}

.card-links{
	font-weight: bold;
	color:#00843d;
	align-items:right;
}

.card-links a:hover{
	color:#275d38;
}

.flex-parent-card-link{
	align-items:right;
	justify-content:bottom;
}
/*CARD PICTURE END*/

/*========Dividers=========*/
h2.landing-section-header, h3.landing-section-header {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

hr.section-divider-icon {
    margin-block-end: 50px;
}

hr.section-divider-icon {
    display: block;
    position: relative;
    overflow: visible;
    margin-inline-start: 80px;
    margin-inline-end: 80px;
    color: var(--color-uvu-primary);
    font-size: 30px;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fal {
    font-weight: 300;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
    font-style: normal;
    /* font-variant: normal; */
    text-rendering: auto;
    line-height: 1;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #275d38;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
/*========Dividers End=========*/

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.icon-quick-links{
		display:flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		margin-left:-40px;
	}
	.photo-examples {
		grid-template-columns: repeat(2, 1fr);;
	}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.photo-examples {
		grid-template-columns: repeat(4, 1fr);
	}	
	.submit-id-photo .region .flex-images {
	flex-direction: row;
}
	
	/* 		Has exactly 2 children, center in the 4 columns */
	.photo-examples:has(:nth-child(2)):not(:has(:nth-child(3))) > :nth-child(1) {
		grid-column: 2;
	}

	.photo-examples:has(:nth-child(2)):not(:has(:nth-child(3))) > :nth-child(2) {
		grid-column: 3;
	}

	
}

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