/* Structure
------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  padding-top: 80px;
}

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

body.customize-support {
  padding-top: 80px;
}
body.customize-support .irpp-header {
  top: 46px;
}
@media (min-width: 768px) {
  body.customize-support .irpp-header {
    top: 32px;
  }
}

/* fix wordpress float img content */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

.page-content table img {
  max-width: unset;
}

.page-content img.size-large {
  max-width: 100vw;
  width: calc(100% + 30px);
  height: auto;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .page-content img.size-large {
    margin-left: calc(-8.3333333333% - 30px);
    margin-right: calc(-8.3333333333% - 30px);
    width: calc(116.7% + 60px);
  }
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vertical-wrapper {
  display: table;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 35px 0px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #D3D3D3;
  height: 1px;
  border: none;
  background-color: #D3D3D3;
}

.page-template-page-research-program .section__featured {
  background-color: #eeeeee;
}

.section-404 {
  padding: 25vh 0;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active {
  color: #333333;
  background-color: #F9F9F9;
  border: 1px solid #ced4da;
  box-shadow: none;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active {
  color: #333333;
  background-color: #F9F9F9;
  border: 1px solid #ced4da;
  box-shadow: none;
}

.btn-primary {
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.btn-primary--line {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-primary--line--dark {
  background-color: transparent;
  color: #333333;
  border: 1px solid #333333;
}

.img-width {
  width: 100%;
  height: auto;
}

.modal {
  z-index: 999999999;
}

/*
|--------------------------------------------------------------------------
| HOMEPAGE
|--------------------------------------------------------------------------
|*/
.main-banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: table;
}

.main-banner__content {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
}

.recent-research {
  margin: 40px auto;
}

.home-funnel__title {
  color: #ffffff;
  font-size: 32px;
  text-transform: none;
  font-weight: 600;
}

/*
|--------------------------------------------------------------------------
| MEDIA PAGES
|--------------------------------------------------------------------------
|*/
.media-funnel__block {
  background-color: #ECECEC;
  padding: 0px 15px;
  margin-bottom: 20px;
  background-size: cover;
}
.media-funnel__block .media-funnel__content {
  height: 230px;
}
.media-funnel__block .media-funnel__content p {
  line-height: 22px;
}

.media-funnel--red {
  background-color: #C4122F;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.media__arrow {
  font-size: 26px;
}

.media-funnel__content--home {
  height: 230px;
}

.media-funnel__content--home h2,
.media-funnel__content--home span {
  color: #ffffff;
}

.media-label {
  display: block;
  margin-bottom: 10px;
}

.media-label__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-bottom: -8px;
}

.media-label__label {
  padding: 10px 5px;
  color: #363636;
  text-transform: uppercase;
  background-color: transparent;
  margin-left: 5px;
}

.media-single__content {
  padding-top: 25px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D3D3D3;
}

.media__sidebar {
  background-color: #ECECEC;
  padding: 25px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 40px;
}

.media__linkedstudy {
  padding-top: 35px;
  padding-bottom: 40px;
}

.single__print {
  float: right;
}

.single__print:hover {
  text-decoration: none;
}

.annual-report {
  margin: 15px 0px;
  text-align: center;
}

.annual-report__cover {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
}

/*
|--------------------------------------------------------------------------
| OTHER PAGES
|--------------------------------------------------------------------------
|*/
/*Loading pagination */
.load-more {
  margin-top: 20px;
  margin-bottom: 30px;
}

.load-more-indicator,
.loading a {
  display: none;
}

.loading span.load-more-indicator {
  display: block;
  margin: 0 auto;
}

.uil-default-css {
  width: 200px;
  height: 200px;
  padding: 0px;
  margin: -30px auto 0px auto;
}

.experts__text {
  display: inline;
}

.person__img {
  margin: 20px 0px;
}

.expertise__list {
  padding-left: 20px;
  margin-top: 0px;
}

.person-col {
  display: flex;
  align-items: center;
}
.person-col .article__people {
  padding: 15px 15px 15px 0;
  position: relative;
}
.person-col .article__people .person-row {
  min-height: 110px;
  display: flex;
}
.person-col .article__people .person-row button {
  color: #333333;
  opacity: 1;
}
.person-col .article__people .person-row button i {
  position: absolute;
  top: -20px;
  right: -15px;
  cursor: pointer;
}
.person-col .article__people .person-row .person-avatar {
  display: flex;
  align-items: center;
}
.person-col .article__people .person-row .person-avatar img {
  height: 107px;
  width: 107px;
  min-width: 107px;
  object-fit: cover;
}
.person-col .article__people .person-row .person-avatar .default-avatar {
  display: inline-block;
  background-color: #DEDEDE;
}
.person-col .article__people .person-row .person-avatar .default-avatar .default-avatar-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 107px;
  width: 107px;
}
.person-col .article__people .person-row .person-avatar .default-avatar .default-avatar-flex i {
  font-size: 60px;
  line-height: 22px;
  color: #2B2B2B;
  opacity: 0.07;
  margin: 0 8px;
}
.person-col .article__people .person-row .person-avatar-leader img {
  height: 170px;
  width: 170px;
}
.person-col .article__people .person-row .person-content {
  display: flex;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  color: #333333;
  max-width: 300px;
  margin-left: 15px;
}
.person-col .article__people .person-row .person-content .person-name,
.person-col .article__people .person-row .person-content .subtext {
  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;
}
.person-col .article__people .person-row .person-content .person-name {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 6px;
}
.person-col .article__people .person-row .person-content .modal-person-position {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 7px;
}
.person-col .article__people .person-row .person-content .subtext {
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}
.person-col .article__people .person-row .person-content .leader-subtext {
  font-weight: 600;
  margin-bottom: 6px;
}
.person-col .article__people .person-row .person-content .modal-subtext {
  font-size: 16px;
  line-height: 20px;
}
.person-col .article__people .person-leader .person-content .person-name {
  font-size: 24px;
}

.people-modal {
  padding-right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .people-modal {
    top: 150px;
  }
}
.people-modal .modal-dialog {
  margin: 0;
}
@media (min-width: 768px) {
  .people-modal .modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
  }
}
.people-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .people-modal .modal-dialog .modal-content {
    height: auto;
    min-height: auto;
  }
}
.people-modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people {
  padding: 15px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row {
  min-height: 110px;
  display: block;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row button {
  color: #333333;
  opacity: 1;
  font-size: 26px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row button i {
  position: absolute;
  top: -10px;
  right: -5px;
  cursor: pointer;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-avatar {
  display: flex;
  align-items: center;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-avatar img {
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-avatar .modal-default-avatar {
  display: inline-block;
  background-color: #DEDEDE;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-avatar .modal-default-avatar .default-avatar-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-avatar .modal-default-avatar .default-avatar-flex i {
  font-size: 115px;
  line-height: 22px;
  color: #2B2B2B;
  opacity: 0.07;
  margin: 0 8px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content {
  display: flex;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  color: #333333;
  max-width: 300px;
  margin-left: 0;
  margin-top: 15px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content .person-name,
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content .modal-subtext {
  word-break: break-word;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content .person-name {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content .modal-person-position {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 7px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content .modal-subtext {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-content {
    margin-left: 20px;
    margin-top: 0px;
  }
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-about {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-about p {
  margin-top: 20px;
  margin-bottom: 0;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-expertise {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-expertise p {
  margin-bottom: 30px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-expertise h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-expertise ul {
  padding-left: 20px;
  padding-left: 30px;
  margin-bottom: 0;
}
.people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row .modal-person-expertise ul li {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .people-modal .modal-dialog .modal-content .modal-body .modal-article-people .modal-person-row {
    display: flex;
  }
}

@media (min-width: 768px) {
  .search__icon {
    display: inline-block;
  }

  .media-funnel__block {
    padding: 0px 20px;
    margin-bottom: 0px;
  }

  .media__sidebar {
    margin-left: -40px;
    margin-right: -40px;
  }

  .header__topnav--search {
    right: 130px;
    top: 21px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 120px;
  }

  body.customize-support {
    padding-top: 120px;
  }

  .media-funnel__block {
    padding: 0px 30px;
  }

  .media__sidebar {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  #irpp__name {
    width: 200px;
  }
}
/*
|--------------------------------------------------------------------------
| TAG PAGE
|--------------------------------------------------------------------------
|*/
.tag-page__section {
  padding-bottom: 10px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .tag-page__section {
    padding-top: 42px;
  }
}

/*
|--------------------------------------------------------------------------
| About PAGEs
|--------------------------------------------------------------------------
|*/
.about__title-header {
  margin-bottom: 25px;
}
.about__title-header .about__meta-title {
  color: #C4122F;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

.about-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 160px;
  margin: 20px -15px -25px -15px;
}
@media (min-width: 992px) {
  .about-menu {
    margin: 15px 0px;
  }
}
.about-menu li {
  margin: 0px;
  border-top: 1px solid rgba(51, 51, 51, 0.25);
  position: relative;
}
.about-menu li:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
.about-menu li a {
  padding: 10px 0px;
  width: 100%;
  min-height: 74px;
  display: flex;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
}
.about-menu li a:hover {
  text-decoration: none;
}
.about-menu li img {
  margin-right: 15px;
  width: 50px;
}
.about-menu li:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  color: #333333;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  content: "\f054";
}
.about-menu .about-menu-icon {
  color: #C4122F;
  margin-right: 20px;
  margin-left: 15px;
  font-size: 26px;
}

.our-people section.section-underline:first-of-type {
  padding-top: 10px;
}
.our-people section.section-underline:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .our-people .about-menu {
    margin-top: 60px;
  }
}

.page-template-page-50th-anni .about-menu--50th {
  display: none;
}
@media (min-width: 992px) {
  .page-template-page-50th-anni .about-menu--50th {
    display: block;
    margin-top: 35px;
  }
}
.page-template-page-50th-anni .about-menu--50th--mobile .about-menu {
  display: block;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .page-template-page-50th-anni .about-menu--50th--mobile .about-menu {
    display: none;
  }
}

.irpp-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .irpp-header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .irpp-header {
    align-items: unset;
  }
}
.irpp-header .nav__brand {
  width: 300px;
  padding: 20px 0px 20px 20px;
}
@media (min-width: 768px) {
  .irpp-header .nav__brand {
    width: 400px;
  }
}
.irpp-header .nav__brand--fr {
  width: 310px;
  padding: 20px 0px 20px 10px;
}
@media (min-width: 768px) {
  .irpp-header .nav__brand--fr {
    width: 400px;
    padding: 20px 0px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .irpp-header .nav__brand--fr {
    width: 450px;
  }
}
.irpp-header .nav__brand .header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.irpp-header .nav__brand .header__logo img {
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .irpp-header .nav__brand .header__logo img {
    height: 100%;
  }
}
.irpp-header .nav__brand .header__logo .irpp__name {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
  width: 250px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .irpp-header .nav__brand .header__logo .irpp__name {
    font-size: 16px;
    line-height: 20px;
  }
}
.irpp-header .navigation {
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #EBEBEB;
  height: calc(100vh - 74px);
  display: none;
}
@media (min-width: 992px) {
  .irpp-header .navigation {
    height: auto;
    background-color: transparent;
    position: unset;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.irpp-header.header__mobile--active .navigation {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.nav__lang {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .nav__lang {
    background-color: #EBEBEB;
  }
}
.nav__lang .lang-button {
  text-transform: uppercase;
  color: #333333;
  font-weight: 900;
  font-size: 14px;
}

.search__field {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  margin: 0 0 0 10px;
}
@media (min-width: 992px) {
  .search__field {
    background-color: #EBEBEB;
  }
}
.search__field .search__icon {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding: 10px;
}
.search__field .search__form {
  display: inline-block;
}
.search__field .search__form .searchme {
  width: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  transition: all 0.25s ease-out;
}
.search__field .search__form .searchme.search-open {
  width: 200px;
  margin-right: 10px;
}

.header__topnav {
  display: flex;
  margin-top: 18px;
  margin-right: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 30px;
}
@media (min-width: 992px) {
  .header__topnav {
    flex-direction: row;
  }
}
.header__topnav .header__topnav-buttons {
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 992px) {
  .header__topnav .header__topnav-buttons {
    margin-bottom: 0px;
  }
}

.header__nav {
  margin-right: 10px;
  margin-top: 15px;
}
.header__nav .menu {
  margin: 0px;
  padding: 0px;
}
.header__nav li.menu-item {
  display: block;
}
@media (min-width: 992px) {
  .header__nav li.menu-item {
    display: inline-block;
    padding: 10px 15px 0px 15px;
  }
}
.header__nav li.menu-item > a {
  color: #363636;
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-size: 18px;
  padding: 15px 30px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 992px) {
  .header__nav li.menu-item > a {
    padding: 0px 0px 10px 0px;
  }
}
@media (min-width: 1200px) {
  .header__nav li.menu-item > a {
    font-size: 20px;
  }
}
.header__nav li.menu-item > a:after {
  content: "\f054";
  font-family: "FontAwesome";
  opacity: 0.4;
  position: absolute;
  right: 30px;
}
@media (min-width: 992px) {
  .header__nav li.menu-item > a:after {
    content: none;
  }
}
@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: 6px;
  }
}

.header__hamburger {
  width: 45px;
  height: 45px;
  background: #333333;
  border-radius: 100%;
  padding: 10px;
  margin-right: 20px;
}
.header__hamburger i {
  color: #ffffff;
}

.site-icon {
  width: 35px;
  height: 35px;
  margin-left: 15px;
}
.site-icon img {
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
|*/
.footer {
  background-color: #282828;
  color: #C9C9C9;
  padding: 40px 30px;
}
@media (max-width: 320px) {
  .footer {
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .nav__brand-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.footer .nav__brand-footer .irpp__name {
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  margin-left: 10px;
}

.footer__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer__mailchimp-title {
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 14px;
  color: #989898;
  line-height: 16px;
}

.footer__mailchimp-email {
  background: #555555;
  border-radius: 2px;
  border: none;
  width: 100%;
  height: 44px;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding: 0px 30px 20px 30px;
  border-bottom: 1px solid #979797;
}
@media (min-width: 992px) {
  .footer__social {
    width: 80%;
    border: none;
    padding: 0px;
  }
}

.footer__social-title {
  margin-top: 22px;
  text-transform: uppercase;
}

.footer__social-anchor {
  color: #C9C9C9;
  font-size: 28px;
}

.footer__social-anchor:hover {
  color: #ffffff;
}

.footer__contact {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  padding-left: 30px;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #979797;
}
@media (min-width: 992px) {
  .footer__contact {
    border: none;
  }
}
@media (min-width: 992px) {
  .footer__contact {
    margin-top: 40px;
    padding-top: 0px;
  }
}
.footer__contact .footer__contact-icon {
  width: 20px;
  margin-left: -30px;
  position: absolute;
  height: 20px;
}
.footer__contact .footer__contact-item {
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .footer__contact .footer__contact-item {
    flex-basis: 45%;
  }
}
.footer__contact .footer__contact-numbers {
  flex-basis: 33%;
}

a.footer__contact-links {
  color: #C9C9C9;
  display: block;
  margin-bottom: 15px;
}

.footer__menu {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .footer__menu {
    margin-top: 0px;
  }
}

.footer__menu-ul {
  list-style-type: none;
  padding-left: 0;
  columns: 2;
}
@media (min-width: 992px) {
  .footer__menu-ul {
    margin-right: 40px;
  }
}

.footer__menu-ul li {
  margin: 5px 0px;
}

.footer__menu-link,
.footer__menu-ul li a {
  color: #C9C9C9;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
}

.footer__menu-ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section {
  padding: 25px 0px;
}

.section-underline {
  padding: 25px 0px;
  border-bottom: 1px solid #D3D3D3;
}

.btn-main {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 20px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.btn-sidebar {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 20px;
  max-width: 300px;
  display: block;
  margin: 20px auto 5px auto;
}

/*
|--------------------------------------------------------------------------
| HEADLINES
|--------------------------------------------------------------------------
*/
.headline__link:hover,
.headline__link:focus,
.headline__link:active {
  text-decoration: none;
}

.headline-label {
  display: block;
  margin-bottom: 5px;
}

.headline-label--solid {
  padding: 10px 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #363636;
  box-shadow: 10px 0 0 #363636, -10px 0 0 #363636;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.headline-label--dates {
  padding: 10px 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: transparent;
  margin-left: 5px;
}

.headline-label__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin-left: -10px;
  margin-bottom: -8px;
}

.headline__subtitle {
  color: #FFF;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 100;
}

.headline__excerpt {
  color: #ffffff;
  background: #333333;
  box-shadow: 10px 0 0 #333333, -10px 0 0 #333333;
  padding: 30px 0;
}
.headline__excerpt p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
}

.headline__read-more {
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
  display: table;
  font-weight: 100;
  position: relative;
  margin-left: -10px;
}

.read-more__icon {
  font-size: 28px;
  margin-top: 2px;
  position: absolute;
  right: 0px;
}

.read-more__text {
  display: inline-block;
  padding-right: 35px;
}

/*
|--------------------------------------------------------------------------
| ICONS
|--------------------------------------------------------------------------
*/
/* These awesome components can be used around the site to show icons in an oval. 
Size is determined by the wrapper around the icon. */
.icon__oval {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #202020;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  display: table;
  font-family: "Material Icons";
  font-size: 28px;
}

.icon__oval--banner {
  font-size: 16px;
}

.icon--event:before {
  content: "\e878";
  display: table-cell;
  vertical-align: middle;
}

.icon--news-release:before {
  content: "\e8d2";
  display: table-cell;
  vertical-align: middle;
}

.icon--op-ed:before {
  content: "\e0b9";
  display: table-cell;
  vertical-align: middle;
}

.icon--podcast:before {
  content: "\e029";
  display: table-cell;
  vertical-align: middle;
}

.icon--video:before {
  content: "\e54d";
  display: table-cell;
  vertical-align: middle;
}

.icon--graphic:before {
  content: "\e3f4";
  display: table-cell;
  vertical-align: middle;
}

/*
|--------------------------------------------------------------------------
| ARTICLES
|--------------------------------------------------------------------------
*/
.article__title {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
}

.article__title--featured {
  font-size: 30px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px;
}

.article-main--featured-details {
  display: flex;
  align-items: center;
}

.article__meta-title {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  text-transform: uppercase;
}

.article__subtitle {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 3px;
  font-weight: 500;
}

a:hover .article__title {
  text-decoration: none !important;
  color: #C4122F;
}

.article__title--study {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
}

.article-main {
  padding: 15px 0px;
  position: relative;
}

.article-main--list {
  padding: 30px 0px 40px 0px;
  position: relative;
  width: 100%;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin-top: -1px;
}

.article-main--list:hover {
  background-color: #ECECEC;
}

.article-main--list:hover .article__title {
  text-decoration: none !important;
  color: #C4122F;
}

.article-main--list-btn {
  padding-bottom: 20px;
}

.article-main img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article__image {
  height: 180px;
  height: 180px;
  width: 100%;
  width: 100%;
  background-color: #CCCCCC;
}

.article__image--featured {
  height: 320px;
  width: 100%;
  background-color: #CCCCCC;
}

.article__image--featured img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  background-color: #CCCCCC;
}

.article-main__oval {
  background-color: #202020;
  border-radius: 50px;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 15px;
  top: 150px;
  text-align: center;
  color: #ffffff;
}

.article-main__oval--list {
  top: calc(50% - 25px) !important;
  right: auto;
}

.article__author {
  display: block;
}

.article__readmore {
  font-size: 16px;
  font-weight: 700;
  color: #C4122F;
}

.article__subtext {
  line-height: 18px;
  margin: 5px 0px;
}

.article__link:hover .article__author,
.article__link:hover .article__subtext,
.article__link:hover .subtext {
  text-decoration: none;
}

.article__link:hover .article__title,
.article__link:hover .research-title__link {
  text-decoration: underline;
}

/*
|--------------------------------------------------------------------------
| FILTERING BUTTONS
|--------------------------------------------------------------------------
*/
.filter {
  float: right;
}

.filter__label {
  display: block;
}

.filter__btn {
  padding: 6px;
  width: 40px;
  margin-left: 5px;
  /*height: calc(2.4375rem + 2px);*/
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #ced4da;
  text-align: center;
  display: inline-block;
  color: #ccc;
}

.filter__btn.active {
  color: #fff;
  background-color: #C4122F;
  border-color: #C4122F;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  box-shadow: none;
}

/*
|--------------------------------------------------------------------------
| MEDIA QUERIES
|--------------------------------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  .section-underline {
    padding: 35px 0px;
  }

  section {
    padding: 35px 0px;
  }

  .article-main--list-btn {
    padding-bottom: 5px;
  }

  .article__image, .article-main img {
    height: 200px;
  }

  .article__image--featured {
    height: 320px;
  }

  .article__image--featured img {
    height: 320px;
  }

  .article-main--thirds img {
    width: 100%;
    height: 130px;
  }

  .article-main__oval {
    top: 170px;
  }

  .article__title--study {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  section {
    padding: 45px 0px;
  }

  .section-underline {
    padding: 45px 0px;
  }

  .article-main--list-btn {
    padding-bottom: 0px;
  }

  .article__image .article__image, .article__image .article-main img, .article-main img .article__image, .article-main img .article-main img {
    height: 200px;
    height: 200px;
  }

  .article__image--featured {
    height: 320px;
    margin-bottom: 15px;
  }

  .article__image--featured img {
    height: 320px;
  }
}
/*
|--------------------------------------------------------------------------
| FEATURED HOMEPAGE CARDS
|--------------------------------------------------------------------------
*/
.card-feature {
  margin-bottom: 30px;
}

.PO-card {
  position: relative;
  padding: 0px 30px 30px 30px;
  min-height: 380px;
  height: 100%;
  background: #333333;
}
.PO-card .PO-brand {
  min-height: 85px;
  border-bottom: 2px solid white;
  z-index: 1;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}
.PO-card .PO-brand .PO-logo {
  width: 130px;
}
.PO-card .PO-brand .PO-logo-40 {
  width: 200px;
}
.PO-card .PO-card__article-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.PO-card .PO-card__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.PO-card .PO-card__article {
  position: relative;
  z-index: 1;
  height: calc(100% - 85px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.PO-card .article__date {
  color: #ffffff;
  font-size: 16px;
}
.PO-card .article__title-box {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  width: 80%;
}
.PO-card .article__title {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.PO-card .article__title.highlight {
  position: relative;
  display: inline;
  padding: 3px 0px;
  background: #C4122F;
  box-shadow: 10px 0 0 #C4122F, -10px 0 0 #C4122F;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.COE-card {
  position: relative;
  padding: 30px;
  min-height: 380px;
  height: 100%;
  background-color: transparent;
}
.COE-card .COE-card__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #333333;
}
.COE-card .COE-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.COE-card .COE-logo {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.COE-card .COE-card__content {
  width: 80%;
  color: #333333;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .COE-card .COE-card__content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .COE-card .COE-card__content {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .COE-card .COE-card__content {
    width: 60%;
  }
}
.COE-card .COE-card__content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}

/*
|--------------------------------------------------------------------------
| RELATED RESEARCH - Shared with IRPP and COE. 
|--------------------------------------------------------------------------
*/
.related-articles__section {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .related-articles__section {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

/* COE */
@media (min-width: 768px) {
  .centre-of-excellence.single-research-studies .related-articles__section {
    padding-top: 30px;
  }
}

.event__main-banner {
  background-color: #cccccc;
  height: 230px;
}
@media (min-width: 768px) {
  .event__main-banner {
    height: 500px;
  }
}

.event__main-banner-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .event__main-banner-wrapper {
    padding: 0 15px;
  }
}

.section__articles,
.section__event-banners {
  padding: 25px 0px;
}

.subtext--event-filter {
  margin-top: 4px;
}

.event__grid {
  margin-top: -15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .event__grid {
    margin-bottom: 30px;
  }
}

.grid--active {
  display: block;
}

.grid--hidden {
  display: none;
}

.event-display--hidden {
  display: none;
}

.series-label {
  margin-bottom: -20px;
  margin-top: 10px;
}

/*
|--------------------------------------------------------------------------
| EVENT
|--------------------------------------------------------------------------
|*/
.event {
  margin-top: 125px;
}

.event__bg {
  background-size: cover;
  height: 500px;
  width: 100%;
}

.event__content {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .event__content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.events__partnerships h2 {
  margin-top: 40px;
  border-top: 2px solid #D3D3D3;
  padding-top: 15px;
  margin-bottom: 35px;
}

.partnerships__container {
  padding: 0;
  margin-top: -15px;
}

.partnerships__partner-logo {
  max-width: 100%;
  padding: 15px 0px 10px 0px;
}

.partnerships__lead-partner-logo {
  width: 100%;
}

.event__speaker,
.event__moderator,
.event__series {
  clear: both;
}
.event__speaker h2,
.event__moderator h2,
.event__series h2 {
  margin-top: 30px;
  border-top: 2px solid #D3D3D3;
  padding-top: 15px;
  margin-bottom: 20px;
}

.single-irpp-event .article-main--list,
.centre-of-excellence.page-template-page-single-event .article-main--list {
  padding: 30px 0;
}
.single-irpp-event .article-main--list:hover,
.centre-of-excellence.page-template-page-single-event .article-main--list:hover {
  background-color: #FFF;
}
.single-irpp-event .article-main--list:hover .article__title,
.centre-of-excellence.page-template-page-single-event .article-main--list:hover .article__title {
  color: #C4122F;
}
.single-irpp-event .article-main--list .article__title,
.centre-of-excellence.page-template-page-single-event .article-main--list .article__title {
  margin: 0;
  margin-left: 85px;
}
.single-irpp-event .article-main__oval--list,
.centre-of-excellence.page-template-page-single-event .article-main__oval--list {
  top: calc(50% - 30px) !important;
  left: 0;
}

.event__list:nth-child(2) .article-main--list {
  border-top: none;
}
.event__list:last-child .article-main--list {
  border-bottom: none;
}

/*
|--------------------------------------------------------------------------
| EVENT SIDEBAR
|--------------------------------------------------------------------------
|*/
.event-sidebar {
  background-color: #ECECEC;
  margin-bottom: 30px;
}

.event-sidebar__info {
  padding: 25px;
  border-bottom: 1px solid #D3D3D3;
}

.event-sidebar__series {
  font-size: 20px;
  line-height: 24px;
}

.event-sidebar__title {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.event-sidebar__post-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.event-sidebar__details {
  padding-bottom: 25px;
}

.event-sidebar__student {
  font-weight: 400;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #C4122F;
}
.event-sidebar__student:hover {
  color: #6d1500;
}

.event-sidebar__desc {
  font-size: 18px;
  line-height: 21px;
}

.event-sidebar__share {
  padding: 25px;
}

.event-sidebar__share-text {
  font-weight: bold;
  padding-top: 12px;
}

.event__sidebar--shareIcon {
  font-size: 20px !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: #C4122F;
  border-radius: 100%;
  text-align: center;
  line-height: 40px !important;
  margin: 5px 10px 0 0;
}

.event-sidebar .btn {
  max-width: unset;
  width: auto;
  display: inline-block;
}

/*
|--------------------------------------------------------------------------
| LINKED MULTIMEDIA
|--------------------------------------------------------------------------
|*/
@media only screen and (min-width: 768px) {
  .event__speakers,
.event__moderator {
    text-align: left;
  }

  .eventsFunnel {
    padding: 125px 0;
  }

  .event-sidebar__info {
    padding: 25px;
    border-bottom: 1px solid #D3D3D3;
  }

  .event__sidebar-desc {
    font-size: 18px;
  }

  .bio__img-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .bio__summary {
    padding-left: 40px;
  }

  .bio__img-wrapper {
    width: 160px;
    height: 160px;
  }
}
/*
|--------------------------------------------------------------------------
| Event Archive Page
|--------------------------------------------------------------------------
|*/
.page-template-page-events .event__meta-title,
.page-template-page-coe-events .event__meta-title {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #c4122e;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-page-events .event__meta-title:hover,
.page-template-page-coe-events .event__meta-title:hover {
  color: #c4122e;
}
.page-template-page-events .event__meta-title span.divider,
.page-template-page-coe-events .event__meta-title span.divider {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 6px;
  height: 12px;
  margin-right: 4px;
  border-right: solid 2px #c4122e;
}
.page-template-page-events .article__title,
.page-template-page-coe-events .article__title {
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-template-page-events .event__meta_info,
.page-template-page-coe-events .event__meta_info {
  font-size: 16px;
  margin-top: 3px;
  line-height: 18px;
  display: block;
  font-weight: 700;
  color: #767676;
}
.page-template-page-events .event__meta_info:hover,
.page-template-page-coe-events .event__meta_info:hover {
  color: #767676;
}

/*
|--------------------------------------------------------------------------
| Single Event
|--------------------------------------------------------------------------
|*/
.single-event__meta-title {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #c4122e;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-event__meta-title span.divider {
  position: relative;
  display: inline-block;
  content: "aaaa";
  top: 3px;
  width: 6px;
  height: 14px;
  margin-right: 4px;
  border-right: solid 2px #c4122e;
}

.singe-event__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .singe-event__title {
    margin-bottom: 40px;
  }
}

/*
|--------------------------------------------------------------------------
| Research Page
|--------------------------------------------------------------------------
|*/
.research__secondary--ul {
  padding-left: 0;
  margin: 0px;
}

.research__secondary,
.research__secondary--li {
  list-style-type: none;
  border-bottom: 1px solid #D3D3D3;
  display: inline-block;
  width: 100%;
}

.section-underline .row .row:last-child .research__secondary--li,
.row .row:last-child .research__secondary--li {
  border-bottom: 0px;
}

.research__share {
  padding: 15px;
}

.research__share-icons {
  padding: 15px 0px;
  text-align: left;
}

.research__footnote {
  border: 1px solid #979797;
  padding: 15px 15px 0px 15px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .research-description {
    border-left: 1px solid #666666;
  }
}

.research-description p {
  padding-left: 30px;
}

/*


/*
|--------------------------------------------------------------------------
| Research Study
|--------------------------------------------------------------------------
*/
.research__subtitle {
  margin-bottom: 15px;
}

.research-study__container img {
  max-width: 100%;
  height: auto;
  padding: 25px 0;
}

.research__tabs {
  font-weight: 700;
  font-size: 16px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
  margin-top: 25px;
}

.research__nav-link {
  padding: 9px 13px;
}

.research-study__share {
  font-size: 16px !important;
  color: #ffffff;
  width: 32px;
  height: 32px;
  background-color: #C4122F;
  border-radius: 100%;
  text-align: center;
  line-height: 32px !important;
  margin: 3px;
}

.research-study__icons {
  margin: 15px 0px;
  text-align: right;
  width: 100%;
}

.print__icon-text {
  color: #C4122F;
  font-size: 16px;
}

.study__linked-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.research__mobile-icon,
.research__mobile-icon--close {
  display: none;
}

.r-none {
  display: block;
}

.research__share--desktop {
  display: none;
}

.research__share--mobile {
  display: block;
}

@media (min-width: 768px) {
  .research__share--desktop {
    display: block;
  }

  .research__share--mobile {
    display: none;
  }

  .research__share {
    border: 1px solid #979797;
    padding: 10px;
    margin: 35px 0px;
    border-radius: 10px;
  }

  .research__share-icons {
    padding: 0px;
    text-align: right;
  }

  .research__tabs {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .research__mobile-icon {
    position: absolute;
    top: 4px;
    right: 3px;
    color: #ffffff;
    z-index: 9;
    padding: 7px 10px;
    z-index: 99;
    display: block;
  }

  .research__mobile-icon--close {
    position: absolute;
    top: 4px;
    right: 3px;
    color: #ffffff;
    z-index: 9;
    padding: 7px 10px;
    z-index: 99;
    display: none;
  }

  .research-menu__mobile {
    width: 100%;
    border: 1px solid #979797;
    position: relative;
  }

  .research-menu__mobile-links,
.nav-tabs .nav-link.active {
    border-radius: 0 !important;
    border-color: transparent;
    background: #333;
    color: #ffffff;
    padding: 10px 20px;
  }

  .research-menu__other {
    display: none;
  }

  .research-menu__other .nav-link.active {
    background: #C4122F;
    border: 1px solid #C4122F;
  }

  .r-none {
    display: none;
  }

  .r-block {
    display: block;
  }

  .research-menu__other.research__active {
    display: block !important;
  }

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

.single-research__series-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 0px;
  display: inline-block;
  color: #C4122F;
}
@media (min-width: 768px) {
  .single-research__series-label {
    font-size: 15px;
    line-height: 19px;
  }
}

.single-research__main-title {
  margin-bottom: 0;
}

.single-research__meta {
  margin-top: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .single-research__meta {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.single-research__meta .single-research__meta-author {
  padding-right: 20px;
  display: block;
  margin-bottom: 10px;
}
.single-research__meta .single-research__meta-date {
  white-space: nowrap;
  display: block;
}

.research__tab-menu {
  margin: 30px -15px 0 -15px;
  padding: 0px;
  list-style: none;
  display: block;
}
@media (min-width: 768px) {
  .research__tab-menu {
    margin: 0;
  }
}
.research__tab-menu li {
  border-bottom: 1px solid #979797;
}
.research__tab-menu li a {
  color: #333333;
}
.research__tab-menu li .tab__link {
  font-weight: 600;
  color: #333333;
  padding: 13px;
  line-height: 20px;
  display: block;
}
.research__tab-menu li:first-of-type {
  border-top: 1px solid #979797;
}
.research__tab-menu li:hover,
.research__tab-menu li .active {
  background-color: #C4122F;
  color: #fff;
}
.research__tab-menu li:hover a,
.research__tab-menu li:hover span,
.research__tab-menu li .active a,
.research__tab-menu li .active span {
  color: #fff;
}
.research__tab-menu .data-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 8px;
}
.research__tab-menu .data-items .data-icon {
  width: 15px;
}
.research__tab-menu .data-items:hover .data-icon {
  filter: invert(1);
}

.research-study__icons {
  padding: 15px 8px;
  margin: 0px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .research-study__icons {
    justify-content: space-between;
  }
}

.print__icon-text {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .print__icon-text {
    margin: 0px;
  }
}

.research-study__tag-container {
  border-top: 1px solid #979797;
  padding: 15px 0 0px;
}

.research-study__tag-container .research-study__tags-title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.research-study__tag-container a.research-study__tag {
  background-color: #2b2b2b;
  color: #fff;
  display: inline-block;
  padding: 7px 8px;
  border-radius: 2px;
  margin-right: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.research-study__tag-container a.research-study__tag:hover {
  color: #fff;
}

#tinymce {
  display: block;
  margin: 0 auto;
  max-width: 780px;
}

h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

h2 {
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.columnized {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.headlines {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 500;
  display: inline;
  padding: 3px 0px;
  background: #C4122F;
  box-shadow: 10px 0 0 #C4122F, -10px 0 0 #C4122F;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.subtext {
  font-size: 16px;
  color: #848484;
  line-height: 22px;
  display: inline-block;
  /*margin: 0px;*/
}

.research-title__link {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-weight: 600;
}

a:hover .research-title__link {
  text-decoration: none !important;
  color: #C4122F;
}

.author-subtitle, .date-subtitle, .details-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #868686;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.event__month {
  display: block;
  font-size: 14px;
  line-height: 10px;
  margin-top: 16px;
  text-transform: uppercase;
}

.event__date {
  font-weight: 700;
  font-size: 20px;
  line-height: 10px;
}

.event__month-fr {
  font-weight: 700;
  font-size: 20px;
  line-height: 10px;
  margin-top: 16px;
}

.event__date-fr {
  display: block;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  margin-top: 8px;
}

a:hover {
  text-decoration: none !important;
}

.read-more__link {
  font-size: 16px;
  font-weight: 700;
  color: #C4122F;
}

/*
|--------------------------------------------------------------------------
| BLOG TITLES in Art of state volumes/index
|--------------------------------------------------------------------------
*/
.blog-titles {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  padding: 10px 0;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .headlines {
    font-size: 48px;
    color: #FFFFFF;
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .columnized {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
/*
* ART OF STATE INDEX
*/
.artofstateindex__article--h2 {
  padding-top: 20px;
}

.artofstateindex__article--subtext {
  padding-bottom: 60px;
}

/*
* ART OF STATE VOLUMES
*/
.aots__link {
  color: #C4122F;
}

.article-main--aots {
  border-bottom: 1px solid #979797;
}

.aots__events {
  border-top: 1px solid #979797;
  padding-top: 15px;
  margin-top: 50px;
  padding-bottom: 40px;
}

.aots__sponsors {
  border-top: 1px solid #979797;
  padding: 40px 0px;
  margin: 0px;
}

.aots__sponsors-block {
  display: inline-block;
}

.artofstatevolumes__sidebar-h2 {
  margin: 25px 0 5px 0;
}

.artofstatevolumes__mainimage {
  width: 100%;
}

.artofstatevolumes__article {
  display: inline-block;
}

.artofstatevolumes__content {
  padding-top: 22px;
}

.artofstatevolumes__content--heading {
  padding-bottom: 20px;
}

.artofstatevolumes__events--heading {
  padding-top: 20px;
}

.artofstatevolumes__h1 {
  margin-top: 0;
}

.artofstatevolumes__sidebar--img {
  padding: 15px 0;
}

.artofstatevolumes__commentaries--h2 {
  margin-top: 5px;
}

.artofstatevolumes__sidebar {
  background-color: #F8F8F8;
  padding: 35px 25px;
}

/* Related Articles Section */
.tagged-articles__section {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-page-research-program .tagged-articles__section {
    padding: 70px 0 85px;
  }
}

@media (min-width: 768px) {
  .single-research-studies .tagged-articles__section {
    padding: 30px 0 45px;
  }
}

@media (min-width: 768px) {
  .single-irpp-event .tagged-articles__section {
    padding: 0px 0 85px;
  }
}

@media (min-width: 768px) {
  .tag .tagged-articles__section {
    padding: 50px 0 80px;
  }
}

.tagged-articles__outer-container {
  background-color: #EEEEEE;
  padding: 15px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .tagged-articles__outer-container {
    margin-bottom: 0;
  }
}

.tagged-articles__column {
  padding: 0;
}
@media (min-width: 768px) {
  .tagged-articles__column {
    padding: 0 15px;
  }
}
.tagged-articles__column:last-child .tagged-articles__outer-container {
  margin-bottom: 0;
}

.tagged-articles__article-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tagged-articles__article-container {
    padding-right: 30%;
  }
}

.tagged-articles__header {
  padding-bottom: 15px;
  margin-bottom: 17px;
  border-bottom: 1px solid #C2C2C2;
  display: flex;
  align-items: center;
}

.tagged-articles__header-image {
  height: 45px;
  width: auto;
  margin-right: 25px;
}

.tagged-articles__header-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  line-height: 22px;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}

.tagged-articles__category {
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  color: #c4122f;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

a.tagged-articles__article-title {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #2b2b2b;
  margin-bottom: 5px;
  display: inline-block;
}
a.tagged-articles__article-title:hover {
  color: #c4122f;
  text-decoration: none;
}

.tagged-articles__meta {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2b2b2b;
  display: block;
  margin-bottom: 7px;
}

.tagged-articles__read-more {
  margin: 0 auto;
  padding-top: 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  color: #8A8A8A;
}
.tagged-articles__read-more:hover {
  color: #c4122f;
}

.tagged-articles__event-divider {
  padding-bottom: 22px;
  margin-bottom: 17px;
  border-bottom: 1px solid #C2C2C2;
  display: flex;
  align-items: center;
}

/* Policy Options */
@media (min-width: 768px) {
  .policy-options.single-issues .tagged-articles__section {
    padding: 0px 0 35px;
  }
}
.policy-options.tag .tagged-articles__section, .policy-options.category .tagged-articles__section {
  padding: 0px 0 35px;
}
@media (min-width: 768px) {
  .policy-options.tag .tagged-articles__section, .policy-options.category .tagged-articles__section {
    padding: 40px 0 80px;
  }
}
@media (min-width: 768px) {
  .policy-options.page-template-page-single-event .tagged-articles__section {
    padding: 0px 0 85px;
  }
}

/* END Policy Options */
/* COE */
.centre-of-excellence.single-research-studies, .centre-of-excellence.single-data {
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .centre-of-excellence.single-research-studies .tagged-articles__section, .centre-of-excellence.single-data .tagged-articles__section {
    padding: 30px 0;
  }
}
.centre-of-excellence.page-template-page-single-event .tagged-articles__section {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .centre-of-excellence.page-template-page-single-event .tagged-articles__section {
    padding: 0px 0 15px;
  }
}

/* End COE */
.page-template-page-50th-anni .modal-backdrop.show {
  opacity: 0.8;
}

.anni-50th__main-banner {
  height: 300px;
  background-position: 60%;
  background-size: cover;
  background-color: grey;
  max-width: 1600px;
  margin: auto;
}
@media (min-width: 768px) {
  .anni-50th__main-banner {
    height: 600px;
  }
}
@media (min-width: 992px) {
  .anni-50th__main-banner {
    background-position: 85%;
  }
}
@media (min-width: 1200px) {
  .anni-50th__main-banner {
    background-position: right;
  }
}

.anni-50th__main-banner-content {
  position: relative;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .anni-50th__main-banner-content {
    margin-top: -35px;
  }
}
.anni-50th__main-banner-content .anni-50th__headline {
  font-size: 36px;
}
@media (min-width: 768px) {
  .anni-50th__main-banner-content .anni-50th__headline {
    font-size: 48px;
  }
}

.anni-50th__header {
  display: none;
  height: 40px;
  width: 100%;
  background-color: transparent;
  transition: all 0.5s;
  position: fixed;
  z-index: 99;
}
@media (min-width: 768px) {
  .anni-50th__header {
    display: block;
  }
}
.anni-50th__header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 15px;
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}
.anni-50th__header ul li a {
  color: #ffffff;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 16px;
}
.anni-50th__header.sticky-nav {
  background-color: rgba(51, 51, 51, 0.9);
}
@media (min-width: 1600px) {
  .anni-50th__header {
    background-color: rgba(51, 51, 51, 0.9);
  }
}

.anni-50th__container h3,
.anni-50th__container h2.section-title {
  text-transform: uppercase;
}
.anni-50th__container .btn-pill {
  background-color: #C4122F;
  color: #ffffff;
  border-radius: 40px;
  height: 36px;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 7px 25px 8px 25px;
  display: inline-block;
  margin: 10px auto 5px auto;
}

.anni-50th__about {
  margin-top: 60px;
}

.anni-50th__sidebar-box {
  padding: 20px;
  margin-top: 20px;
  background-color: #EBEBEB;
}
@media (min-width: 768px) {
  .anni-50th__sidebar-box {
    margin-top: 40px;
    max-width: 400px;
  }
}
.anni-50th__sidebar-box span {
  font-weight: 700;
}

.anni-50th__logo-wrapper {
  border-top: 1px solid rgba(201, 201, 201, 0.5);
  border-bottom: 1px solid rgba(201, 201, 201, 0.5);
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .anni-50th__logo-wrapper {
    padding-bottom: 20px;
  }
}
.anni-50th__logo-wrapper .anni-50th__logo-box {
  text-align: center;
}
.anni-50th__logo-wrapper .anni-50th__logo {
  max-width: 220px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .anni-50th__logo-wrapper .anni-50th__logo {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .anni-50th__logo-wrapper .anni-50th__logo {
    max-width: 260px;
  }
}
.anni-50th__logo-wrapper .anni-50th__logo--coe {
  max-width: 220px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .anni-50th__logo-wrapper .anni-50th__logo--coe {
    max-width: 180px;
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .anni-50th__logo-wrapper .anni-50th__logo--coe {
    max-width: 260px;
  }
}
.anni-50th__logo-wrapper .anni-50th__logo--po {
  max-width: 210px;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .anni-50th__logo-wrapper .anni-50th__logo--po {
    max-width: 180px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .anni-50th__logo-wrapper .anni-50th__logo--po {
    max-width: 210px;
  }
}

.anni-50th__section-banner {
  background-size: cover;
  background-position: center;
  background-color: grey;
  max-height: 300px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  height: 250px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .anni-50th__section-banner {
    margin-left: -40px;
    width: 98%;
  }
}
@media (min-width: 992px) {
  .anni-50th__section-banner {
    margin-left: -5vw;
    margin-right: 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .anni-50th__section-banner {
    margin-left: -10vw;
  }
}

.anni-50th__banner-title {
  margin-top: -25px;
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
.anni-50th__banner-title h2 {
  background-color: #C4122F;
  display: inline-block;
  padding: 10px 15px 5px 15px;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: #ffffff;
}

.anni-50th__body-content {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .anni-50th__body-content {
    column-count: 2;
    column-gap: 50px;
  }
}

.anni-50th__highlights {
  background-color: #EBEBEB;
}
@media (min-width: 768px) {
  .anni-50th__highlights {
    margin-top: 180px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .anni-50th__highlights .anni-50th__section-banner {
    margin-top: -180px;
  }
}

@media (min-width: 768px) {
  .anni-50th__timeline .anni-50th__section-banner {
    margin-top: -80px;
  }
}

/* -------------------------------- 

 Timeline Component

  -------------------------------- */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.timeline__modal {
  position: relative;
}
@media (min-width: 768px) {
  .timeline__modal {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .timeline__modal {
    max-width: 800px;
  }
}
.timeline__modal .close {
  position: absolute;
  top: -35px;
  opacity: 1;
  right: 0px;
}
@media (min-width: 992px) {
  .timeline__modal .close {
    right: -25px;
  }
}
.timeline__modal .close i {
  color: #ffffff;
  font-size: 30px;
}
.timeline__modal .modal-caption {
  color: #FFF;
  margin-top: 5px;
  line-height: 22px;
  width: 80%;
  text-align: left;
}

.timeline__modal .modal-content {
  background: transparent;
  border: none;
  width: 100%;
}

.timeline__modal-content {
  width: 100%;
  background-color: #000;
}
@media (min-width: 992px) {
  .timeline__modal-content {
    width: 800px;
  }
}

#timeline {
  margin: 0 auto;
  margin-top: 0;
  position: relative;
}
#timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 22px;
  left: -15px;
  height: calc(100% + 60px);
  width: 8px;
  z-index: -1;
  background: #333333;
}
@media (min-width: 992px) {
  #timeline::before {
    top: 80px;
  }
}
@media (min-width: 992px) {
  #timeline {
    padding-top: 30px;
  }
  #timeline:before {
    left: 50%;
    margin-left: -7px;
  }
}

.timeline__date {
  font-size: 50px;
}

.timeline__month {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: -10px;
  display: block;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 3px;
}

.timeline__block {
  position: relative;
  margin: 30px 0px 60px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  flex-direction: column;
}
.timeline__block .timeline__img {
  transform: scale(0.7);
  transition: 0.5s;
}
.timeline__block .timeline__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333;
  border-radius: 50%;
  transition: 0.9s;
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0, 0.91, 0.66, 1);
}
.timeline__block.reveal .timeline__img {
  transform: scale(1);
  filter: none;
}
.timeline__block.reveal .timeline__img:before {
  opacity: 0;
}
.timeline__block.reveal .body-content * {
  opacity: 1;
  transform: translatey(0);
}
.timeline__block.revealed .btn {
  transition: 0.15s ease-in-out;
  transition-delay: 0s;
  transition-timing-function: linear;
}
.timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline__block:before {
  content: "";
  display: block;
  position: absolute;
  left: -7.5px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #333333;
}
@media (min-width: 992px) {
  .timeline__block {
    flex-direction: row;
    display: block;
  }
  .timeline__block:before {
    display: none;
  }
}

.timeline__img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: 12px;
  background-color: #EBEBEB;
}
.timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media (min-width: 992px) {
  .timeline__img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 180px;
    height: 180px;
    margin-left: -93px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: 1;
  }
}

.timeline__content {
  position: relative;
  margin-left: 15px;
  background: transparent;
}
.timeline__content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__content .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.timeline__block .timeline__img .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  border: 5px solid #333333;
}

.timeline__content p {
  margin-bottom: 15px;
  line-height: 24px;
}

.timeline__content .date {
  font-weight: 700;
  color: #333333;
}

@media only screen and (min-width: 992px) {
  .timeline__block:first-child {
    margin-top: 0;
  }

  .timeline__content {
    margin-left: 0;
    padding: 0 0 20px 0;
    width: 45%;
  }

  .timeline__block:nth-child(even) .timeline__content {
    float: right;
    padding-left: 75px;
  }

  .timeline__block:nth-child(odd) .timeline__content {
    text-align: right;
    padding-right: 90px;
  }
  .timeline__block:nth-child(odd) .timeline__content .body-content {
    margin-left: auto;
  }
}
