main { position:relative;padding-top:10px }
.newsBTN {
    background-color: transparent;
    color: #FFF;
}
.newsBTN a:hover {
    color: #000;
}
.site-header {margin-top: 15px;}
@media only screen and (min-width:64em){
    main { padding-top:50px}
    .myWebLink {
		 color: #900;
		 background-color: #FFF !important;
	}
	 .myWebLink:hover {
		 font-weight: bold !important;
		 color: #900;
	}
}

/* Post landmarks update fix */
.landmarks .nav-secondary {
    top: 64px;
}
/* profile layout */
 .sph-profile-grid {
     display: grid;
     grid-template-columns: 1fr 30% 45%;
     gap: 10px;
     align-content: start;
     justify-items: stretch;
     margin-bottom: 2rem;
}
 .sph-profile-grid-item {
     padding: .5rem 1rem;
}
 @media screen and (min-width: 40em) and (max-width: 59em) {
     .sph-profile-grid {
         grid-template-columns: 1fr 1fr 1fr;
    }
}
 @media screen and (min-width: 20em) and (max-width:39.9375em) {
     .sph-profile-grid {
         grid-template-columns: 1fr;
    }
     .imgProfile {
         margin: 0 auto;
    }
}

/* Faculty Listing Positioning */
.facListItem {
	clear: both;
}
.facProfilePic {
	float: left;
	margin: 0px 10px 40px 0px;
}