/*
-----------------------------------------------
bepress Publication-Level ir-local.css
Author:   bepress
Version:  February 1, 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Centering headings on Awards and Honors page */

#jais #container #wrapper #main.text h2 {
    text-align: center;
}
/* Adjusting padding for JAIS main text */

#jais #main.text h2 { 
margin-top: 0px; 
}

/* Adjusting padding for masthead */

#jais #masthead {
background: #F7F9FB;
padding: 10px;
border: 1px solid #EBEFF4;
border-radius: 5px;
}

/*Editorial Board Alignment Fix, 03/09/2022, ALei*/
.edboard-two-column {
  display:flex;
  flex-flow: row wrap;
  
}

.edboard-left-col  {
  width:50%;
}

.edboard-right-col {
  width:50%;
}

/* styling for slideshow on homepage -CYang 22 March 2022 */

#jais #main.text .crumbs {
    margin-bottom: -25px;    
}

