#whitewrap .profile-cards {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(320px, 1fr) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    grid-gap: 1rem;
    font-family: "Open Sans";
    justify-items: center;
    text-align: center;
    }
#whitewrap .profile-cards .profile-card {
    margin-bottom: 60px;
    background: white;
    border-radius: 2px;
    margin: 0;
    padding: 45px 0;
}
#whitewrap .profile-cards .profile-card .profile-button button {
    margin-top: 0!important;
    border-radius: 0 !important;
    padding: 30px 50px !important;
    font-size: 17px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
}
#whitewrap .profile-cards .profile-card .faculty-grid-title {
    max-width: 300px;
    font-size: 21px !important;
    line-height: 19px !important;
    color: #2E2E2E !important;
    font-weight: 300;
    display: block;
    text-align: center;
    clear: none;
    margin: 30px auto 20px auto !important;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    position: relative;
    z-index: 2 !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #e5e5e5;
    border-style: solid;
    font-family: 'Domine', serif !important;
}

#whitewrap .block-type-content div.entry-content h2 {
    font-size:35px;
    line-height:40px;
    font-family:'Domine',serif;
    color:#2e2e2e;
    margin-top:0;
    margin-bottom:20px;
    font-weight:400;
    text-transform:none;
    text-align:left;
}
/* Faculty Activities */
.container.entry-content #education-heading, .container.entry-content #specialization-heading {
    font-size:23px!important;
    line-height:40px!important;
    font-family:'Domine', serif;
    font-weight:700!important;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: none;
    text-align: left
}
.container.entry-content li{
    list-style-type:disc;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    color:#2e2e2e;
    margin-left:20px;
    border-bottom:none;
    background:0 0
}
.container.entry-content #solidbox-accordion ul, .container.entry-content #solidbox ul,.container.entry-content .bullet-profile ul{
    padding-left:40px!important;
    margin-bottom:10px!important
}
.container.entry-content #solidbox-accordion li, .container.entry-content #solidbox li,.container.entry-content .bullet-profile li{
    list-style-image:url()!important;
    list-style-type:disc!important;
    padding-top:5px!important;
    padding-bottom:5px!important;
    padding-left:10px!important;
    color:#2e2e2e!important;
    margin-left:20px!important;
    border-bottom:none!important;
    background:0 0!important
}
.container.entry-content #solidbox-accordion h2.collapsible, .container.entry-content #solidbox h2.collapsible  {
    font-family: 'Bitter', serif;
    font-size: 21px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    color:#2e2e2e;
    margin-top:0;
    font-weight:400;
    text-transform:none;
    text-align:left;
}
.container.entry-content .collapsible{
    cursor:pointer;
    width:100%;
    border:none;
    outline:none
}
.container.entry-content .collapsed-content{
    max-height:0;
    overflow:hidden;
    -webkit-transition:max-height .2s ease-out;
    transition:max-height .2s ease-out
}
  .container.entry-content .active + .collapsed-content{
      max-height: none;
  }
.container.entry-content .collapsible:after{
    content:url(https://tcnj.edu/custom/icon-library/downarrow.png);
    color:#000;
    font-weight:700;
    float:left;
    margin-right:5px
}
.container.entry-content .active:after{
    content:url(https://tcnj.edu/custom/icon-library/uparrow.png);
}

.container.entry-content #bio-text br{
    display:block;
    margin:10px 0
}

/* Flex Rows and Columns for Contact Info */
#whitewrap .fp-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
}
#whitewrap .fp-column {
  flex: 25%;
  max-width: 225px;
}
#whitewrap .fp-svg-icon {
  display: inline-flex;
  align-self: center;
  width:18px;
}
#whitewrap .fp-svg-icon svg {
  height:1em;
  width:1em;
}
#whitewrap .fp-svg-icon.fp-svg-baseline svg {
  top: .125em;
  position: relative;
}

/* Profile Details */
#whitewrap .fp-contact-details {border-left:1px solid #d6d6d6; padding-left:50px;padding-bottom:5px;}

#whitewrap .block-type-content div.entry-content h1.fp-name {
font-size: 40px; line-height: 50px;font-family: 'Alfa Slab One';
font-variant: normal;font-weight: 400;color: #2e2e2e;margin-top: 30px;
margin-bottom: 15px;text-align: left;min-height:50px;
}

#whitewrap .block-type-content .page div.entry-content .fp-credentials, 
#whitewrap .block-type-content article div.entry-content .fp-credentials { 
font-size: 25px;line-height: 30px;
}

#whitewrap .fp-circle-headshot  { 
    display: inline-block;    
    width:225px;
    height:225px;
    border-radius:50%;
    max-width: 100%;    
    object-fit: cover;
    object-position: 0 23%;
    margin-top: -30px; 
    margin-left: 0; 
    margin-bottom: 25px;
    margin-right: 35px;
    float: left; 
}


#whitewrap .circle-headshot  { 
    display: inline-block;    
    width:225px;
    height:225px;
    border-radius:50%;
    max-width: 100%;    
    object-fit: cover;
    object-position: 0 23%;
    margin-top: -30px; 
    margin-left: 0; 
    margin-bottom: 25px;
    margin-right: 35px;
    float: left; 
}

#whitewrap .block-type-content .page div.entry-content p.fp-position-title,
#whitewrap .block-type-content article div.entry-content p.fp-position-title  {
color: #2e2e2e;font-family: 'Domine', sans-serif;
font-size: 23px;line-height: 35px;margin-top: 0;margin-bottom: 10px;
}

#whitewrap .block-type-content .page div.entry-content p.fp-dept,
#whitewrap .block-type-content artcile div.entry-content p.fp-dept  {
color: #2e2e2e;font-family: 'Open Sans', sans-serif;
font-size: 18px;line-height: 30px;margin-top: 0;margin-bottom: 10px;
}

#whitewrap .block-type-content .page div.entry-content p.fp-social,
#whitewrap .block-type-content artcile div.entry-content p.fp-social  {
color: #2e2e2e;font-family: 'Open Sans', sans-serif;
font-size: 16px;line-height: 24px;margin-top: 0;margin-bottom: 10px;
}

#whitewrap .block-type-content div.entry-content p.fp-building, 
#whitewrap .block-type-content div.entry-content p.fp-phone, 
#whitewrap .block-type-content div.entry-content p.fp-email  {
color: #2e2e2e; font-family: 'Open Sans', sans-serif;  
font-size: 18px; line-height: 26px;margin-bottom:5px;
} 

@media screen and (max-width: 1000px) {
#whitewrap .fp-columns {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   width:auto;
}
#whitewrap .fp-column {
  flex: 25%;
  max-width: 500px;
}   
#whitewrap .fp-circle-headshot  {  
    width:200px;
    height:200px;
    }   
    
#whitewrap .circle-headshot {  
    /*width:200px;*/
    /*height:200px;*/
    }     
}

@media only screen and (max-width: 800px) {
#whitewrap .profile-cards .profile-card img {
        width: 100%;
    }
    
#whitewrap .profile-page .profile-card .faculty-grid-title {
        font-size: 19px;
        line-height: 27px;
    }
    
#whitewrap .profile-cards {
        display: inline-block;
        width: 100%;
    }
}    

@media screen and (max-width: 675px) {


#whitewrap .profile-cards {
        display: inline-block;
        width: 100%;
    }
    
#whitewrap .profile-page .profile-card img,
#whitewrap .profile-page .profile-card h1,
#whitewrap .profile-page .profile-card .faculty-grid-title {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

#whitewrap .fp-columns {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   width:100%;}
   
#whitewrap .fp-column {
  flex: 25%;
  max-width: 325px;
}  

#whitewrap .block-type-content div.entry-content h1.fp-name, 
#whitewrap .block-type-content div.entry-content p.fp-position-title,
#whitewrap .block-type-content div.entry-content p.fp-dept {
text-align: center;}

#whitewrap .circle-headshot, #whitewrap .fp-circle-headshot {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;}
}

/* Publication Details */
/* .profile-cards .profile-card img { 
    display: inline-block;    
    width:225px;
    height:225px;
    border-radius:50%;
    max-width: 100%;    
    object-fit: cover;
    object-position: 0 23%;
} */
.publication .author .and {
  display: none;
}

.publication .author:last-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.publication .author:last-of-type .first-name {
  padding-right: 5px;
}

.publication .author:last-of-type .last-name-comma,
.publication .author:last-of-type .first-name-comma {
  display: none;
}

.publication .author:last-of-type::after {
  content: "and";
  padding-right: 5px;
}

.publication .author:first-of-type:last-of-type::after {
  padding-right: 0px;
  content: "";
}