#block-block-25 p{
    position: relative;
    top: -20px;
    right: 145px;
    margin-bottom: -21px;
}

.quote_author {
    position: relative;
}

.quote_style{
	font-style: italic;
}

.teaching{
	float:right;
}
.team{
      text-align:none !important;
      margin:20px 0px !important;
      }

.team img{
  border-radius: 50%;
  border: 5px solid rgb(224, 224, 224);
  width:200px;
  height:200px;
}


.resource{
  width:31%;
  float:left;
  height:350px;
  margin-left:15px;
  
}


.theme-default .nivo-caption {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}

.node-topic-intro .field-name-field-photo .field-items .field-item.even{
     float:left;
     width:50%;
     margin-left: 25px;
}

.node-topic-intro .field-name-field-photo .field-items .field-item.odd{
     float:left;
     width:45%;
}     
.node-topic-intro .field-item.even p {
     width:100%;
}
.node-biography .field.field-name-field-headshot.field-type-image.field-label-hidden, .node-curriculum-material .field-name-field-feature-image{
     float: left;
    margin-right: 15px;
    margin-top:10px;
 }
 .node-biography .field-name-field-position {
    font-size: 20px;
    font-style: italic;
    }
    
.view-id-topics_term a.active{
    color:black;
    font-weight:900;
    //font-style: italic;
   }
 
.view-id-topics_term span{
    margin-bottom:10px;
    }        
    
.tr {
    margin-bottom: 40px;
    font-style: italic;
}
.home-news{
   margin-bottom:20px;
   }
   
   
.home-news h1 {
    color: white;
    background: #008080;
    padding: 10px;
    border-radius: 5px;
}
#post-content h2.pane-title{
    color: white;
    background: #008080;
    padding: 5px;
    border-radius: 5px;
}



@media only screen and (max-width: 685px){
.resource{
   width:100%;
}


.publications-list-style li{
	margin-bottom: 20px;
}
.node-biography .field.field-name-field-headshot.field-type-image.field-label-hidden, .node-curriculum-material .field-name-field-feature-image{
     float: none;
    margin-right: 0px;
 }
}
.cicon i {
    color: #fff;
    position: absolute;
    left: auto;
    right: -10px;
    bottom: 20px;
    display: block;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    opacity: 0.3;
}
.page-publications .page-title{
    display:none;
}
#research-and-scholarship {
    padding: 10px 0 30px;
    
}

.about-research-and-scholarship {
    margin: 0px 0px; 
}
.page-publications .breadcrumb {
    display: none;
}
.post-categories , .post-categories span{
    color: #060606d6;
}
a.col-12.col-xs-3.col-md-3.col-lg-3.button {
    text-decoration: none;
}

.form-item.form-type-select.form-item-custom-search-types {
    display: none;
}
#custom-search-blocks-form-2 .custom-search-button.form-submit {
    background-color: rgb(235,129,15);
    position: absolute;
    right: -5px;
    top: 0px;    
    height: 25px;
    width: 25px;
}
#custom-search-blocks-form-2 .custom-search-box {
    padding: 4px 5px;
    border: 0;
    border-radius: 0;
    text-transform: none;
    margin: 0;
    width: 150px;
    height: 25px;
}

.front-page {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  padding: 10px 10px;
}
.front-page h2 {
  font-size: 28px !important;
  border-bottom: 2px solid #f9e23f;
  padding: 15px 0px !important;
}
.front-page a {
  color: #000 !important;
}
.front-page a:hover{
  text-decoration: none;
}
.front-page p {
  color: #000 !important;
  font-size: 18px;
  padding: 30px 8px;
  line-height: 24px;
  height: 170px;
}
.front-page a img{
  padding: 0px;
  box-shadow: none;
  background: #FFF;
  border: 0 !important;
  height: 300px;
}
.front #post-content {
    display: none;
}