/* 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 ========================== */
/* Accessible text classes */
.text-12 {
	font-size: 0.7500em;
	line-height: 1.5;
}
.text-14 {
	font-size: 0.8750em;
	line-height: 1.5;
}
.text-16 {
	font-size: 1.0000em;
	line-height: 1.5;
}
.text-17 {
	font-size: 1.063em;
	line-height: 1.5;
}
.text-18 {
	font-size: 1.1250em;
	line-height: 1.5;
}
.text-20 {
	font-size: 1.2500em;
	line-height: 1.5;
}
.text-21 {
	font-size: 1.3125em;
	line-height:1.5;
}
.text-22 {
	font-size: 1.3750em;
	line-height: 1.5;
}
.text-24 {
	font-size: 1.5000em;
	line-height: 1.5;
}
.text-26 {
	font-size: 1.625em;
	line-height: 1.5;
}
.text-28 {
	font-size: 1.75em;
	line-height: 1.5;
}
.text-40-lg {
	font-size: 2.5em;
	line-height: 1.5;
}
.acc-txt {
	line-height: 1.5;
}
/* End Accessible text classes */

:root {
	--slope-angle: 6vw;
	--slope-margin: 10vw;
}

.header-sloped:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	/*     z-index: 10; */
	right: 0;
	border-bottom: var(--slope-angle) solid #fff;
	border-right: 100vw solid transparent;
	bottom: -1px;
}

.header-sloped {
	border-bottom: 0;
	padding-bottom: var(--slope-margin) !important;
	text-align: center;
}

.header-sloped h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 80px;
}

.header-sloped h1 .text-shadow {
	text-shadow: 0px 3px 6px rgba(0,0,0,.4);
	line-height: 60px;
	font-weight: bold;
}

.header-sloped h1 .text-42 {
	font-size: 42px;
	line-height: 56px;
	font-weight: 500;
}
.header-sloped h1 .text-60 {
	font-size: 60px;
}

.bg-sloped {
	background-color: #275D38;
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
	position: relative;
}

.bg-sloped:before, .bg-sloped:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 10;
	right: 0;
}

.bg-sloped:before {
	border-top: var(--slope-angle) solid white;
	border-left: 100vw solid transparent;
	top: -1px;
}

.bg-sloped:after {
	border-bottom: var(--slope-angle) solid white;
	border-right: 100vw solid transparent;
	bottom: -1px;
}

.cta-box {
	max-width: fit-content;
	background: white;
	padding: 50px 60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	margin: auto;
	z-index: 200;
	position: relative;
	height: 100%;
}

.cta-box h2 {
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 30px;
}

.cta-box > div {
	display: flex;
	flex-wrap: wrap;
}

.cta-box > div > p {
	flex-grow: 2;
	margin: 5px;
}

.cta-box .button-ghost-1 {
	width: 100%;
	text-align: center;
	margin: 0;
	height: 100%;
	line-height: 1.5;
}

.max-width-511 {
	max-width: 511px;
}

.margin-top-neg-overlay {
	margin-top: -25vw;
}

#submit-search{
	border: none;
	padding: 8px 20px;
	box-shadow: 0 0 5px 0px #848181;
	border-radius: 2px;

}
#search-value{
	border: none;
	border-bottom:1px solid #275d38;
	width:100%;
	max-width: 585px;
	padding: 10px;
	margin-bottom: 10px;
}
#search-value::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c1c2c4;
	opacity: 1; /* Firefox */
}

#search-value:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #c1c2c4;
}

#search-value::-ms-input-placeholder { /* Microsoft Edge */
	color: #c1c2c4;
}

.bg-image{
	background-image: url('https://www.uvu.edu/talentbureau/images/expert_bg.jpg');
	background-attachment:fixed;
}


.wFormFooter, .supportInfo {
	display: none;
}

div > div.wFormContainer {
	margin: 0px auto;
}

div > div.wFormContainer .wForm {
	background: transparent;
	padding: 0;
	font-family: "Lato", arial, sans-serif;
}

.wForm .inline div.oneField:not(.wf-acl-hidden), .wForm .inline div.wfContent:not(.wf-acl-hidden) {
	display: inline-block !important;
}


.btn.filter {
	padding: 15px;
	font-size: 18px;
	margin: 5px;
}

/* ------ Expert listing ------ */
/* .salesforce.expert-listing, #results-container.expert-search-listing {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 25px;
	gap: 25px;
}

.expert {
	display: grid;
	padding: 25px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	grid-column: 1 / -1;
	grid-template-columns: 93px 1fr;
	align-items: center;
}

.expert figure {
	overflow: hidden;
	border-radius: 50%;
	width: 93px;
	height: 93px;
}

.expert figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.expert div {
	padding-left: 23px;
}

.expert .expert-topic {
	margin: 0;
	font-weight: 600;
}

.expert .expert-name {
	color: black;
}

h2.expert-list-header {
	grid-column: 1 / -1;
	font-weight: 600;
	color: black;
	position: relative;
}

h2.expert-list-header:before {
	content: "";
	width: 260px;
	height: 3px;
	background: #8E8C89;
	position: absolute;
	bottom: 0;
}

h2.expert-list-header:after {
	content: "";
	border-bottom: 7px solid #8E8C89;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: 0;
	left: 260px;
}

h2.expert-list-header .letter {
    padding-inline-start: 10px;
} */

.hidden {
	display: none;
}
.talentbureau-experts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
	grid-gap: 1rem;
}
.expert {
	margin: 0;
	padding: 25px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.expert header {
	display: grid;
	grid-template-columns: 95px 1fr;
	align-items: center;
}
.expert header:hover {
	background-color: #ececec;
}
.expert figure {
	overflow: hidden;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin: 5px;
}
.expert figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.expert div {
	padding-left: 23px;
}
.expert .expert-topic {
	margin: 0;
	font-weight: 600;
}
.expert article {
	padding-block-start: 25px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 5;
	background: white;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.expert article::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	background-color: white;
	height: 5px;
}
.header {
	grid-column: 1 / -1;
	font-family: Rajdhani, sans-serif;
	font-weight: bold;
	font-size: 2rem;
	color: var(--color-uvu-primary);
	border-block-end: 3px solid var(--color-uvu-primary);
}

/* ------ END Expert listing ------ */

/* ------ Expert Profile Page ------ */

.profile-page.margin-top-neg-overlay {
	margin-top: -30vw;
}

.profile-page .expert-frame {
	text-align: center;
    margin-bottom: 30px;
}

.profile-page .expert-name {
    margin-bottom: 0;
}

.profile-page .expert-position {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.profile-page .expert-position , .profile-page .expert-contact{
	margin-bottom: 30px;
}

.profile-page .expert-contact {
    display: flex;
    flex-wrap: wrap;
}

.profile-page .expert-bio {
    margin-top: 30px;
}

/* ------ END Expert Profile Page ------ */

	
.loading {
	grid-column: 1/-1 !important;
	font-size: 1.5em;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 767px) {
	#submit-search {
		display: block;
		margin: auto;
		margin-bottom: 15px;
	}
}

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

/* 	.expert {
		grid-column: auto / span 6;
	} */
	.margin-top-neg-overlay {
		margin-top: -18vw;
	}

	.btn.filter {
		font-size: 16px;
	}
	
	/* ------ Expert Profile Page ------ */

	.profile-page .expert-contact {
		justify-content: space-around;
	}

	/* ------ END Expert Profile Page ------ */
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

/* 	.expert {
		grid-column: auto / span 4;
	} */

	.margin-top-neg-overlay {
		margin-top: calc(var(--slope-margin) * -1);
	}


	.btn.filter {
		font-size: 14px;
		padding: 10px;
	}
	
	/* ------ Expert Profile Page ------ */

	.profile-page.margin-top-neg-overlay {
		margin-top: -25vw;
	}
	
	/* ------ END Expert Profile Page ------ */


}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	button.btn.filter {
		padding: 6px 12px;
	}
	
	/* ------ Expert Profile Page ------ */

	.profile-page.margin-top-neg-overlay {
		margin-top: -18vw;
	}

	/* ------ END Expert Profile Page ------ */

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