/* 
Pharm BPM styles
styles.css
Developed by VCU School of Pharmacy - https://pharmacy.vcu.edu/

#   
    Fonts 

    Raleway
    Medium (400)
    Regular (500)
    Semibold (600)
    Bold (700)

    Univers LT Std
    45 Light (XX) - NEED TO FIND LICENSED VERSION

    Muli 
    Regular (400)

    Helvetica Neue
    Regular (400)

*/


/* Glider.js styles */
.glider,
.glider-contain {
  margin: 0 auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}
.glider-contain {
  width: 100%;
}
.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}

/* Global */

:root {
  --bpm-blue: #48b5d3;
  --bpm-gray: #828282;
  --bpm-dark-gray: #333333;
  --bpm-gold: #ffd366;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Raleway", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2 {
  font-weight: 300;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a,
button, 
svg {
  -webkit-transition: all 0.1s linear; /* Safari */
  transition: all 0.1s linear;
}

p {
  margin: 0 0 1rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

:focus,
a:focus,
button:focus,
#menu a:focus,
input:focus {
  outline: 3px auto #0000ff !important;
  outline: 3px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

#skip-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  list-style: outside none;
}

a.skip-links-item {
  font-size: 14px;
  text-decoration: underline;
  position: absolute;
  left: 15px;
  top: -100px;
  z-index: 10000;
  height: auto;
  margin: 0 auto;
  padding: 10px 15px;
  background-color: transparent;
  color: #ffba00 !important;
  outline: none;
  transition: top 0.2s, background-color 0.2s;
}

a.skip-links-item:active,
a.skip-links-item:focus {
  top: 0;
  background-color: #272727;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn {
  background-color: #ffd366;
  /*background-color: #636363;*/
  color: #333333;
  /*color: #fff;*/
  border: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #000;
  color: #fff;
}

.btn a {
  text-decoration: none;
}

.btn-inline {
  display: inline-block;
  width: 20%;
  margin: 0 auto 3.25rem auto;
  line-height: 55px;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  /*color: #333333;*/
  background-color: #636363;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-inline:hover,
.btn-inline:focus,
.btn-inline:active,
.btn-inline.active {
  /*background-color: #828282;*/
  /*background-color: #636363;*/
  background-color: #ffd366;
  /*color: #fff;*/
  color: #333333;
}

.btn-group {
  text-align: center;
}

.btn-group .btn-inline {
    width: auto;
    margin: 0 0.5rem 3.25rem 0.5rem;
}

@media (min-width: 48rem) {

    .btn-group .btn-inline {
        width: 20%;
        margin: 0 2.875rem 3.25rem 2.875rem;
    }

}

.page-background {
  position: absolute;
  top: 97rem;
  left: 0;
  right: 0;
  z-index: -1;
}

/* Container */

.container {
  max-width: 62.5rem;
  margin: 0 1rem;
}

.section-header-photo .container {
  /*padding: 0;*/
}

@media (min-width: 64.5rem) {

  .container {
    margin: 0 auto;
  }

}

@media (min-width: 77rem) {

  .container {
    max-width: 75rem;
    margin: 0 auto;
  }

  header .container,
  .container.header-home,
  .header-home .container,
  .slider-header-controls-wrap,
  .section-header-photo .container,
  .container-small {
    max-width: 62.5rem;
  }
  
}

/* Grid and columns */

.column p {
  font-size: 1.5rem;
}

.column-header {
  font-size: 0.875rem;
}

@media (min-width: 48rem) {
  .row {
    display: flex;
  }

  .col-4 {
    flex-basis: 25%;
  }
}

/* Glider.js and Slick slider overrides */

.slider-header, 
.home-carousel-panels, 
.home-carousel-nav-dots, 
.slider-mission, 
.slider-team, 
.slider-team-thumbnails, 
.slider-partners, 
.slider-selected-pubs, 
.resources-slider-nav, 
.resources-slider-panels, 
.protocol-slider-nav, 
.protocol-slider-panels, 
.software-slider-nav, 
.software-slider-panels, 
.slider-research-overview-areas, 
.slider-research-overview-areas-info {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  overflow: hidden;
}

.slider-header.slick-initialized, 
.home-carousel-panels.slick-initialized, 
.home-carousel-nav-dots.slick-initialized, 
.slider-mission.slick-initialized, 
.slider-team.slick-initialized, 
.slider-team-thumbnails.slick-initialized, 
.slider-partners.slick-initialized, 
.slider-selected-pubs.slick-initialized, 
.resources-slider-nav.slick-initialized, 
.resources-slider-panels.slick-initialized, 
.protocol-slider-nav.slick-initialized, 
.protocol-slider-panels.slick-initialized, 
.software-slider-nav.slick-initialized, 
.software-slider-panels.slick-initialized, 
.slider-research-overview-areas.slick-initialized, 
.slider-research-overview-areas-info.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.glider {
  overflow: hidden;
}

.glider-container {
  position: relative;
}

.glider-controls .btn {
  background-color: transparent;
  border: none;
}

.glider-controls svg {
  width: 2.875rem;
}

.glider-controls .slick-disabled svg {
  fill: #000;
}

.glider-controls .slick-disabled svg {
  fill: #828282;
}

.glider-controls .glider-prev img, 
.glider-controls .glider-prev svg {
  transform: rotate(180deg);
}

.glider-controls .slick-arrow:hover svg, 
.glider-controls .slick-arrow:active svg,
.glider-controls .slick-arrow:focus svg {
  fill: #48B5D3;
}

.glider-controls .slick-disabled:hover svg, 
.glider-controls .slick-disabled:active svg,
.glider-controls .slick-disabled:focus svg {
  fill: #828282;
}

.glider-dot {
  width: 0.5625rem;
  height: 0.5625rem;
  background: transparent;
  width: 9px;
  height: 9px;
  border: 1px solid #48b5d3;
}

.glider-dot.active {
  background-color: #48b5d3;
}

.slick-dots li {
  /* width: 2.75rem; */
  width: auto;
  height: 2.75rem;
  padding: 0 2rem 0 0;
  margin: 0;
}

.slick-dots li button {
  /* width: 2.75rem; */
  width: auto;
  height: 2.75rem;
  font-weight: 700;
  color: #48b5d3;
}

.slick-dots li button:before {
  line-height: 0.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  content: '';
  border: 1px solid #48b5d3;
  border-radius: 50%;
  opacity: 1;
  color: #fff;
  margin: 1.0625rem;
}

.slick-dots li.slick-active button:before, 
.slick-dots li:hover button:before, 
.slick-dots li:focus button:before, 
.slick-dots li:active button:before {
  background-color: #48b5d3;
}

.slick-dots li.slick-active button:before {
  color: #48b5d3;
}

#glider-glance-dots .slick-dots {
  bottom: 0;
  top: 8.375rem;
  padding-right: 2.5rem;
}

.slider-header-dots .slick-dots li button {
  /* padding: 0 0 0 2.75rem;
  font-size: 0.875rem; */
}

.slider-header-dots .slick-dots li button:before {
  /* font-size: 0.4375rem; */
}

@media (max-width: 62.5rem) {

    .slider-header-dots .slick-dots li button {
      /* color: #fff; */
    }

    .slider-header-dots .slick-dots li button:before {
      /* border: 1px solid #fff; */
    }

    .slider-header-dots .slick-dots li.slick-active button:before, 
    .slider-header-dots .slick-dots li:hover button:before, 
    .slider-header-dots .slick-dots li:focus button:before, 
    .slider-header-dots .slick-dots li:active button:before {
      /* background-color: #fff; */
    }

    .slider-header-dots .slick-dots li.slick-active button:before {
      /* color: #fff; */
    }

}

@media (min-width: 62.5rem) {

  .slick-dots li button {
    color: #333333;
    font-weight: 400;
  }

  .slick-dots li button:before {
    border: 1px solid #48B5D3;
    color: #48B5D3;
  }
  
  .slick-dots li.slick-active button:before, 
  .slick-dots li:hover button:before, 
  .slick-dots li:focus button:before, 
  .slick-dots li:active button:before {
    background-color: #48B5D3;
  }
  
  .slick-dots li.slick-active button:before {
    color: #48B5D3;
  }

}


/* Header main */

.header-main {
  background-color: #e5e5e5;
  /* padding: 1rem 0 2.8125rem 0; */
  padding: 1rem 0 0 0;
}

.header-main .container {
    position: relative;
}

.header-wrap {
  background-color: #fff;
  position: relative;
}

.header-headline,
.header-subhead {
  display: block;
  padding: 0 6rem 1rem 0;
}

.header-headline {
  font-size: 2rem;
  font-family: "Muli", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}

.header-subhead {
  font-size: 1.125rem;
  padding-bottom: 2rem;
}

@media (min-width: 62.5rem) {
  .header-headline,
  .header-subhead {
    padding: 0;
  }

  .header-subhead {
    margin-bottom: 2rem;
  }
}

/* Header navigation */

.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu ul li {
  width: 100%;
  text-align: center;
}

.header-menu ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  line-height: 57px;
  background-color: #fff;
}

.header-menu ul li a:hover {
  background-color: #48b5d3;
  color: #fff;
}

.header-menu li a img,
.header-menu li a svg {
  margin-right: 0.5rem;
  display: inline-block;
  width: 18px;
  height: auto;
  fill: #000;
}

.header-menu ul li a:hover svg {
  fill: #fff;
}

.header-menu button {
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 8px;
    border: 0.5px solid #000000;
    /* border-radius: 5px; */
    background-color: #fff;
    color: #000;
    display: none;
    /* padding: 1rem 3.125rem; */
    font-size: 1rem;
    font-weight: 600;
}

.header-menu button:hover, 
.header-menu button:focus {
    background: #fff;
    color: #000;
}

@media (max-width: 43.74rem) {

  .js .header-menu ul {
      display: none;
  }

  .js .header-menu button {
      display: block;
  }

}

/* .header-menu ul {
    background-color: #fff;
} */

.header-menu ul.is-active {
    display: block;
    margin-bottom: 2rem;
}

@media (min-width: 43.75rem) {

  .header-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .header-menu ul li {
    font-size: 0.875rem;
  }

  /* .js .header-menu ul {
    display: block;
  } */
  
  .js .header-menu button {
    display: none;
  }

}


/* Header slider */

#glider-header {
  background-color: #fff;
}

.header-home .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.header-home .slide-image-wrap {
    background-color: #e5e5e5;
}

.header-home .slide-block {
  padding: 1rem 2rem;
  font-size: 1.5625rem;
  color: #333333;
}

.header-home .news-item-btn {
  margin-top: 3rem;
  text-align: center;
  display: block;
  text-align: center;
}

.header-home .glider-controls {
  background-color: #fff;
}

.header-home .glider-controls .glider-prev {
  left: 1rem;
  top: 10%;
}

.header-home .glider-controls .glider-next {
  right: 1rem;
  top: 10%;
}

.header-home .glider-dots {
  margin-top: 2.5rem;
}

.header-home .slick-dots {
  bottom: auto;
  top: 0;
}

@media (min-width: 43.75rem) {

  .header-home .glider-controls .glider-prev {
    left: 1rem;
    top: 30%;
  }
  
  .header-home .glider-controls .glider-next {
    right: 1rem;
    top: 30%;
  }

}

@media (min-width: 62.5rem) {

  .header-home-wrap {
    padding-bottom: 0;
  }

  .header-home .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }

  .header-home .slide-block {
    width: 60%;
  }

  .header-home .news-item-btn {
    margin-top: 3rem;
    display: inline-block;
    text-align: left;
  }

  .header-home .glider-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41%;
    height: 26%;
    padding-right: 2.5rem;
  }

  .header-home .glider-controls .glider-prev {
    left: 0;
  }
  
  .header-home .glider-controls .glider-next {
    right: 2.5rem;
  }

}









































































































































































































/* Header home 02 */

.home-carousel-middle {
  position: relative;
  border-bottom: 1px solid black;
  overflow: hidden;
}

.home-carousel-nav {
  /* position: absolute; */
  z-index: 1;
}

.home-carousel-nav .glider-prev {
  left: 2rem;
  /* top: 10%; */
  top: 35%;
}

.home-carousel-nav .glider-next {
  right: 2rem;
  /* top: 10%; */
  top: 35%;
}

/* .home-carousel-nav .home-carousel-nav-dots {
  margin-top: 2.5rem;
  bottom: auto;
  top: 0;
} */

.home-carousel-nav-dots .slick-dots {
  bottom: auto;
  /* top: 0; */
  top: 35%;
  z-index: 1;
}

/* .home-carousel-nav-dots .slick-dots li button {
  padding: 0 0 0 2.75rem;
  font-size: 0.875rem;
}

.home-carousel-nav-dots .slick-dots li button:before {
  font-size: 0.4375rem;
} */

.home-carousel-panels.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-carousel-panels {
  height: 563px;
}

.home-carousel-panels.slick-initialized {
  height: auto;
}

.home-carousel-panel {
  background-color: #fff;
}

.home-carousel-text {
  /* padding: 1rem 2rem; */
  padding: 5rem 2rem 1rem 2rem;
  font-size: 1.5625rem;
  color: #333333;
}

@media (min-width: 29.375rem) {

    .home-carousel-nav .glider-prev {
      left: 1rem;
      /* top: 30%; */
      top: 45%;
    }
    
    .home-carousel-nav .glider-next {
      right: 1rem;
      /* top: 30%; */
      top: 45%;
    }
  
    .home-carousel-nav-dots .slick-dots {
      top: 45%;
    }
    
}

@media (min-width: 39.375rem) {

    .home-carousel-nav .glider-prev {
      top: 50%;
    }
    
    .home-carousel-nav .glider-next {
      top: 50%;
    }
  
    .home-carousel-nav-dots .slick-dots {
      top: 50%;
    }
    
}

@media (min-width: 43.75rem) {

  /* .header-home-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .home-carousel-side {
    flex: 0 0 1rem;
  } */

  .header-home-wrapper {
    max-width: 100%;
    margin: 0 1rem;
  }

  .home-carousel-middle {
    /* flex: 1; */
    /* flex: 0 0 41.75rem;
    max-width: 41.75rem; */
  }

  .home-carousel-nav .glider-prev {
    /* left: 1rem; */
    /* top: 30%; */
    /* top: 50%; */
  }
  
  .home-carousel-nav .glider-next {
    /* right: 1rem; */
    /* top: 30%; */
    /* top: 50%; */
  }

  .home-carousel-nav-dots .slick-dots {
    /* top: 50%; */
  }

  .home-carousel-panel {
    display: flex;
    flex-direction: column;
  }

  .home-carousel-text-wrap {
    padding-bottom: 3.5rem;
  }

  .home-carousel-text {
    width: 100%;
  }



.home-carousel-nav-dots .slick-dots li button {
    padding: 0 0 0 2.75rem;
    font-size: 0.875rem;
    color: #000;
    font-weight: 400;
  }
  
  .home-carousel-nav-dots .slick-dots li button:before {
    font-size: 0.4375rem;
  }

}

@media (max-width: 64.5rem) {

  .home-carousel-nav-dots .slick-dots li button {
    /* color: #fff; */
  }

  .home-carousel-nav-dots .slick-dots li button:before {
    /* border: 1px solid #fff; */
  }

  .home-carousel-nav-dots .slick-dots li.slick-active button:before, 
  .home-carousel-nav-dots .slick-dots li:hover button:before, 
  .home-carousel-nav-dots .slick-dots li:focus button:before, 
  .home-carousel-nav-dots .slick-dots li:active button:before {
    /* background-color: #fff; */
  }

  .home-carousel-nav-dots .slick-dots li.slick-active button:before {
    /* color: #fff; */
  }

}

@media (min-width: 55rem) {

    .home-carousel-nav .glider-prev {
      top: 55%;
    }
    
    .home-carousel-nav .glider-next {
      top: 55%;
    }
  
    .home-carousel-nav-dots .slick-dots {
      top: 55%;
    }
    
}

@media (min-width: 64.5rem) {

  .header-home-wrapper {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  
  .home-carousel-side {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .home-carousel-side::before {
    content: '';
    flex-basis: 21.875rem;
    background-color: #e5e5e5;
  }

  .home-carousel-middle {
    flex: 0 0 62.5rem;
    max-width: 62.5rem;
  }

  .home-carousel-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36%;
    /* height: 26%; */
    height: 12.5rem;
    /* padding-right: 2.5rem; */
  }

  .home-carousel-nav .glider-prev {
    left: 0;
    /* top: 30%; */
  }
  
  .home-carousel-nav .glider-next {
    right: 2.5rem;
    /* top: 30%; */
  }

  .home-carousel-nav .slick-dots {
    top: 0;
    bottom: auto;
    margin-top: 2.5rem;
    text-align: left;
  }
  
  .home-carousel-text-wrap {
    z-index: 1;
  }

  .home-carousel-text {
    width: 60%;
    margin-top: -3.25rem;
    background-color: #fff;
    padding: 1rem 2rem;
  }

  .home-carousel-nav-dots .slick-dots li {
    padding-right: 1.375rem;
  }

  .home-carousel-nav-dots .slick-dots li:first-child button {
    padding-left: 1.375rem;
  }

  .home-carousel-nav-dots .slick-dots li:first-child button:before {
    margin-left: 0;
  }

  .home-carousel-nav-dots .slick-dots li:last-child {
    padding: 0;
  }

}





































































































































































/* Sections */

.section {
  padding: 1rem 0;
}

.section-header-photo {
  padding: 0 0 1rem 0;
}

.section-headline {
  /*color: #48b5d3;*/
  color: #2889A4;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
}

.section-headline::after {
  display: block;
  border-bottom: 4px solid #828282;
  content: "";
  width: 3rem;
  margin: 1.2rem auto 2rem auto;
}

.section-footer {
  display: grid;
  align-content: center;
  align-items: center;
  padding: 2rem;
}

.section-footer .btn {
  display: block;
  /*width: 20%;*/
  margin: 0 auto;
  line-height: 55px;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  /*color: #333333;*/
  text-align: center;
  text-decoration: none;
  padding: 0 1.5rem;
}

.section-footer .btn-inline:hover,
.section-footer .btn-inline:focus,
.section-footer .btn-inline:active {
  background-color: #fff;
}

.section-footer .icon, 
.section-footer svg {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.375rem;
}

.section-footer svg {
  margin-right: 0.5rem;
}

@media (min-width: 62.5rem) {
  .section-footer {
    /* border-bottom-right-radius: 2.125rem; */
  }

  .section-news .section-footer {
    border-bottom-left-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
  }
}

/* Section Photo */

.section-header-photo {
  padding: 0;
}

.section-header-photo-wrap {
  overflow: hidden;
  background-color: #e5e5e5;
}

.section-header-photo-wrap img {
  display: block;
  /* margin-top: -10rem; */
}

.section-headline-wrap {
  display: flex;
}

.section-header-photo .section-headline {
  font-weight: 600;
  background-color: #fff;
  padding: 2rem 1rem 1rem;
}

.section-header-photo .section-headline::after {
  margin-bottom: 4.75rem;
}

@media (min-width: 62.5rem) {
  .section-header-photo .container {
    max-width: 62.5rem;
  }

    .section-header-photo-wrap {
        height: 21.875rem;
    }

    .section-header-photo-wrap img {
      /* margin-top: -10rem; */
    }

  .section-header-photo .section-headline {
    margin-top: -3rem;
    padding: 1.25rem 8.875rem;
  }
}

/* Section Home Mission */

.section-mission {
  padding-top: 2.8125rem;
}

.section-mission .container {
  padding-top: 2.8125rem;
  background-color: #e5e5e5;
  overflow: hidden;
}

.section-mission-intro {
  padding: 0 2rem 2.75rem 2rem;
}

.mission-image {
  overflow: hidden;
  position: relative;
}

.mission-image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  height: 100%;
}

.mission-other {
  text-align: center;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 2.375rem;
}

.mission-other-headline {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #828282;
}

.mission-other .glider {
  position: relative;
  top: 0;
  width: 100%;
  padding-top: 3rem;
}

.mission-other .glider img,
.mission-other .glider svg {
  width: 6.25rem;
  margin-bottom: 8rem;
  fill: #48b5d3;
}

.mission-other .glance-slide-block {
  padding: 0 1rem;
}

.mission-other .glider-controls {
  position: absolute;
  top: 11rem;
  width: 100%;
}

.mission-other .glider-controls .glider-glance-prev {
  left: 7.1875rem;
}

.mission-other .glider-controls .glider-glance-next {
  right: 7.1875rem;
}

.mission-other .glider-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 9rem;
}

.mission-other .section-footer {
  margin-top: 4.75rem;
}

@media (min-width: 48rem) {
  .mission-divide {
    display: flex;
  }

  .mission-image {
    width: 40%;
  }

  .mission-other {
    width: 60%;
  }

  .mission-other .btn {
    width: 40%;
  }
}

@media (min-width: 62.5rem) {
  .section-mission .container {
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
  }

    .section-mission-intro {
        padding: 0 9.625rem 3.75rem 9.625rem;
    }
}

/* Section Home History */

.section-history {
  padding: 3.75rem 0 5.6875rem 0;
}

.section-history .container {
  overflow: hidden;
}

.history-wrap {
  background-color: #fff;
}

.history-image {
  overflow: hidden;
}

.history-image img {
  width: 100%;
}

.history-text-first,
.history-text-second {
  padding: 1rem;
}

.history-name {
  display: block;
  font-size: 1.5625rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.history-title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}

.history-title::after {
  border-bottom: 2px solid #ffd366;
  content: "";
  width: 100%;
  display: block;
  margin: 0.8125rem 0 1.5rem 0;
}

.history-desc {
  font-size: 1.125rem;
  font-weight: 500;
}

.section-history .section-footer {
  font-size: 1.5rem;
}

.section-history .section-footer p {
  margin-bottom: 2.5rem;
}

.section-history .section-footer strong {
  color: #ffd366;
}

@media (min-width: 48rem) {
  .history-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    border-top-right-radius: 2.125rem;
    overflow: hidden;
  }

  .history-image {
    grid-column: 1 / 1;
    grid-row: 1 / span 2;
    border-top-left-radius: 2.125rem;
    overflow: hidden;
    position: relative;
    /* min-height: 36.375rem; */
  }

  .history-image img {
    /* position: absolute;
    max-width: inherit;
    left: -9rem;
    width: 148%; */
  }

  .history-text-first {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
  }

  .history-text-second {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
  }

  .history-title {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0.8125rem;
  }

  .history-title::after {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
  }

  .history-text-first .history-title::after {
    width: 112%;
  }

  .history-text-second .history-title::after {
    width: 173%;
  }

  .section-history .section-footer {
    border-bottom-right-radius: 2.125rem;
  }
}

@media (min-width: 62.5rem) {

  .section-history .container {
    border-bottom-right-radius: 2.125rem;
  }
  
}

@media (min-width: 75rem) {

    .history-text-first,
    .history-text-second {
        padding: 4.0625rem 5rem 1rem 6.25rem;
    }

    .history-text-first .history-title::after {
      width: 136%;
    }
  
    .history-text-second .history-title::after {
      width: 215%;
    }

}

/* Section Home News */

.section-news {
  background-color: #e5e5e5;
  padding: 3rem 0 5.625rem 0;
}

.news-list {
  list-style: none;
  padding: 0 0 2.5% 0;
}

.news-item, 
.news-item-start {
  background-color: #fff;
  color: #333333;
  font-size: 1.125rem;
  padding: 2rem;
}

.news-item-headline {
  font-size: 1.5625rem;
}

.news-item-btn,
.t4_button a {
  background-color: transparent;
  color: #000000;
  border: 0.5px solid #000000;
  display: inline-block;
  padding: 1rem 3.125rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 48rem) {

  .news-list {
    list-style: none;
    display: grid;
    grid-template-columns: 48.75% 48.75%;
    grid-auto-flow: row;
    grid-gap: 2.5%;
    padding: 0 0 2.5% 0;
  }

  .news-item:first-child, 
  .news-item-start {
    border-top-left-radius: 2.125rem;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .news-item:first-child img, 
  .news-item-start img {
    position: absolute;
    width: auto;
    max-width: initial;
    height: 100%;
  }

  .news-item:nth-child(2) {
    border-top-right-radius: 2.125rem;
  }
}

@media (min-width: 62.5rem) {

  /*.news-item-btn {
    margin: 0 1rem 0 0;
  }*/

}

/* Section Contribute */

.section-contribute {
  padding: 4.5rem 0 7rem 0;
  position: relative;
  background-image: url("/media/pharm-bpm/img/Donate_Adopt-BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.section-contribute-background {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
}

.section-contribute .section-headline {
  color: #fff;
}

.section-contribute .section-headline::after {
  border-bottom: 4px solid #f0f0f2;
}

.section-contribute-amount,
.section-contribute-project {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  overflow: hidden;
}

.section-contribute-amount {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  margin-bottom: 1rem;
}

.section-contribute-project {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.section-contribute ul li {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  min-height: 5.3125rem;
}

.section-contribute ul li:last-child {
  background-color: #ffd366;
  color: #333333;
}

.section-contribute ul li:last-child svg {
  fill: #000;
}

.section-contribute ul li a, 
.section-contribute ul li button {
  text-decoration: none;
  color: #000;
  border: none;
  background-color: #fff;
  border-top: 5px solid #fff;
  font-weight: 600;
  flex-grow: 1;
}

.section-contribute ul li a, 
.section-contribute ul li button {
  text-decoration: none;
  color: #000;
  border: none;
  background-color: #fff;
  border-top: 5px solid #fff;
  font-weight: 600;
  flex-grow: 1;
}

.section-contribute ul li:hover button, 
.section-contribute ul li:focus button,
.section-contribute ul li:active button {
  border-top: 5px solid #48b5d3;
  color: #48b5d3;
}

.section-contribute ul li:first-child {
  border-right: 1px solid #000;
  font-weight: 400;
  align-items: center;
}

.section-contribute ul li:first-child span {
    display: block;
    flex-grow: 1;
}

.section-contribute ul li:first-child:hover button, 
.section-contribute ul li:first-child:active button, 
.section-contribute ul li:first-child:focus button {
  border-top: 5px solid #fff;
}

.section-contribute ul li:last-child a {
  background-color: #ffd366;
  color: #333333;
  border-top: 5px solid #ffd366;
  /*align-self: stretch;*/
  /*flex: 1;*/
  flex-grow: 1;
}

.section-contribute ul li:last-child {
    align-items: center;
}

.section-contribute ul li:last-child:hover a, 
.section-contribute ul li:last-child:active a, 
.section-contribute ul li:last-child:focus a {
  border-top: 5px solid #000;
}

.section-contribute ul li:last-child:hover a svg, 
.section-contribute ul li:last-child:active a svg, 
.section-contribute ul li:last-child:focus a svg {
    fill: #000;
}

.section-contribute ul li img,
.section-contribute ul li svg {
  margin-right: 0.5rem;
  display: inline-block;
  width: 18px;
  height: auto;
  fill: #fff;
}

@media (min-width: 48rem) {
  .section-contribute ul {
    width: 90%;
  }
}

@media (min-width: 62.5rem) {
  .section-contribute ul {
    width: 80%;
  }

  .section-contribute ul li {
    font-size: 1.125rem;
  }
}


/* Section Contribute 2 */

.contribute-action-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 3rem auto;
}
@media (min-width: 62.5rem) {
    .contribute-action-panel {
        width: 80%;
    }
}
.contribute-action-panel > div {
    flex: 1;
    flex-direction: column;
}
@media (min-width: 62.5rem) {
    .contribute-action-panel > div {
        flex-direction: row;
    }   
}
.contribute-action-donate-wrap, 
.contribute-action-adopt-wrap {
    background-color: #fff;
    overflow: hidden;
}
.contribute-action-donate-wrap {    
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    margin-bottom: 1rem;
}
.contribute-action-adopt-wrap { 
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}
.contribute-action-donate-wrap, 
.contribute-action-donate-wrap > a, 
.contribute-action-adopt-wrap,  
.contribute-action-adopt-wrap > a {
    display: flex;
    align-items: center;
}
.action-donate-title, 
.action-donate-amount, 
.action-donate-link, 
.action-adopt-title, 
.action-adopt-project, 
.action-adopt-link {
    flex-basis: 20%;
}
.action-donate-title, 
.action-adopt-title {
    padding: 1rem 0;
}
@media (min-width: 62.5rem) {
    .action-donate-title, 
    .action-adopt-title {
        padding: 0;
    }
}
.contribute-action-panel button {
    color: #000;
    border: none;
    background-color: #fff;
    font-weight: 600;
    padding: 1rem 0;
}
@media (min-width: 62.5rem) {
    .contribute-action-panel button {
        padding: 0;
        border-top: 5px solid #fff;
    }
}
.contribute-action-panel button:hover, 
.contribute-action-panel button:active, 
.contribute-action-panel button:focus, 
.contribute-action-panel button.action-current {
    background-color: #48b5d3;
    color: #fff;
}
@media (min-width: 62.5rem) {
    .contribute-action-panel button:hover, 
    .contribute-action-panel button:active, 
    .contribute-action-panel button:focus, 
    .contribute-action-panel button.action-current {
        background-color: #fff;
        color: #48b5d3;
        border-top: 5px solid #48b5d3;
    }  
}
.action-donate-title,
.contribute-action-panel button, 
.contribute-action-panel a {
    min-height: auto;
    width: 100%;
}
@media (min-width: 62.5rem) {
    .contribute-action-panel button, 
    .contribute-action-panel a {
        min-height: 5.3125rem;
        width: auto;
    }   
}
.contribute-action-panel svg {
    margin-right: 0.5rem;
    display: inline-block;
    width: 18px;
    height: auto;
    fill: #000;
}
.action-donate-title,
.action-adopt-title {
    display: block;
    text-align: center;
}
@media (min-width: 62.5rem) {
    .action-donate-title,
    .action-adopt-title {
        border-right: 1px solid #000;
    }
}
.action-donate-amount span,
.action-adopt-project span {
    width: 100%;
}
.action-donate-link, 
.action-adopt-link {
    text-decoration: none;
    font-weight: 600;
    background-color: #ffd366;
    color: #333333;
    padding: 1rem 0;
}
@media (min-width: 62.5rem) {
    .action-donate-link, 
    .action-adopt-link {
        border-top: 5px solid #ffd366;
        padding: 0;
    }
}
.action-donate-link:hover, 
.action-donate-link:active, 
.action-donate-link:focus, 
.action-adopt-link:hover, 
.action-adopt-link:active, 
.action-adopt-link:focus {
    border-top: 5px solid #000;
}
.action-donate-link span, 
.action-adopt-link span {
    display: block;
    width: 100%;
    text-align: center;
}


/* Section Our Team */

.section-center-members {
  padding: 0;
}

.center-members-heading-wrap {
  /* height: 21.875rem; */
  overflow: hidden;
  background-color: #e5e5e5;
}

.center-members-heading-wrap img {
  display: block;
}

.section-headline-wrap {
  display: flex;
}

.section-center-members .section-headline {
  margin-top: -3rem;
  font-weight: 600;
  background-color: #fff;
  padding: 1.25rem 8.875rem;
}

.section-center-members .section-headline::after {
  margin-bottom: 4.75rem;
}

.section-center-members-intro {
  font-size: 1.5rem;
  margin-bottom: 4.9375rem;
}

.center-members-gold {
  background-color: #ffd366;
  padding: 2rem;
  font-weight: 500;
  font-size: 1.125rem;
}

.center-members-bylaws {
  background-color: #e5e5e5;
  text-align: center;
  padding: 2rem;
}

.bylaws-headline {
  display: block;
  font-size: 1.5625rem;
  font-weight: 600;
}

.center-members-bylaws .news-item-btn {
  margin-top: 2.3125rem;
  font-weight: 600;
}

@media (min-width: 62.5rem) {

  .center-members-heading-wrap img {
    /* margin-top: -10rem; */
  }

  .section-center-members-footer {
    overflow: hidden;
    border-bottom-left-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
  }

  .section-center-members-footer {
    display: flex;
  }

  .center-members-gold {
    width: 60%;
    padding: 3.125rem 5.625rem;
  }

  .center-members-bylaws {
    width: 40%;
    padding: 3.125rem 5.625rem;
  }

}

@media (min-width: 75rem) {
  .section-center-members .container {
    max-width: 62.5rem;
  }
}

/* Section Key investigators */

.section-investigators {
  position: relative;
  padding: 5.25rem 0 0 0;
}

.section-investigators-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.investigator {
  margin-bottom: 2rem;
}

.investigator-photo {
  display: block;
  max-width: 50%;
  margin: 0 auto 2rem auto;
}

.investigator-details {
  background-color: #fff;
}

.investigator-details-top {
  /*background-color: #828282;*/
  background-color: #5E5E5E;
  padding: 1rem;
}

.investigator-name,
.investigator-title {
  display: block;
}

.investigator-name {
  font-size: 1.5625rem;
  color: #ffffff;
}

.investigator-title {
  font-size: 1.125rem;
  color: #ffd366;
}

.investigator-details-bottom {
  font-size: 1.125rem;
  padding: 1rem;
}

.investigator-details-bottom span {
  font-size: 2rem;
  color: #48b5d3;
  display: inline-block;
  margin-right: 1rem;
}

.investigator-details-email a {
  text-decoration: none;
  color: #000;
}

.investigator-details-email svg {
  width: 1.4375rem;
  margin-right: 0.875rem;
  fill: #48B5D3;
}

@media (min-width: 62.5rem) {

  .investigator {
    display: flex;
    margin-bottom: 3.9375rem;
    align-items: flex-start;
    justify-items: flex-end;
  }

  .investigator.photo-right {
    flex-direction: row-reverse;
  }

  .investigator-image-wrap {
    width: 30%;
    overflow: hidden;
  }

  .investigator-photo {
    max-width: 100%;
    margin: 0 auto;
  }

  .photo-left .investigator-image-wrap {
    margin-right: 2.25rem;
  }

  .photo-right .investigator-image-wrap {
    margin-right: 0;
    margin-left: 2.25rem;
  }

  .investigator-details {
    width: 70%;
    overflow: hidden;
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
  }

  .investigator-details-top {
    padding: 1.5625rem 2.8125rem 1.6875rem 2.8125rem;
  }

  .investigator-details-bottom {
    padding: 1.5625rem 2.8125rem 1.6875rem 2.8125rem;
  }

    .investigator-details-email svg {
        height: 6.25rem;
    }   

}

/* BPM Team */

.section-bpm-team {
  background-color: #e5e5e5;
  padding-bottom: 0;
  padding: 5.3125rem 0 0 0;
}

.section-bpm-team .glider-controls {
  padding: 5rem 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.section-bpm-team .slider-team-prev, 
.section-bpm-team .slider-team-next {
  top: 50%;
}

.section-bpm-team .slider-team-prev {
  fill: #828282;
}

.section-bpm-team .slider-team-next {
  fill: #48b5d3;
}

.section-bpm-team-thumbnails {
  max-width: 100%;
  margin: -10rem auto 0 auto;
  flex-direction: row;
}

@media (min-width: 62.5rem) {

    .section-bpm-team-thumbnails {
      max-width: 60%;
    }

}

.section-bpm-team-thumbnails ul {
  list-style: none;
  padding: 0;
  margin: 0 0 7.0625rem 0;
  display: flex;
}

.section-bpm-team-thumbnails ul li {
  padding: 0.6875rem;
}

.section-bpm-team-thumbnails .slick-initialized .slick-slide li img {
  padding-top: 1.5625rem;
  border-top: 5px solid transparent;
}

.section-bpm-team-thumbnails .slick-initialized .slick-slide.slick-current li img {
  border-top: 5px solid #48b5d3;
}

.slider-team-thumbnails .slick-list {
  margin: 0 auto;
}

.slider-team-member, 
.slider-partner {
  display: block;
  /*width: 100px;*/
  max-width: 100%;
  overflow: hidden;
}

.slider-team-member img {
  width: 7.625rem;
}

@media (min-width: 62.5rem) {

    .slider-team-member, 
    .slider-partner {
      width: 11.0625rem;
      height: 11.0625rem;
    }

}


/* Visiting */

.section-visiting-top {
  background-color: #ffd366;
  color: #333333;
  text-align: center;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 2.25rem 0 2.5rem 0;
}

.section-visiting {/*
  background-color: #828282;*/
  background-color: #4f4f4f;
  padding: 0 0 4.375rem 0;
}

.section-visiting-bottom {
  background-color: #fff;
}

.section-visiting .col-2 {
  padding: 2rem;
}

@media (min-width: 62.5rem) {

  .section-visiting-top {
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    overflow: hidden;
  }

  .section-visiting-top {
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    overflow: hidden;
  }

  .section-visiting-bottom {
    display: flex;
  }

  .section-visiting .col-2 {
    width: 50%;
    padding: 2.25rem 3.5rem;
  }

}

/* Research Partners */

.section-research-partners .section-headline {
  margin-top: -3rem;
  font-weight: 600;
  background-color: #fff;
  padding: 1.25rem 8.875rem;
}

.section-research-partners .section-headline::after {
  margin-bottom: 2.375rem;
}

.section-research-members {
  background-color: #e5e5e5;
  padding: 4.0625rem 0 4.5rem 0;
}

.partner-list {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 1rem 1rem 1rem;
  grid-auto-flow: row;
}

.section-research-members .glider-container {
  width: 70%;
  margin: 0 auto;
}

.section-research-members .slide {
  text-align: center;
  padding: 1rem;
}

.section-research-members .slide a {
  display: block;
  padding: 1rem;
  background-color: #fff;
  /*height: 15.875rem;*/
  display: flex;
  align-items: center;
}

.section-research-members .slide img {
  width: 100%;
  height: auto;
}

.section-research-members .glider-controls .glider-prev {
  left: -5.4375rem;
}

.section-research-members .glider-controls .glider-next {
  right: -5.4375rem;
}

.section-research-members .icon {
  width: 2.9375rem;
}

/* Collaborators */

.section-research-partners {
  text-align: center;
  margin: 0 auto;
}

/*.section-research-partners .btn {
  display: inline-block;
  width: 20%;
  margin: 0 auto 3.25rem auto;
  line-height: 55px;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333333;
  text-align: center;
  text-decoration: none;
}

.section-research-partners .btn.active {
  background-color: #828282;
  color: #fff;
}*/

.partners-list-wrap {
  display: flex;
  flex-flow: row wrap;
}

.partner {
  flex: 1 1 33%;
  border-top: 1px solid #707070;
  padding: 3.625rem 2.1875rem 3rem 2.1875rem;
}

.partner img {
  display: block;
  margin-bottom: 2rem;
  align-self: center;
}

.partner-image-wrap {
  display: flex;
  margin-bottom: 1.25rem;
  justify-content: center;
}

.partner-image-wrap.multi-partner {
  flex-direction: column;
}

/* Section Research overview */

.research-overview-areas-wrap {
  /*display: flex;
  justify-content: space-evenly;
  align-content: stretch;*/
  margin-bottom: 2.9375rem;
}

.research-overview-areas-wrap .areas-tab {
  display: block;
  text-align: center;
  width: 25%;
  padding-bottom: 1.9375rem;
  border-bottom: 4px solid #fff;
  text-decoration: none;
  color: #333333;
  /*margin: 0 1rem;*/
}

.research-overview-areas-wrap .slick-current .areas-tab, 
.research-overview-areas-wrap .areas-tab:hover,
.research-overview-areas-wrap .areas-tab.tab-active {
  border-bottom: 4px solid #48b5d3;
  /*color: #48b5d3;*/
  /*color: #2889A4;*/
  color: #247C94;
}

.research-overview-areas-wrap svg,
.research-overview-areas-wrap span {
  display: block;
}

.research-overview-areas-wrap svg {
  max-width: 40%;
  margin: 0 auto 1.9375rem auto;
}

.research-overview-areas-wrap .areas-tab:hover svg,
.research-overview-areas-wrap .areas-tab.tab-active svg {
  fill: #48b5d3;
}

.research-overview-areas-wrap span {
  font-size: 1.125rem;
  font-weight: 600;
}

/*.section-research-overview .areas-panel {
  display: none;
}

.section-research-overview .areas-panel.panel-active {
  display: block;
}*/

.section-research-overview .section-footer {
  color: #000000;
  background-color: #e5e5e5;
  border-bottom-left-radius: 2.125rem;
  border-bottom-right-radius: 2.125rem;
}

/* Section buttons */

.section-buttons .container {
  text-align: center;
}

/* Section Grants */

.section-grants,
.section-selected-pubs {
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-grants {
  background-image: url("/media/pharm-bpm/img/BG-Pattern1.png");
}

.section-selected-pubs {
  background-image: url("/media/pharm-bpm/img/BG-Pattern2.png");
}

.section-selected-pubs {
  padding-bottom: 6.5625rem;
}

.grants-banner,
.selected-pubs-banner {
  /*background-color: #828282;*/
  background-color: #4f4f4f;
  color: #fff;
  border-radius: 2.125rem;
  display: flex;
  padding: 4.25rem;
}

.selected-pubs-banner {
  background-image: url("/media/pharm-bpm/img/banners/Banner-Publications.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 23.75rem;
}

.grants-banner-icon {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grants-banner-icon svg {
  display: block;
  width: 8.5rem;
  fill: #fff;
}

.grants-banner-text {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.grants-active,
.selected-pubs {
  padding-top: 3.875rem;
  text-align: center;
}

.grants-active-header,
.selected-pubs-header {
  font-size: 2.5rem;
  color: #474747;
  margin-bottom: 1rem;
}

.grant-item,
.selected-pub {
    display: block;
    text-decoration: none;
    color: #000;
  border: 1px solid #828282;
  border-radius: 2.125rem;
  border-bottom-left-radius: 0;
  font-size: 1.125rem;
  margin-bottom: 1.4375rem;
  padding: 1.9375rem 1.5625rem 1.75rem 3rem;
  text-align: left;
  background-color: #fff;
}

.grant-item:hover,
.selected-pub:hover {
  background-color: #48b5d3;
  color: #fff;
}

.grant-item span,
.selected-pub span {
  display: block;
}

.grant-item-title,
.selected-pub-title {
  font-weight: 600;
}

@media (min-width: 62.5rem) {

    .grants-active,
    .selected-pubs {
        display: flex;
    }

    .grants-active-header,
    .selected-pubs-header {
        width: 30%;
        margin-bottom: 0;
    }

    .grants-active-list,
    .selected-pubs-list {
        width: 70%;
    }

}

/* Grants completed */

.section-grants-completed {
  background-color: #e5e5e5;
  padding: 4.75rem 0 8.3125rem 0;
  /*position: relative;*/
}

.section-grants-completed .container {
  position: relative;
}

.section-grants-header {
  display: block;
  color: #4a4a4a;
  font-size: 2.5rem;
  margin-bottom: 4.875rem;
}

.completed-grant {
    display: block;
    text-decoration: none;
    color: #000;
  background-color: #fff;
  border-radius: 2.125rem;
  border-bottom-left-radius: 0;
  padding: 2.1875rem 2.5rem 1.375rem 2.5rem;
  margin-bottom: 1rem;
}

.completed-grant:hover {
  background-color: #FFD366;
  /*color: #fff;*/
}

.completed-grant span {
  display: block;
}

.completed-grant-title {
  font-weight: 600;
}

.section-grants-completed .glider-controls {
}

.section-grants-completed .glider-next, 
.section-grants-completed .glider-prev {
  top: 59%;
}

button.slider-selected-pubs-prev.glider-prev.glider-partners-prev.slick-arrow {
  left: 0;
}

button.slider-selected-pubs-next.glider-next.glider-partners-next.slick-arrow {
  right: 0;
}

.completed-grants-wrap .slick-dots {
  bottom: -6rem;
}

@media (min-width: 37.5rem) {

  .section-grants-completed .container {
    max-width: 80%;
    margin: 0 10%;
  }

  button.slider-selected-pubs-prev.glider-prev.glider-partners-prev.slick-arrow {
    left: -9%;
  }

  button.slider-selected-pubs-next.glider-next.glider-partners-next.slick-arrow {
    right: -9%;
  }

}

@media (min-width: 62.5rem) {

    .selected-pub-block {
        display: grid !important;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        grid-row-gap: 1rem;
        grid-column-gap: 1rem;
    }
        
    .completed-grant {
        padding: 2.1875rem 3.875rem 1.375rem 2.5rem;
    }

  /*button.slider-selected-pubs-prev.glider-prev.glider-partners-prev.slick-arrow {
    left: 6rem;
  }

  button.slider-selected-pubs-next.glider-next.glider-partners-next.slick-arrow {
    right: -7rem;
  }*/

}

@media (min-width: 75rem) {

  .section-grants-completed .container {
    max-width: 62.5rem;
    margin: 0 auto;
  }

}


/* Resources slider */

.resources-slider-nav,
.protocol-slider-nav,
.software-slider-nav {
  padding: 0;
  margin: 0 auto 3.75rem auto;
  max-width: 88%;
  z-index: 1;
}

.resources-slider-nav div,
.protocol-slider-nav div,
.software-slider-nav div {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.protocol-slider-nav .slick-slide span,
.software-slider-nav .slick-slide span {
  border-bottom: 4px solid transparent;
  display: block;
  margin: 0 0.5rem;
}

.resources-slider-nav .slick-slide span {
  border-bottom: 4px solid transparent;
  display: block;
  margin: 0 0.5rem;
  /*padding-bottom: 1rem;*/
}

.resources-slider-nav .slick-slide.slick-current .resources-slider-nav-slide span,
.protocol-slider-nav .slick-slide.slick-current .protocol-slider-nav-slide span, 
.software-slider-nav .slick-slide.slick-current .software-slider-nav-slide span {
    display: block;
    border-bottom: 4px solid #48b5d3;
    padding-bottom: 1rem;
}

/*.protocol-slider-nav .slick-slide.slick-current .protocol-slider-nav-slide span {
  border-bottom: 4px solid #48b5d3;
  padding-bottom: 1rem;
  padding-bottom: 1rem;
}*/

.software-slider .glider-controls {
  margin-top: -3rem;
  min-height: 4rem;
  position: relative;
}

.protocol-slider .glider-controls,
.resources-slider .glider-controls {
  margin-top: -7rem;
  margin-bottom: 3.75rem;
  min-height: 4rem;
  position: relative;
  /* z-index: -1; */
}

.resources-slider .glider-controls .glider-prev,
.resources-slider .glider-controls .glider-next,
.protocol-slider .glider-controls .glider-prev,
.protocol-slider .glider-controls .glider-next,
.software-slider .glider-controls .glider-prev,
.software-slider .glider-controls .glider-next {
  top: 0;
}

.resources-slider .glider-controls .glider-prev,
.protocol-slider .glider-controls .glider-prev,
.software-slider .glider-controls .glider-prev {
  left: 0;
}

.resources-slider .glider-controls .glider-next,
.protocol-slider .glider-controls .glider-next,
.software-slider .glider-controls .glider-next {
  right: 0;
}

.resources-slider .glider-controls .arrow,
.protocol-slider .glider-controls .arrow,
.software-slider .glider-controls .arrow {
  margin-top: -3rem;
  min-height: 4rem;
  position: relative;
}

@media (min-width: 37.5rem) {

    .resources-slider-panels,
    .protocol-slider-panels,
    .software-slider-panels {
        margin-bottom: 9.75rem;
    }

}


/* Res panel */

.res-panel-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
}

.res-panel-title svg {
    max-width: 6.5625rem;
    display: block;
    margin: 0 auto 1rem auto;
    fill: #48b5d3;
}

.res-panel-title span {
  display: block;
  margin-bottom: 3.9375rem;
}

.res-panel-text {
  font-size: 1.5rem;
  background-color: #ffd366;
  color: #333333;
  padding: 2rem;
}

.res-panel-detail dl {
  margin-top: 2.5rem;
}

.res-panel-detail dt,
.res-panel-detail dd {
  font-size: 1.125rem;
}

.res-panel-detail dt {
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
}

.res-panel-detail dd {
  margin: 1rem 0 2.5rem 0;
}

@media (min-width: 37.5rem) {
    
    .res-panel-main {
        margin-bottom: 5.6875rem;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        border-top-left-radius: 2.125rem;
        border-bottom-right-radius: 2.125rem;
      }
      
      .res-panel-img {
        flex: 1;
        position: relative;
        overflow: hidden;
        flex-basis: 37%;
      }
      
      .res-panel-img img {
        /* position: absolute;
        top: 0;
        max-width: none;
        min-height: 100%; */
        max-width: 100%;
        height: auto;
      }
      
      .res-panel-info-wrap {
        display: flex;
        flex-direction: column;
        flex: 1;
        flex-basis: 63%;
      }
      
      .res-panel-title,
      .res-panel-text {
        flex: 1;
      }

    .res-panel-title {
        font-size: 2.5rem;
        padding: 3rem 2rem 1rem 2rem;
    }

    .res-panel-detail dt,
    .res-panel-detail dd {
      float: left;
      margin: 0 0 4rem 0;
      padding: 0;
      font-size: 1.125rem;
    }
    
    .res-panel-detail dt {
      width: 25%;
      clear: left;
      font-weight: 600;
      padding: 0 2rem 0 0;
    }
    
    .res-panel-detail dd {
      width: 75%;
    }

}

/* Protocols */

.protocol-panel {
  overflow: hidden;
  border-top-left-radius: 2.125rem;
  border-top-right-radius: 2.125rem;
  border-bottom-right-radius: 2.125rem;
}

.protocol-panel-header {
  background-color: #e5e5e5;
  color: #000000;
  display: flex;
  padding: 2rem;
}

.protocol-header-img,
.protocol-body-left,
.protocol-desc {
  flex: 1;
  margin-right: 2rem;
}

.protocol-header-text,
.protocol-body-right,
.protocol-desc-button {
  flex: 3;
}

.protocol-header-img,
.protocol-desc,
.protocol-header-text,
.protocol-body-right,
.protocol-desc-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.protocol-header-text {
  font-size: 1.5625rem;
  font-weight: 400;
}

.protocol-panel-body {
  padding: 2rem;
}

.protocol-panel-body .protocol-row {
  margin-bottom: 2rem;
}

.protocol-body-left span,
.protocol-desc span {
  font-weight: 600;
}

.protocol-row {
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: row;
}

.protocol-desc-button {
  text-align: right;
  justify-content: flex-end;
}

.protocol-desc-button a {
  font-weight: 600;
}

.protocol-panel-footer {
  /*background-color: #828282;*/
  background-color: #4f4f4f;
  display: flex;
  flex-direction: row;
  padding: 2rem;
}

.protocol-panel-footer .protocol-desc span {
  font-size: 1.5625rem;
}

.protocol-panel-footer span {
  color: #ffd366;
}

.protocol-panel-footer .btn {
  border: 1px solid #ffffff;
  color: #fff;
  text-align: right;
  font-weight: 600;
}

/* Software */

/*@media (min-width: 37.5rem) {

    .software-slider-nav {
        max-width: 50%;
    }

}*/

/* News page */

.section-news-header {
  padding: 3.625rem 0 0 0;
}

.news-feed-item {
  border-bottom: 1px solid #000;
  padding: 0 0 3.9375rem 0;
  margin-bottom: 3.9375rem;
}

.news-feed-title, 
.news-feed-title a {
  font-weight: 400;
  color: #000;
  margin: 0 0 0.5rem 0;
}

.news-feed-date,
.news-article-date {
  display: block;
  /*color: #48b5d3;*/
  /* color: #2889A4; */
  color: #257F98;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 2.125rem 0;
}

.news-feed-content {
  font-size: 1.125rem;
  margin: 0 0 4.0625rem 0;
}

.news-feed-share-title {
  display: block;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 1.2rem;
}

.news-feed-item .news-item-btn {
  margin: 0 auto 2rem auto;
}

.news-feed-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.news-feed-share {
  display: flex;
  flex-wrap: wrap;
}

.news-feed-share a {
  width: 25%;
  text-align: center;
}

.news-feed-share a span {
  display: none;
}

.news-feed-share a svg {
  width: 1.25rem;
}

.news-sidebar-title {
  font-size: 1.5625rem;
  margin: 0 0 2.3125rem 0;
}

.news-sidebar-title::after {
  width: 19%;
  display: block;
  background-color: #000;
  height: 0.25rem;
  content: "";
  margin-top: 0.25rem;
}

.news-sidebar-image {
  margin: 0 0 0.875rem 0;
  max-height: 8.1875rem;
  overflow: hidden;
}

.news-sidebar-item {
  border: 1px solid #000;
  margin-bottom: 0.6875rem;
  font-size: 1.125rem;
  padding: 1.3125rem 2rem 1.5rem 2rem;
}

.news-sidebar-item-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1.5625rem 0;
}

.news-sidebar-item-link {
  display: block;
  text-align: center;
  /*color: #48b5d3;*/
  /* color: #2889A4; */
  color: #257F98;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (min-width: 62.5rem) {
  .section-news-wrap .container {
    display: flex;
    flex-direction: row;
  }

  .news-feed {
    width: 65%;
    margin-right: 5%;
  }

  .news-feed-item .news-item-btn {
    margin: 0 5rem 0 0;
  }

  .news-feed-actions {
    flex-direction: row;
  }

  .news-feed-share {
    align-self: flex-end;
  }

  .news-sidebar {
    width: 30%;
  }
}

/* News article page */

.news-article-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 3.375rem;
}

.news-article-item footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 3.6875rem 0 5.6875rem 0;
  background-color: #fff;
}

.news-article-item p a {
    color: #000;
}

.news-article-item .t4_button {
  margin-top: 2.8125rem;
}

.news-article-back {
  /*width: 50%;*/
}

.news-article-back svg {
  width: 1.125rem;
}

.news-article-item .news-article-back a, 
.news-article-item .t4_button a {
  color: #000;
  text-decoration: none;
  font-size: 1.5625rem;
}

.news-article-item .news-article-back {
  align-self: flex-start;
}

.news-article-item .news-feed-actions {
  align-self: flex-end;
}

@media (min-width: 62.5rem) {

    .news-article-item footer {
        padding: 0 3.75rem;
    }

    .news-article-other-feed {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }

    .news-article-other-feed .news-sidebar-item {
        flex: 0 48%;
        margin: 0 1% 2% 1%;
    }

}

/* Section subpage */

@media (min-width: 75rem) {
  .section-subpage .container {
    max-width: 62.5rem;
  }
}

/* Contribute page */

.section-contribute-content {
  margin-bottom: 7.4375rem;
}

.contribute-header {
  background-color: #ffd366;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 1.5625rem;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}

.contribute-header p {
    margin: 0;
}

.contribute-content {
  padding: 1rem;
}

.contribute-content-image {
    display: grid;
    /* grid-column-gap: 3.5625rem;
    grid-row-gap: 3.5625rem; */
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
    margin-bottom: 2rem;
    padding: 2rem;
}

.contribute-content-image svg {
    /* width: 3rem; */
    fill: #828282;
}

.contribute-content-image svg:nth-child(1) {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.contribute-content-image svg:nth-child(2) {
    grid-column: 1 / 1;
    grid-row: 3 / 3;
}

.contribute-content-image svg:nth-child(3) {
    grid-column: 3 / 3;
    grid-row: 3 / 3;
}

.contribute-content-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.contribute-facts {
  background-color: #e5e5e5;
  text-align: center;
  overflow: hidden;
  padding: 1rem;
}

.contribute-facts span {
  color: #2889a4;
  font-size: 4rem;
  font-weight: 600;
  display: block;
}

.section-contribute-footer {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.section-contribute-footer .btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 37.5rem) {

  .contribute-content {
    display: flex;
    padding: 4.25rem;
  }

  .contribute-content-image {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
    padding: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    align-self: start;
  }

  .contribute-content-text {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contribute-facts {
    padding: 0;
  }

  .section-contribute-footer {
    /* border-bottom-left-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
    grid-template-columns: 50% 50%; */
    display: block;
    text-align: center;
    padding: 3.125rem 0;
  }

  .section-contribute-footer .btn {
    /* display: block;
    padding: 0 3rem; */
    width: auto;
    display: inline-block;
    padding: 0 3.25rem;
    margin: 0 2.4375rem;
  }

}

@media (min-width: 62.5rem) {

  .contribute-header {
    background-color: #ffd366;
    color: #333333;
    text-align: center;
    font-weight: 400;
    font-size: 1.5625rem;
    padding: 2.25rem 0 2.5rem 0;
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    overflow: hidden;
  }

  .contribute-content-image {
    align-self: auto;
  }

  .contribute-facts {
    padding: 1.25rem 20% 3.75rem 20%;
  }

  .contribute-facts span {
    font-size: 7.5rem;
  }

}


/* Contribute > Adopt */

.section-adopt {
  position: relative;
  overflow: hidden;
}

.section-adopt .container {
  background-color: #fff;
}

.adopt-intro {
  padding: 1rem;
  background-color: #e5e5e5;
  font-size: 1.5rem;
}

.adopt-examples {
  padding: 1rem;
  font-size: 1.5625rem;
}

.adopt-examples span {
  font-size: 1.125rem;
  font-weight: 600;
}

.adopt-examples ol {
  padding: 0;
}

.adopt-examples ol li {
  margin-bottom: 2.9375rem;
}

.adopt-examples ol {
  list-style: none;
  counter-reset: adopt-counter;
}

.adopt-examples ol li {
  counter-increment: adopt-counter;
  padding-left: 4rem;
}

.adopt-examples ol li::before {
    content: counter(adopt-counter) " ";
    color: #48B5D3;
    font-weight: 600;
    font-size: 2.5rem;
    padding-right: 1.5rem;
    margin-left: -3.5rem;
}

.adopt-examples span {
  font-size: 1.125rem;
  display: block;
}

.adopt-footer {
  padding: 1rem;
  background-color: #FFD366;
  font-size: 1.125rem;
}

.section-contact-form {
  /*background-color: #828282;*/
  background-color: #4f4f4f;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 2rem 0;
}

.js-t4form-container * {
  font-family: "Raleway", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-t4form-container h2 {
  font-weight: 600;
}

.js-t4form-container .form-group {
  text-align: left;
}

.js-elements-container .form-group:nth-child(8),
.js-elements-container .form-group:nth-child(9) {
    flex-basis: 25%;
}

.js-elements-container .form-group:nth-child(12) {
    flex-basis: 100%;
}

.js-t4form-container .btn.js-submit {
    background-color: transparent;
    color: #fff;
    border: 0.5px solid #fff;
    border-radius: 0;
    display: inline-block;
    padding: 1rem 4.125rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.js-t4form-container .btn.js-submit:hover, 
.js-t4form-container .btn.js-submit:active,
.js-t4form-container .btn.js-submit:focus {
    background-color: #000;
    color: #fff;
    border: 0.5px solid #000;
}

@media (min-width: 37.5rem) {

  .section-adopt .container {
    background-color: #fff;
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
    overflow: hidden;
  }

  .adopt-intro {
    padding: 2.6875rem 6.625rem 2.0625rem;
  }

  .adopt-examples {
    display: flex;
    padding: 2rem;
  }

  .adopt-examples ol {
    padding: 0 0 0 1rem;
    margin: 0;
  }

  .section-contact-form {
    padding: 2.5rem 2rem 3.75rem;
  }

  .js-elements-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .js-t4form-container .form-group {
    flex-basis: 50%;
    text-align: left;
    padding: 1rem;
    margin-bottom: 0;
  }

}

@media (min-width: 62.5rem) {

  .section-adopt .container {
    margin-bottom: 4.375rem;
  }

  .adopt-examples {
    padding: 4.25rem 6rem;
  }

  .adopt-examples span {
    width: 30%;
  }

  .adopt-footer {
    padding: 2.6875rem 6.625rem 2.0625rem;
  }

  .js-t4form-container {
    max-width: 54.3125rem;
    margin: 0 auto;
  }

}


/* Footer */

footer {
  background-color: #333333;
  color: #ffffff;
}

.footer-home {
  padding-top: 5rem;
  padding: 5rem 0 2.5rem 0;
}

.footer-home .row {
  margin-bottom: 2.5rem;
}

.footer-row-unit {
  border-bottom: 1px solid #fff;
  padding-bottom: 2.5rem;
}

footer a {
  color: #fff;
}

.footer-logo {
  height: 4rem;
  margin-right: 1rem;
}

.footer-headline,
.footer-subhead {
  text-decoration: none;
  line-height: 2rem;
}

.footer-headline {
  font-size: 2rem;
}

.footer-subhead {
  font-size: 1.5rem;
}

.footer-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-social li {
  flex-basis: 25%;
  font-size: 1.5rem;
}

.footer-social .icon, 
.footer-social svg {
  width: 1.625rem;
  fill: #fff;
}

.footer-search-label {
  margin: 0 0 1rem 0;
  display: block;
}

.footer-search-input {
  padding: 0.68rem;
}

.footer-search-button {
  padding: 0.8rem;
  font-weight: 600;
}


/* Single block - Gray */

.single-panel-gray {
    color: #000000;
    background-color: #e5e5e5;
    border-top-left-radius: 2.125rem;
    border-top-right-radius: 2.125rem;
    border-bottom-right-radius: 2.125rem;
    padding: 2.125rem 1.375rem 2.5rem 1.375rem;
    max-width: 80%;
    margin: 0 auto 4rem auto;
    font-size: 1.5rem;
}

.single-panel-gray p:last-child {
    margin-bottom: 0;
}


/* Dark */

.dark {
  color: #fff;
  /*background-color: #828282;*/
  background-color: #4f4f4f;
}

.dark a {
  /*color: #ffd366;*/
}

.dark svg {
  fill: #000;
}

.dark .btn {
  color: #000;
  background-color: #ffd366;
}

.dark .btn:hover,
.dark .btn:focus,
.dark .btn:active {
  background-color: #000;
  color: #fff;
}

.dark .btn:hover svg,
.dark .btn:focus svg,
.dark .btn:active svg {
  fill: #fff;
}