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

/* 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;
}
p {
	line-height: 1.5;
}
/* End Accessible text classes */

/* ====================== Mobile and Up ========================== */

.list-group-item{
	margin: 0px;
}

#main-section .container-fluid{
	margin-top: -70px;
	
}
#load-icon{
	font-size: 24px;
	margin-left: 10px;
}
#search-container{
	box-shadow: 0 -2px 2px 0 #eee;
	border-bottom: 1px solid #eee;

}
.full-grid .container-fluid{
	max-width: 100%;
}
.full-grid .container-fluid .region{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.full-grid .container-fluid .goto-dep{
	padding:30px;
	background-color: #fff;
	
}
.full-grid .container-fluid .flex-row{
	max-width: 1200px;
	margin: 0 auto;
}
#messageBody{
	min-width:100%;
	max-width:100%;
	min-height: 200px;
}
.profile_pic{
	display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.noscroll{
	overflow:hidden;
}
.open-overlay{
	border: none;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 25%);
	transition: background-color .15s ease-in, color .15s ease-in;
}
.open-overlay:hover{
	background-color: #275d38;
	color: #fff;
}
.overlay{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,.75);
	overflow-y: scroll;
}
.overlay .close-overlay{
	background: transparent;
	color: #ffffff;
	border: none;
	font-size: 25px;
}
.overlay[aria-hidden="true"] {    
    transition: opacity .45s, z-index 0s 1s;
    z-index: -1; 
    opacity: 0;  
}

.overlay[aria-hidden="false"] {  
    transition: opacity .45s;
    z-index: 1000000;
    opacity: 1; 
}
.overlay .card{
	background-color: rgb(255,255,255);
}
.center-items{
	display:flex;
}
.vertical-align{
	justify-content:center;
	align-self: center;
	margin: 0 auto;
}
.row.display-flex.flex-wrap.transform-grid {
	background-color: #c7c7c7;
	margin: 20px 5px;
	border-left: 4px solid #275e37;
}

.bg-profPage{
	background-color: #d0d0ce;
}

.bg-image{
	background-image: url('https://www.uvu.edu/directory/images/prof-pg_bg.jpg');
	background-attachment:fixed;
}
.jumbo.parallax{
	padding:0px;
}
#results-container{
	min-height: 420px;
	padding: 0px;
}
.filler{
	position: absolute;
    background-color: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.results{
	background-color: #fff;
	padding-bottom: 50px;
}
#image-overlay{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.51);
}
#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;
}
#message-pic{
	max-width: 150px;
	max-height: 150px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
#overlay{
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.75);
	width: 100%;
	text-align: center;
	font-size: 25px;
	
}
.education-entry{
	border-bottom: 1px solid #eee;
}
.card-table{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:20px;
	padding: 20px;
}

/* ===== FACULTY PROFILES ===== */
.overflow-hidden {
	overflow: hidden;
}

figure.prof-picture {
	width: 325px;
	height: 325px;
	position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.profile-icon {
    width: 44px;
    height: 44px;
    background-color: #EDEDED;
    border-radius: 50%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
	margin-inline-end: 17px;
}

.bg-faculty-profPage {
	background-color: #FAFAFA;
}

.faculty-profPage-name {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.bg-faculty-anchors {
	background-color: #E3E3E3;
}

.bg-faculty-anchors nav ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
}

.bg-faculty-anchors nav ul li {
	margin: 0;
}

.bg-faculty-anchors nav a.anchorToggle {
	display: flex;
	flex-direction: column;
	color: #676767;
	align-items: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 50px 15px;
}


.profile-section {
    margin-block-start: 50px;
	position: relative;
}

.profile-section-title {
	font-size: 25px;
    font-weight: bold;
	text-transform: uppercase;
}

*[class*="more-"] {
    position: absolute;
    right: 0;
    bottom: 0;
}

.eduction-card {
    font-size: 18px;
    color: #275d38;
    border-left: 9px solid #275d38;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eduction-card p {
    margin: 0;
}

.teaching-card, .presentation-card, .publication-card {
    padding: 20px 30px;
    border-radius: 10px;
    color: #505050;
}


.teaching-card {
    background: #EFEFEF;
	font-size: 14px;
}

.teaching-card .course {
    color: inherit;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.presentation-card {
    border: 1px solid #B9B9B9;
}

.publication-card {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.publication-card a{
	word-break: break-word;
}
#bio {
	margin-top: 0;
}

#bio p {
	padding: 20px;
}

.award-card {
	padding: 20px;
	font-size: 14px;
	border-bottom: 1px solid #707070;
	position: relative;
}

.award-card h3 {
	font-size: 20px;
	font-weight: bold;
}

.award-card h3:before {
	content: "\f559";
	font-family: 'Font Awesome 5 Pro';
	position: relative;
	padding-inline-end: 16.25px;
}

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

	.results .bottom{
		display: flex;
	}
	.results .bottom .dataTables_length{
		flex-grow:1;
	}
	.results .bottom .dataTables_paginate{
		flex-grow:2;
	}
	
	.card-table{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

	#directory-search{
		text-align: center;
		margin: 3em;
		padding-top: 7em;
		background-color: #eee;
		padding: 5em;
	}

	#search-value{
		margin-right: 10px;
		margin-bottom: 0px;
	}	
	.filter-bar{
		display: flex;
		justify-content: center;
	}	
	.card-table{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}/*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*/
