/* 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 ========================== */
.overflowAuto{
	overflow: auto;
}
.hideCard-buttonContainer {
	padding: 10px 0 50px;
	display: flex;
	flex-direction: column;
	max-width: 750px;
	margin: auto;
}

.hideCard-button a {
	padding: 15px 15px;
	flex: 1;
	color: #000;
}
.hideCard-button a:hover {
	text-decoration: none;
}
.hideCard-button {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-grow: 1;
	margin: 0;
	padding-top:2px;
	font-weight: 600;
	background-color: #f9f9f9;
	overflow: hidden;
}

table {
    
    border-spacing: 0;
}

.bg-image{
	background-image: url("/campusconnection/images/greek-vase.png");
	background-size: auto;
  	background-repeat: round repeat;
}

.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 {
    display:none;
}



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

/*=========switch button============*/
.hideCard-buttonContainer {
	display: flex;
	flex-direction: column;
	max-width:750px;
	margin:auto;
}
.hideCard-button a.active {
	background-color: #3f6f4e;
	color: #fff;
	text-decoration: none;
}
.hideCard-button a {
	padding: 15px 15px;
	flex: 1;
	color: #000;
	margin:2px;
}
.hideCard-button a:hover {
	text-decoration: none;
	
}

.hideCard-button{
	border-radius: 8;
}

.hideCards {
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
}

.hideCards h3{
	color: #fff;
}


.hideCard-button:before {
	content: none;
}
.hideCard-button:first-child {
	border-radius: 8px 8px 0 0;
}
.hideCard-button:last-child {
	border-radius: 0 0 8px 8px;
}





/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
.card-content-8-left.card-content-shadow {
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	border-radius: 8px;
	
}
	.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    /* font-variant: normal; */
    text-rendering: auto;
    line-height: 1;
}

.card-content-8-left{
	padding-left: 20px;
}

.card-picture-img-8{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 0 8px 8px 0;
    height: unset;
    overflow: hidden;
    position: relative;
	object-fit: cover;
    width: 100%;
	
	
}
	/*=========switch button============*/
	.hideCard-buttonContainer {
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	
	
	.text-48 {
		font-size: 48px;
	}
	.mobile-only {
		display: none;	
	}
	.tablet-and-bigger {
		display: flex;
	}
	.flex-column-mobile {
		flex-direction: row;
	}
	.display-none {
		display: none;
	}	
	.icon-quick-links{
	display:flex;
	flex-direction: row;
	justify-content: center;
	
}
	.hideCard-button {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-grow: 1;
	margin: 0;
	font-weight: 600;
	background-color: #fff;
	overflow: hidden;
}
	
		.quick-links-flex-wrap{
	flex-wrap: wrap;
	
}
.quick-link-items{
  width: 120px;
  height: 120px;
  text-align: center;
}

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

.icon-quick-links li{
	list-style-type: none;
	padding:2px;
	margin:5px;
}
	
	}
.hideCard-button {
		border-bottom: none;
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0;
	}
.hideCard-button:before {
	content: none;
}
.hideCard-button:first-child {
	border-radius: 8px 8px 0 0;
}
.hideCard-button:last-child {
	border-radius: 0 0 8px 8px;
}
.hideCards li {
	border: 0px solid rgba(0,0,0,.12);
}
.hideCard-buttonContainer li + li {
    border-top: none;
}
.hideCard-button a.active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.hideCard-button a {
	padding: 0;
	flex: 1;
	color: #000;
	margin:2px;
}

}

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

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