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

/* Blog Slider Overrides */
#globalFooter .footerDept {
   display: none !important;
}
#globalFooter .footerUniversity-top {
   display: none !important;
}
#globalFooter ul.footerUniversity-quicklinks {
    display: none !important;
}
#globalFooter > div.footerUniversity > div.footerUniversity-bottom > div > div > div > ul.university-social{
    display: none !important;
}
#globalHeader > div.globalHeaderMain > div.actionBar {
	display: none !important;
}
#globalHeader .slideNavToggle {display: none !important;}

#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);
	color: #00843D;
}
a:hover, a:focus {
	border-bottom: 1px solid var(--color-uvu-priamry);
}
.bg-forest a {
	border-color: #fff;
}

p{
	max-width: 85ch;
	margin: auto;
/* 	margin-bottom: 1em; */
}
.intro p, .card-full-description p {
	text-wrap: balance;
}


.jumbo.parallax {
	padding: 80px 20px;
}

		
	.jumbo:before {
			background: linear-gradient(to bottom, #275D38, #275d38);
			mix-blend-mode: multiply;
			}

	
.jumbo header p {
	margin-bottom: 0px;
}
.card-image {
	position:relative;
}
.tradition {
	text-align: center;
	background-color: #000000b3;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	padding-block: 2px;
}

.traditions {
	background: #F0F0F0 url(/welcome-weeks/images/dot-repeat-grid.png) repeat;
}
a.text-white {
	color: #fff;
}
a.map::before {
    content: '\f3c5' !important;
    font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    margin-inline-end: 8px;
}

a.alumni-button {
	background-color: #00843d;
    border: 2px solid #00843d;
    color: #fff;
    padding: 15px 30px;
    transition: all .25s;
    font-family: "Rajdhani", sans-serif;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
	text-decoration: underline;
}
a.alumni-button:after {
    content: "\f061" !important;
    display: inline;
    font-family: "Font Awesome 5 Pro";
    float: right;
	padding-left: 10px;
}

a.alumni-button:hover {
	background-color: #fff;
	border: 2px solid #00843d;
	color: #00843d;
}

.traditions a.alumni-button {
	background-color: #fff;
    border: 2px solid #fff;
    color: #00843d;
   
}

.traditions a.alumni-button:hover {
	background-color: #005c2b;
	border: 2px solid #fff;
	color: #fff;
}



.title-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200%;
}

.card-full {
	justify-content: space-between;
}

ul.fa-ul {
	margin-left: 2.5em;
}
.fa-ul.green-check li {
	padding-inline-start: .8em;	
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
	margin-top: 20px;
	
	&:first-child {
		margin-top: 0;
	}

	&:before {
		content: "\f14a";
		font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
		font-size: 24px;
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		padding-inline-end: 1em;
		margin-left: -1.8em;
		color: #C5D97A;
	}
	li:before {
		display: none;
	}
}

.map-pic {
	width: 75%;
	position:relative;
	left: 25%;
}
.map-link {
	position: relative;
	top:-30%;
	
	&::before {
		content: '\f3c5' !important;
		font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
    	font-size: 60px;
		position: relative;
		top: -1.5em;
		left: 12%;
		color: #00843D;
		font-weight: 900;
	}
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	

.map-link {
	position: relative;
	top:-15%;
	
	&::before {
		font-size: 36px;
		position: relative;
	}
}


}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
.bg-x{
	position: relative;
	
	&:before {		
		content: '';
		background-image: url(/welcome-weeks/images/lightgreen-x.svg);
		background-size: 50px;
		background-repeat: repeat;
		position: absolute;
		top: -15%;
		right: 0;
		height: 200px;
		width: 33%;
		z-index: 1;
	}
	&.returning:before {
		top: -40px;
		left: 0;
		height: 90%;
		width: 10%;
	}
}
	
.map-link {
	position: relative;
	top:-30%;
	
	&::before {		
		top: -1em;
		font-size: 60px;
		left: 12%;
		
	}
}
	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	
.bg-x{
	
	&:before {		
		
		right: 5%;
		
	}
}	
	
}

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