@charset "UTF-8";
/* General Utilities */
.wd-font-50 {
  font-size: 50px;
  line-height: 1;
}

.wp-clear {
  clear: both;
}

/* Top Nav */
.research-top-nav .cmp-navigation__listitem {
  min-width: 0px !important;
}

.research-banner {
  background-size: cover;
  background-position: center center;
  padding: 140px 0px 100px 0px;
  margin-top: -50px;
}

.forced-white-panel {
  background: #FFF !important;
}

.forced-grey-panel > div.cmp-container {
  background: #EEE !important;
}

.wd-color-gray-2 {
  color: #2A2A2A !important;
}

img {
  display: block;
}

.slim-col {
  max-width: 845px;
}
.slim-col .quote-box {
  position: relative;
  padding: 32px;
  background: #DCDCDC;
  margin-bottom: 26px;
}
.slim-col .quote-box p.quoted:before {
  content: "“";
  display: inline;
}
.slim-col .quote-box p.quoted:after {
  content: "”";
  display: inline;
}
.slim-col .quote-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid #DCDCDC;
  border-right: 30px solid transparent;
  position: absolute;
  bottom: -26px;
  left: 0px;
}
.slim-col p.image-description {
  color: #999;
  font-size: 14px;
  margin-top: 14px !important;
  font-style: italic;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  max-width: none;
}

.member-list li {
  padding-right: 64px !important;
  padding-left: 0px !important;
  margin: 0px 0px 8px 0px !important;
}
.member-list li a {
  display: block;
  padding: 12px 0px;
  color: #444;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #dadada !important;
}
.member-list li a:hover {
  font-weight: 700 !important;
  border-bottom: 1px solid #dadada !important;
}

.wp-grid-2-split.flex-fix > .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .wp-grid-2-split.flex-fix > .aem-Grid .core-container:nth-child(1) {
    order: 2;
  }
  .wp-grid-2-split.flex-fix > .aem-Grid .core-container:nth-child(2) {
    order: 1;
    margin-bottom: 32px;
  }
}
.wp-grid-2-split.flex-fix.vertical-centered > .aem-Grid {
  align-items: center;
}

.wp-nestedgrid-3col > .aem-Grid > .core-container:nth-of-type(1) {
  margin-bottom: 16px !important;
}
.wp-nestedgrid-3col .wd-button {
  max-width: 260px !important;
}
.wp-nestedgrid-3col .wd-inline-icon svg {
  width: 20px;
  height: 20px;
}
.wp-nestedgrid-3col .wd-inline-icon span {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .wp-nestedgrid-3col {
    padding-right: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 640px) {
  .wp-nestedgrid-3col {
    padding-right: 0px;
    padding-bottom: 24px;
  }
}

/* Lightbox Override */
#lightbox iframe {
  border: none !important;
}

.modal-content {
  border: 2px solid #000;
  padding: 12px;
}

.wp-cards {
  display: flex;
  flex-wrap: wrap;
}
.wp-cards .wp-card {
  position: relative;
  display: none;
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  flex: 30%;
  flex-grow: 1;
  max-width: calc(33.333% - 12px);
  margin: 0px 12px 12px 0px !important;
}
.wp-cards .wp-card.show {
  display: block;
}
.wp-cards .wp-card img {
  display: block;
  width: 100%;
}
.wp-cards .wp-card .wd-inline-icon svg {
  width: 20px;
  height: 20px;
  fill: #666;
}
.wp-cards .wp-card .wd-inline-icon span {
  position: relative;
  line-height: 1;
  top: 3px;
}
.wp-cards .wp-card .wp-author-links {
  line-height: 1.4;
  font-weight: 600;
  font-style: italic;
  color: #666;
}
.wp-cards .wp-card .wp-author-links a {
  color: #444;
  border: none !important;
  text-decoration: underline !important;
}
.wp-cards .wp-card .wp-text-part .project-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
  .wp-cards .wp-card {
    flex: 45%;
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 640px) {
  .wp-cards .wp-card {
    max-width: 100%;
    flex: 100%;
    height: auto;
    margin: 0px 0px 12px 0px !important;
  }
}