/* 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 ========================== */
.jumbo header p {
	font-weight: 500 !important;
	font-size: 32px !important;
}

.dark-header {
	background-color: rgb(0, 0, 0, 0.53);
}

.green-img-header {
	background-image: url(https://www.uvu.edu/studentaffairs/images/impact_background.jpg);
	background-color: var(--color-uvu-secondary);
	background-size: cover;
	background-repeat: no-repeat;
}

.internal::after {
	content: '\f061' !important;
	font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 600;
	float: right;
}

.float-right {
	float: right;
}

.max-width-20 {
	max-width: 20% !important;
}

.max-width-30 {
	max-width: 30% !important;
}

.max-width-45 {
	max-width: 45% !important;
}

.max-width-55 {
	max-width: 55% !important;
}

.max-width-75 {
	max-width: 75%;	
}

.max-width-80 {
	max-width: 80% !important;
}

.max-width-95 {
	max-width: 95% !important;
}

.width-45 {
	width: 45px !important;
}

.width-half {
	width: 50% !important;
}

.width-full {
	width: 100% !important;
}

.primary-bottom-border-40 {
	border-bottom: 40px solid #275D38;
}

.capitalize {
	text-transform: capitalize;
}

.underline {
	text-decoration: underline;
}

.flex-col-row {
	display: flex;
	flex-direction: column;
}

.round-left-border {
	border-radius: 8px 0 0 8px;
}

.round-top-border {
	border-radius: 8px 8px 0 0;
}

.round-right-border {
	border-radius: 0 8px 8px 0;
}

.round-bottom-border {
	border-radius: 0 0 8px 8px;
}


.header-btn {
	width: 100%;
	max-width: 220px;
	color: #275d38 !important;
	font-size: 18px !important;
	text-transform: none;
}

.maps-img {
	border-radius: 10px 10px 0 0;
	height: 100px;
}

.map-icon {
	top: 85px;
	right: 40px;
}

.map-info {
	border-radius: 0 0 10px 10px;
}

.map-link:hover, .map-link:focus {
	color: #FFFFFF;
}

.contact-card {
	height: 233px;
	max-height: 233px;
}

.contact-card-img {
	height: 233px;
	max-height: 233px;
	max-width: 160px;
}

/*===Accordian===*/
details {
	background-color: transparent !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #275d38 !important;
	margin-bottom: 0px !important;
	padding: 15px;
}

details[open] > summary:after {
	content: "\f0d7" !important;
}

summary {
	background-color: transparent !important;
}

details:not(.accordion-unstyled) > div {
	border: none;
}

summary::after {
	content: "\f0da" !important;
	font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
	background-color: transparent !important;
	font-size: 90%;
	color: #285d39 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px !important;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

details > div {
	background-color: transparent !important;
}
/*===Accordian End===*/

.flex-icons {
	display: flex;
	flex-direction: column;
}

/*=================Link Cards===================*/
a.link-white:hover, a.link-white:focus {
	color: #00843d;
}

a:not(header *) {
	text-decoration: none;
}

a.link-card:hover {
	color: #275D38;
	text-decoration: underline !important;
}

.circle-arrow {
	padding-bottom: 14px;
	padding-top: 14px;
	border-radius: 25px;
	font-weight: 500 !important;
}

.link-card-height {
	max-height: 100%;
}

.link-card-img {
	max-height: 100%;
}

.green-diagonal-bg {
	background: repeating-linear-gradient(135deg, #256441 0px, #256441 5px, #275d38 5px, #275d38 18px);
}

.gray-polka-dot-bg {
	background-image: radial-gradient(#e9e9e9 20%, transparent 20%), radial-gradient(#e9e9e9 20%, transparent 20%);
	background-color: #FFFFFF;
	background-position: 0 0, 15px 15px;
	background-size: 15px 15px;
}

.green-squiggle-red-circle {
	position: absolute;
	left: -24px;
	bottom: -24px;
}

.two-circles {
	position: absolute;
	top: 8px;
	left: -35px;
}

.half-circle-red-squiggle {
	position: absolute;
	right: -100px;
	top: -235px;
}

.contact-img {
	max-width: 101px;
	width: 100%;
}

.down-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
}

.help-btns {
	background-color: #FFFFFF;
	color: #275d38;
	font-size: 16px;
}

/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 425px) {
	.contact-img {
		max-width: 151px;
	}	
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.flex-icons {
		flex-direction: row;
	}

	.down-arrow {
		bottom: 25px;
	}
	
	.contact-img {
		max-width: 109px;
	}	

	.maps-img {
		height: 72px;
	}

	.map-icon {
		top: 55px;
	}

}

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

	.contact-img {
		max-width: 237px;
	}

	.down-arrow {
		right: 300px;
		bottom: 60px;
	}
	
	.link-card-height {
		max-height: 148px;
		height: 100%;
	}

	.maps-img {
		height: 50%;
	}

	.map-icon {
		top: 105px;
	}

	.contact-card-img {
		max-width: 200px;
	}

}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	.down-arrow {
		bottom: 110px;
	}
	
	.contact-img {
		max-width: 325px;
	}
	
	.link-card-height {
		max-height: 100%;
	}

	.map-icon {
		top: 120px;
	}

	.map-info {
		padding: 28px;
	}

	.contact-card {
		height: 258px;
		max-height: 258px;
	}

	.contact-card-img {
		height: 258px;
		max-height: 258px;
	}
}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/