.irpp-header {
  flex-wrap: wrap;
  height: 110px;
}
@media (min-width: 992px) {
  .irpp-header {
    height: 157px;
  }
}
.irpp-header .nav__brand {
  flex: 1 1 30%;
  padding: 10px 0px 10px 15px;
}
@media (min-width: 992px) {
  .irpp-header .nav__brand {
    padding: 10px 0px 10px 20px;
  }
}
@media (min-width: 992px) {
  .irpp-header .nav__brand {
    width: 350px;
  }
}
.irpp-header .nav__brand a {
  width: fit-content;
}
.irpp-header .nav__brand .header__logo .irpp__name {
  width: 100px;
  padding-left: 10px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 3px;
}
@media (min-width: 992px) {
  .irpp-header .nav__brand .header__logo .irpp__name {
    width: 250px;
    line-height: 20px;
    font-size: 18px;
  }
}
.irpp-header .header__logo-img {
  max-height: 87px;
}
.irpp-header .navigation {
  flex: 1 1 50%;
  top: 110px;
}
@media (min-width: 992px) {
  .irpp-header .navigation {
    justify-content: flex-end;
    position: static;
    align-self: flex-end;
    max-height: 97px;
  }
}
@media (min-width: 1200px) {
  .irpp-header .navigation {
    max-height: 100px;
  }
}

.coe-header__topnav {
  display: none;
  height: 80px;
  margin: 0px;
  padding: 5px 20px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: #ffffff;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .coe-header__topnav {
    height: 50px;
    flex-basis: 100%;
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}

.header__mobile--active .coe-header__topnav {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header__topnav {
    margin: 0px;
    position: absolute;
    top: 7px;
    right: 20px;
    z-index: 9;
  }
}

.irpp_credit {
  font-size: 12px;
}

.irpp_credit-logo {
  width: 40px;
  margin: 0 5px;
}

.search__field, .nav__lang {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .header__nav li.menu-item > a {
    padding: 0px 0px 35px 0px;
  }
}
@media (min-width: 992px) {
  .header__nav li.menu-item:hover > a,
.header__nav li.current-menu-item > a,
.header__nav li.current-page-ancestor > a {
    border-bottom: 4px solid #C4122F;
    padding-bottom: 31px;
  }
}

body {
  overflow-x: hidden;
  padding-top: 110px;
}
@media (min-width: 992px) {
  body {
    padding-top: 157px;
  }
}
body.customize-support {
  padding-top: 110px;
}
@media (min-width: 992px) {
  body.customize-support {
    padding-top: 157px;
  }
}
body.customize-support .irpp-header {
  top: 46px;
}
@media (min-width: 768px) {
  body.customize-support .irpp-header {
    top: 32px;
  }
}
body.customize-support .irpp-header .navigation {
  top: 156px;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .page-content {
    padding-top: 70px;
  }
}

h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

.page-lead {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.page__content {
  margin-top: 30px;
}

.feature-cards {
  border-top: 1px solid #979797;
  width: 100%;
  padding: 25px 0px 0px 0px;
}
@media (min-width: 992px) {
  .feature-cards {
    padding: 45px 0px 25px 0px;
  }
}

.news-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .news-title {
    margin: 0px;
  }
}

.filter-section {
  padding: 40px 0px;
}

@media (min-width: 768px) {
  .media-filter {
    display: flex;
    align-items: center;
    margin: 0px;
  }
}
.media-filter #media-select {
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
}
.media-filter .media-filter__label {
  font-size: 14px;
  color: #333333;
  margin: 0px;
}
@media (min-width: 992px) {
  .media-filter .media-filter__label {
    margin: 0px 5px;
  }
}
@media (min-width: 768px) {
  .media-filter .filter {
    display: flex;
    align-items: center;
  }
}
.media-filter .filter__btn {
  margin-bottom: 0px;
}
.media-filter .btn.filter__btn {
  height: 30px;
  width: 30px;
  padding: 2px;
  margin-left: 8px;
  border-radius: 5px !important;
}
.media-filter .btn.filter__btn.active {
  color: #333333;
  background-color: #E5E5E5;
  border-color: #DBDBDB;
}

.research {
  margin-top: 30px;
}

.single-research {
  background-color: #F7F7F7;
  padding: 0px;
}

.feature-cards--single {
  background-color: #F7F7F7;
}

.tagged-articles__section + .feature-cards--single {
  border-top: none;
}

.single-banner {
  margin-left: -15px;
  margin-right: -15px;
  width: 100vw;
  height: 350px;
  background-color: #333333;
}
@media (min-width: 768px) {
  .single-banner {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    height: 425px;
  }
}
@media (min-width: 992px) {
  .single-banner {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
.single-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-research__title-card {
  background-color: #ffffff;
  margin-top: 0px;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .single-research__title-card {
    margin-top: -140px;
    padding-left: 40px;
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .single-research__title-card {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.single-research__content {
  justify-content: space-between;
  padding-bottom: 20px;
}
.single-research__content p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .single-research__content p {
    padding-right: 40px;
  }
}
.single-research__content h2 {
  font-size: 24px;
  margin-top: 30px;
}
.single-research__content h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}

.headline-label {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.banner_lead {
  max-width: 400px;
  display: block;
  margin-top: 20px;
}

.main-banner__content {
  background-color: transparent;
}
.main-banner__content.smokescreen {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media (min-width: 992px) {
  .main-banner__content.smokescreen {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
  }
}
.main-banner__content .lighten-text .headline-label,
.main-banner__content .lighten-text .banner_lead {
  color: #ffffff;
}

.main-banner {
  background-color: #EBEBEB;
}

.research-study__tag-container .research-study__tags-title {
  margin-top: 0;
}

/* Featured Series Download component */
.featured-series__outer-container {
  height: 100%;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .featured-series__outer-container {
    margin: 0;
  }
}

.featured-series__inner-container {
  padding: 20px 15px;
  background-position: center;
  background-size: cover;
  background-blend-mode: saturation;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.featured-series__inner-container h2 {
  text-align: center;
}
.featured-series__inner-container img {
  height: 236.5px;
  max-width: 182.75px;
  width: 100%;
  object-fit: cover;
  border: 10px solid #fff;
  margin: 0 auto 20px;
}
.featured-series__inner-container .btn-primary {
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
}

.front-page__series-download .featured-series__outer-container {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .front-page__series-download .featured-series__outer-container {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .front-page__series-download .featured-series__outer-container {
    margin: -50px 0 0 30px;
    height: calc(100% + 50px);
  }
}
@media (min-width: 768px) {
  .front-page__series-download .featured-series__inner-container {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .front-page__series-download .featured-series__inner-container {
    margin-top: 0;
  }
}

.series__series-download .featured-series__outer-container {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .series__series-download .featured-series__outer-container {
    margin: 0 0 20px 0px;
  }
}

.has-series-download + .row.research {
  margin-top: 5px;
}

.studies__series-download .featured-series__inner-container {
  margin-top: 37px;
  padding-top: 30px;
  padding-bottom: 35px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media (min-width: 768px) {
  .studies__series-download .featured-series__inner-container {
    border-bottom: none;
    padding-bottom: 20px;
  }
}
.studies__series-download .featured-series__inner-container .btn-primary {
  padding-left: 10px;
  padding-right: 10px;
}

/* Event Archive */
.page-template-page-coe-events .article-main {
  margin: 0;
  padding: 15px 0;
}
.page-template-page-coe-events .event-grid {
  min-height: 350px;
}

/* Event Single Page */
.page-template-page-single-event {
  background-color: #F7F7F7;
}
.page-template-page-single-event .section__events-banner h1 {
  margin-bottom: 0;
}
.page-template-page-single-event .event__main-banner {
  margin-left: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .page-template-page-single-event .event__main-banner {
    margin-left: 0;
    width: 100%;
  }
}
.page-template-page-single-event .event__content {
  padding-top: 0;
}
.page-template-page-single-event .single-event__title-card {
  background-color: #ffffff;
  margin-top: 0px;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-template-page-single-event .single-event__title-card {
    margin-top: -140px;
    padding-left: 40px;
    margin-left: -40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-template-page-single-event .single-event__title-card {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.page-template-page-single-event .single-event__title-card h1 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 39px;
}
.page-template-page-single-event .article-main {
  margin: 0;
  padding: 15px 0;
}
.page-template-page-single-event .article-main--list:hover {
  background-color: #F7F7F7;
}
.page-template-page-single-event .event__speaker h2, .page-template-page-single-event .event__moderator h2, .page-template-page-single-event .event__series h2 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.page-template-page-single-event .person-avatar img {
  border-radius: 100%;
}
.page-template-page-single-event .person-name {
  text-transform: uppercase;
}
.page-template-page-single-event .subtext {
  color: #333;
}
.page-template-page-single-event .modal-person-avatar img {
  border-radius: 100%;
}

.event-sidebar__info .article__title {
  margin-top: 20px;
}

.COE-card {
  display: flex;
  align-items: center;
  border: none;
}
.COE-card .COE-card__content {
  color: #ffffff;
  width: 90%;
}
@media (min-width: 768px) {
  .COE-card .COE-card__content {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .COE-card .COE-card__content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .COE-card .COE-card__content {
    width: 80%;
  }
}
.COE-card .COE-card__content h2 {
  color: #ffffff;
}
.COE-card .COE-card__content .btn-primary {
  color: #ffffff;
  border-color: #ffffff;
}

/*
|--------------------------------------------------------------------------
| Homepage Cards
|--------------------------------------------------------------------------
*/
.PO-card .PO-brand {
  height: 85px;
}

/*
|--------------------------------------------------------------------------
| Article Cards
|--------------------------------------------------------------------------
*/
.article-main {
  margin: 20px 0px;
  padding: 0px;
}

.article__image {
  margin-bottom: 10px;
}

.article__title {
  font-weight: 800;
  margin-top: 0px;
  line-height: 20px;
}

.article__series-label {
  font-size: 14px;
  color: #C4122F;
}
.article__series-label:hover {
  color: #C4122F;
}

.article__label {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  background: #333333;
  color: white;
  font-weight: 800;
  border-radius: 100%;
  text-align: center;
  padding-top: 2px;
}

.article__author {
  font-size: 14px;
  color: #989898;
  line-height: 22px;
}

.article-main__oval {
  top: 10px;
  right: 10px;
}

/*
|--------------------------------------------------------------------------
| People
|--------------------------------------------------------------------------
*/
.people {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .people {
    margin-top: 125px;
  }
}

.people-card {
  margin: 20px 0px;
}

.people-headline {
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 30px;
}

.people__img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

#people-card img {
  height: 100px;
}

.default-avatar {
  display: inline-block;
  background-color: #DEDEDE;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.default-avatar .default-avatar-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}
.default-avatar .default-avatar-flex i {
  font-size: 60px;
  line-height: 22px;
  color: #2B2B2B;
  opacity: 0.07;
  margin: 0 8px;
}

.people__name {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.people__title {
  display: block;
  color: #333333;
  line-height: 22px;
  word-break: break-word;
}

.people__email {
  line-height: 24px;
  word-break: break-word;
}

.modal-toggle:hover .people__email {
  color: #C4122F;
}

.modal-person-content {
  width: 100%;
}

#person-avatar-img {
  border-radius: 50%;
}

#default-avatar-container {
  border-radius: 50%;
}
