@charset "UTF-8";

.breadcrumb {
  background-color: transparent;
  font-size: 15px;
  margin-bottom: 30px;
}

.breadcrumb a {
  color: #919fae;
}

@media (max-width:575px) {
  .breadcrumb {
    padding: 8px 0;
  }
}

.btn {
  color: #000000;
  padding: 16px 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  font-weight: 500;
  border-radius: 5px;
}

.btn.nopad-left-right {
  padding: 16px 0;
}

.btn.default,
.btn.primary,
.btn.secondary {
  border: 1px #ed8b00 solid;
  color: #ed8b00;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
}

.btn.default::after,
.btn.primary::after,
.btn.secondary::after {
  height: 0;
}

.btn.default:hover,
.btn.primary:hover,
.btn.secondary:hover {
  color: #ed8b00;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.btn.default:hover::after,
.btn.primary:hover::after,
.btn.secondary:hover::after {
  height: 0;
}

.btn.default:focus,
.btn.primary:focus,
.btn.secondary:focus {
  color: #ed8b00;
  background-color: #ffffff;
}

.btn.default.white,
.white.btn.primary,
.white.btn.secondary {
  border: 1px #ffffff solid;
  color: #ffffff;
}

.btn.default.white:hover,
.white.btn.primary:hover,
.white.btn.secondary:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn.primary {
  background-color: #ffffff;
}

.btn.primary:hover {
  border: 1px #ed8b00 solid;
  color: #ed8b00;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.btn.primary:focus {
  color: #ed8b00;
  background-color: #ffffff;
}

.btn.secondary {
  border: 1px #ed8b00 solid;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #ed8b00;
}

.btn.secondary:hover {
  background-color: #db7b0b;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.btn.secondary:focus {
  color: #ffffff;
  background-color: #ed8b00;
}

.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.btn:focus,
.btn.focus,
.btn:hover,
.btn:focus-visible {
  outline: 0;
}

a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

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

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

.btn.default.btn-center,
.btn-center.btn.primary,
.btn-center.btn.secondary,
.btn.primary.btn-center,
.btn.secondary.btn-center,
.btn-center {
  margin: 50px auto;
  display: block;
  text-align: center;
  max-width: 280px;
}

@media (max-width: 575px) {

  .btn.default.btn-center,
  .btn-center.btn.primary,
  .btn-center.btn.secondary,
  .btn.primary.btn-center,
  .btn.secondary.btn-center,
  .btn-center {
    margin: 80px auto 25px auto;
  }
}

.btn.default.btn-collapse,
.btn-collapse.btn.primary,
.btn-collapse.btn.secondary,
.btn.secondary.btn-collapse,
.btn.primary.btn-collapse,
.btn-collapse,
.btn.primary.btn-collapsed,
.btn-collapsed {
  position: relative;
}

.btn-collapse[aria-expanded|=false] span.showmore {
  display: block;
}

.btn-collapse[aria-expanded|=false] span.closemore {
  display: none;
}

.btn-collapse[aria-expanded|=true] span.showmore {
  display: none;
}

.btn-collapse[aria-expanded|=true] span.closemore {
  display: block;
}

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 1em 2em;
}

@media (max-width:575px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
    margin-top: 10px;
  }
}

button[type=submit]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #db7b0b;
}

a.btn-download {
  display: inline-flex;
  display: -ms-inline-flexbox;
  border: 1px solid #000000;
  padding: 0;
  position: relative;
  margin: 0 1em 1em 0;
  color: #000000;
}

@media (max-width:575px) {
  a.btn-download {
    font-size: 0.9em;
  }

  a.btn-download:nth-child(even) {
    margin-right: 0;
  }
}

a.btn-download span,
a.btn-download strong {
  padding: 1em;
}

@media (max-width:575px) {

  a.btn-download span,
  a.btn-download strong {
    padding: 1em 0.6em;
  }
}

a.btn-download strong {
  padding-right: 2.5em;
  position: relative;
}

a.btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-arrowdown-download-black.svg) center center no-repeat;
  right: 12px;
}

a.btn-download:hover {
  color: #ed8b00;
}

a.btn-download:hover strong:after {
  background: url(../images/icon-arrowdown-download-orange.svg) center center no-repeat;
}

.btn.active,
.btn:active {
  box-shadow: inset 0 0 0;
}

.btn-collapsed span.showmore {
  display: block;
}

.btn-collapsed span.closemore {
  display: none;
}

.btn-collapsed.active span.showmore {
  display: none;
}

.btn-collapsed.active span.closemore {
  display: block;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 0;
  background-color: #ee8b00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
}

.btn-icon:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  background-color: #db7b0b;
}

.btn_share {
  width: 50px;
  height: 50px;
  background-color: #ed8b00;
  border-radius: 100%;
  border: 4px;
  position: absolute;
  z-index: 2;
  right: -8%;
  cursor: pointer;
}

.btn_share:hover {
  background-color: #db7b0b;
}

.btn_share.stick {
  position: fixed;
  top: 100px;
  right: 5%;
}

@media (max-width:800px) {
  .btn_share {
    right: 0px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width:575px) {
  .btn_share {
    right: 0px;
    width: 40px;
    height: 40px;
  }
}

.btn_share img {
  width: 40%;
  margin: 30%;
}

.overley-white {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  top: 0;
  left: 0;
  display: none;
}

.popup-wrapper {
  max-width: 720px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  right: 0;
  z-index: 1002;
  display: none;
}

@media (max-width:575px) {
  .popup-wrapper {
    max-width: 340px;
    min-width: 320px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}

@media (max-height:699px) {
  .popup-wrapper {
    max-width: 620px;
    min-width: 300px;
    width: 100%;
    top: 25px;
    max-height: 560px;
  }
}

.popup-wrapper .row-backto {
  padding: 0;
  margin-bottom: 1em;
}

.popup-wrapper .row-backto div.btn-close {
  display: flex;
  color: #2f3640;
  font-size: 1em;
  line-height: 1.6;
  max-width: 98%;
  padding: 0.4em 0;
  cursor: pointer;
}

.popup-wrapper .row-backto div.btn-close span {
  display: inline-block;
  border: 1px solid #2f3640;
  width: 25px;
  height: 30px;
  margin-right: 1em;
  background-color: #ffffff;
}

.popup-wrapper .row-backto div.btn-close span img {
  width: 20px;
  margin-left: 2px;
}

.popup-wrapper .share-card {
  background-color: #ffffff;
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
  padding: 2em;
}

@media (max-width:575px) {
  .popup-wrapper .share-card {
    padding: 1em;
    max-height: 70vh;
    overflow-y: scroll;
  }
}

@media (max-height: 767px) and (min-width:980px) {
  .popup-wrapper .share-card {
    overflow: auto;
    max-height: 500px;
    padding: 1em 2em;
  }

  .popup-wrapper .share-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .popup-wrapper .share-card::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
  }

  .popup-wrapper .share-card::-webkit-scrollbar-thumb {
    background-color: #ed8b00;
  }
}

@media (max-height:699px) {
  .popup-wrapper .share-card {
    padding: 1em 2em;
  }
}

.popup-wrapper .share-card .img-holder {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-height:699px) {
  .popup-wrapper .share-card .img-holder {
    max-height: 250px;
    position: relative;
    padding: 22%;
  }
}

.popup-wrapper .share-card .img-holder img {
  width: 100%;
}

@media (max-height:699px) {
  .popup-wrapper .share-card .img-holder img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.popup-wrapper .share-card__cardbody {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  padding: 0;
}

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

.popup-wrapper .share-card__cardbody .news-date {
  color: #666666;
}

.popup-wrapper .share-card__cardbody p.content-type {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.popup-wrapper .share-card__cardbody h3.card-title,
.popup-wrapper .share-card__cardbody h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.popup-wrapper .share-card__cardbody h3,
.popup-wrapper .share-card__cardbody h3.card-title {
  font-size: 1.6em;
}

.popup-wrapper .share-card__cardbody h4,
.popup-wrapper .share-card__cardbody h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.popup-wrapper .share-card__cardbody h3.card-title,
.popup-wrapper .share-card__cardbody h3.card-title a,
.popup-wrapper .share-card__cardbody h4.card-title,
.popup-wrapper .share-card__cardbody h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.popup-wrapper .share-card__cardbody h3.card-title:hover,
.popup-wrapper .share-card__cardbody h3.card-title a:hover,
.popup-wrapper .share-card__cardbody h4.card-title:hover,
.popup-wrapper .share-card__cardbody h4.card-title a:hover {
  color: #4a8bcd;
}

.popup-wrapper .share-card__cardbody .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .popup-wrapper .share-card__cardbody .info {
    flex-direction: column;
  }
}

.popup-wrapper .share-card__cardbody .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}

.popup-wrapper .share-card__cardbody .info p.content-type {
  color: #666666;
  font-weight: 700;
  margin-bottom: 0;
}

.popup-wrapper .share-card__cardbody .info p.date {
  color: #666666;
  margin-bottom: 0;
}

.popup-wrapper .share-card__cardbody p {
  line-height: 1.5;
}

.popup-wrapper .share-card__cardbody 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;
}

.popup-wrapper .share-card__cardbody 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: 10px;
}

.popup-wrapper .share-card__cardbody a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: 9px;
}

.popup-wrapper .share-card__cardbody a.btn:focus {
  outline: none;
}

.popup-wrapper .share-card__cardbody h3,
.popup-wrapper .share-card__cardbody h4,
.popup-wrapper .share-card__cardbody h5 {
  margin: 0;
}

.popup-wrapper .social-wrapper {
  border-top: 1px #d1d1d1 solid;
  margin: 1em 0 0 0;
  display: flex;
  padding: 1.5em 0 0 0;
}

@media (max-height: 767px) and (min-width:980px) {
  .popup-wrapper .social-wrapper {
    margin-bottom: 25px;
  }
}

.popup-wrapper .social-wrapper .colm-1,
.popup-wrapper .social-wrapper .colm-2 {
  display: flex;
  justify-content: center;
  width: 50%;
}

.popup-wrapper .social-wrapper .colm-1 a,
.popup-wrapper .social-wrapper .colm-2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  color: #2f3640;
  line-height: 1.3;
}

.popup-wrapper .social-wrapper .colm-1 a:hover,
.popup-wrapper .social-wrapper .colm-2 a:hover {
  color: #777777;
}

.popup-wrapper .social-wrapper .colm-1 a:hover i img,
.popup-wrapper .social-wrapper .colm-2 a:hover i img {
  opacity: 0.6;
}

.popup-wrapper .social-wrapper .colm-1 a span,
.popup-wrapper .social-wrapper .colm-1 a i,
.popup-wrapper .social-wrapper .colm-2 a span,
.popup-wrapper .social-wrapper .colm-2 a i {
  display: inline-flex;
}

@media (max-width:575px) {

  .popup-wrapper .social-wrapper .colm-1 a span,
  .popup-wrapper .social-wrapper .colm-2 a span {
    line-height: 1.3em;
    font-size: 12px;
  }
}

.popup-wrapper .social-wrapper .colm-1 a i,
.popup-wrapper .social-wrapper .colm-2 a i {
  width: 30px;
  height: 30px;
}

@media (max-width:575px) {

  .popup-wrapper .social-wrapper .colm-1 a i,
  .popup-wrapper .social-wrapper .colm-2 a i {
    width: 25px;
    height: 25px;
  }
}

.popup-wrapper .social-wrapper .colm-1 a i img,
.popup-wrapper .social-wrapper .colm-2 a i img {
  max-width: 100%;
  opacity: 0.7;
  border-radius: 8px;
  margin: 2px auto;
}

.popup-wrapper .social-wrapper .colm-1 {
  border-right: 1px solid #919fae;
}

.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 .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: 538px;
  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: 482px;
  }
}

.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: #666666;
  text-transform: normal;
  font-size: 15px;
  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;
}

.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: #000000;
  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: 10px;
}

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

.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: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

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

.displayCard.video .displayCard__details--body p.content-type {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  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: #000000;
  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: 10px;
}

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

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

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

.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: 10px;
}

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

.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: 10px;
}

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

.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: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

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

.ct-card-group.colm-3 .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-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: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.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: 10px;
}

.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: 9px;
}

.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;
}

.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 ****/
ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 35px 0 50px 0;
  position: relative;
  display: flex;
  float: right;
  min-height: 30px;
}

@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;
}

@media (min-width: 768px) {

  .lang-fr ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 105px;
  }

  .lang-fr ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    right: 205px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-fr ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "SUIVANT";
  width: 134px;
  font-size: 14px;
}

@media (max-width:575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-fr ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-es ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "PRÓXIMO";
  width: 90px;
  font-size: 14px;
}

@media (max-width:575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-es ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es ul.pager li.pager-next,
ul.pager li.page-item.next {
  width: 108px;
}

@media (max-width:575px) {

  .lang-es ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 42px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-fr ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "PRÉCÉDENTE";
  width: 78px;
  font-size: 14px;
}

@media (max-width:575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-fr ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 35px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-es ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "ANTERIOR";
  width: 78px;
  font-size: 14px;
}

@media (max-width:575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-es ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 38px;
  }
}

.rlc-card ul.pager {
  margin-bottom: 0;
}

/* pager css end */
.tabs .nav li {
  width: 33.33%;
  float: left;
  text-align: center;
}

.tabs .nav li.user-logged-in {
  max-width: 150px;
}

.tabs .nav li a {
  padding: 0 0 20px;
  display: inline-block;
  margin: 0;
  position: relative;
  border: none !important;
  outline: none !important;
  font-size: 1em;
  color: #919fae;
}

.tabs .nav li a:hover {
  background: none;
}

.tabs .nav li.active a {
  color: #919fae;
}

@media (max-width:575px) {
  .tabs .nav li.active a {
    color: #919fae;
    font-weight: 500;
  }
}

.tabs .nav li.active a:after {
  content: "";
  background: #4a8bcd;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
}

@media (max-width:575px) {
  .tabs .nav li.active a:after {
    display: none;
  }
}

.tabs .tab-pane {
  padding: 50px 0 0;
}

nav.tabs {
  margin-top: 60px;
}

.tabs--primary {
  margin-bottom: 50px;
}

.nav.nav-tabs li a {
  color: #919fae;
  border-bottom: 2px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #000000;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid #f7941e;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #000000;
  border: 1px solid transparent;
  border-bottom: 2px solid #f7941e;
}

.filter {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:575px) {
  .filter {
    flex-wrap: wrap;
  }
}

.filter .form-group {
  display: inline-block;
  margin: 0 15px 10px 0;
  position: relative;
}

.filter .form-group .form-group {
  position: static;
  margin: 0;
}

@media (max-width:575px) {
  .filter .form-group {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.filter .form-group label {
  display: block;
  font-weight: 500;
  font-size: 0.8em;
}

.filter .form-group input[type=search],
.filter .form-group input[type=text] {
  font-size: 14px;
  border: 1px solid #000000;
  padding: 24px;
  color: #000000;
  max-height: 50px;
  background-color: #ffffff;
}

.filter .form-group input[type=search]::-moz-placeholder,
.filter .form-group input[type=text]::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type=search]::placeholder,
.filter .form-group input[type=text]::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

.filter .form-group input[type=search]:hover,
.filter .form-group input[type=text]:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

.filter .form-group button[type=submit],
.filter .form-group input[type=submit],
.filter .form-group input[type=button] {
  position: absolute;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 1em 2em;
  height: 50px;
  min-width: 200px;
}

@media (max-width:575px) {

  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    position: relative;
  }
}

@media (min-width: 575.99px) and (max-width: 767px) {

  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    position: relative;
    min-width: 200px;
    margin-left: -6px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    position: relative;
    margin-top: 10px;
    min-width: 200px;
  }
}

.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}

.filter .form-group .select-dropdown select {
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #000000;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}

.filter .form-group .select-dropdown select:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }

  .filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}

.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}

.filter .form-group .select-dropdown__year {
  min-width: 120px;
}

.view-filter {
  border-bottom: 1px solid #cacaca;
  padding: 0 0 25px;
  margin-bottom: 35px;
}

.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #979797;
}

.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  transition: all ease 0.3s;
  position: relative;
}

.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}

.view-filter a:hover {
  opacity: 1;
}

.view-filter a.active {
  opacity: 1;
}

.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

.check-box {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px #ccc solid;
}

input[type=checkbox] {
  position: absolute;
}

[type=checkbox]:checked+.check-box:before [type=radio]:checked+.check-box:before {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  margin-left: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.1s;
}

/* And change the background colour */
[type=checkbox]:checked+.check-box,
[type=radio]:checked+.check-box {
  background-color: #f7941e;
  border: 1px #f7941e solid;
  transition: 0.5s;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ee8b00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

label {
  display: block;
  font-weight: 500;
  font-size: 0.8em;
}

input[type=search],
input[type=text],
input[type=email] {
  font-size: 14px;
  border: 1px solid #000000;
  padding: 24px;
  color: #000000;
  max-height: 50px;
  background-color: #ffffff;
}

input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

input[type=search]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

input[type=search]:hover,
input[type=text]:hover,
input[type=email]:hover {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.28);
}

button[type=submit],
input[type=submit],
input[type=button] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 2px;
  padding: 1em 2em;
}

@media (max-width:575px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type=submit],
  input[type=submit],
  input[type=button] {
    position: relative;
    margin-top: 10px;
  }
}

.select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}

.select-dropdown select {
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #000000;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}

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

@media all and (-ms-high-contrast: none) {
  .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }

  .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}

.select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}

.select-dropdown__year {
  min-width: 120px;
}

.calendar-icon {
  display: inline-block;
  background: url("../images/calendar-icon.png") no-repeat 0 0/cover;
  width: 15px;
  height: 16px;
}

.list-icon {
  display: inline-block;
  background: url("../images/list.svg") no-repeat 0 0/cover;
  width: 22px;
  height: 22px;
}

.grid-icon {
  display: inline-block;
  background: url("../images/grid.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.calendar-icon {
  display: inline-block;
  background: url("../images/calendar.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 18px;
}

.news-icon {
  display: inline-block;
  background: url("../images/icon-news.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 18px;
}

.secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.secondary-arrow:hover {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
}

a.btn .secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  transition: 0.2s ease-in;
  position: relative;
}

a.btn:hover .secondary-arrow {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
  margin-left: 15px;
}

.tittle-vertical {
  position: absolute;
  left: -10%;
  top: 50%;
  margin: 0;
  transform: rotate(-90deg) translate(-50%, 0);
  transform-origin: left top 0;
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .tittle-vertical {
    font-size: 1.85em;
    position: relative;
    left: auto;
    top: 0px;
    transform: rotate(0deg);
    margin-bottom: 25px;
  }
}

@media (min-width:1200px) {
  .tittle-vertical {
    left: -7%;
  }
}

.ran {
  margin: 9px;
}

.link01 {
  color: #ed8b00 !important;
  font-weight: 500;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
}

.link01 i {
  margin: 4px 0 0 10px;
  float: right;
}

.navigation .dropdown-backdrop {
  z-index: 0;
}

.page-content .media-image.media-youtube-1 iframe {
  width: 100%;
}

.page-content article .media-image.media-youtube-1 {
  margin-bottom: 25px;
}

.page-content article .align-center .media-image.media-youtube-1 {
  width: 100%;
  position: relative;
  padding: 25%;
}

.page-content article .align-center .media-image.media-youtube-1 iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@media (max-width:575px) {
  .page-content article .media-image.media-youtube-1 iframe {
    max-height: 280px;
  }
}

.col-md-12.full-width {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:575px) {
  .col-md-12.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}

article .fRight {
  max-width: 100%;
  width: 100%;
  float: right;
  margin: 1em 0 0 0;
  position: relative;
}

article .fRight img {
  margin: 0;
}

@media (min-width: 579px) and (max-width:979px) {
  article .fRight {
    margin: 0.35em 0 0 2em;
  }
}

@media (min-width:980px) {
  article .fRight {
    margin: 0.35em 0 0 2em;
    max-width: 450px;
  }
}

article .fRight~.fcright {
  float: left;
  margin: 0 0 2em 0;
  width: 100%;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 0.8em;
  line-height: 1.4;
  color: #666666;
}

article .fRight~.fcright img {
  margin: 0;
}

@media (min-width: 579px) and (max-width:979px) {
  article .fRight~.fcright {
    max-width: 100%;
    margin: 0;
    padding: 0 15px 25px 0;
  }
}

@media (min-width:980px) {
  article .fRight~.fcright {
    max-width: 450px;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0 15px 20px 1.5%;
  }
}

article .fLeft {
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 1em 0 0 0;
  position: relative;
}

article .fLeft img {
  margin: 0;
}

@media (min-width: 579px) and (max-width:979px) {
  article .fLeft {
    margin: 0.35em 0 0 2em;
  }
}

@media (min-width:980px) {
  article .fLeft {
    margin: 0.35em 0 0 2em;
    max-width: 450px;
  }
}

article .fLeft~.fcleft {
  float: left;
  margin: 0 0 2em 0;
  width: 100%;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 0.8em;
  line-height: 1.4;
  color: #666666;
}

article .fLeft~.fcleft img {
  margin: 0;
}

@media (min-width: 579px) and (max-width:979px) {
  article .fLeft~.fcleft {
    max-width: 100%;
    margin: 0;
    padding: 0 0 25px 15px;
  }
}

@media (min-width:980px) {
  article .fLeft~.fcleft {
    width: 50%;
    float: right;
    margin: 0;
    padding: 0 15px 20px 4%;
  }
}

.visually-hidden.focusable.skip-link {
  display: none;
}

.ckeditor-readmore {
  margin-bottom: 25px;
}

.pager-nav ul.pager {
  width: 50%;
  min-width: 400px;
}

@media (max-width:767px) {
  .pager-nav ul.pager {
    min-width: 100%;
    width: 100%;
  }

  .pager-nav ul.pager li.pager-next,
  .pager-nav ul.pager li.page-item.next {
    top: auto;
  }
}

@media (min-width: 758px) and (max-width: 960px) {
  .pager-nav ul.pager {
    width: 75%;
  }
}

.call-box-left,
.call-box-right,
.call-box-center {
  background: url("../images/box_corner.gif") no-repeat #f2ecdc;
  padding: 20px;
  width: 200px;
  color: #575349;
  text-align: left !important;
  margin: 20px 0;
  clear: both;
  font-size: 13px;
  line-height: 16px;
}

.call-box-center {
  margin: 20px 0;
  padding: 5%;
  width: 90%;
  float: left;
}

.call-box-left {
  float: left;
  margin-right: 25px;
}

@media (max-width:767px) {
  .call-box-left {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}

.call-box-right {
  float: right;
  margin-left: 25px;
}

@media (max-width:767px) {
  .call-box-right {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

.row-col3-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:767px) {
  .row-col3-img {
    flex-wrap: wrap;
  }
}

.row-col3-img img {
  margin: 0 1%;
  width: 96%;
}

@media (max-width:767px) {
  .row-col3-img img {
    width: 100%;
  }
}

.row-col3-img img:nth-child(2) {
  margin: 0 1%;
}

@media (max-width:767px) {
  .row-col3-img img:nth-child(2) {
    margin: 2% 0 2% 0;
  }
}

.row-col3-img figcaption {
  padding-left: 1%;
  padding-right: 1%;
}

.row-col2-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:767px) {
  .row-col2-img {
    flex-wrap: wrap;
  }
}

.row-col2-img img {
  margin: 0 1%;
  width: 98%;
}

@media (max-width:767px) {
  .row-col2-img img {
    width: 100%;
  }
}

.row-col2-img figcaption {
  padding-left: 1%;
  padding-right: 1%;
}

.bg-grey-lightest-s1 {
  background-color: #dee2e6;
}

.ct-card-group .call-out ul li {
  margin: 0.5em 0;
}

.ct-card-group .call-out a {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  transition: 0.5s ease-in;
  margin: 0.5em 0;
}

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

.ct-card-group .call-out a:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: -5px;
}

@media (max-width:575px) {
  .path-multimedia .flexslider {
    margin-bottom: 0;
  }
}

.toggle-lists {
  padding: 16px 16px 50px 16px;
  background-color: #f7f7f7;
  border-bottom: 3px solid #d1d1d1;
  display: none;
  position: relative;
}

.toggle-lists.is-active {
  display: block;
}

.toggle-lists .btn {
  width: 100%;
  text-align: left;
  margin: -10px 0 10px 0;
  font-size: 14px;
  white-space: inherit;
}

@media (min-width:768px) {
  .toggle-lists .btn {
    width: calc(49.5% - 20px);
    text-align: left;
    margin: -10px 10px 0 10px;
  }
}

.toggle-lists .closeList {
  display: block;
  width: auto;
  height: 50px;
  position: absolute;
  right: 16px;
  font-weight: 14px;
  bottom: 16px;
  cursor: pointer;
}

.toggle-lists p {
  margin: 16px 0 16px 10px;
}

.row-cnt {
  display: flex;
  margin-bottom: 32px;
}

.row-cnt.reverse {
  flex-direction: row-reverse;
}

@media (max-width:767px) {
  .row-cnt {
    flex-wrap: wrap;
  }
}

.row-cnt .col-cnt-3 {
  width: 30%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-3 {
    width: 100%;
  }
}

.row-cnt .col-cnt-4 {
  width: 40%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-4 {
    width: 100%;
  }
}

.row-cnt .col-cnt-5 {
  width: 50%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-5 {
    width: 100%;
  }
}

.row-cnt .col-cnt-6 {
  width: 60%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-6 {
    width: 100%;
  }
}

.row-cnt .col-cnt-7 {
  width: 70%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-7 {
    width: 100%;
  }
}

.row-cnt .col-cnt-8 {
  width: 80%;
}

@media (max-width:767px) {
  .row-cnt .col-cnt-8 {
    width: 100%;
  }
}

.row-cnt .cnt-pad-r {
  padding: 0 16px 0 0;
}

@media (max-width:767px) {
  .row-cnt .cnt-pad-r {
    padding: 0 0 16px 0;
  }
}

.row-cnt .cnt-pad-l {
  padding: 0 0 0 16px;
}

@media (max-width:767px) {
  .row-cnt .cnt-pad-l {
    padding: 16px 0 0 0;
  }
}

.account-tab {
  display: none;
}

@media (max-width: 1160px) {
  .tittle-vertical {
    left: -10%;
  }
}

@media (max-width: 767px) {
  .tittle-vertical {
    left: auto;
  }
}

/* arabic styling start */
body.lang-ar {
  font-family: 'Almarai', sans-serif;
}

body.lang-ar .displayCard__details {
  right: auto;
  left: 0;
}

body.lang-ar .form-radios {
  position: relative;
}

body.lang-ar form#views-exposed-form-topics-topic-latest {
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
}

body.lang-ar form#views-exposed-form-topics-topic-latest legend {
  display: none;
}

body.lang-ar .page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked+label {
  padding: 16px 0;
}

body.lang-ar .page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:checked+label:after,
body.lang-ar .page-node-type-ct-topics .view-display-id-topic_latest [type="radio"]:not(:checked)+label:after {
  border-radius: 0;
  top: auto;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 2px;
}

body.lang-ar .displayCard__details--body a.btn {
  left: auto;
}

body.lang-ar .ct-card__details a.btn {
  left: auto;
  right: 32px;
  display: inline-table;
}

body.lang-ar .tittle-vertical {
  left: auto;
  transform: rotate(-90deg) translate(50%, 0);
  transform-origin: right top 0;
  right: -3%;
}

body.lang-ar .filter .form-group .form-group .icon.glyphicon-search {
  margin-left: 5px;
  display: none;
}

body.lang-ar .view-filter a {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}

body.lang-ar .view-filter a i {
  float: right;
  margin: 0 0 0 12px;
}

body.lang-ar .view-filter a i.list-icon {
  /* Vendor prefixes for cross-browser compatibility */
  -webkit-transform: rotate(180deg);
  /* Safari, Chrome, Opera */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -ms-transform: rotate(180deg);
  /* Internet Explorer */
  -o-transform: rotate(180deg);
  /* Opera */
  /* Standard syntax */
  transform: rotate(180deg);
}

body.lang-ar .popup-wrapper .row-backto div.btn-close span {
  margin-right: inherit;
  margin-left: 1em;
}

body.lang-ar .popup-wrapper .social-wrapper .colm-1 {
  border-right: inherit;
  border-left: 1px solid #919fae;
}

body.lang-ar .call-box-left {
  text-align: right !important;
}

body.lang-ar .bef-exposed-form .form--inline>.form-item {
  float: right;
}

body.lang-ar [type="radio"]:checked,
body.lang-ar [type="radio"]:not(:checked) {
  position: absolute;
  left: 9999px;
}

body.lang-ar .link01 i {
  float: left;
}

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

@media (max-width: 767px) {
  body.lang-ar .tittle-vertical {
    right: auto;
    transform: initial;
  }
}

@media (min-width: 860px) and (max-width: 1600px) {

  body.lang-ar .displayCard__details--body h3,
  body.lang-ar .displayCard__details--body h3.card-title {
    font-size: 1.2em;
  }
}

@media (max-height: 768px) {
  body.lang-ar .popup-wrapper {
    top: 80px
  }
}

@media (min-width: 620px) and (max-width: 979px) {
  body.lang-ar .popup-wrapper {
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  body.lang-ar .popup-wrapper {
    width: 90%;
    max-width: 100%;
  }

  a#grid-view {
    display: none;
  }
}

@media (min-width: 720px) {
  body.lang-ar .take-action .col-sm-5 {
    width: 41.66666667%;
  }

  body.lang-ar .take-action .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }
}

@media (max-width: 320px) {
  .popup-wrapper {
    min-width: 280px;
  }
}

body.lang-ar ul.pager {
  float: left;
  padding-left: 270px;
  padding-right: 0px;
}

body.lang-ar ul.pager li.pager-next,
body.lang-ar ul.pager li.page-item.next {
  right: inherit;
  left: 0;
}

body.lang-ar ul.pager li.pager-next:after,
body.lang-ar ul.pager li.page-item.next:after {
  left: inherit;
  right: 0px;
}

body.lang-ar ul.pager li.pager-next a:before,
body.lang-ar ul.pager li.page-item.next a:before {
  right: inherit;
  left: 0;
  padding-right: 0px;
  padding-left: 30px;
  background: url(../images/icon-btn-arrow-previous.svg) left center no-repeat;
}

body.lang-ar ul.pager li.pager-previous a,
body.lang-ar ul.pager li.page-item.prev a {
  right: inherit;
  left: 190px;
}

body.lang-ar ul.pager li.pager-previous a:before,
body.lang-ar ul.pager li.page-item.prev a:before {
  right: inherit;
  left: -45px;
  padding-left: 0px;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) right center no-repeat;
}

body.lang-ar .btn.default,
body.lang-ar .btn.primary,
body.lang-ar .btn.secondary {
  letter-spacing: initial;
}