h3.display-name {
  margin-bottom: 0px;
}

p.gradsuper {
  font-size: 11px;
  color: #3b3b3b !important;
  background: #eee !important;
  padding: 5px 8px;
  border-radius: 5px;
  margin-top: 5px;
  float: left;
  display: block;
}

p.gradsuper.gradsuper_label {
  margin-right: 5px;
}

.profile img {
  max-height:265px;
  width:auto;
  margin-top:25px;
  float:right;
}

div.profile-info  {
  float:left;
}

div.profile-info {
  width: 85%;
}

div.courses-teaching.interests, div.research.interests {
  clear: both;
}

.clearfix {
  clear: both;
}

@media screen and (max-width: 767px) {
  #profile-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .profile img{
    max-height:250px;
    width:auto;
    margin-top:25px;
    float:none;
  }
}


.profile h2, h3, h4, h5{
    margin:20px 0 8px 0;
    }
.profile h2 {
    font-size: 23px;
    margin-bottom: -10px;
}    
.profile h6{
    margin:15px 0;
    }
.profile .btn.ok-btn-primary.cv-btn{
    font-size: 12px;
    padding: 6px 15px;
    margin-top:-8px;
    }    
.profile .btn.ok-btn-primary:after{
    content:none;
    }        
.profile p{
    margin-top:10px;
    }
.profile .social-icons{
  font-size:32px;
  color:#0055b7;
}
.profile .social-icons:hover{
  color:#002145;
  cursor:pointer;
}

.filter-wrapper {
  margin-right: 15px;
  display: inline-block;
}

/* ---- input ---- */

input.directorysearch[type="text"], 
select.directoryselect {
    font-size: 16px;
    font-family: "Whitney SSm A", "Whitney SSm B", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000 !important;
    border: 1px solid #888;
		background-color: #fff;
    }
    
/* Select Drop down */
select.directoryselect {
    padding: 8px;
    border-radius: 4px;
    height: 45px;
    width: 260px;
}

input.directorysearch[type="text"] {
    display: inline-block;
    padding:8px;
    width: 260px;
    height: 27px;
    border: 1px solid #777;
    border-radius:4px;
		box-sizing: border-box;
		padding: 22px 10px;    
}

/* ---- button ---- */
.btnlabel{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #111;
    padding: 7px 15px 7px 2px;
    }

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    margin-bottom: 10px;
    border: none;
    color: #222!important;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    font-family: "Whitney SSm A","Whitney SSm B","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:18px;
}

.button:hover {
  background-color: #0055b7;
  color: #fff!important;
}

.button:active,
.button.is-checked {
  background-color: #0055b7;
  color: #fff !important;
}

.button.is-checked {
  color: white;
}

@media (max-width: 768px) {
    .button-group .button {
        float: left;
        margin: 2px;
        width: 100%;
        text-align: left;
    }
    .button {
        padding: 8px;
        background: #f3f3f3;
    }
    .button-group{
        margin-bottom: 20px;
    }
    .btnlabel {
        padding: 7px 0;
        width: 375px;
    }
}
/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin:0 1px 20px 0;
}


/* ---- grid ---- */

.grid {
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .element-item ---- */
.element-item {
    font-size: 17.5px;
    position: relative;
    float: left;
    width: 100%;
    padding: 16px 5px 14px 5px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}
.element-item .interests {
    font-size: 13.5px;
    margin:8px 0;
}
.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item a {
	text-decoration: underline;
}

/* Fix funny bug where Bootsrap/CLF adds margin to any class that contains 'span' because of bootstrap columns use of [attribute*="value"] selector */
.element-item.spanish {
    margin-left: 0;
}

/* Hides empty select option values in Role and Dept filters  */

option.button.-btn[value="."] {     	 
    display: none;	 	 
}

option.button[value="."] {          
    display: none;	 	 
}

