@charset "UTF-8";



.ct-card-group {
  display: flex;
  align-items: stretch;
  margin-left: -2%;
  margin-right: -2%;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.home-latest .ct-card-group,
.path-latest-news .latest-page-section#News .ct-card-group,
.path-videos .view-display-id-listing .ct-card-group,
.path-multimedia .view-id-multimedia .ct-card-group,
.path-campaign .view-display-id-campaign_listing .ct-card-group,
#related-slideshow-list .view-id-slideshow .ct-card-group {
  flex-wrap: wrap;
}

.displayCard {
  margin: 1% 2% 25px 2%;
  padding-bottom: 0px;
  width: 98%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width:575px) {
  .displayCard {
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}

@media (max-width:767px) {
  .displayCard {
    margin: 1% 0 25px 0;
  }
}

@media (max-width: 859px) {
  .displayCard {
    width: 100%;
    flex-direction: column;
  }
}

.displayCard__image {
  position: relative;
  max-height: 320px;
  overflow: hidden;
  background-color: #ffffff;
  width: 55%;
  margin: 0;
}

@media (max-width: 859px) {
  .displayCard__image {
    width: 100%;
    margin: 0;
  }

  .displayCard__image img {
    width: 100%;
  }
}

.displayCard__image img {
  width: 100%;
  margin: 0;
  transition: transform 2.4s linear;
}

.displayCard__image img:hover {
  transform: scale(1.1);
}

.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}

.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}

.displayCard__image.ct-card__video {
  padding: 18% 0;
}

.displayCard__image.publication,
.displayCard__image.resources,
.displayCard__image.press {
  background-color: #eaeaea;
}

.displayCard__image.publication a,
.displayCard__image.resources a,
.displayCard__image.press a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.displayCard__image.publication a img,
.displayCard__image.resources a img,
.displayCard__image.press a img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
}

.displayCard__image.publication a img:hover,
.displayCard__image.resources a img:hover,
.displayCard__image.press a img:hover {
  transition: transform 2.4s linear;
}

.displayCard__image.publication a img:hover:hover,
.displayCard__image.resources a img:hover:hover,
.displayCard__image.press a img:hover:hover {
  transform: scale(1.1);
}

.displayCard__image.publication img,
.displayCard__image.resources img,
.displayCard__image.press img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.displayCard__image.publication img.img-blur,
.displayCard__image.resources img.img-blur,
.displayCard__image.press img.img-blur {
  width: 100% !important;
  filter: blur(8px);
}

.displayCard__video {
  min-height: 480px;
  height: 75vh;
  max-height: 75vh;
  padding: 28% 0 0 0;
  overflow: hidden;
  position: relative;
  background-color: #eaeaea;
}

.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 530px;
}

.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width:575px) {
  .displayCard__video {
    min-height: 244px;
    height: 38vh;
    max-height: 260px;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .displayCard__video {
    min-height: 320px;
    height: 34vh;
    max-height: 35vh;
  }
}

@media only screen and (min-device-width: 720px) and (max-device-width: 768px) and (min-height: 769px) and (orientation: portrait) {
  .displayCard__video {
    height: 34vh;
    max-height: 34vh;
    min-height: 350px;
  }
}

@media (min-width: 980px) and (max-width: 1439px) and (min-height: 769px) {
  .displayCard__video {
    height: 66vh;
    max-height: 66vh;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) and (min-height: 1000px) {
  .displayCard__video {
    height: 36vh;
    max-height: 36vh;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) and (min-height: 769px) {
  .displayCard__video {
    height: 60vh;
    max-height: 60vh;
  }
}

.displayCard__video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  max-height: 80vh;
}

@media (max-width:575px) {
  .displayCard__video iframe {
    height: 38vh;
    max-height: 260px;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .displayCard__video iframe {
    min-height: 320px;
    height: 34vh;
    max-height: 34vh;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) and (min-height: 1000px) {
  .displayCard__video iframe {
    height: 36vh;
    max-height: 36vh;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) and (min-height: 769px) {
  .displayCard__video iframe {
    height: 60vh;
    max-height: 60vh;
  }
}

.displayCard__video p.youtube-link {
  position: absolute;
  visibility: hidden;
}

.displayCard__details {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 620px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 2em 0;
  right: 0;
  position: absolute;
  height: calc(100% - 3em);
}

@media (max-width: 1366px) {
  .displayCard__details {
    max-width: 540px;
  }
}

.displayCard__details:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

@media (max-width: 859px) {
  .displayCard__details {
    position: relative;
    width: 90%;
    max-width: 100%;
    margin: -15px auto;
  }
}

.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  padding: 40px 32px 74px 32px;
  position: relative;
}

.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.displayCard__details--body .news-date {
  color: #666666;
}

.displayCard__details--body p.content-type {
  color: #F7941E;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
  line-height: 1.2857142857em;
  letter-spacing: -0.0085714286em;
}

.displayCard__details--body h3,
.displayCard__details--body h3.card-title {
  font-size: 1.6em;
}

.displayCard__details--body h4,
.displayCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a {
  color: #F7941E;
  line-height: 1.4;
  padding-top: 0;
}

.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard__details--body .info {
    flex-direction: column;
  }
}

.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.displayCard__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.displayCard__details--body p {
  line-height: 1.5;
}

.displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}

.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.displayCard__details--body a.btn:focus {
  outline: none;
}

@media (max-width: 859px) {
  .displayCard__details--body {
    width: 100%;
  }
}

.displayCard__details--body a.btn {
  bottom: 10px;
}

.displayCard.video {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 575.99px) {
  .displayCard.video {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .displayCard.video {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .displayCard.video {
    margin-right: 0;
  }
}

.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

@media (max-width:575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}

.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

@media (max-width:575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #f7941e;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0.5em;
}

.displayCard.video .displayCard__details--body .news-date {
  color: #f7941e;
  text-transform: uppercase;
  font-size: 12px;
}

.displayCard.video .displayCard__details--body p.content-type {
  color: #f7941e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.displayCard.video .displayCard__details--body h3,
.displayCard.video .displayCard__details--body h3.card-title {
  font-size: 1.6em;
}

.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a {
  color: #f7941e;
  line-height: 1.4;
  padding-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard.video .displayCard__details--body .info {
    flex-direction: column;
  }
}

.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.displayCard.video .displayCard__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body p {
  line-height: 1.5;
}

.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}

.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}

.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0;
}

.displayCard.video .displayCard__details--body p {
  margin-bottom: 20px;
}

.ct-card {
  min-width: 46%;
  max-width: 46%;
  margin: 2%;
  box-sizing: border-box;
  border: 1px solid #eff1f3;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

.ct-card:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

@media (max-width:575px) {
  .ct-card {
    min-width: 92%;
    max-width: 85%;
    width: 100%;
    margin: 1.3em 1.3em 0 1.3em;
  }
}

@media (max-width:767px) {
  .ct-card {
    margin: 2% 0;
  }
}

.ct-card__details {
  width: 100%;
}

.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.ct-card__details--body .news-date {
  color: #666666;
}

.ct-card__details--body p.content-type {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card__details--body h3,
.ct-card__details--body h3.card-title {
  font-size: 1.6em;
}

.ct-card__details--body h4,
.ct-card__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card__details--body .info {
    flex-direction: column;
  }
}

.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.ct-card__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.ct-card__details--body p {
  line-height: 1.5;
}

.ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}

.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card__details--body .card-text {
  margin-top: 1em;
}

.ct-card__details--body p {
  margin-top: 1em;
}

.ct-card__details--body p.date-type,
.ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ed8b00;
}

.ct-card__details a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.ct-card__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0px;
}

.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

.ct-card__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ct-card__image img:hover {
  transition: transform 2.4s linear;
}

.ct-card__image img:hover:hover {
  transform: scale(1.1);
}

.ct-card__image img.img-blur {
  width: 100% !important;
  filter: blur(8px);
}

.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe:hover {
  transition: transform 2.4s linear;
}

.ct-card__image iframe:hover:hover {
  transform: scale(1.1);
}

.ct-card__image.publication,
.ct-card__image.resources,
.ct-card__image.press {
  background-color: #eaeaea;
}

.ct-card__image.publication img,
.ct-card__image.resources img,
.ct-card__image.press img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.ct-card__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}

.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}

.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 284px;
}

.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card__video .contextual-region {
  position: initial;
}

.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 {
  overflow-x: hidden;
}

.ct-card-group.colm-3 .ct-card {
  min-width: 29.3%;
  max-width: 32%;
  width: 21.3333333333%;
}

@media (max-width:575px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: 100%;
    width: 85%;
    max-width: 100%;
    margin: 1.3em 0 0 0;
  }
}

@media (min-width: 575.99px) and (max-width: 820px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: 100%;
    max-width: 100%;
    width: 96%;
  }
}

.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}

.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}

.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #f7941e;
  text-transform: normal;
  font-size: 12px;
  margin-bottom: 0.5em;
}

.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #f7941e;
}

.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #f7941e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title {
  font-size: 1.6em;
}

.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a {
  color: #f7941e;
  line-height: 1.3;
  padding-top: 0;
  display: inline-block;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card-group.colm-3 .ct-card__details--body .info {
    flex-direction: column;
  }
}

.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.5;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 1.5em;
  font-size: 16px;
  transition: 0.5s ease-in;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title {
  font-size: 1.3em;
}

@media (max-width: 859px) {

  .ct-card-group.colm-3 .ct-card__details--body h3,
  .ct-card-group.colm-3 .ct-card__details--body h3.card-title {
    font-size: 0.9em;
  }
}

.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}

.ct-card-group.colm-3 .ct-card__details--body .card-text.date-type,
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #ed8b00;
}

.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 30% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  overflow: hidden;
  background-color: #eaeaea;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 179px;
}

.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.view-related-content .pad-top-bottom.level1 {
  padding-bottom: 0;
}

.path-jobs .displayCard.video,
.path-videos .displayCard.video,
.page-node-type-ct-video .displayCard.video,
.path-multimedia .displayCard.video,
.view-topics .displayCard.video,
.page-node-type-ct-project-page .displayCard.video {
  margin-bottom: 0;
  display: block;
}

.path-jobs .displayCard.video .displayCard__video,
.path-videos .displayCard.video .displayCard__video,
.page-node-type-ct-video .displayCard.video .displayCard__video,
.path-multimedia .displayCard.video .displayCard__video,
.view-topics .displayCard.video .displayCard__video,
.page-node-type-ct-project-page .displayCard.video .displayCard__video {
  padding-bottom: 0;
}

.path-jobs .displayCard.video .displayCard__details,
.path-videos .displayCard.video .displayCard__details,
.page-node-type-ct-video .displayCard.video .displayCard__details,
.path-multimedia .displayCard.video .displayCard__details,
.view-topics .displayCard.video .displayCard__details,
.page-node-type-ct-project-page .displayCard.video .displayCard__details {
  margin-top: 0;
}

.related-content .ct-card-group.colm-3 .ct-card__details--body p.content-type {
  margin-top: 0;
  text-transform: uppercase;
}

.page-content.related-content {
  padding-right: 15px;
  padding-left: 15px;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 30% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 184px;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}

@media (max-width:575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}

@media (max-width:575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}

@media (max-width:575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body h3.card-title,
.ct-card-group.colm-3.feature-cards .ct-card__details--body h4.card-title {
  font-size: 1.3em;
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

a.videoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}

.displayCard__image.publication,
.displayCard__image.resources,
.displayCard__image.press {
  background-color: #eaeaea;
}

.displayCard__image img.img-blur {
  width: 100% !important;
  filter: blur(8px);
  max-height: 280px;
}

.displayCard__image.publication a img:nth-child(1),
.displayCard__image.resources a img:nth-child(1),
.displayCard__image.press a img:nth-child(1),
.displayCard__image.press a picture img,
.displayCard__image.publication a picture img,
.displayCard__image.resources a picture img {
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 280px;
}

.displayCard__image.publication a img:nth-child(1):hover,
.displayCard__image.resources a img:nth-child(1):hover,
.displayCard__image.press a img:nth-child(1):hover,
.displayCard__image.press a picture img:hover,
.displayCard__image.publication a picture img:hover,
.displayCard__image.resources a picture img:hover {
  transform: scale(1.1);
}

/*-- EOF Blur image for featured sections --*/
.page-node-type-ct-video .displayCard.video .displayCard__details--body {
  padding-bottom: 20px;
}

/**** Pager ****/
nav.pager-nav {
  overflow: hidden;
  height: 100%;
}

ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 35px 0 50px 0;
  position: relative;
  display: flex;
  float: right;
  min-height: 30px;
}

.view-topics ul.pager {
  margin-bottom: 0px;
}

@media (max-width:575px) {
  ul .pager {
    padding-right: 125px;
    min-height: 36px;
  }
}

ul.pager a {
  color: #919fae;
  width: auto;
}

ul.pager a:hover {
  color: #92b9e1;
}

ul.pager li {
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 16px;
  margin: 0 0 0 15px;
  overflow: initial;
}

ul.pager li.pager-first.first,
ul.pager li.page-item.first,
ul.pager li.page-item.prev.disabled,
ul.pager li.pager-last.last {
  display: none;
}

ul.pager li a,
ul.pager li span {
  background-color: transparent;
  border: 0;
  padding: 0 8px;
  color: #919fae;
  outline: none;
}

ul.pager li a:hover,
ul.pager li span:hover {
  color: #ed8b00;
}

ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}

ul.pager li.pager-next,
ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: absolute;
  right: 0;
  width: 92px;
}

@media (max-width:575px) {

  ul.pager li.pager-next,
  ul.pager li.page-item.next {
    top: 0;
    width: 40px;
    padding-bottom: 50px;
  }
}

ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "Next";
  position: absolute;
  top: 6px;
  right: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000000;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  opacity: 0.3;
  width: 74px;
  height: 15px;
  font-size: 16px;
}

@media (max-width:575px) {

  ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: " ";
  }
}

ul.pager li.pager-next:after,
ul.pager li.page-item.next:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 34px;
  margin-top: -6px;
  width: 1px;
  background-color: #d0d0d0;
}

ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.page-item.next a,
ul.pager li.page-item.prev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
  background: none;
  text-indent: 0;
  overflow: initial;
}

ul.pager li.pager-previous,
ul.pager li.page-item.prev {
  margin-right: 1em;
}

@media (max-width:575px) {

  ul.pager li.pager-previous,
  ul.pager li.page-item.prev {
    margin-right: -1.8em;
  }
}

ul.pager li.pager-previous a,
ul.pager li.page-item.prev a {
  position: absolute;
  right: 190px;
  text-align: center;
}

@media (max-width:575px) {

  ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    top: -6px;
    right: 60px;
  }
}

ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "Previous";
  position: absolute;
  right: -45px;
  top: 6px;
  text-transform: uppercase;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding-left: 30px;
  width: 74px;
  height: auto;
  font-size: 16px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 0.3;
}

@media (max-width:575px) {

  ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    width: 40px;
    height: 28px;
    content: " ";
    background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
    right: -18px;
  }
}

ul.pager li.pager-current,
ul.pager li.pager-current a,
ul.pager li.page-item.active,
ul.pager li.page-item.active a {
  font-weight: 600;
  background-color: transparent;
  color: #000000;
  cursor: default;
}