@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: 1em 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  text-transform: uppercase;
  font-weight: 500;
}

.btn.nopad-left-right {
  padding: 1em 0;
}

.btn.default,
.btn.primary,
.btn.secondary {
  border: 1px #000000 solid;
  color: #000000;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  padding: 1em 2em;
}

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

.btn.default:focus,
.btn.primary:focus,
.btn.secondary:focus {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.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 #000000 solid;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

.btn.primary:focus {
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
}

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

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

.btn.secondary:focus {
  color: #ffffff;
  background-color: #ed8b00;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.28);
}

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

a.btn {
  text-transform: uppercase;
  color: #919fae;
}

a.btn:hover {
  color: #92b9e1;
}

.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;
  display: inline-block;
  padding: 1em 3.5em 1em 2.5em;
}

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

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

.btn-collapse[aria-expanded|="false"]::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/icon-arrow-down.svg) center center no-repeat;
}

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

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

.btn-collapse[aria-expanded|="true"]::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/icon-arrow-up.svg) center center no-repeat;
}

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: -webkit-inline-box;
  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 {
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}

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

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

.btn-collapsed::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/icon-arrow-down.svg) center center no-repeat;
}

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

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

.btn-collapsed.active::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  background: url(../images/icon-arrow-up.svg) center center no-repeat;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 0;
  background-color: #ee8b00;
  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;
}

.btn-icon:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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%;
  -webkit-transform: translate(-50%, 0%);
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  padding: 2em;
}

@media (max-width: 575px) {
  .popup-wrapper .share-card {
    padding: 1em;
  }
}

@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: 0px;
  }
}

.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: 1.5em 1.5em 4em 1.5em;
  padding: 0;
}

.popup-wrapper .share-card__cardbody p.date-type,
.popup-wrapper .share-card__cardbody .news-date {
  color: #f7941e;
  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;
}

.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.6em 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .popup-wrapper .share-card__cardbody .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popup-wrapper .share-card__cardbody .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

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

.popup-wrapper .share-card__cardbody a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.popup-wrapper .social-wrapper .colm-1 a,
.popup-wrapper .social-wrapper .colm-2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -1%;
  margin-right: -1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .ct-card-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.displayCard {
  margin: 1%;
  margin-bottom: 1em;
  width: calc(100% - 2%);
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 859px) {
  .displayCard {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

  .displayCard__image img {
    width: 100%;
  }
}

.displayCard__image img {
  width: 100%;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  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__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  padding: 28% 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: 220px;
    height: 100%;
    max-height: 220px;
  }
}

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

.displayCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 570px;
  width: 52%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #ffffff;
}

.displayCard__details:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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: 1.5em 1.5em 4em 1.5em;
}

.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #f7941e;
  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;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.6em 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

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

.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

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

.displayCard.video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.displayCard.video .displayCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

@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: 1.5em 1.5em 4em 1.5em;
}

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

.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.6em 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard.video .displayCard__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.displayCard.video .displayCard__details--body 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;
}

.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

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

.ct-card:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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;
  }
}

.ct-card__details {
  width: 100%;
}

.ct-card__details--body {
  background-color: #ffffff;
  padding: 1.5em 1.5em 4em 1.5em;
}

.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #f7941e;
  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;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.6em 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.ct-card__details--body 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;
}

.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

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

.ct-card__details a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

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

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

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

.ct-card__image img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  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: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}

.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  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;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  display: inline-block !important;
}

.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 30% 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 .ct-card {
  min-width: 31.33%;
  max-width: 32%;
  width: calc(100% / 3 - 6%);
}

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

@media (min-width: 575.99px) and (max-width: 767px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: 48%;
    max-width: 48%;
    width: calc(100% / 2 - 4%);
  }
}

.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: 1.5em 1.5em 4em 1.5em;
  padding-bottom: 3.5em;
}

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

.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.6em 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

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

.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: 1.5em;
  bottom: 1.5em;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  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: -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;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

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

.ct-card-group.colm-3 .ct-card .btn {
  left: 1.5em;
  bottom: 1.5em;
}

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

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

.path-videos .displayCard.video {
  margin-bottom: 30px;
}

.page-node-type-ct-video .displayCard.video {
  margin-bottom: -10px;
}

.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%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  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;
}

/**** Pager ****/
ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 35px 0 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .filter {
    -ms-flex-wrap: wrap;
    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"]::-webkit-input-placeholder,
.filter .form-group input[type="text"]::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

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

.filter .form-group input[type="search"]::-ms-input-placeholder,
.filter .form-group input[type="text"]::-ms-input-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 {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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;
}

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

.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 {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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;
  -webkit-transition: all ease 0.3s;
  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%;
}

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

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

::-ms-input-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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.1s;
  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;
  -webkit-transition: 0.5s;
  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%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(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"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}

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

input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-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 {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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 {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px 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: 16px;
}

.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;
  -webkit-transition: 0.2s ease-in;
  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;
  -webkit-transform: rotate(-90deg) translate(-50%, 0);
  transform: rotate(-90deg) translate(-50%, 0);
  -webkit-transform-origin: left top 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;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: 25px;
  }
}

.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: 70%;
  }
}

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

@media (max-width: 767px) {
  .row-col3-img {
    -ms-flex-wrap: wrap;
    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: -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;
}

@media (max-width: 767px) {
  .row-col2-img {
    -ms-flex-wrap: wrap;
    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;
}

/* Initially hide the more_text field */
.container.ct_fund_report_more_text_desktop,
.container.ct_fund_report_more_text_mobile {
  display: none;
}

.fund-reports-latest .displayCard {
  margin: 1% 2% 25px 2% !important;
}