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

#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;
}

region .card-picture-img{
	border-radius: 10px 10px 0 0;
}

.card-picture-7 > .card-picture-content {
    display: block;
    padding: 0 40px 40px;
}

.card-picture-7 > .card-picture-img {
    height: 200px;
	width: auto;
}


.card-picture-7 > .card-picture-title:after {
    content: "\f0a9";
    display: block;
    color: #275D38;
    font-size: 35px;
    font-family: "Font Awesome 5 Pro";
	position: absolute;
    top: 230px;
    right: 40px;
}

.card-picture-7 > .card-picture-title {
    margin: 0px;
}


.card-picture-7 {
    border-radius: 10px 10px 0 0 !important;;
    flex-direction: column !important;;
    min-height: 80px !important;

}
/*Image stack End*/
.card-picture-6 .card-picture-title {

    font-size: 20px;
}

.orange-banner{
	flex-direction: column;
	gap: 20px;
}

/*Student Affairs Card*/


.card-staff-5 .card-staff-portrait {

    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

/*Student Affairs Card End*/
.pba-button-border{
	border: 2px solid #275D38;
	border-radius: 10px;
	display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
	color: #275D38;
	background-color: #fff;	
}

.pba-button-border a:hover{
    background-color: #275D38;
    color: #ffffff;
    border: 2px solid #275D38;
}


.card-picture-7 {
    flex-direction: column !important;
    max-height: fit-content !important;
}

region .btn-border{
	border: 3px solid #fff;
	color: #fff;
	background:transparent;
	display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.btn-border a:hover{
	color: #275D38 !important;
	background: #fff !important;
}

.adjusted-position{
	padding: 40px 200px;
}

.bg-styles {
    position: absolute;
    padding: 0 400px 0 20px;
    margin-left: -5px;
}

.border-img {
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(https://www.uvu.edu/images/background-diagonal-grey-1.png) 50 round;
}



.individual-back-button a {
color: #fff;
}

.individual-back-button.p {
    color: #fff;
}
.page-header {
    margin: 0px 0 0px !important;
	border-bottom: 0px solid #eee !important;
}

/*===Accordian===*/
.accordion:not(.accordion-unstyled) {
    border-radius: 0px !important;
}

.accordion:not(.accordion-unstyled):after {
    font-size: 100% !important;
	border-radius: 0px !important;
	content: "\f067" !important;
	font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
	background-color: transparent !important;
	    color: #285d39 !important;
	margin: 0 10px !important;
}




.padding-below-accordian.accordion:not(.active) {
    margin-bottom: 10px !important;
}

.custom-accordion.accordion:not(.active) {
    margin-bottom: 0px !important;
}



div.accordion:not(.active):nth-child(5n-4), .staff-resources .list:nth-child(5n-4) {
	border-left: 10px solid #285d39;
/* 	almost uvu */
}

div.accordion:not(.active):nth-child(5n-3), .staff-resources .list:nth-child(5n-3) {
    border-left: 10px solid #a1d263;
/* 	fern-l1 */
}

div.accordion:not(.active):nth-child(5n-2), .staff-resources .list:nth-child(5n-2) {
	border-left: 10px solid #00843d; 
/* 	forest */
}

div.accordion:not(.active):nth-child(5n-1), .staff-resources .list:nth-child(5n-1) {
	border-left: 10px solid #4ba23f;
/* 	clover */
}
div.accordion:not(.active):nth-child(5n), .staff-resources .list:nth-child(5n-0) {
	border-left: 10px solid #d6ef98;
/* 	lime-l1 */
}
.staff-resources .list {
	padding: .5em;
	margin-bottom: 10px;
}
.staff-resources .list h3 {
	margin-top: 0;
}
.staff-resources .list p {
	margin-bottom: 0;
}


h1.text-uvu-green.bold {
    color: #275d38;
}
h1.main {
	font-size: 4.5rem;
	color: var(--color-uvu-primary) !important;
	font-family: Rajdhani, sans-serif;
	font-weight: 600 !important;
	letter-spacing: .1rem;
	margin: 0;
}
h1 .logoish {
	background-color: var(--color-uvu-primary);
	color: #fff;
	font-size: 4.75rem;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .2rem;
	
}


/*===Accordian End===*/

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	region .card-picture-7 {
    min-height: 80px;

}
.orange-banner {
	flex-direction: row;
}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
		region .card-picture-7 {
    min-height: 80px;

}
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
		region.card-picture-7 {
    min-height: 80px;

}
	
}

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