/* Stylesheet for user profiles */
/* Added by CG */

.bg-slate{
	background-color:#54585a;
}
.bg-gold{
	background-color:#F6BE00;
}
.bg-teal{
	background-color:#00B388;
}
.bg-whitesmoke{
	background-color:#f7f7f7;
}
.white-border-lg{
	border:7px solid white;
}
/* DEAN'S MESSAGE */
.deanMSGimage img{
	width:300px !important;
	max-width: unset !important;
}
.deanMSGimage .caption{
	background-color:#efefef;
}
/* ADMINISTRATION */

/* DIRECTORY AND PROFILE CSS */
.ProfileCTA .button {
	display: inline-block;
	height: 40px;
	width: 40px;
	float: left;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	background: #efefef;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out;
}

.ProfileCTA:hover .button {
	width: 260px;
}
.ProfileCTA:hover .button.phone {
	width: 175px;
}
.ProfileCTA:hover .button.lab{
	width:125px;
}
.ProfileCTA .button .icon {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size:.9rem;
	color: #c8102e;
	text-align: center;
	border-radius: 50px;
	line-height:40px;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}
.ProfileCTA:hover .button .icon {
	background: #c8102e;
}	
.ProfileCTA .button .icon i {
	line-height: 40px;
	transition: all 0.3s ease-out;
}
.ProfileCTA:hover .button .icon i {
	color: #fff;
}
.ProfileCTA .button span {
	font-weight: 500;
	line-height: 40px;
	margin-left: 5px;
	margin-right:5px;
	font-size:15px;
	transition: all 0.3s ease-out;
}
.ProfileCTA .button span {
	color: #c8102e;
}

/* DIRECTORY CSS */
.directory .card .card-body{
	border:none;
}

.directory .ProfileCTA .button {
	font-size:.9rem;
}
.directory .ProfileCTA:hover .button {
	width: 240px;
}
.directory .ProfileCTA:hover .button.phone {
	width: 175px;
}
.directory .ProfileCTA:hover .button.lab{
	width:125px;
}
.directory .cta-container{
	overflow: hidden;
	height: 75px;
	width:100%;
}

/* SINGLE USER CARD */
.singleuser-card .card-body{
	border:0px !important;
}
.ProfileCTAfull .button {
	display: inline-block;
	height: 40px;
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0px 5px 7px 0px;
	overflow: hidden;
	background: #efefef;
	border-radius: 50px;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out;
}

.ProfileCTAfull .button .icon {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size:.9rem;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	line-height:40px;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
	background: #c8102e;
}
.ProfileCTAfull:hover .button .icon {
	background: #960C22;
}	
.ProfileCTAfull .button .icon i {
	line-height: 40px;
	transition: all 0.3s ease-out;
}
.ProfileCTAfull:hover .button .icon i {
	color: #fff;
}
.ProfileCTAfull .button span {
	font-weight: 500;
	line-height: 40px;
	margin-left: 5px;
	margin-right:10px;
	color:#54585a;
	transition: all 0.3s ease-out;
}
.ProfileCTAfull:hover .button span {
	color: #c8102e;
}



/* PROFILE CSS */


#profile-links a[target$="_blank"]::after {
	content: "\f35d" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px !important;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
	float:right !important;
}

#publications a[target$="_blank"]::after {
	content: "\f35d" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px !important;
    position: relative;
    left: 5px;
    padding-right: 10px;
    top: -5px;
    font-style: normal;
}

#profile-links a[href$=".pdf"]::after {
	float:right !important;
	font-size:18px !important;
	content: "\f1c1" !important;
}
#profile-links a[href$="lab/"]::after {
	content: "\f610" !important;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px !important;
    position: relative;
    right: -5px;
    padding-right: 10px;
    top: 0;
    font-style: normal;
	float:right !important;
}

.sub-cta-gold, .sub-cta-red, .sub-cta-teal {
    width: 100%;
    height: 100%;
    color: #fff;
}
.cta-sub-title {
    text-shadow: 0 3px 10px rgba(0, 0, 0, .3960784314);
	font-size:1.7rem;
}
.DirReturn a{
	font-size:1.1rem;
	font-weight:normal;
}
.sub-cta-gold:hover {
    background-color: rgba(246, 189, 0, .5607843137);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.sub-cta-red:hover {
    background-color: rgba(200, 16, 47, .5803921569);
    transition: .2s;
}

.sub-cta-teal:hover {
    background-color: rgba(0, 179, 137, .5764705882);
    transition: .2s;
}

.inset-shadow{
	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
  	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
  	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.4);
}

.profile-links{
	position:relative;
	height:100%;
}
.profile-links > .profile-nav-group{
	width:100%;
	position:relative;
	z-index:5;
	background:white;
}
.profile-links > .image-border-lt{
	width:150px;
	height:150px;
	position:absolute;
	left:-10px;
	top:-10px;
	background-color:#c8102e;
}
.profile-links > .image-border-rt{
	width:185px;
	height:150px;
	position:absolute;
	right:-10px;
	bottom:-10px;
	background-color:#c8102e;
	
	background: rgb(200,16,46);
background: linear-gradient(0deg, rgba(200,16,46,0) 0%, rgba(200,16,46,1) 51%, rgba(200,16,46,1) 100%);
	
}
.profile-links > .list-group{
	position:relative;
	z-index:5 !important;
	border-radius:0;
}
.profile-nav-group a.list-group-item{
	width:100% !important;
	display:block !important;
	
	background-color:#f7f7f7;
	
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	
}
.profile-links a.list-group-item:hover{
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 47%, rgba(247,247,247,1) 53%, rgba(255,255,255,1) 100%) !important;
	
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}

.profile-nav-group a.list-group-item span{
	padding-left:0px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.profile-nav-group a.list-group-item:hover span{
	padding-left:20px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}

.profile-nav-group a.list-group-item:first-child,
.profile-nav-group .card-header:first-child{
	border-radius:0 !important;
}
.profile-nav-group a.list-group-item:last-child{
}

.profile-nav-group .card-header{
	background-color:#54585a;
	color:white;
}
.profile-nav-group .card-header a{
	color:white;
	width:100%;
	display:block;
}

.faculty-headshot {
	position:relative;
	margin-bottom:10px !important;
}
.faculty-headshot.dean{
	width:100%;
	max-height:360px;
}
.faculty-headshot.dean img{
	left:5px;
}
.faculty-headshot img{
	position:relative;
	z-index:5 !important;
	border:3px solid #fff;
}

.masonry .faculty-headshot img{
	height:135px;
	width:135px;
}

.image-border-rt{
	width:150px;
	height:150px;
	position:absolute;
	right:-10px;
	top:-10px;
	background-color:#54585a;
}
.image-border-lt{
	width:180px;
	height:150px;
	position:absolute;
	left:-10px;
	bottom:-10px;
	background-color:#c8102e;
	
	background: rgb(200,16,46);
	background: linear-gradient(180deg, rgba(200,16,46,0) 0%, rgba(200,16,46,1) 51%, rgba(200,16,46,1) 100%);
}

.image-border-rt.listing,
.image-border-lt.listing{
	width:45px;
	height:45px;
}
.image-border-lt.listing{
	left:-3px;
	bottom:-3px;
}
.image-border-rt.listing{
	right:-3px;
	top:-3px;
}

.faculty-box{
	position:relative;
	z-index:2;
}

.AOR .no-gutters {
  margin-right: 0!important;
  margin-left: 0!important;
}

.AOR [class*=col]{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.background{
	background-position:-75px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	border:5px solid #fff;
}

.background:hover {
	background-position: -250px;
	opacity: .7;
}


.row.masonry{
	justify-content: left !important;
	display:grid !important;
}
.grid-item-content {
	border: 0px solid hsla(2, 0%, 0%, 0.4);
}
.faculty-headshot{
	left:0px;
}
.grid-item-content--height2 { 
	height: 200px; 
}
			
.masonry h5{
	font-size:1.15rem;
}
			
			
