/*
Theme Name:     SARUP - UWM Web Identity Child Theme
Theme URI:      
Description:    
Author:         
Author URI:     
Template:       uwmwebid
Version:        0.1
*/
/* Please customize the above child theme template header to reflect your organization. */
/* IMPORTANT: The value of Template must remain "uwmwebid". */

/* IMPORTANT: Please do not remove this line. It is required by the UWM Web Identity parent theme. */
@import url("../uwmwebid/style.css");

/* Ok! Child theme customization starts below this line. */

@import url("dist/css/sarup.min.css");

/* Academics RFI form Styles */
.uwm-p-card {
	align-items: stretch;
display: flex;
flex-direction: column;
color: #404040;
}

.uwm-p-card--color-head {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.uwm-p-card .uwm-p-card--title {
	font-size: 1.125rem;
	line-height: 1.333;
	font-weight: 700;
}

.uwm-p-card--color-head .uwm-p-card--title, .uwm-p-card--contact .uwm-p-card--profile-header {
	padding: 15px 30px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.uwm-p-card .uwm-p-card--body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 30px;
}

.uwm-p-card .uwm-p-card--body > :last-child {
	margin-bottom:0;
}

.uwm-p-card .uwm-p-card--body > :first-child {
	margin-top:0;
}

.uwm-p-card .uwm-p-card--content {
	font-size: .9375rem;
	flex-grow:1;
}

.uwm-p-card form input, .uwm-p-card form select{
	width:100%;
}