/* 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 ========================== */
.justify-space-between {
	justify-content: space-between;
}
/*so white is visible when editting*/
.ou-justedit-region .text-white {
    color: #275d38;
}
/*DIRECTORY CARDS*/
.thumbnail-card-1 {
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
}
.thumbnail-card-1 div {
	min-height:225px;
}
.thumbnail-card-1 h2 {
	font-weight:700;
	text-transform: uppercase;
	color:#000;
	margin-top:0px;
}
.thumbnail-card-1 h3 {
	font-weight:600;
	font-size: 22px;
	color: #000;
	margin-top:0;
}
.thumbnail-card-1-img {
	width:130px;
	height:auto;
	border:5px solid #ffffff;
	float:right;
	margin:-20px 20px 20px 20px;
}
.thumbnail-card-1 .p-4 {
	    padding: 1.5rem !important;
}
.thumbnail-card-1 summary:after {
     background-color: transparent !important;
    color: #285d39 !important;
    position: relative !important;
    margin-left: 10px !important;
    display: inline !important;
    font-size: 80% !important;
}
.thumbnail-card-1 summary {
   background-color: transparent !important;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    padding: 0 !important;
    display: flex !important;
    justify-content: start !important;
    font-weight: 400 !important;
    border-top: none !important;
}
.thumbnail-card-1 .accordion-content {
	padding: 0 !important;
}

.card-staff-5 {
	    height: 250px;
}
.card-staff-5 .card-staff-portrait {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.card-staff-5 .card-staff-details .card-staff-title {
	font-size: 1.3em;
}
p.card-staff-email, p.card-staff-directory, .card-staff-officecontact {
    margin: 0;
}

/*PHOTO CARDS*/
.card-picture-custom {
	border-radius: 8px;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
	overflow: hidden;
}

.card-picture-custom .card-picture-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 29px;
    color: #275D38;
    padding: 20px;
    margin: auto 0px 0px;
	position: relative;
	transition: all 100ms;
}
.card-picture-custom .card-picture-title::before {
    content: "\f0a9";
    display: inline-block;
    color: #275D38;
    font-size: 35px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: -15px;
    left: 50%;
    margin-left: -17px;
    z-index: 2;
}
.card-picture-custom .card-picture-title::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    height: 50px;
    z-index: 1;
}
.card-picture-custom .card-picture-img {
    order: -1;
    height: 100%;
}

.card-picture-custom .card-picture-content {
    display: none;
}

.card-picture-custom .card-picture-button {
    overflow: hidden;
    height: 0;
}

.card-picture-custom:hover .card-picture-title, .card-picture-custom:hover .card-picture-title::before, .card-picture-custom:hover .card-picture-title::after {
	background-color: #275D38;
	color: #fff;
}

/***********ACCORDION************/
details {
	background-color: transparent !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
}
details:first-child summary {
    border-top: none !important;
}
details summary {
	font-weight: 500;
    background-color: transparent !important;
    font-size: 1.25em;
    font-family: Rajdhani;
    margin: 0.5em auto 10px;
    padding: 20px !important;
    border-top: 1px solid var(--color-uvu-primary) !important;
    border-radius: 0 !important;
}
details summary h3 {
	font-weight: 500;
}
details summary::after {
    color: #285d39 !important;
    background-color: transparent !important;
    font-size: 24px !important;
}

.accordion-content {
	outline: none !important;
    padding: 20px !important;
    background-color: transparent !important;
    border-top: none !important;
    margin: 10px auto !important;
}

/*LISTS*/
.list-unstyled li {
    border-bottom: 1px solid #eee;
}
.list-unstyled li a {
    display: flex;
    justify-content: space-between;
}

/********FORMASSEMBLY OVERRIDES*******/
.wFormContainer {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.wFormContainer .wFormHeader, .wFormContainer .wFormFooter, .wFormContainer .supportInfo {
	display: none !important;
}
.wFormContainer .wForm .wFormTitle {
	font-weight: bold !important;
}

/********FOOTER INFORMATION*******/
.partnership-section [data-uvu-region="1"] p:first-child {
    margin-bottom: 40px;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	/********FOOTER INFORMATION*******/
	.partnership-section [data-uvu-region="1"] {
		display: flex;
		flex-direction: column;
	}
	.partnership-section [data-uvu-region="1"] p:first-child {
		margin-bottom: 35px;
	}
	.partnership-section [data-uvu-region="1"] img {
		width: 350px;
	}
	
}
/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	/*DIRECTORY CARDS*/
	.thumbnail-card-1-img {
		    width: 170px;
	}

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