/* button dimensions */
@font-face {
  font-family: 'Interstate-Light';
  src: url("fonts/Interstate-Light.woff2") format("woff2"), url("fonts/Interstate-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate-Regular';
  src: url("fonts/Interstate-Regular.woff2") format("woff2"), url("fonts/Interstate-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate-Bold';
  src: url("fonts/Interstate-Bold.woff2") format("woff2"), url("fonts/Interstate-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_DinarOneMedium';
  src: url("fonts/Interstate-Regular.woff2");
  /*rtl:url(../fonts/DinarOneMedium.eot)*/
}

@font-face {
  font-family: 'Conv_DinarOneMedium';
  src: url("fonts/Interstate-Regular.woff2");
  /*rtl:url(http://:/) format("No-IE-404"),url(../fonts/DinarOneMedium.ttf) format("truetype")*/
}

@font-face {
  font-family: 'lexiaregular';
  src: url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-regular-webfont.woff2) format("woff2"),url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lexiaitalic';
  src: url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-italic-webfont.woff2) format("woff2"),url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-italic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lexiabold_italic';
  src: url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-bolditalic-webfont.woff2) format("woff2"),url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-bolditalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lexiabold';
  src: url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-bold-webfont.woff2) format("woff2"),url(/sites/all/themes/whippy_new/css/banners/fonts/lexia-bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .hidden-xs-up {
      display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs-down {
      display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
      display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
      display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
      display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
      display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
      display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
      display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
      display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
      display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
      display: inline-block !important;
  }
}

@media print {
  .hidden-print {
      display: none !important;
  }
}

/*
Namespace : Mubadala
Team : Gopal, Felix, Biju
*/
/* ------------------------ 1. Generic styles ---------------------------*/
html, body {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  margin: 0;
  font-size: 16px;
  height: 100%;
}

html.home {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 1200px) {
  html.home {
    overflow-y: hidden;
  }
}

/* Commented to fix scroll horizontal scroll issue.*/
/* @media (max-width: 1024px) {
  html.home {
    overflow: auto;
  }
} */

body:lang(en) .nav-language .en {
  display: none;
}

body:lang(en) .nav-language .ar {
  display: block;
  font-size: 14px;
  margin-top: -5px;
  font-family: sans-serif;
}

@media (max-width: 991px) {
  body:lang(en) .nav-language .ar {
      margin-top: 0;
  }
}

body:lang(ar) .nav-language .en {
  display: block;
}

body:lang(ar) .nav-language .ar {
  display: none;
}

.slick-slide, .slick-slide:focus {
  outline: none !important;
}

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

.global-page svg path, .global-page svg polygon, .global-page svg rect {
  fill: inherit;
  stroke: inherit;
}

p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 15px;
}

.content li {
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #00b2a9;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

a:hover {
  color: #58c3bc;
}

a:active, a:focus, a:visited {
  text-decoration: none;
  outline: none;
  color: #00b2a9;
}

blockquote {
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#l-icon-svg {
  display: none;
}

bdo {
  direction: ltr;
  /* rtl: ltr */
}

.pp-section {
  top: 110px !important;
  height: calc(100% - 120px);
}

.pp-section.active {
  top: 72px !important;
}

#pp-nav {
  position: fixed;
  right: 24px;
  top: 50%;
  z-index: 7;
}

#pp-nav li {
  display: block;
  clear: both;
}

#pp-nav a {
  padding-bottom: 8px;
  padding-top: 8px;
  display: block;
  width: 13px;
  float: right;
  position: relative;
}

#pp-nav a:before {
  width: 13px;
  height: 1px;
  background: #FFF;
  overflow: hidden;
  top: 50%;
  position: absolute;
  right: 0;
  content: '';
  display: block;
  transition: width .5s;
}

.light-theme #pp-nav a:before {
  background: #555;
}

.dark-ourpeople #pp-nav a:before {
  background: #FFF !important;
}

.light-ourpeople #pp-nav a:before {
  background: #555 !important;
}

.no-theme #pp-nav a:before {
  background: #FFF;
}

#pp-nav a:focus, #pp-nav a:active, #pp-nav a:hover {
  outline: none;
}

#pp-nav a:hover {
  opacity: .8;
}

#pp-nav a.active:before {
  width: 24px;
  background: #00b2a9 !important;
}

[data-scrollbar] .scrollbar-track-y, [scrollbar] .scrollbar-track-y, scrollbar .scrollbar-track-y {
  background: rgba(222, 222, 222, 0.75);
}

.pp-tableCell > .field-collection-container {
  height: 100% !important;
}

#autocomplete {
  position: absolute;
  background: #fff;
  padding: 5px 0px 15px;
  border: solid 1px #ccc;
  z-index: 99999;
  width: 260px !important;
  margin-top: -1px;
}

#autocomplete .link {
  cursor: pointer;
}

#autocomplete ul {
  list-style: none;
  padding: 0 10px;
}

#autocomplete li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #efefef;
  font-size: 12px;
  cursor: pointer;
}

#autocomplete li:hover {
  color: #00b2a9 !important;
  font-weight: normal !important;
}

#autocomplete li.selected {
  color: #0067AC;
  font-weight: bold;
}

.search-info #autocomplete {
  top: 10px;
  left: 147px;
}

.scrollbar-track {
  background: none !important;
}

.scrollbar-thumb {
  background: #CCC !important;
  width: 3px !important;
}

.content-summary, .summary, .node-type-about .content-summary {
  border: 0;
}

.content-summary p, .summary p, .node-type-about .content-summary p {
  font-size: 18px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  line-height: 1.3;
  color: #00b2a9;
}

@media (max-width: 991px) {
  .content-summary p, .summary p, .node-type-about .content-summary p {
      font-size: 16px;
  }
}

.carousel .carousel-indicators {
  position: static;
  margin: 0;
  text-align: left;
}

.slick-slider ul.slick-dots li {
  border: 0;
  display: inline-block;
  height: 9px;
  /* margin: 0 5px 0 0; */
  padding: 0;
}

.slick-slider ul.slick-dots li button {
  background: #C6C6C6;
  border: 0;
  border-radius: 50%;
  height: 9px;
  overflow: hidden;
  outline: none;
  padding: 0;
  text-indent: -999em;
  width: 9px;
}

.slick-slider ul.slick-dots li.slick-active button {
  background: #00b2a9;
}

.js-popup-video .mfp-iframe-holder {
  padding: 100px;
}

@media (max-width: 1024px) {
  .js-popup-video .mfp-iframe-holder {
      padding: 60px;
  }
}

@media (max-width: 767px) {
  .js-popup-video .mfp-iframe-holder {
      padding: 40px;
  }
}

.js-popup-video .mfp-iframe-scaler {
  background: #000;
  padding-top: 56.25%;
}

.js-popup-video iframe {
  background: #000;
  position: absolute;
  height: 100%;
}

.js-popup-video .mfp-content {
  background: #000;
  line-height: 0;
  width: 100%;
  max-width: 900px;
  height: auto;
}

@media (max-width: 991px) {
  .js-popup-video .mfp-container {
      padding: 40px;
  }
}

@media (max-width: 767px) {
  .js-popup-video .mfp-container {
      padding: 20px;
  }
}

.scrollbar-track.scrollbar-track-x.show {
  display: none !important;
}

.scrollbar-thumb-x {
  display: none !important;
}

/* Style.css fixes */
.green-border {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.sector-tags > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

@media (max-width: 1200px) {
  .sector-tags > ul {
      width: 100%;
  }
}

@media (max-width: 600px) {
  .sector-tags > ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

.sector-tags > ul li {
  padding-right: 20px;
}

@media (max-width: 600px) {
  .sector-tags > ul li {
      padding: 20px;
      min-width: 50%;
  }
}

@media (max-width: 1024px) {
  .sector-tags > ul li {
      padding-right: 15px;
  }
}

.sector-tags > ul li a {
  display: block;
  width: 100%;
  position: relative;
}

.sector-tags > ul li a:hover img {
  opacity: 0;
}

.sector-tags > ul li a:hover img + img {
  opacity: 1;
}

.sector-tags > ul li a img {
  display: block;
  width: 100%;
  opacity: 1;
  max-width: 177px;
}

.sector-tags > ul li a img + img {
  position: absolute;
  top: 0;
  opacity: 0;
}

.sector-tags .green-border, .sector-tags .green-border > *, .accordian-listing .green-border, .accordian-listing .green-border > *, .related-links .green-border, .related-links .green-border > *, .wid-portfolio .wid-title .green-border, .wid-portfolio .wid-title .green-border > *, .content-list .green-border, .content-list .green-border > *, .news-with-logo.news-with-logo .green-border, .news-with-logo.news-with-logo .green-border > * {
  color: #414141;
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.sector-tags .green-border p, .accordian-listing .green-border p, .related-links .green-border p, .wid-portfolio .wid-title .green-border p, .content-list .green-border p, .news-with-logo.news-with-logo .green-border p {
  margin: 0;
}

.wid-portfolio.wid-portfolio.wid-portfolio .wid-title, .wid-portfolio.wid-portfolio.wid-portfolio .wid-title * {
  color: #414141;
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.group_sector_highlight .more, .news-with-logo.news-with-logo a.more {
  color: #00b2a9;
  font-weight: normal;
  font-size: 12px;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.group_sector_highlight .more:after, .news-with-logo.news-with-logo a.more:after {
  display: none;
}

.content-list .more {
  font-size: 12px;
}

.content-list .more:after, .content-list .more:hover:after {
  width: 14px;
  background-position: center;
}

.listing-summary .more:after {
  width: 14px;
  background-position: center;
}

.wid-portfolio > .title-field-alter {
  padding: 0;
  background: none;
}

.term-listing-heading h2 {
  font-size: 25px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.term-listing-heading .summary {
  border-top: 1px solid #00b2a9;
  border-bottom: 1px solid #00b2a9;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.wrap-docvideo strong + br {
  display: none;
}

.wrap-docvideo > ul {
  clear: both;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .wrap-docvideo li strong {
      display: block;
      min-height: 45px;
  }
}

.node-type-page .header__dropdown + .container-fluid {
  min-height: calc(100vh - 122px);
}

.contactus-landing.generic-form-elements form span.select:before {
  background-color: #FFF;
}

.accordian-listing .more:after, .accordian-listing .more:hover:after {
  background-position: center;
  width: 15px;
}

.more.ext-domain:after {
  display: none;
}

.pp-section.pp-table {
  table-layout: fixed;
}

[dir="rtl"] .ourpeople__slider, [dir="rtl"] .expertise__slider {
  direction: rtl;
}

[dir="rtl"] .slick-slide {
  float: right;
  direction: ltr;
}

.home .l-highlight .js-popup i.l-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  /* rtl: rotate(-180deg) */
  height: 10px;
  -webkit-transform-origin: center;
  transform-origin: center;
  /* rtl: left center */
}

a.l-more i.l-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  /* rtl: rotate(-180deg) translateX(-100%) */
  -webkit-transform-origin: center;
  transform-origin: center;
  /* rtl: left center */
  height: 16px;
}

table {
  margin: 0 0 20px;
  width: 100%;
}

td, th {
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  padding: 4px;
  vertical-align: top;
}

@media (min-width: 768px) {
  td, th {
      font-size: 13px;
      padding: 10px;
  }
}

tr:nth-child(even) td {
  background: #f6f6f7;
}

.content__list {
  padding-left: 30px;
  margin-bottom: 20px;
  list-style: disc;
}

[dir="rtl"] #stcpDiv {
  right: auto !important;
}

.l-btn {
  background: #00b2a9;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  padding: 16px 35px;
  letter-spacing: 1px;
  transition: .3s background-color;
  position: relative;
}

.l-btn-secondary {
  background: #fff;
  color: #00b2a9;
  border: 1px solid #00b2a9;
}

.l-btn:active, .l-btn:focus, .l-btn:visited {
  color: #FFF;
}

.l-btn-secondary:active, .l-btn-secondary:focus, .l-btn-secondary:visited {
  color: #00b2a9;
}

@media (max-width: 991px) {
  .l-btn {
      font-size: 11px;
  }
}

@media (max-width: 767px) {
  .l-btn {
      padding: 13px 23px;
  }
}

@media (max-width: 360px) {
  .l-btn {
      width: 100%;
  }
}

.home .l-btn {
  margin-top: 10px;
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .home .l-btn {
      margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .home .l-btn {
      margin-right: 15px;
  }
}

@media (max-width: 360px) {
  .home .l-btn {
      width: 100%;
  }
}

.l-btn:before, .l-btn:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.6s;
  box-sizing: border-box;
}

.l-btn:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.l-btn:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.l-btn:hover {
  color: #fff;
}

.l-btn-secondary:hover {
  border-color: #ccc;
  color: #00b2a9;
}

.l-btn:hover:before, .l-btn:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-btn i {
  display: inline-block;
  padding: 0 8px 0 15px;
  transition: all .3s ease;
}

.l-btn svg.l-icon {
  fill: #fff;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*rtl:translateY(-50%) rotate(180deg)*/
}

.l-more {
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  color: #00b2a9;
  position: relative;
  transition: all .3s ease;
}

.l-more i {
  padding-left: 5px;
  /*rtl: 5px*/
  transition: all .3s ease;
  position: relative;
  top: 2px;
}

.l-more svg.l-icon {
  fill: #00b2a9;
  transition: all .3s ease;
}

.l-more span {
  padding-left: 4px;
}

a.l-more:hover {
  color: #00b2a9;
}

a.l-more:hover i {
  padding-left: 18px;
  /*rtl: 18px*/
}

a.l-more:hover svg.l-icon {
  fill: #00b2a9;
}

.l-more-icon, .more {
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  color: #00b2a9;
  position: relative;
  transition: all .3s ease;
  word-spacing: 0;
  /*rtl:1px*/
}

.l-more-icon.progress-more-link  {
  display: block;
}

.l-more-icon:after, .more:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/icons-svg/icon-arrow-line-green.svg) no-repeat left top;
  position: relative;
  left: 5px;
  top: 3px;
  transition: all .3s ease;
  -webkit-transform: rotate(0deg);
  /*rtl:rotate(180deg); */
  transform: rotate(0deg);
  /*rtl:rotate(180deg); */
}

.l-more-icon:hover, .more:hover {
  color: #333F48;
}

.l-more-icon:hover:after, .more:hover:after {
  left: 18px;
  background: url(../images/icons-svg/icon-arrow-line.svg) no-repeat left top;
}

.more.back-event, .more.back-link {
  float: right;
}

.more.back-event:after, .more.back-link:after {
  float: left;
  left: -5px;
  top: 0;
  /*rtl:4px; */
  -webkit-transform: rotate(180deg);
  /*rtl:rotate(0deg); */
  transform: rotate(180deg);
  /*rtl:rotate(0deg); */
}

.more.back-event:hover:after, .more.back-link:hover:after {
  left: -18px;
}

.more.back-link {
  float: left;
  margin: 0 0 15px;
}

.l-btn-play {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: #000;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}

.l-btn-play i.l-icon {
  position: absolute;
  width: 9px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-btn-play svg.l-icon {
  fill: #fff;
  display: block;
  transition: all .3s ease;
}

.l-btn-play:hover {
  background: #FFF;
}

.l-btn-play:hover svg.l-icon {
  fill: #000;
}

.l-btn-play-icon {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: #000;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}

.l-btn-play-icon:before {
  content: "";
  background: url(../images/icons-svg/icon-play.svg) no-repeat left top;
  background-size: cover;
  position: absolute;
  width: 9px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-btn-play-icon:hover {
  background: #FFF;
}

.l-arrow {
  font-size: 0;
}

.l-arrow svg.l-icon {
  transition: all .3s ease;
  fill: #00b2a9;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: all .3s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  /*rtl:scaleX(-1)*/
}

.l-arrow:hover svg.l-icon {
  fill: #333F48;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
  /*rtl:scaleX(-1.2)*/
}

.slick-direction:before, .slick-direction:after {
  content: " ";
  display: table;
}

.slick-direction:after {
  clear: both;
}

.slick-arrow {
  height: 46px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.light .slick-arrow {
  border-color: #b2b3b2;
}

@media (max-width: 991px) {
  .slick-arrow {
      width: 45px;
      height: 35px;
  }
}

.slick-arrow i.l-icon {
  display: inline-block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  /*rtl:right center*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  /*rtl:translate(-50%, -50%) scale(-1)*/
}

.slick-arrow svg.l-icon {
  fill: #fff;
  transition: all .5s;
}

.slick-arrow:hover svg.l-icon {
  fill: #00b2a9;
}

.light .slick-arrow svg.l-icon {
  fill: #555;
  transition: all .5s;
}

.light .slick-arrow:hover svg.l-icon {
  fill: #00b2a9;
}

.slick-arrow.slick-prev i.l-icon {
  -webkit-transform: translate(-50%, -50%) scale(-1);
  transform: translate(-50%, -50%) scale(-1);
  /*rtl:translate(50%, -50%) scale(1)*/
}

.slick-arrow:hover {
  background: #FFF;
}

.slick-arrow:hover svg.l-icon {
  fill: #333F48;
}

.slick-arrow.slick-next {
  border-left: none;
}

.l-close {
  width: 20px;
  height: 20px;
}

.l-close svg.l-icon {
  stroke: #999;
}

.l-close svg.l-icon:hover {
  stroke: #fff;
}

.l-icon {
  display: inline-block;
}

.js-popup-video .mfp-close.mfp-close {
  width: 25px;
  height: 25px;
  font-size: 0;
  background: transparent;
  right: -25px;
  top: -5px;
  opacity: 1;
  transition: .3s background-color;
}

@media (max-width: 1024px) {
  .js-popup-video .mfp-close.mfp-close {
      right: 0;
      top: -25px;
  }
}

.js-popup-video .mfp-close.mfp-close:before {
  background: url(../images/icons-svg/icon-close-white.svg) no-repeat left top;
  content: "";
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .3s all;
}

.js-popup-video .mfp-close.mfp-close:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.btn-go {
  background: #00b2a9;
  border: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  padding: 3px 9px 2px;
  /*rtl:4px 9px 6px*/
  transition: background .5s;
}

.btn-go:hover {
  background: #999;
  transition: background .5s;
}

.btn-go.disabled {
  cursor: default;
  opacity: 0.5;
}

.btn-go.disabled:hover {
  background: #0068ac;
}

.search-results .btn-go {
  height: 29px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  font-weight: normal;
  line-height: 1;
}

h1 a, h1 a:active, h1 a:focus, h1 a:visited, h2 a, h2 a:active, h2 a:focus, h2 a:visited, h3 a, h3 a:active, h3 a:focus, h3 a:visited, h4 a, h4 a:active, h4 a:focus, h4 a:visited, h5 a, h5 a:active, h5 a:focus, h5 a:visited, h6 a, h6 a:active, h6 a:focus, h6 a:visited {
  color: #666;
}

h1 a:hover, h1 a:active:hover, h1 a:focus:hover, h1 a:visited:hover, h2 a:hover, h2 a:active:hover, h2 a:focus:hover, h2 a:visited:hover, h3 a:hover, h3 a:active:hover, h3 a:focus:hover, h3 a:visited:hover, h4 a:hover, h4 a:active:hover, h4 a:focus:hover, h4 a:visited:hover, h5 a:hover, h5 a:active:hover, h5 a:focus:hover, h5 a:visited:hover, h6 a:hover, h6 a:active:hover, h6 a:focus:hover, h6 a:visited:hover {
  color: #00b2a9;
}

h1 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h1 {
      font-size: 2.25rem;
      margin: 0 0 15px 0;
  }
}

h2 {
  font-size: 1.75rem;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h2 {
      font-size: 2.375rem;
      margin: 0 0 20px 0;
  }
}

h3 {
  font-size: 1rem;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h3 {
      font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.0625rem;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h4 {
      font-size: 1.125rem;
  }
}

h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h5 {
      font-size: 1rem;
  }
}

h6 {
  font-size: 0.75rem;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  h6 {
      font-size: 0.8125rem;
  }
}

.l-wrapper {
  overflow: hidden;
  background: #ccc;
  position: relative;
  height: 100%;
}

@media (max-width: 1024px) {
  .l-wrapper {
      height: auto;
      min-height: calc(100vh - 50px);
  }
}

.l-wrapper.l-wrapper.l-wrapper {
  height: calc(100vh - 120px);
}

@media (max-width: 1024px) {
  .l-wrapper.l-wrapper.l-wrapper {
      height: auto;
      min-height: calc(100vh - 50px);
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }
}

.pp-section .l-wrapper.l-wrapper.l-wrapper {
  height: 100%;
}

.l-content {
  position: relative;
  height: 100%;
  z-index: 2;
}

.l-content:before, .l-content:after {
  content: " ";
  display: table;
}

.l-content:after {
  clear: both;
}

section .l-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  section .l-content {
      display: block;
  }
}

.l-block {
  height: 100%;
}

.l-block:before, .l-block:after {
  content: " ";
  display: table;
}

.l-block:after {
  clear: both;
}

.l-tag {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  color: #00b2a9;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .5s;
}

@media (max-width: 991px) {
  .l-tag {
      font-size: 12px;
  }
}

.l-types {
  margin-bottom: 22px;
}

.l-types:before, .l-types:after {
  content: " ";
  display: table;
}

.l-types:after {
  clear: both;
}

.l-types li {
  position: relative;
  padding: 0 13px;
  float: left;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .l-types li {
      padding: 0;
      float: none;
  }
}

.l-types li:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #777675;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}

@media (max-width: 767px) {
  .l-types li:before {
      display: none;
  }
}

.l-types li a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  display: inline-block;
  position: relative;
  transition: all 1s;
}

@media (max-width: 767px) {
  .l-types li a {
      color: #fff;
      padding: 8px 0;
  }
}

.l-types li a:hover {
  color: #00b2a9;
}

@media (max-width: 991px) {
  .l-types li a {
      font-size: 12px;
  }
}

@media (max-width: 767px) {
  .l-types li a {
      font-size: 11px;
  }
}

.l-types li:first-child {
  padding-left: 0;
}

.l-types li:first-child:before {
  display: none;
}

.l-highlight {
  max-width: 755px;
}

.l-highlight h2 {
  font-size: 72px;
  color: #FFF;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  line-height: 1;
  /* rtl: 1.1 */
  transition: all .5s;
}

@media (max-width: 1700px) {
  .l-highlight h2 {
      font-size: 4.50vw;
  }
}

@media (max-width: 1400px) {
  .l-highlight h2 {
      font-size: 4.2vw;
  }
}

@media (max-width: 1024px) {
  .l-highlight h2 {
      font-size: 47px;
  }
}

@media (max-width: 991px) {
  .l-highlight h2 {
      font-size: 40px;
  }
}

.light .l-highlight h2 {
  color: #555;
}

.l-highlight .l-highlight__block {
  width: 100%;
}

.l-highlight p {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  font-size: 1.125rem;
  color: #FFF;
  margin-bottom: 27px;
  line-height: 1.6;
  transition: all .5s;
}

@media (max-width: 1400px) {
  .l-highlight p {
      margin-bottom: 15px;
      font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .l-highlight p {
      font-size: 16px;
  }
}

@media (max-width: 767px) {
  .l-highlight p {
      font-size: 14px;
  }
}

.light .l-highlight p {
  color: #555;
}

.l-highlight .name {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

.l-highlight .name span {
  display: block;
  font-size: 14px;
}

.l-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 54px 20px;
  z-index: 5;
  display: none;
}

@media (max-width: 1700px) {
  .l-popup {
      padding: 40px 20px;
  }
}

@media (max-width: 1024px) {
  .l-popup {
      position: fixed;
      z-index: 99999;
      padding: 70px 20px 40px;
  }
}

.l-popup .l-popup__overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.l-popup .l-popup__content {
  max-width: 1117px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 3;
}

@media (max-width: 1320px) {
  .l-popup .l-popup__content {
      max-width: none;
      padding: 0 80px;
  }
}

@media (max-width: 991px) {
  .l-popup .l-popup__content {
      padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .l-popup .l-popup__content {
      padding: 0;
  }
}

.l-popup .l-popup__content .overlay-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-popup .l-close {
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 3;
}

.l-popup .l-popup__video {
  display: none;
  max-width: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-popup .l-popup__picture {
  position: relative;
  width: 930px;
}

@media (max-width: 1440px) {
  .l-popup .l-popup__picture {
      width: 810px;
  }
}

@media (max-width: 1200px) {
  .l-popup .l-popup__picture {
      width: 670px;
  }
}

@media (max-width: 1024px) {
  .l-popup .l-popup__picture {
      width: 80%;
  }
}

.l-popup--youtube {
  display: none;
}

.l-popup--youtube .l-popup__content {
  max-width: 917px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.l-popup--youtube .l-popup__iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .l-popup--youtube .l-popup__iframe {
      margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .l-popup--youtube .l-popup__iframe {
      margin-top: 0;
  }
}

.l-popup--youtube .l-popup__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-title, .node-investors h1, .node-financial-report h1 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .l-title, .node-investors h1, .node-financial-report h1 {
      font-size: 2.1875rem;
      margin: 0 0 35px;
  }
}

@media (min-width: 1200px) {
  .l-title, .node-investors h1, .node-financial-report h1 {
      font-size: 3.4375rem;
  }
}

@media (max-width: 1024px) {
  .is-fixed {
      position: fixed;
      height: 100%;
      overflow: hidden;
      width: 100%;
  }
}

.light .l-name, .light .mub.expertise a.expertise__name, .mub.expertise .light a.expertise__name {
  color: rgba(85, 85, 85, 0.6);
}

.light .l-name a, .light .mub.expertise a.expertise__name a, .mub.expertise .light a.expertise__name a {
  color: rgba(85, 85, 85, 0.6);
}

.light .l-name a:hover, .light .mub.expertise a.expertise__name a:hover, .mub.expertise .light a.expertise__name a:hover {
  color: #00b2a9;
}

.light .l-name p, .light .mub.expertise a.expertise__name p, .mub.expertise .light a.expertise__name p {
  color: rgba(85, 85, 85, 0.6);
}

.l-name, .mub.expertise a.expertise__name {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 24px;
  top: 30px;
  z-index: 2;
}

@media (max-width: 1440px) {
  .l-name, .mub.expertise a.expertise__name {
      font-size: 12px;
  }
}

.l-name a, .mub.expertise a.expertise__name a {
  color: rgba(255, 255, 255, 0.9);
}

.l-name a:hover, .mub.expertise a.expertise__name a:hover {
  color: #00b2a9;
}

.l-name p, .mub.expertise a.expertise__name p {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.l-cover {
  background-position: center;
  background-size: cover;
}

.mub.header {
  height: 72px;
  background: #FFF;
  border-bottom: 1px solid #dadada;
  padding: 0 22px;
  z-index: 6;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 1024px) {
  .mub.header {
      z-index: 9999;
      position: fixed;
      top: 0;
      height: 50px;
      font-size: 12px;
  }
}

@media (max-width: 375px) {
  .mub.header {
      padding: 0 18px;
  }
}

.mub.header .logo, .mub.header .header__nav, .mub.header .nav-language, .mub.header .searchbox, .mub.header .header__nav li, .mub.header .header__nav li a {
  height: 100%;
}

.mub.header .header__search {
  min-width: 20px;
  position: relative;
}

.mub.header .header__search input[type="button"], .mub.header .header__search input[type="submit"] {
  position: relative;
  z-index: 2;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: none;
  line-height: 0;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/icon-search.svg) no-repeat right top;
}

.mub.header .header__search input[type="button"]:focus, .mub.header .header__search input[type="button"]:active, .mub.header .header__search input[type="button"]:visited, .mub.header .header__search input[type="button"]:hover, .mub.header .header__search input[type="submit"]:focus, .mub.header .header__search input[type="submit"]:active, .mub.header .header__search input[type="submit"]:visited, .mub.header .header__search input[type="submit"]:hover {
  box-shadow: none;
  outline: none;
}

.mub.header .header__search input[type="text"] {
  width: 0;
  height: 28px;
  opacity: 0;
  position: absolute;
  top: -4px;
  right: 25px;
  z-index: 999;
  border: 1px solid #CCC;
  outline: none;
  box-shadow: none;
  transition: width .5s ease, opacity .35s .15s ease;
  padding: 0;
}

.mub.header .header__search input[type="text"]:focus, .mub.header .header__search input[type="text"]:active, .mub.header .header__search input[type="text"]:visited, .mub.header .header__search input[type="text"]:hover {
  box-shadow: none;
  outline: none;
}

.mub.header .header__search.is-open input[type="text"] {
  width: 365px;
  padding: 5px;
  opacity: 1;
  transition: width .5s ease, opacity .25s ease;
}

@media (max-width: 1024px) {
  .mub.header .header__search.is-open input[type="text"] {
      width: 280px;
  }
}

@media (max-width: 767px) {
  .mub.header .header__search.is-open input[type="text"] {
      width: 200px;
  }
}

.mub.header .header__search span.element-invisible {
  display: none;
}

.mub.header .header__nav ul, .mub.header .nav-language, .mub.header .header__nav li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .mub.header .header__nav ul, .mub.header .nav-language, .mub.header .header__nav li a {
      display: block;
      height: auto;
      float: none;
  }
}

.mub.header .nav-language {
  margin-right: 45px;
}

@media (max-width: 1200px) {
  .mub.header .nav-language {
      margin-right: 20px;
  }
}

@media (max-width: 540px) {
  .mub.header .nav-language {
      margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .mub.header .nav-language .ar a {
      background-image: url(../images/ar_btn.png);
  }

  .mub.header .nav-language a {
      display: inline-block;
      width: 20px;
      height: 20px;
      overflow: hidden;
      font-size: 0;
      text-indent: -999px;
      vertical-align: middle;
      background-image: url(../images/en_btn.png);
      background-size: contain;
  }
}

.mub.header .logo {
  min-width: 19%;
  margin: 0;
}

@media (max-width: 991px) {
  .mub.header .logo {
      -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
      flex: 1 auto;
  }
}

.mub.header .logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .mub.header .logo img {
      max-width: 220px;
      width: 220px;
  }
}

@media (max-width: 375px) {
  .mub.header .logo img {
      max-width: 200px;
      width: 200px;
  }
}

@media (max-width: 360px) {
  .mub.header .logo img {
      max-width: 170px;
      width: 170px;
  }
}

.mub.header .header__nav {
  min-width: calc(81% - 90px);
  /*rtl:calc(81% - 122px);*/
  padding-left: 5vw;
}

@media (max-width: 1100px) {
  .mub.header .header__nav {
      padding-left: 3vw;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mub.header .header__nav {
      min-width: calc(81% - 165px) \9;
      padding-left: 30px\9;
  }
}

@media (max-width: 767px) {
  .mub.header .header__nav {
      overflow-y: scroll;
  }
}

@media (max-width: 991px) {
  .mub.header .header__nav {
      padding-left: 0;
      width: 200px;
      min-width: 200px;
      background: #FFF;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 9999;
      -webkit-transform: translateX(-200px);
      transform: translateX(-200px);
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
  }
}

@media (max-width: 991px) and (max-width: 600px) {
  .mub.header .header__nav {
      width: 160px;
      min-width: 160px;
      -webkit-transform: translateX(-180px);
      transform: translateX(-180px);
  }
}

@media (max-width: 991px) {
  .mub.header .header__nav.is-open {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}

.mub.header .header__nav li {
  display: block;
}

.mub.header .header__nav li a.active-trail {
  color: #00b2a9;
}

.mub.header .nav-primary {
  float: left;
}

.mub.header .nav-primary li {
  margin-right: 40px;
}

@media (max-width: 1280px) {
  .mub.header .nav-primary li {
      margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .mub.header .nav-primary li {
      margin-right: 22px;
  }
}

@media (max-width: 991px) {
  .mub.header .nav-primary li {
      margin-right: 0;
      border-top: 1px solid #ccc;
  }

  .mub.header .nav-primary li:first-child {
      border: none;
  }
}

.mub.header .nav-primary li a.active, .mub.header .nav-primary li a.active-trail {
  color: #00b2a9;
}

.mub.header .nav-primary a {
  color: #5a5a5a;
  position: relative;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: border-color .3s ease-in, color .3s;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a {
      padding: 10px 30px;
      border: none;
  }
}

@media (max-width: 600px) {
  .mub.header .nav-primary a {
      padding: 10px 20px;
  }
}

.mub.header .nav-primary a:hover {
  color: #00b2a9;
  border-bottom: 5px solid #00b2a9;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a:hover {
      border: none;
  }
}

.mub.header .nav-primary a:after {
  content: "";
  width: 8px;
  height: 4px;
  background: url(../images/down-arrow.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a:after {
      -webkit-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
      right: 30px;
  }
}

.mub.header .nav-primary a.is-dropdown {
  padding-right: 18px;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a.is-dropdown {
      padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .mub.header .nav-primary a.is-dropdown {
      padding-right: 20px;
  }
}

.mub.header .nav-primary a.is-dropdown:after {
  display: block;
}

.mub.header .nav-primary a.is-dropdown.is-active {
  color: #00b2a9;
  border-bottom: 5px solid #00b2a9;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a.is-dropdown.is-active {
      border: none;
  }
}

.mub.header .nav-primary a.is-dropdown.is-active:after {
  background-image: url(../images/down-arrow-blue.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .mub.header .nav-primary a.is-dropdown.is-active:after {
      -webkit-transform: translateY(-50%) scaleY(1) rotate(90deg);
      transform: translateY(-50%) scaleY(1) rotate(90deg);
  }
}

.mub.header .nav-primary a.is-dropdown:hover {
  color: #00b2a9;
  border-bottom: 5px solid #00b2a9;
}

@media (max-width: 991px) {
  .mub.header .nav-primary a.is-dropdown:hover {
      border: none;
  }
}

.mub.header .nav-primary a.is-dropdown:hover:after {
  background-image: url(../images/down-arrow-blue.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .mub.header .nav-primary a.is-dropdown:hover:after {
      -webkit-transform: translateY(-50%) scaleY(1) rotate(90deg);
      transform: translateY(-50%) scaleY(1) rotate(90deg);
  }
}

.mub.header .nav-secondary {
  font-size: 11px;
  float: right;
}

@media (max-width: 767px) {
  .mub.header .nav-secondary {
      padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mub.header .nav-secondary {
      font-size: 13px;
  }
}

.mub.header .nav-secondary li {
  margin-right: 45px;
}

@media (max-width: 1200px) {
  .mub.header .nav-secondary li {
      margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .mub.header .nav-secondary li {
      margin-right: 0;
      border-top: 1px solid #ccc;
  }
}

.mub.header .nav-secondary a {
  color: #999;
}

@media (max-width: 991px) {
  .mub.header .nav-secondary a {
      padding: 10px 30px;
      border: none;
  }
}

@media (max-width: 600px) {
  .mub.header .nav-secondary a {
      padding: 10px 20px;
  }
}

.mub.header .nav-secondary a:hover {
  color: #00b2a9;
}

@media (max-width: 991px) {
  .mub.header .nav-secondary a:hover {
      border: none;
      color: #00b2a9;
  }
}

.mub.header .nav-secondary a.active {
  color: #00b2a9;
}

.mub.header .nav-language li.active {
  display: none;
}

.mub.header .nav-language span {
  position: relative;
  top: -4px;
}

.mub.header .nav-language a {
  color: #999;
  font-weight: bold;
}

.mub.header .nav-language a:hover {
  color: #00b2a9;
}

.mub.header .nav-language.ar a {
  position: relative;
  top: -3px;
  font-size: 14px;
}

.mub.header .header__burger {
  display: none;
}

@media (max-width: 991px) {
  .mub.header .header__burger {
      display: block;
      margin-left: 20px;
  }
}

@media (max-width: 375px) {
  .mub.header .header__burger {
      margin-left: 15px;
  }
}

.mub.header .header__burger button {
  border-radius: 50%;
  border: 0;
  background: #FFF;
  display: block;
  width: 28px;
  height: 27px;
  padding: 0;
}

.mub.header .header__burger button:active, .mub.header .header__burger button:focus, .mub.header .header__burger button:hover, .mub.header .header__burger button:visited {
  box-shadow: none;
  outline: none;
}

.mub.header .header__burger .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 1px;
  background: #5a5a5a;
}

.mub.header .header__burger .icon-bar + .icon-bar {
  margin-top: 4px;
}

.mub.header .header__overlay {
  display: none;
}

@media (max-width: 991px) {
  .mub.header .header__overlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 999;
  }
}

.header__dropdown {
  position: relative;
  z-index: 999999;
  clear: both;
  top: -1px;
}

@media (max-width: 1024px) {
  .header__dropdown {
      top: 50px;
      transition: all 1s;
  }
}

@media (min-width: 991px) {
  .header__dropdown .l-close {
      display: none !important;
  }
}

@media (max-width: 991px) {
  .header__dropdown {
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      right: 0;
      overflow: auto;
      width: 0;
      -webkit-transform: translateX(200px);
      transform: translateX(200px);
      transition: all .5s;
      background: #f6f6f6;
  }

  .header__dropdown.is-active {
      width: 400px;
      transition: opacity .5s;
  }

  .header__dropdown.is-active .l-close {
      display: block;
  }
}

@media (max-width: 991px) and (max-width: 600px) {
  .header__dropdown.is-active {
      -webkit-transform: translateX(160px);
      transform: translateX(160px);
      right: 160px;
      width: auto;
  }
}

@media (max-width: 991px) and (max-width: 420px) {
  .header__dropdown.is-active {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      right: 0;
  }
}

.header__dropdown .l-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.header__dropdown .l-close:hover svg.l-icon {
  stroke: #333;
}

.wrap-footer {
  background: #111;
  clear: both;
  color: #666;
}

.home .wrap-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

@media (max-width: 1024px) {
  .home .wrap-footer {
      position: relative;
  }
}

.wrap-footer a {
  color: #666;
}

.wrap-footer a:hover {
  color: #ccc;
}

.footer {
  position: relative;
  margin: 0 auto;
}

.footer .footer-top {
  overflow: auto;
  padding: 10px 10px 60px;
  position: relative;
}

@media (min-width: 576px) {
  .footer .footer-top {
      padding: 10px;
  }
}

@media (min-width: 768px) {
  .footer .footer-top {
      padding: 0;
  }
}

@media (min-width: 992px) {
  .footer .footer-top {
      padding-right: 120px;
  }
}

.footer .container-fluid {
  padding: 0;
}

@media (min-width: 768px) {
  .footer .container-fluid {
      padding-left: 10px;
  }
}

.footer .container-fluid .row {
  margin: 0;
}

.footer div.copyright {
  border-bottom: 1px solid #3d3b3a;
  float: left;
  display: table;
  width: 100%;
  max-width: 50%;
  text-align: center;
}

@media (min-width: 576px) {
  .footer div.copyright {
      text-align: left;
  }
}

.footer div.copyright p {
  display: table-cell;
  padding-top: 16px;
  font-size: 12px;
  padding: 0;
  vertical-align: middle;
  height: 50px;
  line-height: 15px;
}

@media (min-width: 576px) {
  .footer div.copyright {
      border: 0;
  }
}

@media (max-width: 991px) {
  .footer div.copyright {
      max-width: 100%;
      padding: 0 8px 0 0;
  }
}

.nav-social {
  float: left;
  width: 100%;
}

@media (min-width: 576px) {
  .nav-social {
      width: auto;
  }
}

@media (min-width: 992px) {
  .nav-social {
      float: right;
  }
}

.nav-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1px 8px 0;
  margin-top: 1px;
  text-align: center;
}

@media (min-width: 576px) {
  .nav-social ul {
      text-align: left;
  }
}

@media (min-width: 992px) {
  .nav-social ul {
      padding: 8px 8px 0;
  }
}

.nav-social ul li {
  height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 24px;
}

@media (min-width: 992px) {
  .nav-social ul li {
      margin-right: 5px;
  }
}

.nav-social ul li a {
  display: inline-block;
  fill: #787777;
  width: 24px;
  text-align: center;
  height: 24px;
}

.nav-social ul li a:hover {
  fill: #999;
}

.nav-social ul li a span {
  display: none;
}

.nav-social ul li .l-icon {
  vertical-align: middle;
}

.nav-social ul li.last:before {
  display: none;
}

.nav-footer {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
}

.nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.nav-footer ul li:first-child a {
  padding-left: 0;
}

.nav-footer a {
  color: #666;
  padding: 8px 12px;
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}

.nav-footer a:hover, .nav-footer a.active-trail {
  color: #ccc;
}

@media (min-width: 576px) {
  .nav-footer {
      clear: both;
      width: auto;
      margin: 0 15px 0 0;
      text-align: left;
  }
}

@media (min-width: 992px) {
  .nav-footer {
      clear: none;
      float: right;
      margin: 8px 15px 0;
  }
}

.sitemap-menu {
  float: left;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  min-width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .sitemap-menu {
      min-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .sitemap-menu {
      min-width: 50%;
      width: 50%;
  }
}

@media (max-width: 520px) {
  .sitemap-menu {
      width: 100%;
  }
}

.sitemap-menu > .menu > .first > a {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  display: block;
  font-family: "Interstate-Regular", sans-serif;
  /*rtl:'Conv_DinarOneMedium', Tahoma, Sans-Serif*/
  width: 95px;
  font-weight: normal;
  /*rtl:bold*/
}

.sitemap-menu > .menu > .first > a:hover, .sitemap-menu > .menu > .first > a.active {
  color: #ccc;
}

.sitemap-menu.region-based {
  padding: 20px 20px 0;
  width: 200px;
  min-width: 200px;
}

@media (min-width: 992px) {
  .sitemap-menu.region-based {
      position: absolute;
      right: 40px;
      padding-right: 0;
      top: 0;
  }
}

@media (max-width: 991px) {
  .sitemap-menu.region-based {
      width: 100%;
      min-width: 100%;
  }
}

.group-menu-one {
  float: left;
  padding-right: 15px;
}

.group-menu-one .sitemap-menu {
  width: 100%;
}

.sitemap-wrap {
  width: 100%;
  background: #1e1e1e;
  font-size: 12px;
  float: left;
  position: relative;
  display: none;
  visibility: visible;
  overflow: hidden;
  padding: 23px 0;
}

.sitemap-wrap ul li ul {
  margin-left: 95px;
  border-left: 1px solid #3d3b3a;
  padding-left: 15px;
  padding-bottom: 30px;
  margin-top: -15px;
}

.sitemap-wrap ul li ul li {
  line-height: 15px;
  margin: 0 0 5px;
}

.sitemap-wrap ul li ul li a {
  color: #666;
  font-size: 13px;
  padding: 2px 0;
}

.sitemap-wrap ul li ul li a:hover {
  color: #ccc;
}

.sitemap-wrap ul li ul li a.active {
  color: #00b2a9;
}

.sitemap-wrap ul li ul li a.ext-domain {
  background: none;
}

.locale-footer-widget {
  float: right;
  width: 100%;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .locale-footer-widget {
      text-align: left;
  }
}

.locale-footer-widget .view-header {
  font-weight: bold;
}

.locale-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locale-footer-widget ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 992px) {
  .locale-footer-widget ul li {
      float: left;
  }
}

.locale-footer-widget ul li:last-child {
  margin-right: 0px;
}

.locale-footer-widget ul li:hover span {
  display: inline;
}

.locale-footer-widget ul li span {
  padding: 10px 10px 5px 10px;
  position: absolute;
  text-align: center;
  background: url(../images/bg-tooltip.png) no-repeat 50% 0;
  color: #FFF;
  z-index: 9999;
  top: 25px;
  left: 0;
  margin-left: -30px;
  width: 90px;
  display: none;
}

.locale-footer-widget ul img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.locale-footer-widget ul li:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

.locale-footer-widget p {
  font-size: 13px;
  line-height: 17px;
}

.toggle-sitemap {
  background: #1e1e1e;
  bottom: 0;
  left: 10px;
  padding: 15px;
  position: absolute;
  color: #666;
  right: 10px;
  text-transform: capitalize;
  text-align: center;
  outline: none;
  font-size: 14px;
}

.toggle-sitemap:hover {
  color: #ccc;
}

.toggle-sitemap:after {
  content: "+";
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
}

.toggle-sitemap.is-expanded {
  color: #ccc;
}

.toggle-sitemap.is-expanded:after {
  content: "-";
}

@media (min-width: 576px) {
  .toggle-sitemap {
      left: auto;
  }
}

@media (min-width: 1200px) {
  .toggle-sitemap {
      top: 0;
  }
}

.masonry-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 235px;
}

@media (max-width: 767px) {
  .masonry-wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .masonry-wrapper {
      padding-right: 0;
  }
}

/*@import start*/
.node-type-about p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .node-type-about p {
      font-size: 14px;
  }
}

.about-video {
  clear: both;
  margin: 0 0 30px;
}

.about-video h3 {
  color: #333F48;
  font-size: 22px;
}

@media (max-width: 767px) {
  .about-video h3 {
      font-size: 20px;
  }
}

.about-video p {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .about-video p {
      font-size: 14px;
  }
}

.about-video .youtube-video {
  position: relative;
}

.about-video span.play {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: 35px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
}

@media (min-width: 992px) {
  .about-video span.play {
      height: 55px;
      width: 55px;
  }
}

.about-video span.play i {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-video span.play .l-icon {
  fill: #fff;
  display: block;
  height: 15px;
  width: 15px;
}

@media (min-width: 768px) {
  .about-video span.play .l-icon {
      height: 21px;
      width: 24px;
  }
}

.about-video span.play .l-icon svg {
  opacity: .7;
}

.bod-featured > .node-leadership > .profile-image {
  padding-top: 0;
  margin: 0 0 15px;
  display: block;
}

.bod-featured > .node-leadership > .profile-image > a {
  padding: 0 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .bod-featured > .node-leadership > .profile-image > a {
      padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .bod-featured > .node-leadership > .profile-image > a {
      padding: 0 20px;
  }
}

@media (max-width: 540px) {
  .bod-featured > .node-leadership > .profile-image > a {
      display: block;
      overflow: hidden;
  }
}

.bod-featured > .node-leadership > .profile-image .profile-image {
  margin: 0;
  width: auto;
  padding: 50px 50px 0 0;
  display: block;
}

@media (max-width: 1200px) {
  .bod-featured > .node-leadership > .profile-image .profile-image {
      padding: 50px 0 0 0;
  }
}

@media (max-width: 991px) {
  .bod-featured > .node-leadership > .profile-image .profile-image {
      padding: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .bod-featured > .node-leadership > .profile-image .profile-image {
      padding: 20px 0 0 0;
  }
}

@media (max-width: 540px) {
  .bod-featured > .node-leadership > .profile-image .profile-image {
      text-align: center;
  }
}

@media (max-width: 540px) {
  .bod-featured > .node-leadership > .profile-image .profile-image img {
      float: none;
  }
}

.bod-featured > .node-leadership > .profile-image .details {
  float: none;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 540px) {
  .bod-featured > .node-leadership > .profile-image .details {
      text-align: center;
  }
}

@media (min-width: 992px) {
  .bod-featured > .node-leadership > .profile-image .details {
      display: block;
      float: left;
      width: 60%;
  }
}

@media (min-width: 992px) {
  .bod-featured > .node-leadership > .profile-image .details:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 1px;
  }
}

@media (min-width: 992px) {
  .bod-featured > .node-leadership > .profile-image .details .details-wrap {
      display: inline-block;
      vertical-align: middle;
      width: 98%;
  }
}

.bod-featured > .node-leadership > .profile-image .details .field-item {
  font-size: 1.125rem;
  color: #333F48;
  margin-bottom: 13px;
}

.bod-featured > .node-leadership > .profile-image .details h4 {
  font-size: 1.5rem;
  color: #333F48;
}

.bod-members .profile-image:hover .profile--in {
  opacity: 1;
}

.bod-members .profile-image .profile--in {
  width: 20px;
  height: 20px;
  background: url(../images/icon-linkedin.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  font-size: 0;
  opacity: 0;
}

.breadcrumb {
  margin: 0 0 30px;
  padding: 0;
}

.breadcrumb ol {
  margin: 0;
}

.breadcrumb li {
  border-right: 1px solid #dadada;
  padding: 12px 15px 0 12px;
  font-size: 10px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  text-transform: uppercase;
  color: #999;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li:last-child {
  border: 0;
}

.breadcrumb li.last {
  color: #333;
}

.breadcrumb a {
  color: #999;
  display: inline-block;
}

.breadcrumb a:hover {
  color: #666;
}

.breadcrumb-footer {
  margin: 10px 0 0;
  border: 0;
}

.breadcrumb-footer .breadcrumb {
  border: 0;
  margin-bottom: 0;
}

.breadcrumb-footer .breadcrumb li {
  padding: 0 15px 12px 12px;
}

/* discovery starts here */
.mub.discovery {
  background-repeat: no-repeat;
  background-size: cover;
}

.mub.discovery .discovery__wrap {
  padding: 0 120px;
}

@media (max-width: 1024px) {
  .mub.discovery .discovery__wrap {
      padding: 60px 80px;
  }
}

@media (max-width: 991px) {
  .mub.discovery .discovery__wrap {
      padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .mub.discovery .discovery__wrap {
      padding: 60px 20px;
  }
}

.mub.discovery .l-content {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .mub.discovery .l-content {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media (max-width: 767px) {
  .mub.discovery .l-content {
      width: 100%;
  }
}

.mub.discovery .l-highlight {
  position: relative;
  max-width: 50vw;
  width: 50%;
  padding-right: 40px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1024px) {
  .mub.discovery .l-highlight {
      width: auto;
      max-width: 755px;
      padding-right: 0;
  }
}

.mub.discovery .discovery__details {
  padding-right: 6vw;
}

@media (max-width: 1200px) {
  .mub.discovery .discovery__details {
      padding-right: 8vw;
  }
}

@media (max-width: 991px) {
  .mub.discovery .discovery__details {
      padding-right: 0;
  }
}

.mub.discovery .discovery__globe {
  position: relative;
  padding: 30px 0;
}

@media (max-width: 991px) {
  .mub.discovery .discovery__globe {
      width: 100%;
      padding-top: 40px;
      padding: 40px 0 0;
  }
}

@media (max-width: 1200px) {
  .mub.discovery .discovery__btns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media (max-width: 991px) {
  .mub.discovery .discovery__btns {
      display: block;
  }
}

/* discovery ends here */
/* expertise starts here */
.mub.expertise {
  position: relative;
  background: #000;
}

@media (max-width: 1024px) {
  .mub.expertise {
      padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .light .mub.expertise {
      background: #FFF;
  }
}

.mub.expertise .expertise__slider {
  height: 100%;
}

.mub.expertise .expertise__slider .l-btn {
  margin-bottom: 20px;
}

.mub.expertise .expertise__slider > .field-collection-container {
  height: 100%;
}

.mub.expertise .expertise__slider ul {
  height: 100%;
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__slider ul {
      width: 100vw;
  }
}

.mub.expertise .expertise__slider li {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.mub.expertise .expertise__slider .slick-slide {
  min-height: 100vh;
  position: relative;
}

.mub.expertise .expertise__slider .slick-slide:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.light .mub.expertise .expertise__slider .slick-slide:after {
  background: rgba(255, 255, 255, 0.75);
}

@media (max-width: 991px) {
  .mub.expertise .expertise__slider .slick-slide:after {
      display: block;
  }
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__slider .slick-slide {
      height: auto;
      padding-bottom: 400px;
  }
}

@media (max-width: 767px) {
  .mub.expertise .expertise__slider .slick-slide {
      padding-top: 80px;
      padding-bottom: 220px;
  }
}

@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .mub.expertise .expertise__slider .slick-slide {
      padding-top: 0px;
      padding-bottom: 140px;
  }
}

.mub.expertise a.expertise__name {
  position: absolute;
  top: 45px;
  right: 40px;
  text-align: right;
  z-index: 9;
}

@media (max-width: 1200px) {
  .mub.expertise a.expertise__name {
      top: 20px;
      right: 20px;
  }
}

.mub.expertise a.expertise__name:hover {
  color: #00b2a9;
}

.mub.expertise .slick-slide .expertise__content {
  transition: all .5s;
  opacity: 0;
}

.mub.expertise .slick-current .expertise__content {
  opacity: 1;
}

.mub.expertise .expertise__content {
  padding: 0 0 0 120px;
  position: relative;
  height: calc(100vh - 122px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}

@media screen and (max-device-width: 750px) and (orientation: landscape) {
  .mub.expertise .expertise__content {
      height: auto;
  }
}

@media (max-width: 1200px) {
  .mub.expertise .expertise__content {
      padding-top: 20px;
  }
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__content {
      padding: 60px 80px 0;
  }
}

@media (max-width: 991px) {
  .mub.expertise .expertise__content {
      padding: 60px 40px 0;
  }
}

@media (max-width: 767px) {
  .mub.expertise .expertise__content {
      padding: 60px 20px 0;
  }
}

.mub.expertise .l-tag {
  display: none;
}

.mub.expertise .l-highlight {
  position: relative;
  text-align: left;
}

@media (max-width: 1024px) {
  .mub.expertise .l-highlight {
      padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .mub.expertise .l-highlight {
      padding-top: 0;
  }
}

.mub.expertise .l-highlight p {
  margin-bottom: 1vh;
}

.mub.expertise .l-highlight .l-tag {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  color: #fff;
  transition: all .5s;
}

.light .mub.expertise .l-highlight .l-tag {
  color: #555;
}

.mub.expertise .l-highlight .l-more {
  display: inline-block;
  margin-bottom: 3vh;
  color: #FFF;
  transition: all .5s;
}

.mub.expertise .l-highlight .l-more svg.l-icon {
  fill: #fff;
  transition: all .5s;
}

.mub.expertise .l-highlight .l-more:hover {
  color: #00b2a9;
}

.mub.expertise .l-highlight .l-more:hover svg.l-icon {
  fill: #00b2a9;
}

.light .mub.expertise .l-highlight .l-more {
  color: #555;
  transition: all .5s;
}

.light .mub.expertise .l-highlight .l-more svg.l-icon {
  fill: #555;
}

.light .mub.expertise .l-highlight .l-more:hover {
  color: #00b2a9;
}

.light .mub.expertise .l-highlight .l-more:hover svg.l-icon {
  fill: #00b2a9;
}

.mub.expertise .expertise__bottom {
  padding: 0 20px 30px 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mub.expertise .expertise__partners:before, .mub.expertise .expertise__partners:after {
  content: " ";
  display: table;
}

.mub.expertise .expertise__partners:after {
  clear: both;
}

.mub.expertise .expertise__partners h3 {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 1rem;
  color: #FFF;
  text-align: left;
  margin-bottom: 15px;
  transition: all .5s;
}

.light .mub.expertise .expertise__partners h3 {
  color: #333;
}

.mub.expertise .expertise__logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .5s;
}

@media (max-width: 360px) {
  .mub.expertise .expertise__logos {
      display: block;
  }
}

.mub.expertise .expertise__logos ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mub.expertise .expertise__logos li {
  display: inline-block;
  margin-right: 22px;
  width: auto;
  height: auto;
}

.mub.expertise .expertise__logos .l-more {
  white-space: nowrap;
}

.mub.expertise .expertise__logos .l-more i {
  padding-left: 15px;
}

.mub.expertise .expertise__logos .l-more:hover {
  color: #00b2a9;
}

.mub.expertise .expertise__logos .l-more:hover svg.l-icon {
  fill: #00b2a9;
}

.mub.expertise .slick-direction {
  padding-left: 120px;
  position: absolute;
  bottom: 110px;
  left: 0;
  margin-bottom: 35px;
  z-index: 3;
}

@media (max-width: 1200px) {
  .mub.expertise .slick-direction {
      margin-bottom: 25px;
  }
}

@media (max-height: 750px) {
  .mub.expertise .slick-direction {
      margin-bottom: 20px;
  }
}

.ie10 .mub.expertise .slick-direction {
  bottom: 0;
}

.mub.expertise .slick-direction .slick-arrow + a {
  border-left: none;
}

@media (max-width: 1024px) {
  .mub.expertise .slick-direction {
      padding-left: 80px;
      position: absolute;
      bottom: 355px;
      z-index: 2;
  }
}

@media (max-width: 991px) {
  .mub.expertise .slick-direction {
      padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .mub.expertise .slick-direction {
      bottom: 75px;
      padding-left: 20px;
  }
}

.mub.expertise .expertise__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.mub.expertise .expertise__items:before, .mub.expertise .expertise__items:after {
  content: " ";
  display: table;
}

.mub.expertise .expertise__items:after {
  clear: both;
}

@media (max-width: 540px) {
  .mub.expertise .expertise__items {
      display: block;
  }
}

.mub.expertise .expertise__items ul {
  padding-top: 22px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 260px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__items ul {
      height: 160px;
  }
}

@media (max-width: 767px) {
  .mub.expertise .expertise__items ul {
      height: 160px;
      padding-top: 0;
  }
}

@media (max-width: 540px) {
  .mub.expertise .expertise__items ul {
      height: 325px;
  }
}

.mub.expertise .expertise__items ul + ul {
  padding-left: 25px;
}

@media (max-width: 540px) {
  .mub.expertise .expertise__items ul + ul {
      padding-left: 0;
      padding-top: 0;
  }
}

.mub.expertise .expertise__items li {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
  color: #FFF;
  padding-bottom: 8px;
  position: relative;
  width: 50%;
  min-width: 50%;
  padding-right: 20px;
  transition: all .5s;
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__items li {
      width: 25%;
      min-width: 25%;
  }
}

@media (max-width: 767px) {
  .mub.expertise .expertise__items li {
      width: 33.33%;
      min-width: 33.33%;
  }
}

@media (max-width: 540px) {
  .mub.expertise .expertise__items li {
      width: 50%;
      min-width: 50%;
  }
}

.light .mub.expertise .expertise__items li {
  color: #555;
}

.mub.expertise .expertise__items li a {
  color: #FFF;
  transition: all .5s;
}

@media (max-width: 540px) {
  .mub.expertise .expertise__items li a {
      padding: 5px 0;
      display: inline-block;
  }
}

.light .mub.expertise .expertise__items li a {
  color: #555;
}

.mub.expertise .expertise__items li a:hover {
  color: #00b2a9;
}

.mub.expertise .expertise__menu {
  background: rgba(50, 50, 50, 0.9);
  padding: 40px;
  width: 360px;
  height: auto;
  position: absolute;
  right: 60px;
  bottom: 110px;
  min-height: 90px;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  z-index: 2;
  transition: all .5s;
}

.ie10 .mub.expertise .expertise__menu {
  bottom: 0;
}

@media (max-width: 1200px) {
  .mub.expertise .expertise__menu {
      padding: 30px;
  }
}

@media (max-width: 1024px) {
  .mub.expertise .expertise__menu {
      width: auto;
      left: 80px;
      right: 80px;
      bottom: 50px;
  }
}

@media (max-width: 991px) {
  .mub.expertise .expertise__menu {
      left: 40px;
      right: 40px;
  }
}

@media (max-width: 767px) {
  .mub.expertise .expertise__menu {
      width: 100%;
      min-height: 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
  }

  .mub.expertise .expertise__menu h4, .mub.expertise .expertise__menu .expertise__links {
      padding: 30px;
  }

  .mub.expertise .expertise__menu h4 {
      cursor: pointer;
  }
}

.mub.expertise .expertise__menu h4 {
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  color: #00b2a9;
  position: relative;
  transition: all .3s ease;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mub.expertise .expertise__menu h4 {
      border-top: 1px solid rgba(50, 50, 50, 0.1);
  }

  .mub.expertise .expertise__menu h4::after {
      display: block;
      content: '';
      width: 20px;
      height: 13px;
      overflow: hidden;
      background: url(../images/icons-svg/icon-arrow-line-green.svg) no-repeat center;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      /* rtl: translateY(-50%) rotate(180deg) */
      transition: -webkit-transform .7s;
      transition: transform .7s;
      transition: transform .7s, -webkit-transform .7s;
  }

  .mub.expertise .expertise__menu h4.is-active:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      /*rtl:ignore*/
  }
}

.light .mub.expertise .expertise__menu {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1024px) {
  .light .mub.expertise .expertise__menu {
      background: rgba(255, 255, 255, 0.95);
  }
}

.mub.expertise .expertise__menu .l-more {
  display: block;
}

@media (max-width: 991px) {
  .mub.expertise .expertise__menu .l-more {
      margin-bottom: 20px;
  }
}

.mub.expertise .expertise__menu .l-more i.l-icon {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.mub.expertise .expertise__menu .l-more[aria-expanded="true"] i.l-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mub.expertise .expertise__menu .l-more:hover i.l-icon {
  padding: 0;
}

.mub.expertise .expertise__menu .l-btn {
  padding: 16px 10px 16px 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #FFF;
  background: transparent;
  text-align: left;
  position: relative;
  margin-right: 0;
}

.mub.expertise .expertise__menu .l-btn i.l-icon {
  padding-left: 0px;
  padding-right: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.light .mub.expertise .expertise__menu .l-btn {
  color: #555;
  border: 1px solid #d4d4d4;
}

.mub.expertise .expertise__menu .l-btn:before, .mub.expertise .expertise__menu .l-btn:after {
  border-color: #d4d4d4;
}

.light .mub.expertise .expertise__menu .l-btn:hover {
  color: #00b2a9;
}

.light .mub.expertise .expertise__menu .l-btn:active, .light .mub.expertise .expertise__menu .l-btn:focus {
  color: #555;
}

.mub.expertise .expertise__menu .l-btn svg.l-icon {
  fill: #fff;
}

.light .mub.expertise .expertise__menu .l-btn svg.l-icon {
  fill: #555;
}

.mub.expertise .slick-slider .slick-arrow {
  display: none !important;
}

.mub.expertise .expertise__figure {
  display: none;
}

@media (max-width: 767px) {
  .mub.expertise .expertise__figure {
      display: block;
  }
}

.mub.expertise .slick-arrow {
  overflow: visible;
}

.mub.expertise .slick-arrow > span {
  position: absolute;
  background: #00b2a9;
  padding: 5px;
  bottom: 60px;
  width: 220px;
  text-align: center;
  color: #fff;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
  opacity: 0;
  transition: opacity 1s;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .mub.expertise .slick-arrow > span {
      display: none;
  }
}

.mub.expertise .slick-arrow > span:before {
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #00b2a9;
  position: absolute;
  left: 80px;
  top: 100%;
  bottom: 20px;
}

.mub.expertise .slick-arrow.slick-prev > span {
  left: 0;
}

.mub.expertise .slick-arrow.slick-prev > span:before {
  left: 20px;
  right: auto;
}

.mub.expertise .slick-arrow.slick-next > span {
  left: -60px;
}

.mub.expertise .slick-arrow:hover > span {
  opacity: 1;
}

.mub.expertise .is-hidden {
  display: none;
}

@media (max-width: 767px) {
  .mub.expertise .expertise__links {
      display: none;
  }
}

@media (min-width: 767px) {
  .mub.expertise .expertise__links {
      display: block !important;
  }
}

/* expertise ends here */
/* dropdown starts here */
.mub.dropdown {
  display: none;
  position: absolute;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mub.dropdown.is-active {
  display: block;
}

@media (max-width: 1200px) {
  .mub.dropdown {
      width: 95%;
  }
}

@media (max-width: 991px) {
  .mub.dropdown {
      margin: 0;
      min-height: 100vh;
      padding-bottom: 100px;
  }
}

.mub.dropdown figure {
  margin-bottom: 15px;
}

.mub.dropdown .dropdown__wrapper {
  margin: 0 -30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
}

@media (max-width: 991px) {
  .mub.dropdown .dropdown__wrapper {
      margin: 0;
      display: block;
      min-height: 100vh;
  }
}

.mub.dropdown .dropdown__block {
  width: 33.33%;
  min-width: 33.33%;
  padding: 45px 35px;
}

@media (min-width: 992px) {
  .mub.dropdown .dropdown__block {
      border-right: 1px solid #e4e4e4;
  }
}

@media (max-width: 991px) {
  .mub.dropdown .dropdown__block {
      width: 100%;
      min-width: inherit;
  }
}

@media (max-width: 600px) {
  .mub.dropdown .dropdown__block {
      padding: 20px;
  }
}

@media (max-width: 991px) {
  .mub.dropdown .dropdown__block + .dropdown__block {
      padding-top: 0;
  }
}

.mub.dropdown .dropdown__block:last-child {
  border: none;
}

.mub.dropdown .dropdown__block h3 {
  font-size: 42px;
}

@media (max-width: 1200px) {
  .mub.dropdown .dropdown__block h3 {
      font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .mub.dropdown .dropdown__block h3 {
      font-size: 30px;
  }
}

@media (max-width: 767px) {
  .mub.dropdown .dropdown__block h3 {
      font-size: 26px;
  }
}

.mub.dropdown .dropdown__block h5 {
  text-transform: none;
  font-size: 18px;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  line-height: 1.2;
}

.mub.dropdown .dropdown__block p {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}

.mub.dropdown .dropdown__block p a {
  color: #666;
}

.mub.dropdown .dropdown__block p a:hover {
  color: #00b2a9;
}

.mub.dropdown .dropdown__block .l-more {
  font-size: 14px;
}

.mub.dropdown .dropdown__block figure.dropdown_portfolio img {
	margin-top: 2em;
}

.mub.dropdown .dropdown__list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 360px;
  margin: 0 0 -40px -35px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
}

@media (max-width: 991px) {
  .mub.dropdown .dropdown__list ul {
      display: block;
      height: auto;
      margin: 0;
  }
}

.mub.dropdown .dropdown__list ul li {
  min-width: 50%;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .mub.dropdown .dropdown__list ul li {
      width: 100%;
      min-width: 100%;
      margin-bottom: 10px;
      padding-left: 0;
  }
}

.mub.dropdown .dropdown__list ul li a {
  font-size: 14px;
  color: #666;
}

.mub.dropdown .dropdown__list ul li a:hover {
  color: #00b2a9;
}

.mub.dropdown .dropdown__list ul li a.active {
  color: #00b2a9;
}

.mub.dropdown.dropdown--impact .dropdown__details {
  margin-bottom: 8px;
}

.mub.dropdown.dropdown--impact .dropdown__details.impact-more-icon figure {
  margin-bottom: 14px;
}

.mub.dropdown.dropdown--impact .dropdown__details p {
  margin-bottom: 0;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
  color: #414141;
}

.mub.dropdown.dropdown--impact .dropdown__details p a {
  color: #414141;
}

.mub.dropdown.dropdown--impact .dropdown__details p a:hover {
  color: #00b2a9;
}

.mub.dropdown.dropdown--impact .dropdown__details h4 {
  margin-top: -28px;
}

@media (max-width: 991px) {
  .mub.dropdown.dropdown--impact .dropdown__details h4 {
      margin-top: 0;
  }
}

.mub.dropdown.dropdown--impact .dropdown__details .l-more-icon {
  font-size: 14px;
  color: #00b2a9;
  text-transform: none;
  display: inline-block;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.mub.dropdown.dropdown--impact .dropdown__details .l-more-icon:after {
  background-image: url(../images/icons-svg/icon-arrow-line-green.svg);
}

.mub.dropdown.dropdown--impact .dropdown__details .l-more-icon:hover {
  color: #666;
}

.mub.dropdown.dropdown--impact .dropdown__details .l-more-icon:hover:after {
  background-image: url(../images/icons-svg/icon-arrow-line-grey.svg);
}

.mub.dropdown.dropdown--impact .dropdown__list ul {
  margin: 0;
}

.mub.dropdown.dropdown--impact .dropdown__list li {
  margin-bottom: 8px;
  padding-left: 0;
  margin-left: 0;
}

.mub.dropdown.dropdown--impact .dropdown__list .l-more-icon {
  font-size: 14px;
  color: #00b2a9;
  text-transform: none;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.mub.dropdown.dropdown--impact .dropdown__list .l-more-icon:after {
  background-image: url(../images/icons-svg/icon-arrow-line-green.svg);
}

.mub.dropdown.dropdown--impact .dropdown__list .l-more-icon:hover {
  color: #666;
}

.mub.dropdown.dropdown--impact .dropdown__list .l-more-icon:hover:after {
  background-image: url(../images/icons-svg/icon-arrow-line-grey.svg);
}

.mub.dropdown.dropdown--impact figure {
  display: inline-block;
  width: auto;
  position: relative;
}

.mub.dropdown.dropdown--impact figure a {
  display: block;
}

.mub.dropdown.dropdown--impact figure .l-btn-play-icon {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mub.dropdown.dropdown--impact figure .l-btn-play-icon:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.mub.dropdown.dropdown--who .dropdown__list ul, .mub.dropdown.dropdown--impact .dropdown__list ul {
  margin-bottom: -20px;
  height: auto;
}

.mub.dropdown.dropdown--who .dropdown__list ul li, .mub.dropdown.dropdown--impact .dropdown__list ul li {
  min-width: 90%;
  width: 90%;
}

/* dropdown ends here */
.filter-search {
  border: 1px solid #E3E3E3;
  border-width: 1px 0;
  clear: both;
  padding: 15px 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .filter-search .filter__form {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

.filter-search .filter__form > label {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-search .select-wrapper {
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .filter-search .select-wrapper {
      float: left;
      margin-bottom: 0;
      margin-right: 10px;
      width: calc(33% - 10px);
  }
}

@media (min-width: 768px) {
  .filter-search .select-wrapper {
      width: 128px;
  }
}

@media (min-width: 992px) {
  .filter-search .select-wrapper {
      width: 160px;
  }
}

@media (min-width: 768px) {
  .filter-search .select-wrapper.year {
      width: 100px;
  }
}

.filter-search > .filter {
  min-height: 40px;
}

.filter-search .txt-search, .filter-search .styled, .filter-search .select {
  background: #F4F4F4;
  border: 0;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}

.filter-search .txt-search {
  padding: 6px 10px;
  font-size: 12px;
  margin-right: 9px;
  color: #333;
  margin-bottom: 15px;
  height: 30px;
}

@media (min-width: 768px) {
  .filter-search .txt-search {
      float: left;
      width: 110px;
  }
}

@media (min-width: 992px) {
  .filter-search .txt-search {
      width: 160px;
  }
}

.filter-search label {
  color: #333F48;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 18px;
  display: block;
  font-weight: normal;
  padding: 2px 20px 0 0;
  margin: 0;
}

@media (min-width: 1440px) {
  .filter-search label {
      float: left;
  }
}

@media (min-width: 1200px) {
  .filter-search label {
      float: left;
  }
}

@media (max-width: 767px) {
  .filter-search .award-filter label {
      margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .filter-search .award-filter fieldset > div {
      float: left;
      margin-right: 10px;
      width: 130px;
  }
}

@media (max-width: 360px) {
  .filter-search .award-filter fieldset > div {
      float: none;
      width: 100%;
      margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .filter-search .award-filter fieldset > div .styled, .filter-search .award-filter fieldset > div .select {
      width: 130px;
  }
}

@media (max-width: 360px) {
  .filter-search .award-filter fieldset > div .styled, .filter-search .award-filter fieldset > div .select {
      width: 100%;
  }
}

@media (min-width: 768px) {
  .filter-search .award-filter .select-wrapper {
      width: 201px;
  }
}

@media (min-width: 768px) {
  .filter-search .award-filter label {
      float: left;
  }
}

.filter-search .select:before, .node-contact .select:before, .node-webform .select:before {
  background: #F4F4F4 url("../images/icons-svg/down-arrow-green.svg") no-repeat center center;
  background-size: 12px 7px;
  content: "";
  display: block;
  float: right;
  height: 16px;
  margin: 1px -20px 0 0;
  position: relative;
  width: 22px;
}

.wrap-utilities .utilities .print_html {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.wrap-utilities .utilities .utilities {
  display: inline-block;
  vertical-align: middle;
}

/* globe starts here */
.mub.globe {
  position: relative;
}

.mub.globe .globe__tooltip.slick-slide {
  float: left !important;
}

@media (max-width: 360px) {
  .mub.globe .globe__slider {
      width: 280px;
      margin: 0 auto;
  }
}

.mub.globe .globe__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  /*rtl:ignore*/
  margin-top: -12px;
  left: 0;
  /*rtl:ignore*/
  z-index: 999;
  border: none;
  background: transparent url(../images/icon-arrow.svg) no-repeat center right;
  background-size: 10px;
  margin-left: -10px;
  /*rtl:ignore*/
}

@media (max-width: 767px) {
  .mub.globe .globe__slider .slick-arrow {
      margin-left: 0;
      /*rtl:ignore*/
  }
}

.mub.globe .globe__slider .slick-arrow:hover, .mub.globe .globe__slider .slick-arrow:focus, .mub.globe .globe__slider .slick-arrow:active {
  box-shadow: none;
  outline: none;
}

.mub.globe .globe__slider .slick-arrow.slick-next {
  left: auto;
  /*rtl:ignore*/
  right: 0;
  /*rtl:ignore*/
  -webkit-transform: translate(100%, -50%) rotate(180deg);
  transform: translate(100%, -50%) rotate(180deg);
  /*rtl:ignore*/
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: -10px;
  /*rtl:ignore*/
}

@media (max-width: 767px) {
  .mub.globe .globe__slider .slick-arrow.slick-next {
      margin-right: 0;
      /*rtl:ignore*/
  }
}

.mub.globe .globe__slider ul.slick-dots {
  direction: ltr;
}

.mub.globe .globe__slider ul.slick-dots li {
  vertical-align: middle;
}

.mub.globe .globe__slider ul.slick-dots li button {
  background: #999;
}

.mub.globe .globe__slider ul.slick-dots li.slick-active button {
  background: #FFF;
}

.mub.globe.hide-overflow .globe__pins li {
  overflow: hidden;
}

@media (max-width: 991px) {
  .mub.globe.hide-overflow .globe__pins li {
      overflow: visible;
  }
}

.mub.globe.hide-overflow .globe__pins li.first-child {
  overflow: visible;
}

@media (max-width: 1024px) {
  .mub.globe {
      display: block;
  }
}

.mub.globe .globe__details {
  display: none;
}

@media (max-width: 991px) {
  .mub.globe .globe__details {
      width: 100%;
      display: block;
      max-width: 320px;
      margin: 0 auto;
      padding-top: 40px;
  }

  .mub.globe .globe__details .slick-dots {
      text-align: center;
  }

  .mub.globe .globe__details .globe__tooltip {
      opacity: 1;
      position: static;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .mub.globe .globe__details .globe__tooltip {
      padding: 10px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .mub.globe .globe__details .globe__tooltip {
      padding-top: 0;
  }
}

.mub.globe .globe__details + .globe__details {
  display: none !important;
}

.mub.globe i.l-icon.pin svg.l-icon {
  fill: #fff;
}

.mub.globe .globe__block {
  height: 37.71vw;
  width: 37.5vw;
  position: relative;
}

@media (max-width: 1024px) {
  .mub.globe .globe__block {
      margin: 0 auto;
      width: 40vw;
      height: 40vw;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__block {
      width: 50vw;
      height: 50vw;
  }
}

@media (max-width: 767px) {
  .mub.globe .globe__block {
      width: 70vw;
      height: 70vw;
  }
}

.mub.globe .globe__wrap, .mub.globe .globe__wrap * {
  height: 37.71vw;
  width: 37.5vw;
}

@media (max-width: 1024px) {
  .mub.globe .globe__wrap, .mub.globe .globe__wrap * {
      width: 100%;
      height: 100%;
  }
}

@media (max-width: 1024px) {
  .mub.globe .globe__wrap {
      background: url(../images/bg-globe.png);
      background-size: contain;
  }
}

@media (max-width: 1024px) {
  .mub.globe .globe__wrap > video {
      display: none !important;
  }
}

.mub.globe .globe__wrap > img {
  display: none;
}

@media (max-width: 1024px) {
  .mub.globe .globe__wrap * {
      display: none;
  }
}

.mub.globe .globe__pins {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: opacity 1s;
}

.ie10 .mub.globe .globe__pins {
  opacity: 1;
}

@media (max-width: 1024px) {
  .mub.globe .globe__pins {
      opacity: 1;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li .globe__tooltip {
      display: none;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li.is-active .globe__tooltip {
      display: block;
  }
}

.mub.globe .globe__pins ul li.first-child .globe__tooltip {
  display: block;
  opacity: 1;
}

.mub.globe .globe__pins ul li.first-child .globe__tooltip:after {
  display: none;
}

@media (max-width: 991px) {
  .mub.globe .globe__pins ul li.first-child .globe__tooltip {
      display: none;
  }

  .mub.globe .globe__pins ul li.first-child .globe__tooltip:after {
      display: none;
  }
}

.mub.globe .globe__pins.is-animated {
  transition: opacity 5s 2s;
  opacity: 1;
}

.mub.globe .globe__pins.is-animated li {
  opacity: 1;
  transition: opacity .5s ease-in;
}

.mub.globe .globe__pins.is-animated li:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .7s 3s ease-in;
  opacity: 1;
}

@media (max-width: 991px) {
  .mub.globe .globe__pins.is-animated li:after {
      transition-delay: 0s !important;
  }
}

.mub.globe .globe__pins.is-animated li:nth-of-type(1), .mub.globe .globe__pins.is-animated li:nth-of-type(1):after {
  transition-delay: 3.2s;
}

.mub.globe .globe__pins.is-animated li:nth-of-type(2), .mub.globe .globe__pins.is-animated li:nth-of-type(2):after {
  transition-delay: 3.4s;
}

.mub.globe .globe__pins.is-animated li:nth-of-type(3), .mub.globe .globe__pins.is-animated li:nth-of-type(3):after {
  transition-delay: 3.6s;
}

.mub.globe .globe__pins.is-animated li:nth-of-type(4), .mub.globe .globe__pins.is-animated li:nth-of-type(4):after {
  transition-delay: 3.8s;
}

.mub.globe .globe__pins.is-animated li:nth-of-type(5), .mub.globe .globe__pins.is-animated li:nth-of-type(5):after {
  transition-delay: 4s;
}

.mub.globe .globe__pins.is-animated li:nth-of-type(6), .mub.globe .globe__pins.is-animated li:nth-of-type(6):after {
  transition-delay: 4.2s;
}

.mub.globe .globe__pins.is-animated li.is-active .globe__content {
  opacity: 1;
  transition-delay: 4.2s;
}

.mub.globe .globe__pins li {
  width: 72px;
  height: 33px;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*rtl:ignore*/
}

@media (max-width: 1024px) {
  .mub.globe .globe__pins li {
      opacity: 1;
      overflow: hidden;
  }

  .mub.globe .globe__pins li:hover {
      overflow: visible;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li {
      overflow: visible;
  }
}

.mub.globe .globe__pins li:after {
  display: block;
  content: '';
  width: 72px;
  height: 33px;
  position: absolute;
  overflow: hidden;
  -webkit-transform: scale(3);
  transform: scale(3);
  background: url(../images/pointer.png) no-repeat center;
  opacity: 0;
}

@media (max-width: 1024px) {
  .mub.globe .globe__pins li:after {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li:after {
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
  }
}

.mub.globe .globe__pins li .l-icon {
  display: none;
}

.ie10 .mub.globe .globe__pins li {
  opacity: 1;
}

.mub.globe .globe__pins li.is-active {
  overflow: visible;
  opacity: 1;
}

.mub.globe .globe__pins li.is-active .globe__tooltip {
  min-width: 110px;
  /* rtl: 195px */
  opacity: 1;
  transition: opacity 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
  top: 25px;
  left: 50%;
  /*rtl:ignore*/
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 25%, transparent 80%);
}

.mub.globe .globe__pins li.is-active .globe__tooltip:after {
  display: none;
}

@media (max-width: 767px) {
  .mub.globe .globe__pins li.is-active .globe__tooltip {
      min-width: 110px;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li.is-active:hover .globe__tooltip {
      opacity: 1;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li {
      opacity: .6 !important;
      transition: opacity .5s;
      transition-delay: 0s !important;
  }

  .mub.globe .globe__pins li.is-active {
      opacity: .8 !important;
  }

  .mub.globe .globe__pins li.is-visible {
      opacity: 1 !important;
  }

  .mub.globe .globe__pins li.is-visible:after {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }

  .mub.globe .globe__pins li i.l-icon {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
  }
}

.mub.globe .globe__pins li:nth-of-type(1) {
  transition-delay: 0s;
}

.mub.globe .globe__pins li:nth-of-type(2) {
  transition-delay: .25s;
}

.mub.globe .globe__pins li:nth-of-type(3) {
  transition-delay: .5s;
}

.mub.globe .globe__pins li:nth-of-type(4) {
  transition-delay: .75s;
}

.mub.globe .globe__pins li:nth-of-type(5) {
  transition-delay: 1s;
}

.mub.globe .globe__pins li:nth-of-type(6) {
  transition-delay: 1.25s;
}

.mub.globe .globe__pins li:hover {
  overflow: visible;
}

.mub.globe .globe__pins li:hover .globe__tooltip {
  opacity: 1;
}

.mub.globe .globe__pins li:hover .globe__tooltip:after {
  display: block;
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li:hover .globe__tooltip {
      display: none;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__pins li.is-active:hover .globe__tooltip {
      display: block;
  }
}

.mub.globe .globe__pins li.is-active:hover .globe__tooltip:after {
  display: none;
}

.mub.globe .globe__pins li.pin--1 {
  top: 10%;
  left: 20%;
}

.mub.globe .globe__pins li.pin--2 {
  top: 50%;
  left: 40%;
}

.mub.globe .globe__pins li.pin--3 {
  top: 60%;
  left: 20%;
}

.mub.globe .globe__pins li.pin--4 {
  top: 80%;
  left: 70%;
}

.mub.globe .globe__tooltip, .mub.globe .globe__tooltip p, .mub.globe .globe__tooltip strong {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-weight: normal;
}

@media (max-width: 767px) {
  .mub.globe .globe__tooltip, .mub.globe .globe__tooltip p, .mub.globe .globe__tooltip strong {
      font-size: 12px;
  }
}

.mub.globe .globe__tooltip {
  text-transform: uppercase;
  position: absolute;
  right: 33px;
  /*rtl:ignore*/
  top: 50px;
  min-width: 150px;
  color: #333f48;
  opacity: 0;
  transition: all 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  padding: 0;
}

.mub.globe .globe__tooltip:after {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  content: '';
  top: -25px;
  right: 0;
  /*rtl:ignore*/
  background: url(../images/tooltip_arrow.svg) no-repeat center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*rtl:ignore*/
  opacity: .85;
}

.mub.globe .globe__tooltip .globe__content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 14px;
  box-shadow: -3px 3px 28px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .mub.globe .globe__tooltip .globe__content {
      box-shadow: none;
      min-height: 90px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.96);
  }
}

@media (max-width: 767px) {
  .mub.globe .globe__tooltip .globe__content {
      padding: 20px;
  }
}

@media (max-width: 991px) {
  .mub.globe .globe__tooltip {
      width: 100%;
  }
}

.mub.globe .globe__tooltip.tr {
  right: 30px;
  /*rtl:ignore*/
}

.mub.globe .globe__tooltip.br {
  right: 30px;
  /*rtl:ignore*/
  top: auto;
  bottom: 60px;
}

.mub.globe .globe__tooltip.bl {
  right: auto;
  /*rtl:ignore*/
  top: auto;
  left: 37px;
  /*rtl:ignore*/
  bottom: 60px;
}

.mub.globe .globe__tooltip.bl:after {
  top: auto;
  bottom: -25px;
  left: 0;
  /*rtl:ignore*/
  right: auto;
  /*rtl:ignore*/
  -webkit-transform: none;
  transform: none;
}

.mub.globe .globe__tooltip.tl {
  right: auto;
  /*rtl:ignore*/
  left: 30px;
  /*rtl:ignore*/
}

.mub.globe .globe__tooltip h3 {
  font-size: 30px;
  /* rtl: 27px */
  line-height: 1;
  /* rtl: 1.2 */
  padding-top: 0;
  margin-bottom: 3px;
  color: #00b2a9;
}

[dir="ltr"] .mub.globe .globe__tooltip h3 {
  font-family: "Interstate-Bold", sans-serif;
}

@media (max-width: 1200px) {
  .mub.globe .globe__tooltip h3 {
      font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .mub.globe .globe__tooltip h3 {
      margin-top: 0;
  }
}

@media (max-width: 767px) {
  .mub.globe .globe__tooltip h3 {
      margin-top: 3px;
      font-size: 20px;
  }

  .mub.globe .globe__tooltip h3:first-child {
      margin-top: 0;
  }
}

.mub.globe .globe__tooltip strong {
  text-transform: uppercase;
}

.mub.globe .is-active .globe__tooltip .globe__content {
  padding: 10px;
  background: none;
  box-shadow: none;
  opacity: 0;
  transition: opacity 1s;
}

@media (max-width: 1024px) {
  .mub.globe .is-active .globe__tooltip .globe__content {
      opacity: 1;
      min-height: 0;
  }
}

.mub.globe .is-active .globe__tooltip .globe__content p, .mub.globe .is-active .globe__tooltip .globe__content strong, .mub.globe .is-active .globe__tooltip .globe__content h3 {
  color: #FFF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mub.globe .globe__tooltip {
      border-top: 1px solid white;
  }

  .mub.globe li.is-active .globe__tooltip {
      border: none;
  }
}

/* globe ends here */
.highlights {
  float: left;
  padding: 30px 0;
  margin: 0 0 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .highlights {
      padding: 50px 0;
      margin-bottom: 0;
  }
}

.highlights .icon {
  float: left;
  margin: 0 20px 0 0;
  height: 65px;
  width: 55px;
}

@media (min-width: 768px) {
  .highlights .icon {
      margin: 0px 20px 0 0;
  }
}

@media (min-width: 1200px) {
  .highlights .icon {
      height: auto;
      width: 95px;
  }
}

.highlights .highlights-wrap .icon {
  float: left;
}

.highlights .highlights-wrap .highlight-detail {
  overflow: hidden;
}

.highlights .highlights-wrap .highlight-detail h4 sup {
  font-size: 75%;
  /* rtl: 63% */
}

.highlights h4 {
  color: #333F48;
  font-size: 25px;
}

@media (min-width: 768px) {
  .highlights h4 {
      clear: both;
  }
}

@media (min-width: 992px) {
  .highlights h4 {
      clear: none;
      font-size: 2.1875rem;
  }
}

.highlights div[class*="col-"] {
  overflow: auto;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .highlights div[class*="col-"] {
      margin: 0;
  }
}

.highlights p {
  color: #333F48;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

/* homespot starts here */
.mub.homespot {
  height: 100%;
}

.mub.homespot.l-wrapper{
  flex-direction:column;
}

.mub.homespot .homespot__wrap {
  padding: 0 120px 40px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .mub.homespot .homespot__wrap {
      padding: 110px 80px 60px;
      width: 100%;
      margin: 0;
  }
}

@media (max-width: 991px) {
  .mub.homespot .homespot__wrap {
      padding: 110px 40px 60px;
  }
}

@media (max-width: 767px) {
  .mub.homespot .homespot__wrap {
      padding: 110px 20px 60px;
  }
}

.mub.homespot .l-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .mub.homespot .l-name, .mub.homespot .mub.expertise a.expertise__name, .mub.expertise .mub.homespot a.expertise__name {
      right: 64px;
      top: 70px;
  }
}

.mub.homespot .l-highlight {
  padding: 20px 0 0px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   max-width: 100%; */
  /*-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
}

@media (max-width: 1440px) {
  .mub.homespot .l-highlight {
      /*padding-top: 8vh;*/
  }
}

@media (max-width: 1200px) {
  .mub.homespot .l-highlight {
      /*padding: 8vh 0 4vh;*/
      max-width: 550px;
  }
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight {
      padding: 0 0 60px;
      display: block;
  }
}

@media (max-width: 991px) {
  .mub.homespot .l-highlight {
      /*padding: 0 0 60px;*/
  }
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight p {
      font-size: 16px;
  }
}

.mub.homespot .homespot__videos, .mub.homespot .homespot__images {
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  direction: ltr;
  /*rtl:ignore*/
}

.mub.homespot .homespot__videos:before, .mub.homespot .homespot__images:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.mub.homespot .homespot__videos video, .mub.homespot .homespot__videos img, .mub.homespot .homespot__images video, .mub.homespot .homespot__images img {
  width: auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .mub.homespot .homespot__videos video, .mub.homespot .homespot__videos img, .mub.homespot .homespot__images video, .mub.homespot .homespot__images img {
      display: none;
  }
}

.mub.homespot .homespot__videos img, .mub.homespot .homespot__images img {
  display: none;
}

@media (max-width: 1024px) {
  .mub.homespot .homespot__videos img, .mub.homespot .homespot__images img {
      width: 100%;
      display: block;
  }
}

.mub.homespot .homespot__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.mub.homespot .homespot__title h3 {
  padding-right: 33px;
  font-size: 1rem;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 1024px) {
  .mub.homespot .homespot__title h3 {
      font-size: 16px;
  }
}

.mub.homespot .homespot__news {
  color: #FFF;
}

@media (max-width: 767px) {
  .mub.homespot .homespot__news .slick-dots {
      margin-top: 10px;
  }

  .mub.homespot .homespot__news .slick-dots li {
      margin-right: 10px;
  }
}

.mub.homespot .homespot__news h3 {
  color: #FFF;
  transition: all .3s ease;
}

.mub.homespot .homespot__news h4 {
  color: #FFF;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 1rem;
  line-height: 1.35;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .mub.homespot .homespot__news h4 {
      min-height: 0;
  }
}

.mub.homespot .homespot__news h4 a {
  color: #FFF;
}

.mub.homespot .homespot__news h4 a:hover {
  color: #00b2a9;
}

.mub.homespot .homespot__news .l-tag {
  transition: all .3s ease;
  display: block;
  min-height: 20px;
  font-size: 12px;
}

.mub.homespot .homespot__news .date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  text-transform: uppercase;
  margin: 0;
}

.mub.homespot .homespot__col {
  width: 33.33%;
  float: left;
  position: relative;
  padding: 0 3vw;
}

@media (max-width: 1200px) {
  .mub.homespot .homespot__col {
      padding: 0 3vw;
  }
}

@media (max-width: 767px) {
  .mub.homespot .homespot__col {
      width: 100%;
      padding: 0 0 20px 0;
  }
}

.mub.homespot .homespot__col:before {
  content: "";
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 30px;
}

@media (max-width: 767px) {
  .mub.homespot .homespot__col:before {
      display: none;
  }
}

.mub.homespot .homespot__col:first-child {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .mub.homespot .homespot__col:first-child {
      padding-top: 0;
  }
}

.mub.homespot .homespot__col:last-child {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .mub.homespot .homespot__col:last-child {
      padding-bottom: 0;
  }
}

.mub.homespot .homespot__col:last-child:before {
  display: none;
}

.mub.homespot .homespot__col a:hover .l-tag {
  color: #FFF;
}

.mub.homespot .homespot__col a:hover h4 {
  color: #00b2a9;
}

.mub.homespot a.l-tag:hover {
  color: #FFF;
}

@media (max-width: 767px) {
  .home .l-content, .home .expertise__content {
      width: 80%;
  }
}

@media (max-width: 540px) {
  .home .l-content, .home .expertise__content {
      width: 100%;
  }
}

/* homespot ends here */
/* impact starts here */
.mub.impact .l-name, .mub.impact .mub.expertise a.expertise__name, .mub.expertise .mub.impact a.expertise__name {
  z-index: 3;
}

.mub.impact .impact__wrap {
  padding: 0 120px;
}

@media (max-width: 1024px) {
  .mub.impact .impact__wrap {
      padding: 60px 80px;
  }
}

@media (max-width: 991px) {
  .mub.impact .impact__wrap {
      padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .mub.impact .impact__wrap {
      padding: 60px 20px;
  }
}

@media (max-width: 1200px) {
  .mub.impact .impact-tag {
      font-size: 14px;
  }
}

.mub.impact .l-popup .l-btn {
  margin-top: 12px;
}

.mub.impact .l-content {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mub.impact .l-popup__content .l-btn.view-all-stories {
  display: none;
}

@media (max-width: 540px) {
  .mub.impact .l-popup__content .l-btn.view-all-stories {
      display: inline-block;
  }
}

.mub.impact .l-popup__content .scroll-content {
  overflow: auto;
}

.mub.impact .impact__group {
  width: 50%;
  float: left;
  padding: 0 12px;
}

@media (max-width: 1320px) {
  .mub.impact .impact__group {
      padding: 0 1vh;
  }
}

@media (max-width: 540px) {
  .mub.impact .impact__group {
      padding: 0;
      width: 100%;
  }
}

.mub.impact .impact__group .l-btn.view-all-stories {
  display: inline-block;
}

@media (max-width: 540px) {
  .mub.impact .impact__group .l-btn.view-all-stories {
      display: none;
  }
}

.mub.impact .impact__block {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 12px 0;
  background: #FFF;
  overflow: hidden;
  min-height: 180px;
}

@media (max-width: 1320px) {
  .mub.impact .impact__block {
      margin: 2vh 0;
  }
}

@media (max-width: 1024px) {
  .mub.impact .impact__block {
      max-height: none;
      display: block;
  }
}

.mub.impact .impact__block:first-child {
  margin-top: 0;
}

.mub.impact .impact__block:last-child {
  margin-bottom: 0;
}

.mub.impact .impact__block .impact__details {
  padding: 24px 24px 45px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1200px) {
  .mub.impact .impact__block .impact__details {
      padding: 15px 15px 45px;
      min-height: 132px;
  }
}

.mub.impact .impact__block h3 {
  color: #333;
}

@media (max-width: 1200px) {
  .mub.impact .impact__block h3 {
      font-size: 1.1875rem;
  }
}

.mub.impact .impact__block h3 a {
  color: #333;
}

.mub.impact .impact__block h3 a:hover {
  color: #00b2a9;
}

.mub.impact picture img {
  width: 100%;
}

.mub.impact .impact__details {
  background: #FFF;
  position: relative;
}

.mub.impact .impact__details .l-arrow {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 55px;
}

@media (max-width: 1200px) {
  .mub.impact .impact__details .l-arrow {
      left: 15px;
  }
}

.mub.impact .impact__images, .mub.impact .impact__images > div, .mub.impact .impact__images .impact__slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  direction: ltr;
  /*rtl:ignore*/
}

.mub.impact .impact__images .slick-track, .mub.impact .impact__images .slick-slide, .mub.impact .impact__images .slick-list {
  height: 100%;
}

.mub.impact .impact__images .slick-slide {
  background-position: right bottom;
  background-size: cover;
}

.mub.impact .impact__images .slick-slide a {
  display: none;
}

/* impact ends here */
.reports-header {
  margin: 0 0 25px;
  line-height: 24px;
}

.reports-header h3 {
  margin: 0 0 20px;
}

.wrap-financial {
  margin: 0 -15px;
}

.wrap-financial .credit h3, .wrap-financial .credit-ipic h3 {
  min-height: 45px;
  margin: 0 0 20px;
  font-size: 19px;
}

@media (max-width: 991px) {
  .wrap-financial .credit h3, .wrap-financial .credit-ipic h3 {
      font-size: 16px;
      margin-top: 10px;
  }
}

.wrap-financial .credit p, .wrap-financial .credit-ipic p {
  color: #999999;
}

.wrap-financial .credit li span, .wrap-financial .credit-ipic li span {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  padding-bottom: 5px;
}

@media (max-width: 1200px) {
  .wrap-financial .credit li span, .wrap-financial .credit-ipic li span {
      font-size: 15px;
  }
}

.wrap-financial .credit li p, .wrap-financial .credit-ipic li p {
  color: #808080;
  font-size: 26px;
}

@media (max-width: 1440px) {
  .wrap-financial .credit li p, .wrap-financial .credit-ipic li p {
      font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .wrap-financial .credit li p, .wrap-financial .credit-ipic li p {
      font-size: 20px;
  }
}

.wrap-financial .wrap-container {
  min-height: 100px !important;
}

.wrap-financial .tab-header {
  position: relative;
}

.wrap-financial .tab-header .more {
  bottom: 20px;
  position: absolute;
  right: 5px;
}

.group-investors-content {
  padding: 0;
}

.group-investors-content h3 {
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  color: #333F48;
}

@media (min-width: 768px) {
  .group-investors-content h3 {
      font-size: 24px;
  }
}

.investors-landing .row.wrap-eq-height {
  padding-bottom: 25px;
}

.events-list {
  margin-top: 20px;
}

.events-list .row {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin-left: 0;
}

.events-list .row .thumb {
  padding-left: 0;
}

.events-list .views-field {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin-left: 0;
}

.events-list .views-field .thumb {
  padding-left: 0;
}

.events-list .views-field .thumb img {
  border: 1px solid #ecebeb;
}

.events-list > .views-field.last {
  border: none;
  padding-bottom: 0px;
}

.events-list .row.last {
  border: 0;
}

.events-list > div {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.events-list h3 {
  margin-top: 0;
  font-size: 20px;
}

.events-list h3 a {
  color: #333;
}

.events-list a h3 {
  color: #333;
}

.news-list {
  margin-top: 20px;
  color: #666666;
}

.news-list h2 {
  font-family: "Interstate-Regular", sans-serif;
  /*rtl:'Conv_DinarOneMedium', Tahoma, Sans-Serif*/
  line-height: 28px;
}

.news-list .row {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin-left: 0;
}

.news-list .row .thumb {
  padding-left: 0;
}

.news-list .row .details small {
  color: #999;
  display: block;
  font-size: 12px;
}

.news-list > div {
  clear: both;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.news-list h3 {
  margin-top: 0;
  font-size: 20px;
}

.news-list h3 a {
  color: #333;
}

@media (max-width: 360px) {
  .news-list img {
      width: 100%;
  }
}

.node-news-listing > .content > .row > .col-md-12 {
  padding: 0;
}

.node-news {
  color: #666;
}

.node-news .content .field-item ul li {
  padding: 3px 0;
}

.news-landing .twitter-updates.widget, .news-landing .videos.widget, .news-landing .widget.media-enquiry, .news-landing .wid-related, .news-landing .portfolio-inner, .news-landing .wrap-twitter-icon {
  font-size: 13px;
}

.news-landing .videos.widget > h3, .news-landing .widget.media-enquiry > h3 {
  font-family: "Interstate-Regular", sans-serif;
  /*rtl:'Conv_DinarOneMedium', Tahoma, Sans-Serif*/
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .news-landing .group-bottom-right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.news-landing .group-bottom-right .wid-related {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-landing .wid-portfolio .portfolio-inner {
  background-size: 80% !important;
  padding: 15px;
}

@media (min-width: 768px) {
  .news-landing .wid-portfolio .portfolio-inner {
      padding: 20px;
  }
}

.news-landing .wid-portfolio .portfolio-inner h3 {
  margin: 0 0 15px;
}

.news-landing .wid-portfolio .portfolio-inner div:after {
  background: #33C1BA;
  content: "";
  display: block;
  height: 2px;
  margin: 12px 0;
  width: 100px;
}

.news-landing .wid-portfolio .portfolio-inner .more {
  font-size: 12px;
}

.news-landing .widget.media-enquiry, .news-landing .widget.wid-related {
  padding: 18px 15px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .news-landing .widget.media-enquiry, .news-landing .widget.wid-related {
      padding: 20px;
  }
}

.news-landing .widget.media-enquiry {
  border-bottom: 3px solid #C1C5C8;
}

.twitter-updates h3, .widget.wid-related h3 {
  font-family: "Interstate-Regular", sans-serif;
  /*rtl:'Conv_DinarOneMedium', Tahoma, Sans-Serif*/
}

.wid-video.widget .jcarousel-control-prev, .wid-video.widget .jcarousel-control-next {
  background: #00b2a9;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  padding: 0;
  text-indent: -999em;
  width: 24px;
}

.wid-video.widget .jcarousel-control-prev:before, .wid-video.widget .jcarousel-control-next:before {
  background: url(../images/icons-svg/down-arrow-white.svg) no-repeat center center;
  content: "";
  height: 6px;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 11px;
}

.wid-video.widget .jcarousel-control-prev {
  right: 50px;
}

.wid-video.widget .jcarousel-control-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav-related {
  background: #f6f6f7;
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .nav-related {
      margin: 0 0 20px;
  }
}

.nav-related > nav .block-menu > .content > .menu > li.expanded:first-child > a {
  padding-bottom: 10px;
  color: #333f48;
  font-size: 28px;
}

@media (max-width: 991px) {
  .nav-related > nav .block-menu > .content > .menu > li.expanded:first-child > a {
      font-size: 23px;
  }
}

.nav-related li {
  padding: 0 0 0 50px;
}

@media (max-width: 1200px) {
  .nav-related li {
      padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .nav-related li {
      padding-left: 25px;
  }
}

.nav-related li a {
  font-size: 20px;
  display: block;
  padding: 0;
  color: #00b2a9;
}

.nav-related li li {
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.nav-related li li.last a {
  border: 0;
}

.nav-related li li a {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  display: block;
  margin-bottom: 0;
  padding: 10px 0 12px;
  border-bottom: solid 1px #e4e5e7;
  font-size: 13px;
  max-width: 90%;
}

@media (max-width: 991px) {
  .nav-related li li a {
      font-size: 12px;
  }
}

.nav-related li li a.active {
  color: #333F48;
}

.nav-related li li a:hover {
  opacity: 0.7;
}

.nav-related li li.expanded > a {
  padding-right: 20px;
}

.nav-related li li a.toggle {
  background: url(../images/icon-plus-dark.svg) no-repeat center center;
  border: 0 !important;
  display: block;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 4px;
  width: 30px;
  z-index: 99;
}

.nav-related li li.open a.toggle {
  background-image: url(../images/icon-minus-dark.svg);
}

.nav-related li li.active-trail {
  background-color: #fff;
  margin: 0;
  margin-top: -1px;
  margin-left: -50px;
  padding-left: 50px;
  z-index: 997;
}

@media (max-width: 1200px) {
  .nav-related li li.active-trail {
      margin-left: -35px;
      padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .nav-related li li.active-trail {
      margin-left: -25px;
      padding-left: 25px;
  }
}

.nav-related li li.active-trail a {
  color: #333F48;
  border-bottom: 1px solid #f4f4f4;
}

.nav-related li li.active-trail a:hover {
  color: #999;
}

.nav-related li li.active-trail li {
  margin-top: 0px;
}

.nav-related li li.active-trail li.active-trail {
  margin-right: 0;
}

.nav-related li li.active-trail.first {
  margin-top: 0px;
}

.nav-related li li li.active-trail a {
  color: #333F48;
}

.nav-related li li li a.active {
  color: #999;
}

.nav-related .content > ul > li > ul > li.active-trail li.active-trail a:before {
  display: none;
}

.nav-related li li li a {
  font-size: 13px;
  padding: 6px 15px 4px 15px;
  margin-right: 0;
}

.nav-related li li.active-trail li {
  margin-left: 0;
  padding: 0;
  width: auto;
  background: 0;
}

.nav-related li li.active-trail li a {
  padding: 10px 10px 10px 18px;
}

.nav-info-banner {
  background: #00b2a9;
  padding: 25px;
  margin-bottom: 15px;
}

.nav-info-banner h2.wid-title {
  color: #FFF;
  font-size: 20px;
}

.nav-info-banner h2.wid-title a {
  color: #FFF;
  font-size: 20px;
}

.nav-info-banner a.more {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
}

.nav-info-banner a.more:after, .nav-info-banner a.more:hover:after {
  background-image: url(../images/icons-svg/icon-arrow-line-white.svg);
}

.nav-info-banner + .term-listing-heading .summary {
  border-top: 1px solid #00b2a9;
}

.node-type-asset .wrap-utilities.bottom {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.node-type-asset .wrap-utilities.bottom .utilities {
  margin: 10px 0;
}

.wid-summary, .subscribe_block, .video_block {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .wid-summary, .subscribe_block, .video_block {
      margin-bottom: 30px;
  }
}

.impact-article .wid-articles .thumb .story-sector, .wrap-our-impact .story-sector {
  color: #fff;
  font-size: 15px;
  left: 0;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.impact-article .wid-articles .thumb .story-sector img, .wrap-our-impact .story-sector img {
  display: inline-block;
  height: 28px;
  margin: 0 5px 0 0;
  width: 31px;
}

.impact-article .wid-articles .thumb:after, .impact-block .thumb:after {
  background: url(../images/shadow-thumb.png) repeat-x;
  content: '';
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.impact-article h3.blue-border, .wid-summary h4, .related-articles h3.blue-border {
  font-size: 22px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .impact-article h3.blue-border, .wid-summary h4, .related-articles h3.blue-border {
      font-size: 24px;
  }
}

.node-type-impact-article .body-wrapper > .container-fluid {
  min-height: auto;
}
.node-type-covid-story .body-wrapper > .container-fluid {
  min-height: auto;
}
.node-type-investing-imapct .body-wrapper > .container-fluid {
  min-height: auto;
}
.wrap-impact-summary .wid-summary, .wrap-impact-summary .subscribe_block {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .wrap-impact-summary .wid-summary.wid-summary {
      margin-bottom: 0;
  }
}

.wrap-impact-summary ~ .wrap-keywords {
  margin-bottom: 0;
  padding-top: 0;
  border: none;
}

.summary {
  border-width: 0 0 1px;
}

.impact-detail-spotlight {
  position: relative;
}

@media (min-width: 1024px) {
  .impact-detail-spotlight {
      padding-bottom: 40px;
  }
}

.impact-detail-spotlight .group-spotlight {
  position: relative;
}

.impact-detail-spotlight .slick-list {
  overflow: hidden;
}

.impact-detail-spotlight .slick-track {
  left: -1px;
}

.impact-detail-spotlight .slick-slide {
  position: relative;
}

.impact-detail-spotlight button[class*="slick-"] {
  background: #fff url(../images/arrow-spotlight-left.gif) no-repeat center center;
  border: 0;
  height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0;
  top: 50%;
  text-indent: -999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 9;
}

@media (max-width: 767px) {
  .impact-detail-spotlight button[class*="slick-"] {
      -webkit-transform: translateY(-50%) scale(0.7);
      transform: translateY(-50%) scale(0.7);
  }
}

.impact-detail-spotlight button.slick-prev {
  left: 0;
}

@media (min-width: 960px) {
  .impact-detail-spotlight button.slick-prev {
      left: -45px;
  }
}

.impact-detail-spotlight button.slick-next {
  background-image: url(../images/arrow-spotlight-right.gif);
  right: 0;
}

@media (min-width: 960px) {
  .impact-detail-spotlight button.slick-next {
      right: -45px;
  }
}

.impact-detail-spotlight h1 {
  background: #FFF;
  font-size: 22px;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .impact-detail-spotlight h1 {
      font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .impact-detail-spotlight h1 {
      bottom: 4px;
      font-size: 28px;
      left: 50px;
      padding: 40px 30px 20px 30px;
      position: absolute;
      right: 50px;
  }
}

@media (min-width: 1100px) {
  .impact-detail-spotlight h1 {
      font-size: 30px;
      padding: 50px 30px 25px 30px;
  }
}

.progress-bar {
  background: #E5E5E5;
  box-shadow: none;
  height: 7px;
  left: 0;
  margin: 0 0 20px;
  width: 100%;
}

.progress-bar div {
  background: #18ADA8;
  height: 7px;
  transition: width ease .3s;
  max-width: 100%;
}

.progress-bar.sticky {
  position: fixed;
  z-index: 999;
  left: 15px;
  right: 15px;
  top: 0;
  width: auto;
}

@media (max-width: 991px) {
  .progress-bar.sticky {
      top: 48px;
  }
}

@media (min-width: 1024px) {
  .progress-bar.sticky {
      left: 45px;
      margin: 0 50px;
      right: 45px;
  }
}

@media (min-width: 1400px) {
  .progress-bar.sticky {
      left: 80px;
      right: 80px;
  }
}

@media (min-width: 1600px) {
  .progress-bar.sticky {
      left: 50%;
      margin: 0;
      right: auto;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1330px;
  }
}

.impact-article {
  font-size: 16px;
  line-height: 28px;
}

.impact-article .simple-quote {
  background: #f6f6f7;
  padding: 50px;
}

@media (max-width: 1200px) {
  .impact-article .simple-quote {
      padding: 40px;
  }
}

@media (max-width: 1024px) {
  .impact-article .simple-quote {
      padding: 30px;
  }
}

.impact-article + .related-articles {
  margin-top: 0;
}

.impact-article p:empty, .impact-article p span:empty {
  display: none;
}

@media (min-width: 1024px) {
  .impact-article {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .impact-article .impact-detail-spotlight img {
      height: 180px;
      object-fit: cover;
      width: 100%;
  }
}

.impact-article article ul {
  padding: 0;
}

.impact-article article li {
  list-style: inside url(../images/disc.png);
}

@media (min-width: 1024px) {
  .impact-article article {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.impact-article article > p {
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .impact-article article > p {
      margin-bottom: 30px;
  }
}

.impact-article .video-container {
  margin: 0;
}

.impact-article .tags {
  margin-bottom: 15px;
}

.impact-article .tags a {
  border: 1px solid #00b2a9;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 8px 8px 0;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (min-width: 1024px) {
  .impact-article .tags a {
      font-size: 15px;
  }
}

.impact-article .tags a:hover {
  border-color: #999;
  color: #666;
}

.impact-article .tags span {
  display: none;
}

.impact-article img {
  height: auto;
}

.impact-article h3.blue-border {
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.impact-article .right {
  clear: both;
}

@media (min-width: 768px) {
  .impact-article .right {
      float: right;
      margin: 0 20px 15px 0;
      max-width: 33.33333333333%;
      padding-left: 30px;
  }

  .impact-article .right .simple-quote {
      margin-left: -30px;
  }
}

@media (min-width: 768px) {
  .impact-article .left {
      float: left;
      margin: 0 0 15px 0;
      max-width: 33.33333333333%;
      padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .impact-article img.right, .impact-article img.left {
      max-width: 50%;
  }
}

.impact-article .play {
  background: url(../images/arrow-play.png) no-repeat center center;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 20px;
  height: 53px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 53px;
}

@media (min-width: 768px) {
  .impact-article .play {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform-style: preserve-3d !important;
      -webkit-backface-visibility: hidden !important;
  }
}

@media (min-width: 1100px) {
  .impact-article .play {
      height: 60px;
      width: 60px;
  }
}

.impact-article > .sector img {
  display: inline-block;
  vertical-align: middle;
}

.impact-article > .sector h4 {
  display: inline-block;
  font-size: 16px;
}

.impact-article .article-info {
  margin: 20px 0 0;
  overflow: auto;
  text-align: right;
}

@media (max-width: 520px) {
  .impact-article .article-info {
      text-align: center;
  }
}

.impact-article .article-info .wrap-utils, .impact-article .article-info .sm-icons {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.impact-article .article-info .utilities .stButton {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .impact-article .article-info .stButton .stLarge {
      float: right;
  }
}

.impact-article .article-info .wrap-utils {
  color: #656C6E;
  font-size: 13px;
  text-transform: uppercase;
}

.impact-article .article-info .wrap-date {
  text-align: center;
}

.impact-article .article-info .utilities {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.impact-article .article-info .utilities > span {
  display: inline-block;
}

@media (max-width: 520px) {
  .impact-article .article-info .utilities {
      text-align: center;
  }
}

.impact-article .article-info .share__block {
  margin-bottom: 0;
  clear: both;
}

.impact-article .share-count:before {
  background: url(../images/share-blue.png) no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  width: 21px;
}

.impact-article .print_html {
  float: none;
  padding: 0;
}

.impact-article .print_html a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 767px) {
  .impact-article .print_html:first-child:before {
      display: none;
  }
}

.impact-article .quote {
  background: #00b2ad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b2ad 0%, #1de5e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2ad', endColorstr='#1de5e1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
  clear: both;
  padding: 20px;
  position: relative;
  margin: 0 0 20px;
  min-height: 230px;
}

@media (max-width: 767px) {
  .impact-article .quote {
      padding-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .impact-article .quote {
      padding: 35px 50px 25px;
  }
}

.impact-article .quote p, .impact-article .quote h5 {
  margin: 0;
}

.impact-article .quote p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.impact-article .quote p:first-child:before {
  background: url(../images/quote-left.png) no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 0 0 10px;
  width: 39px;
}

@media (min-width: 768px) {
  .impact-article .quote p {
      margin: 0 0 25px;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote p {
      font-size: 18px;
      line-height: 25px;
  }
}

.impact-article .quote p:last-child {
  margin: 0;
}

.impact-article .quote small {
  display: block;
  font-size: 12px;
}

.impact-article .quote img {
  bottom: 0;
  right: 75px;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .impact-article .quote img {
      display: block;
      margin: auto;
      position: static;
  }
}

@media (min-width: 768px) {
  .impact-article .quote img {
      right: 20px;
      width: auto;
      max-height: 210px;
      max-width: 210px;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote img {
      right: 75px;
  }
}

.impact-article .quote .share {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .impact-article .quote .share {
      position: absolute;
      right: 20px;
      top: 10px;
  }
}

.impact-article .quote.hasImage .quote-text {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .impact-article .quote.hasImage .quote-text {
      margin-right: 20px;
      width: 65%;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote.hasImage .quote-text {
      width: 72%;
  }
}

.impact-article .quote .more {
  color: #FFF;
  margin: 0;
}

.impact-article .share {
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 13px;
  text-transform: uppercase;
}

.impact-article .share:before {
  background: url(../images/share-white.png) no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  width: 21px;
}

.impact-article div[class*="wid-"] {
  margin: 0 0 30px;
}

.impact-article .wid-articles {
  background: #F8F8F8;
}

.impact-article .wid-articles .articles-item {
  padding: 20px 20px 0;
}

.impact-article .wid-articles .articles-item:after {
  background: #E3E3E3;
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0 0;
  width: 100%;
}

.impact-article .wid-articles .articles-item:last-child:after {
  background: none;
}

.impact-article .wid-articles .thumb {
  margin: 0 0 25px;
  position: relative;
}

.impact-article .wid-articles .thumb img {
  display: block;
}

@media (max-width: 767px) {
  .impact-article .wid-articles .thumb {
      width: 100%;
  }
}

.impact-article .wid-articles h4 a {
  color: #333;
}

.impact-article .wid-articles h4 a:hover {
  color: #0067AC;
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .article-details {
      float: left;
      width: 50%;
  }
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .wrap-more {
      text-align: right;
  }
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .wrap-more .more {
      margin: 0;
  }
}

.impact-article .wid-articles .wrap-more .more:after {
  background: url(../images/arrow-more.png) no-repeat;
  content: '';
  display: inline-block;
  height: 9px;
  margin: 0 0 0 10px;
  width: 5px;
}

.impact-article .date {
  color: #656C6E;
  font-size: 13px;
  margin-right: 20px;
}

.impact-article .views {
  color: #555859;
  font-size: 12px;
}

.impact-article .views:before {
  background: url(../images/visited.png) no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  width: 24px;
}

.impact-article .wid-topics {
  background: #f8f5f1;
  overflow: auto;
}

.impact-article .wid-topics a {
  border: 1px solid #95bcd6;
  border-radius: 8px;
  color: #0066ae;
  float: left;
  font-size: 15px;
  line-height: 18px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .impact-article .wid-topics a {
      font-size: 14px;
      padding: 5px 10px;
  }
}

.impact-article .wid-topics a:hover {
  color: #ccc;
}

.impact-article aside h3 {
  color: #333F48;
  font-size: 20px;
  line-height: 26px;
}

.impact-article aside h3:after {
  background: #4FC4EB;
  content: "";
  display: block;
  height: 3px;
  margin: 6px 0 0;
  width: 20px;
}

.impact-article aside h4 {
  font-size: 18px;
  line-height: 24px;
}

.impact-article .wid-related-reports {
  background: #DBF4FB;
}

.impact-article .wid-related-reports h4 {
  color: #394245;
}

.impact-article .wid-related-reports ul {
  margin: 0;
  padding: 0;
}

.impact-article .wid-related-reports li {
  list-style: none;
  margin: 0 0 17px;
}

.impact-article .wid-related-reports li:last-child {
  margin: 0;
}

.impact-article .wid-related-reports li a {
  display: inline-block;
  line-height: 18px;
  margin-left: 48px;
}

.impact-article .wid-related-reports li a:before {
  background: url(../images/download.gif) no-repeat;
  content: '';
  display: inline-block;
  height: 33px;
  margin-left: -48px;
  vertical-align: middle;
  width: 48px;
}

.impact-article .wid-related-reports li.pdf a:before {
  background: url(../images/pdf.gif) no-repeat;
}

.impact-article .wid-topics, .impact-article .wid-related-reports {
  padding: 20px;
}

.impact-article .summary {
  margin-bottom: 20px;
  border: none;
}

@media (min-width: 1024px) {
  .impact-article .summary {
      padding-top: 0;
      margin-bottom: 25px;
  }
}

.impact-article .summary p {
  padding: 0 100px;
  color: #00b2a9;
  line-height: 1.3;
  text-align: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 18px;
}

@media (max-width: 767px) {
  .impact-article .summary p {
      font-size: 14px;
      padding: 0 30px;
  }
}

@media (min-width: 1280px) {
  .impact-article .summary p {
      font-size: 21px;
  }
}

.wid-summary {
  background: #f6f6f7;
  clear: both;
  overflow: auto;
  padding: 20px;
}

.wid-summary:before {
  background: url(../images/icon-tip.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  margin: 0 auto 20px;
  width: 70px;
}

@media (min-width: 768px) {
  .wid-summary:before {
      float: left;
      margin: 0 25px 20px 0;
  }
}

@media (max-width: 480px) {
  .wid-summary:before {
      background-size: 100%;
      width: 70px;
  }
}

@media (min-width: 1100px) {
  .wid-summary {
      padding: 45px;
  }
}

.wid-summary .share {
  color: #666;
}

.wid-summary .share:before {
  background: url(../images/share-grey.png) no-repeat;
}

@media (min-width: 768px) {
  .wid-summary .detail {
      overflow: auto;
  }
}

.wid-summary h4 {
  color: #394245;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 21px;
}

.wid-summary p {
  font-size: 17px;
  margin: 0;
}

@media (min-width: 1024px) {
  .wid-summary p {
      font-size: 18px;
      line-height: 1.4;
  }
}

.subscribe-summary {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}

.subscribe_block {
  background: #a8e5e2;
  clear: both;
  overflow: auto;
  padding: 30px;
}

.subscribe_block h3 {
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  color: #333f48;
}

.subscribe_block form {
  position: relative;
  margin-top: 5px;
}

.subscribe_block form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_block form > div .form-item-email {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 63%;
}

@media (max-width: 1200px) {
  .subscribe_block form > div .form-item-email {
      max-width: 100%;
      margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .subscribe_block form > div .form-item-email {
      max-width: 63%;
  }
}

.subscribe_block form > div .form-item-email input {
  width: 100%;
}

@media (max-width: 1200px) {
  .subscribe_block form > div {
      display: block;
  }
}

@media (max-width: 767px) {
  .subscribe_block form > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

@media (max-width: 480px) {
  .subscribe_block form > div {
      display: block;
  }
}

.subscribe_block input {
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .subscribe_block input {
      font-size: 12px;
  }
}

.subscribe_block .form-text {
  border: none;
  height: 45px;
  outline: none;
  padding: 8px 15px;
  font-size: 16px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 1440px) {
  .subscribe_block .form-text {
      font-size: 13px;
  }
}

@media (max-width: 480px) {
  .subscribe_block .form-text {
      width: 100%;
  }
}

.subscribe_block .form-submit {
  background: #00b2a9 url(../images/arrow-submit.png) no-repeat;
  background-position: 98px center;
  /*rtl:14px*/
  color: #FFF;
  padding: 8px 25px 8px 20px;
  height: 45px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  position: relative;
  z-index: 9;
}

@media (max-width: 480px) {
  .subscribe_block .form-submit {
      padding: 8px 24px 8px 18px;
  }
}

.subscribe_block .ajax-progress {
  clear: both;
  font-size: 13px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 10px;
  background: #FFF;
  width: calc(100% - 140px);
  max-width: 250px;
}

.subscribe_block .ajax-progress .throbber {
  display: none;
}

.subscribe_block label.error, .subscribe_block p.status {
  font-size: 12px;
  position: absolute;
  line-height: 18px;
  margin: 0;
  top: 44px;
  left: 0;
  white-space: nowrap;
  padding: 2px 0;
}

@media (max-width: 480px) {
  .subscribe_block label.error, .subscribe_block p.status {
      left: 0;
  }
}

.subscribe_block p.status {
  color: #158215;
}

.right + .wrap-subscribe .subscribe_block {
  clear: left;
}

.right + .wrap-subscribe .subscribe_block .subscribe-summary {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .subscribe-summary {
      float: left;
      margin: 0;
      width: 40%;
  }
}

.right + .wrap-subscribe .subscribe_block form {
  float: none;
  width: 100%;
  padding-left: 0;
}

.right + .wrap-subscribe .subscribe_block form label.error, .right + .wrap-subscribe .subscribe_block form p.status {
  left: 0;
}

@media (min-width: 768px) {
  .right + .wrap-subscribe .subscribe_block form {
      margin-top: -10px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block form {
      float: left;
      margin-top: 0;
      padding-left: 20px;
      width: 60%;
  }

  .right + .wrap-subscribe .subscribe_block form label.error, .right + .wrap-subscribe .subscribe_block form p.status {
      left: 20px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .form-text {
      padding: 8px 12px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .form-submit {
      padding: 8px 25px 8px 20px;
  }
}

.video_block {
  overflow: auto;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .video_block {
      clear: left;
      max-width: 66.66666666666666%;
      margin-right: 30px;
  }
}

.video_block img {
  width: 100%;
}

@media (min-width: 520px) {
  .video_block {
      overflow: hidden;
  }
}

.video_block .video-info {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  overflow: auto;
  padding: 15px 20px;
  width: 100%;
  transition: bottom ease .5s;
}

@media (min-width: 520px) {
  .video_block .video-info {
      background: rgba(0, 0, 0, 0.7);
      bottom: 0;
      position: absolute;
  }
}

.video_block .video-info.playing {
  bottom: -200px;
}

.video_block p {
  margin: 0;
  float: left;
  width: 80%;
}

.related-articles {
  background: #FBFBFB;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 20px auto 0;
}

.related-articles h3.blue-border {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  margin: 0 15px 20px;
}

@media (min-width: 768px) {
  .related-articles h3.blue-border {
      margin: 0 15px 30px;
  }
}

.related-articles .impact-block {
  background: #F6F6F6;
}

.wrap_infographic {
  background: #F8F5F1;
  border: 1px solid #E9E9E9;
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .wrap_infographic {
      margin: 0;
      max-width: 450px;
  }
}

.wrap_infographic .widget-field_image {
  text-align: center;
}

.wrap_infographic .widget-field_image img {
  display: block;
  margin: 20px auto 0;
}

.widget-field_link.infographic-open {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.widget-field_link.infographic-open:after {
  background: #0067AC;
  display: block;
  content: "";
  height: 2px;
  margin: 2px 0 0;
}

.simple-quote {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .simple-quote {
      border-bottom: 1px solid #F6F6F6;
      padding-bottom: 20px;
  }
}

.simple-quote p:first-child {
  color: #00b2a9;
  font-size: 20px;
  line-height: 28px;
}

.simple-quote p:first-child:after {
  margin-top: 15px;
  background: url(../images/quote-right.png) no-repeat;
  content: "";
  display: block;
  height: 50px;
  width: 71px;
  vertical-align: text-top;
}

.simple-quote h5 {
  color: #333;
  font-size: 16px;
  margin: 0 0 4px;
  line-height: 22px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  letter-spacing: -1px;
  text-transform: none;
}

.simple-quote h5 + p {
  font-size: 13px;
  margin: 0;
  line-height: 18px;
}

.simple-quote h5 + p small {
  font-size: 13px;
}

.wrap-keywords {
  border: 1px solid #F6F6F6;
  border-width: 1px 0;
  padding: 20px 0;
  margin: 0 0 20px;
  overflow: auto;
}

@media (min-width: 1100px) {
  .wrap-keywords {
      padding: 30px 0;
      margin: 0 0 30px;
  }
}

.wid-summary .stButton, .quote .stButton, .video_block .stButton {
  display: none !important;
}

.group-recommended-article {
  border: 1px solid #f6f6f6;
  border-width: 1px 0;
  margin: 0 0 20px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .group-recommended-article {
      float: left;
      width: 66.66666666666666%;
  }
}

@media (min-width: 1100px) {
  .group-recommended-article {
      padding: 40px 0;
      margin: 0 0 35px;
  }
}

.group-recommended-article img {
  float: left;
  margin: 0 20px 0 0;
}

@media (max-width: 480px) {
  .group-recommended-article img {
      max-width: 40%;
      margin: 0 20px 15px 0;
  }
}

@media (min-width: 480px) {
  .group-recommended-article .article-detail {
      overflow: auto;
  }
}

.group-recommended-article h3 {
  color: #8E8E8E;
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.group-recommended-article h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

.group-recommended-article h4 a {
  color: #333F48;
}

.group-recommended-article h4 a:hover {
  color: #999;
}

.group-recommended-article p {
  line-height: 18px;
}

.group-recommended-article .more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}

.group-recommended-article .more:after {
  background: #0067AC;
  content: "";
  display: block;
  height: 2px;
  margin: 3px 0 0;
  width: 100%;
}

.wid-summary, .subscribe_block, .video_block {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .wid-summary, .subscribe_block, .video_block {
      margin-bottom: 30px;
  }
}

.impact-article .wid-articles .thumb .story-sector, .wrap-our-impact .story-sector {
  color: #fff;
  font-size: 15px;
  left: 0;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.impact-article .wid-articles .thumb .story-sector img, .wrap-our-impact .story-sector img {
  display: inline-block;
  height: 28px;
  margin: 0 5px 0 0;
  width: 31px;
}

.impact-article .wid-articles .thumb:after, .impact-block .thumb:after {
  background: url(../images/shadow-thumb.png) repeat-x;
  content: '';
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.impact-article h3.blue-border, .wid-summary h4, .related-articles h3.blue-border {
  font-size: 22px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .impact-article h3.blue-border, .wid-summary h4, .related-articles h3.blue-border {
      font-size: 24px;
  }
}

.impact-spotlight {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .impact-spotlight {
      margin: 0 0 30px;
  }
}

.impact-spotlight h1 {
  font-size: 55px;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 1200px) {
  .impact-spotlight h1 {
      font-size: 45px;
  }
}

@media (max-width: 1200px) {
  .impact-spotlight h1 {
      font-size: 40px;
  }
}

@media (max-width: 767px) {
  .impact-spotlight h1 {
      font-size: 26px;
  }
}

.impact-landing .impact-block {
  border-bottom: 6px solid #fff;
  cursor: pointer;
}

.landing-spotlight-slider .slick-list {
  direction: ltr;
  /*rtl:ltr*/
}

.landing-spotlight-slider .slick-slide {
  direction: ltr;
}

.wrap-our-impact a {
  display: inline-block;
  transition: color ease .3s;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 11px;
}

@media (max-width: 1200px) {
  .wrap-our-impact a {
      font-size: 12px;
  }
}

@media (max-width: 767px) {
  .wrap-our-impact a {
      font-size: 11px;
  }
}

.wrap-our-impact a:hover {
  color: #999;
}

.wrap-our-impact .content-spotlight {
  background: #005A8C url(../images/bg-impact-spotlight.png) no-repeat right bottom;
  padding: 20px;
}

@media (min-width: 1100px) {
  .wrap-our-impact .content-spotlight {
      padding: 50px;
  }
}

.wrap-our-impact .spotlight-stats h3 {
  font-size: 55px;
}

@media (min-width: 1280px) {
  .wrap-our-impact .spotlight-stats h3 {
      font-size: 70px;
  }
}

.wrap-our-impact .spotlight-stats h3 span {
  font-size: 75%;
}

.wrap-our-impact .impact-spotlight {
  position: relative;
}

.wrap-our-impact .impact-spotlight .thumb {
  position: relative;
}

@media (min-width: 768px) {
  .wrap-our-impact .impact-spotlight h1 {
      color: #FFF;
      left: 0;
      padding: 20px;
      position: absolute;
      z-index: 99;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .impact-spotlight h1 {
      padding: 30px;
  }
}

.wrap-our-impact .spotlight-block {
  background-size: cover !important;
  background-position: center center !important;
  height: 100%;
  max-height: 470px;
  position: relative;
  height: 330px;
  min-height: 330px;
  overflow: hidden;
}

.wrap-our-impact .spotlight-block .video-container:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.wrap-our-impact .spotlight-block:before {
  background: url(../images/bg-spotlight.png) no-repeat;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .wrap-our-impact .spotlight-block:before {
      background-position: -500px bottom;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .spotlight-block {
      min-height: 470px;
      height: 470px;
  }
}

.wrap-our-impact .spotlight-block::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
}

.wrap-our-impact .spotlight-block img {
  display: none;
}

.wrap-our-impact .spotlight-block .text {
  display: inline-block;
  padding: 15px;
  position: relative;
  vertical-align: bottom;
  width: 98%;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 768px) {
  .wrap-our-impact .spotlight-block .text {
      padding: 20px;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .spotlight-block .text {
      padding: 30px;
  }
}

.wrap-our-impact .spotlight-block h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

@media (min-width: 768px) {
  .wrap-our-impact .spotlight-block h2 {
      font-size: 20px;
  }
}

.wrap-our-impact .spotlight-block h2 a {
  color: #FFF;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 24px;
}

@media (max-width: 1024px) {
  .wrap-our-impact .spotlight-block h2 a {
      font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wrap-our-impact .spotlight-block h2 a {
      font-size: 18px;
  }
}

.wrap-our-impact .spotlight-block h2 a:hover {
  color: #ccc;
}

.wrap-our-impact .spotlight-block .date {
  color: #FFF;
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}

@media (max-width: 1200px) {
  .wrap-our-impact .spotlight-block .date {
      font-size: 14px;
  }
}

.wrap-our-impact .spotlight-block .more {
  color: #FFF;
  margin: 17px 0 0;
}

.wrap-our-impact .spotlight-block .more:after {
  background: #FFF;
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0 0;
  left: 0;
  width: 100%;
}

.wrap-our-impact .play, .wrap-our-impact .story-video {
  background: url(../images/arrow-play.png) no-repeat 15px center;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 53px;
  overflow: hidden;
  left: 50%;
  position: absolute;
  top: 50%;
  text-indent: -999em;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  width: 53px;
  z-index: 9;
}

@media (min-width: 1100px) {
  .wrap-our-impact .play, .wrap-our-impact .story-video {
      background-position: center center;
      height: 60px;
      width: 60px;
  }
}

.wrap-our-impact .col:first-child {
  float: left;
}

@media (min-width: 768px) {
  .wrap-our-impact .col:first-child {
      width: 50%;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .col:first-child {
      width: 65%;
  }
}

.wrap-our-impact .col:first-child h2 {
  font-size: 24px;
  line-height: 32px;
}

.wrap-our-impact .col:last-child {
  float: left;
}

@media (min-width: 768px) {
  .wrap-our-impact .col:last-child {
      width: 50%;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .col:last-child {
      width: 35%;
  }
}

.wrap-our-impact .col:last-child .spotlight-block {
  min-height: 50%;
  height: 50%;
}

.wrap-our-impact .wrap-tags {
  background: #F5F5F5;
  font-size: 15px;
  line-height: 20px;
  overflow: auto;
  margin: 0 0 20px;
  padding: 20px;
}

@media (min-width: 1024px) {
  .wrap-our-impact .wrap-tags {
      margin: 0 0 30px;
      line-height: 24px;
  }
}

.wrap-our-impact .wrap-tags h4 {
  float: left;
  font-size: 14px;
  margin: 1px 20px 0 0;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  color: #333f48;
}

@media (min-width: 768px) {
  .wrap-our-impact .wrap-tags h4 {
      font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .wrap-tags h4 {
      margin: 1px 25px 0 0;
  }
}

.wrap-our-impact .wrap-tags h4:after {
  background: url(../images/arrow-tab.png) no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 0 15px;
  width: 5px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wrap-our-impact .wrap-tags .tags {
      overflow: auto;
  }
}

@media (min-width: 1024px) {
  .wrap-our-impact .wrap-tags .tags {
      line-height: 22px;
  }
}

.wrap-our-impact .wrap-tags .tags a {
  font-size: 12px;
}

.wrap-our-impact .wrap-tags .tags a.selected {
  color: #999;
}

.wrap-our-impact .wrap-tags a {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wrap-our-impact .wrap-tags a {
      margin: 0 5px 0 0;
  }
}

.wrap-our-impact .wrap-tags span {
  color: #c5c5c5;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px 0 0;
}

.wrap-our-impact .wrap-tags span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .wrap-our-impact .wrap-tags span {
      margin: 0 5px 0 0;
  }
}

.filter.impact {
  color: #919292;
  font-size: 18px;
  overflow: auto;
  padding: 0 0 15px;
}

@media (min-width: 768px) {
  .filter.impact {
      padding: 0 0 25px;
  }
}

.filter.impact ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .filter.impact ul {
      float: left;
      width: 40%;
  }
}

.filter.impact li {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
}

.filter.impact li > a {
  text-transform: uppercase;
}

.filter.impact li select {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  opacity: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.filter.impact li span.select {
  color: #005A8C;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
}

.filter.impact li span.select:after {
  background: url(../images/arrow-select.png) no-repeat 3px 5px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  width: 15px;
}

.filter.impact .selected {
  color: #08C7F0;
  text-decoration: underline;
}

.filter.impact .wrap-filter-form {
  text-align: right;
}

@media (min-width: 768px) {
  .filter.impact .wrap-filter-form {
      float: left;
      text-align: right;
      width: 60%;
  }
}

.filter.impact .sort {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0 25px 0 0;
}

.filter.impact .sort:after {
  background: url(../images/bg-sort.png) no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 0 0 15px;
  vertical-align: middle;
  width: 15px;
}

.filter.impact form.filter {
  border: 1px solid #DFDFDF;
  display: inline-block;
}

@media (max-width: 480px) {
  .filter.impact form.filter {
      display: block;
      margin: 15px 0 0;
      text-align: left;
      width: 100%;
  }
}

.filter.impact form.filter input {
  background: none;
  border: 0;
  font-size: 16px;
  outline: none;
  padding: 15px 20px;
}

@media (max-width: 480px) {
  .filter.impact form.filter input {
      width: 87%;
  }
}

.filter.impact form.filter button {
  background: url(../images/search-impact.png) no-repeat center center;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  margin: 0 10px 0 0;
  padding: 10px;
  text-indent: -999em;
  vertical-align: middle;
  width: 15px;
}

.impact-wrap .article-item {
  margin: 0 0 20px;
}

@media (min-width: 1100px) {
  .impact-wrap .article-item {
      margin: 0 0 29px;
  }
}

.impact-wrap .article-item.selected {
  margin-bottom: 0;
}

.impact-block {
  position: relative;
  transition: all ease .3s;
}

.impact-block .thumb {
  position: relative;
  overflow: hidden;
}

.impact-block .thumb .img-responsive {
  width: 100%;
}

.selected .impact-block {
  background: #f5f5f5;
  padding: 0 0 20px;
}

@media (min-width: 1100px) {
  .selected .impact-block {
      padding: 0 0 30px;
  }
}

.selected .impact-block:after {
  background: url(../images/arrow-current.png) no-repeat;
  bottom: -19px;
  content: "";
  height: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 41px;
  z-index: 99;
}

.selected .impact-block .impact-details {
  border: none;
}

.impact-block .impact-details {
  border: 1px solid #e8e8e8;
  padding: 20px 20px 50px;
}

@media (min-width: 1100px) {
  .impact-block .impact-details {
      padding: 25px 30px 50px;
  }
}

.impact-block span.date {
  color: #656C6E;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  display: block;
}

.impact-block h3 {
  color: #47525a;
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -1px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.impact-block .tags {
  font-size: 11px;
  margin: 20px 0 0;
  text-transform: uppercase;
}

.impact-block .tags a {
  margin: 0 3px;
}

.impact-block .tags a:first-child {
  margin-left: 0;
}

.impact-block .tags span {
  color: #b2cddd;
}

.impact-block .view-count {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  position: absolute;
  left: 20px;
  font-size: 12px;
  bottom: 20px;
}

@media (min-width: 1100px) {
  .impact-block .view-count {
      left: 30px;
  }
}

.impact-block .view-count:before {
  background: url(../images/visited.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 5px 0 0;
  width: 24px;
  background-size: 100% 100%;
}

.impact-block .view-count + a {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.impact-block .view-count + a:after {
  width: 15px;
  height: 13px;
}

@media (min-width: 1100px) {
  .impact-block .view-count + a {
      right: 30px;
  }
}

.selected .impact-block .view-count + a {
  display: none;
}

.wrap-load-more .load-more {
  background: #50C7E8;
  cursor: pointer;
  padding: 8px 20px;
  text-transform: inherit;
}

.wrap-load-more .load-more:before {
  background: url(../images/arrow-loading.png) no-repeat;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  text-transform: inherit;
  vertical-align: middle;
  width: 9px;
}

.wrap-load-more .load-more:hover {
  color: #D1EFFF;
}

.detail-popup {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  transition: all ease 1s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 480px) {
  .detail-popup {
      overflow: visible;
  }
}

.detail-popup.activeContent {
  max-height: 10000px;
  opacity: 1;
}

.detail-popup .popup-inner {
  background: #f5f5f5;
  clear: both;
  float: left;
  padding: 20px;
  margin: 0 0 20px;
  width: 100%;
  transition: all ease 1s;
}

@media (max-width: 767px) {
  .detail-popup .popup-inner {
      padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .detail-popup .popup-inner {
      min-height: 300px;
  }
}

@media (min-width: 1024px) {
  .detail-popup .popup-inner {
      padding: 30px;
  }
}

@media (min-width: 1100px) {
  .detail-popup .popup-inner {
      margin: 0 0 40px;
      padding: 40px;
  }
}

@media (max-width: 767px) {
  .detail-popup .popup-inner div[class*="col-"] {
      padding: 0;
  }
}

.detail-popup .popup-inner .play {
  display: none;
}

.detail-popup .wmg-close {
  background: #f5f5f5 url(../images/x.png) no-repeat center center;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: 60px;
  top: 20px;
  width: 25px;
  z-index: 999;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 767px) {
  .detail-popup .wmg-close {
      height: 18px;
      width: 18px;
  }
}

@media (max-width: 1024px) {
  .detail-popup .wmg-close {
      right: 35px;
  }
}

@media (max-width: 767px) {
  .detail-popup .wmg-close:after {
      content: "";
      position: absolute;
      left: -10px;
      right: -10px;
      top: -10px;
      bottom: -10px;
  }
}

.detail-popup p {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .detail-popup p {
      font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .detail-popup p {
      font-size: 14px;
  }
}

.detail-popup h4 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 767px) {
  .detail-popup h4 {
      display: none;
  }
}

@media (min-width: 1024px) {
  .detail-popup h4 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (min-width: 1100px) {
  .detail-popup h4 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 25px;
  }
}

.detail-popup .highlight {
  color: #00B1AC;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .detail-popup .highlight {
      font-size: 17px;
      line-height: 25px;
      padding-right: 20px;
  }
}

.detail-popup .more:after {
  width: 15px;
  height: 13px;
}

@media (max-width: 767px) {
  .detail-popup .img-responsive {
      display: none;
  }
}

@media (min-width: 768px) {
  .detail-popup .img-responsive {
      margin: 0;
  }
}

.detail-popup .sm-icons {
  position: absolute;
}

@media (max-width: 767px) {
  .detail-popup .sm-icons {
      bottom: 20px;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .detail-popup .sm-icons {
      right: 25px;
      top: 51%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
}

@media (min-width: 1100px) {
  .detail-popup .sm-icons {
      right: 50px;
  }
}

@media (max-width: 767px) {
  .detail-popup .sm-icons {
      margin-top: 15px;
      text-align: center;
  }
}

.detail-popup .sm-icons > .utilities > span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  line-height: 18px;
  margin: 0 0 2px;
}

@media (max-width: 767px) {
  .detail-popup .sm-icons > .utilities > span {
      display: inline-block;
      margin: 0 10px 2px 0;
      vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .detail-popup .sm-icons > .utilities > span {
      margin: 0 0 8px;
  }
}

.detail-popup .sm-icons > .utilities > span > span {
  margin: 0;
}

.sm-icons .st_facebook_large .stLarge {
  background: url(../images/facebook.svg) no-repeat 0 1px !important;
  height: 35px;
  width: 34px;
}

.sm-icons .st_twitter_large .stLarge {
  background: url(../images/twitter.svg) no-repeat 0 1px !important;
  height: 35px;
  width: 34px;
}

.sm-icons .st_linkedin_large .stLarge {
  background: url(../images/linkedin.svg) no-repeat 0 1px !important;
  height: 35px;
  width: 34px;
}

.sm-icons .st_email_large .stLarge {
  background: url(../images/email.svg) no-repeat 0 1px !important;
  height: 35px;
  width: 34px;
}

.landing-spotlight-slider .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  z-index: 999;
}

.landing-spotlight-slider .slick-dots li {
  float: left;
  list-style: none;
  margin-right: 10px;
  width: 10px;
  height: 10px;
}

.landing-spotlight-slider .slick-dots li button {
  background: #ccc;
  border: 0;
  padding: 0;
  outline: none;
  border-radius: 50%;
  text-indent: -999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
}

.landing-spotlight-slider .slick-dots li.slick-active.slick-active button {
  background: #FFF;
}

.node-type-impact-article .body-wrapper > .container-fluid {
  min-height: auto;
}
.node-type-investing-imapct .body-wrapper > .container-fluid {
  min-height: auto;
}
.wrap-impact-summary .wid-summary, .wrap-impact-summary .subscribe_block {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .wrap-impact-summary .wid-summary.wid-summary {
      margin-bottom: 0;
  }
}

.wrap-impact-summary ~ .wrap-keywords {
  margin-bottom: 0;
  padding-top: 0;
  border: none;
}

.summary {
  border-width: 0 0 1px;
}

.impact-detail-spotlight {
  position: relative;
}

@media (min-width: 1024px) {
  .impact-detail-spotlight {
      padding-bottom: 40px;
  }
}

.impact-detail-spotlight .group-spotlight {
  position: relative;
}

.impact-detail-spotlight .slick-list {
  overflow: hidden;
}

.impact-detail-spotlight .slick-track {
  left: -1px;
}

.impact-detail-spotlight .slick-slide {
  position: relative;
}

.impact-detail-spotlight button[class*="slick-"] {
  background: #fff url(../images/arrow-spotlight-left.gif) no-repeat center center;
  border: 0;
  height: 40px;
  outline: none;
  overflow: hidden;
  position: absolute;
  padding: 0;
  top: 50%;
  text-indent: -999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 9;
}

@media (max-width: 767px) {
  .impact-detail-spotlight button[class*="slick-"] {
      -webkit-transform: translateY(-50%) scale(0.7);
      transform: translateY(-50%) scale(0.7);
  }
}

.impact-detail-spotlight button.slick-prev {
  left: 0;
}

@media (min-width: 960px) {
  .impact-detail-spotlight button.slick-prev {
      left: -45px;
  }
}

.impact-detail-spotlight button.slick-next {
  background-image: url(../images/arrow-spotlight-right.gif);
  right: 0;
}

@media (min-width: 960px) {
  .impact-detail-spotlight button.slick-next {
      right: -45px;
  }
}

.impact-detail-spotlight h1 {
  background: #FFF;
  font-size: 22px;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .impact-detail-spotlight h1 {
      font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .impact-detail-spotlight h1 {
      bottom: 4px;
      font-size: 28px;
      left: 50px;
      padding: 40px 30px 20px 30px;
      position: absolute;
      right: 50px;
  }
}

@media (min-width: 1100px) {
  .impact-detail-spotlight h1 {
      font-size: 30px;
      padding: 50px 30px 25px 30px;
  }
}

.progress-bar {
  background: #E5E5E5;
  box-shadow: none;
  height: 7px;
  left: 0;
  margin: 0 0 20px;
  width: 100%;
}

.progress-bar div {
  background: #18ADA8;
  height: 7px;
  transition: width ease .3s;
  max-width: 100%;
}

.progress-bar.sticky {
  position: fixed;
  z-index: 999;
  left: 15px;
  right: 15px;
  top: 0;
  width: auto;
}

@media (max-width: 991px) {
  .progress-bar.sticky {
      top: 48px;
  }
}

@media (min-width: 1024px) {
  .progress-bar.sticky {
      left: 45px;
      margin: 0 50px;
      right: 45px;
  }
}

@media (min-width: 1400px) {
  .progress-bar.sticky {
      left: 80px;
      right: 80px;
  }
}

@media (min-width: 1600px) {
  .progress-bar.sticky {
      left: 50%;
      margin: 0;
      right: auto;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1330px;
  }
}

.impact-article {
  font-size: 16px;
  line-height: 28px;
}

.impact-article .simple-quote {
  background: #f6f6f7;
  padding: 50px;
}

@media (max-width: 1200px) {
  .impact-article .simple-quote {
      padding: 40px;
  }
}

@media (max-width: 1024px) {
  .impact-article .simple-quote {
      padding: 30px;
  }
}

.impact-article + .related-articles {
  margin-top: 0;
}

.impact-article p:empty, .impact-article p span:empty {
  display: none;
}

@media (min-width: 1024px) {
  .impact-article {
      font-size: 18px;
  }
}

@media (max-width: 767px) {
  .impact-article .impact-detail-spotlight img {
      height: 180px;
      object-fit: cover;
      width: 100%;
  }
}

.impact-article article ul {
  padding: 0;
}

.impact-article article li {
  list-style: inside url(../images/disc.png);
}

@media (min-width: 1024px) {
  .impact-article article {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.impact-article article > p {
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .impact-article article > p {
      margin-bottom: 30px;
  }
}

.impact-article .video-container {
  margin: 0;
}

.impact-article .tags {
  margin-bottom: 15px;
}

.impact-article .tags a {
  border: 1px solid #00b2a9;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 8px 8px 0;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (min-width: 1024px) {
  .impact-article .tags a {
      font-size: 15px;
  }
}

.impact-article .tags a:hover {
  border-color: #999;
  color: #666;
}

.impact-article .tags span {
  display: none;
}

.impact-article img {
  height: auto;
}

.impact-article h3.blue-border {
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.impact-article .right {
  clear: both;
}

@media (min-width: 768px) {
  .impact-article .right {
      float: right;
      margin: 0 20px 15px 0;
      max-width: 33.33333333333%;
      padding-left: 30px;
  }

  .impact-article .right .simple-quote {
      margin-left: -30px;
  }
}

@media (min-width: 768px) {
  .impact-article .left {
      float: left;
      margin: 0 0 15px 0;
      max-width: 33.33333333333%;
      padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .impact-article img.right, .impact-article img.left {
      max-width: 50%;
  }
}

.impact-article .play {
  background: url(../images/arrow-play.png) no-repeat center center;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 20px;
  height: 53px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 53px;
}

@media (min-width: 768px) {
  .impact-article .play {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform-style: preserve-3d !important;
      -webkit-backface-visibility: hidden !important;
  }
}

@media (min-width: 1100px) {
  .impact-article .play {
      height: 60px;
      width: 60px;
  }
}

.impact-article > .sector img {
  display: inline-block;
  vertical-align: middle;
}

.impact-article > .sector h4 {
  display: inline-block;
  font-size: 16px;
}

.impact-article .article-info {
  margin: 20px 0 0;
  overflow: auto;
  text-align: right;
}

@media (max-width: 520px) {
  .impact-article .article-info {
      text-align: center;
  }
}

.impact-article .article-info .wrap-utils, .impact-article .article-info .sm-icons {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.impact-article .article-info .utilities .stButton {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .impact-article .article-info .stButton .stLarge {
      float: right;
  }
}

.impact-article .article-info .wrap-utils {
  color: #656C6E;
  font-size: 13px;
  text-transform: uppercase;
}

.impact-article .article-info .wrap-date {
  text-align: center;
}

.impact-article .article-info .utilities {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.impact-article .article-info .utilities > span {
  display: inline-block;
}

@media (max-width: 520px) {
  .impact-article .article-info .utilities {
      text-align: center;
  }
}

.impact-article .article-info .share__block {
  margin-bottom: 0;
  clear: both;
}

.impact-article .share-count:before {
  background: url(../images/share-blue.png) no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  width: 21px;
}

.impact-article .print_html {
  float: none;
  padding: 0;
}

.impact-article .print_html a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 767px) {
  .impact-article .print_html:first-child:before {
      display: none;
  }
}

.impact-article .quote {
  background: #00b2ad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #00b2ad 0%, #1de5e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2ad', endColorstr='#1de5e1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
  clear: both;
  padding: 20px;
  position: relative;
  margin: 0 0 20px;
  min-height: 230px;
}

@media (max-width: 767px) {
  .impact-article .quote {
      padding-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .impact-article .quote {
      padding: 35px 50px 25px;
  }
}

.impact-article .quote p, .impact-article .quote h5 {
  margin: 0;
}

.impact-article .quote p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.impact-article .quote p:first-child:before {
  background: url(../images/quote-left.png) no-repeat;
  content: "";
  display: block;
  height: 28px;
  margin: 0 0 10px;
  width: 39px;
}

@media (min-width: 768px) {
  .impact-article .quote p {
      margin: 0 0 25px;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote p {
      font-size: 18px;
      line-height: 25px;
  }
}

.impact-article .quote p:last-child {
  margin: 0;
}

.impact-article .quote small {
  display: block;
  font-size: 12px;
}

.impact-article .quote img {
  bottom: 0;
  right: 75px;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .impact-article .quote img {
      display: block;
      margin: auto;
      position: static;
  }
}

@media (min-width: 768px) {
  .impact-article .quote img {
      right: 20px;
      width: auto;
      max-height: 210px;
      max-width: 210px;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote img {
      right: 75px;
  }
}

.impact-article .quote .share {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .impact-article .quote .share {
      position: absolute;
      right: 20px;
      top: 10px;
  }
}

.impact-article .quote.hasImage .quote-text {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .impact-article .quote.hasImage .quote-text {
      margin-right: 20px;
      width: 65%;
  }
}

@media (min-width: 1024px) {
  .impact-article .quote.hasImage .quote-text {
      width: 72%;
  }
}

.impact-article .quote .more {
  color: #FFF;
  margin: 0;
}

.impact-article .share {
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 13px;
  text-transform: uppercase;
}

.impact-article .share:before {
  background: url(../images/share-white.png) no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  width: 21px;
}

.impact-article div[class*="wid-"] {
  margin: 0 0 30px;
}

.impact-article .wid-articles {
  background: #F8F8F8;
}

.impact-article .wid-articles .articles-item {
  padding: 20px 20px 0;
}

.impact-article .wid-articles .articles-item:after {
  background: #E3E3E3;
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0 0;
  width: 100%;
}

.impact-article .wid-articles .articles-item:last-child:after {
  background: none;
}

.impact-article .wid-articles .thumb {
  margin: 0 0 25px;
  position: relative;
}

.impact-article .wid-articles .thumb img {
  display: block;
}

@media (max-width: 767px) {
  .impact-article .wid-articles .thumb {
      width: 100%;
  }
}

.impact-article .wid-articles h4 a {
  color: #333;
}

.impact-article .wid-articles h4 a:hover {
  color: #0067AC;
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .article-details {
      float: left;
      width: 50%;
  }
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .wrap-more {
      text-align: right;
  }
}

@media (min-width: 1225px) {
  .impact-article .wid-articles .wrap-more .more {
      margin: 0;
  }
}

.impact-article .wid-articles .wrap-more .more:after {
  background: url(../images/arrow-more.png) no-repeat;
  content: '';
  display: inline-block;
  height: 9px;
  margin: 0 0 0 10px;
  width: 5px;
}

.impact-article .date {
  color: #656C6E;
  font-size: 13px;
  margin-right: 20px;
}

.impact-article .views {
  color: #555859;
  font-size: 12px;
}

.impact-article .views:before {
  background: url(../images/visited.png) no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  width: 24px;
}

.impact-article .wid-topics {
  background: #f8f5f1;
  overflow: auto;
}

.impact-article .wid-topics a {
  border: 1px solid #95bcd6;
  border-radius: 8px;
  color: #0066ae;
  float: left;
  font-size: 15px;
  line-height: 18px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .impact-article .wid-topics a {
      font-size: 14px;
      padding: 5px 10px;
  }
}

.impact-article .wid-topics a:hover {
  color: #ccc;
}

.impact-article aside h3 {
  color: #333F48;
  font-size: 20px;
  line-height: 26px;
}

.impact-article aside h3:after {
  background: #4FC4EB;
  content: "";
  display: block;
  height: 3px;
  margin: 6px 0 0;
  width: 20px;
}

.impact-article aside h4 {
  font-size: 18px;
  line-height: 24px;
}

.impact-article .wid-related-reports {
  background: #DBF4FB;
}

.impact-article .wid-related-reports h4 {
  color: #394245;
}

.impact-article .wid-related-reports ul {
  margin: 0;
  padding: 0;
}

.impact-article .wid-related-reports li {
  list-style: none;
  margin: 0 0 17px;
}

.impact-article .wid-related-reports li:last-child {
  margin: 0;
}

.impact-article .wid-related-reports li a {
  display: inline-block;
  line-height: 18px;
  margin-left: 48px;
}

.impact-article .wid-related-reports li a:before {
  background: url(../images/download.gif) no-repeat;
  content: '';
  display: inline-block;
  height: 33px;
  margin-left: -48px;
  vertical-align: middle;
  width: 48px;
}

.impact-article .wid-related-reports li.pdf a:before {
  background: url(../images/pdf.gif) no-repeat;
}

.impact-article .wid-topics, .impact-article .wid-related-reports {
  padding: 20px;
}

.impact-article .summary {
  margin-bottom: 20px;
  border: none;
}

@media (min-width: 1024px) {
  .impact-article .summary {
      padding-top: 0;
      margin-bottom: 25px;
  }
}

.impact-article .summary p {
  padding: 0 100px;
  color: #00b2a9;
  line-height: 1.3;
  text-align: center;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 18px;
}

@media (max-width: 767px) {
  .impact-article .summary p {
      font-size: 14px;
      padding: 0 30px;
  }
}

@media (min-width: 1280px) {
  .impact-article .summary p {
      font-size: 21px;
  }
}

.wid-summary {
  background: #f6f6f7;
  clear: both;
  overflow: auto;
  padding: 20px;
}

.wid-summary:before {
  background: url(../images/icon-tip.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  margin: 0 auto 20px;
  width: 70px;
}

@media (min-width: 768px) {
  .wid-summary:before {
      float: left;
      margin: 0 25px 20px 0;
  }
}

@media (max-width: 480px) {
  .wid-summary:before {
      background-size: 100%;
      width: 70px;
  }
}

@media (min-width: 1100px) {
  .wid-summary {
      padding: 45px;
  }
}

.wid-summary .share {
  color: #666;
}

.wid-summary .share:before {
  background: url(../images/share-grey.png) no-repeat;
}

@media (min-width: 768px) {
  .wid-summary .detail {
      overflow: auto;
  }
}

.wid-summary h4 {
  color: #394245;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 21px;
}

.wid-summary p {
  font-size: 17px;
  margin: 0;
}

@media (min-width: 1024px) {
  .wid-summary p {
      font-size: 18px;
      line-height: 1.4;
  }
}

.subscribe-summary {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
}

.subscribe_block {
  background: #a8e5e2;
  clear: both;
  overflow: auto;
  padding: 30px;
}

.subscribe_block h3 {
  font-size: 21px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  color: #333f48;
}

.subscribe_block form {
  position: relative;
  margin-top: 5px;
}

.subscribe_block form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_block form > div .form-item-email {
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  max-width: 63%;
}

@media (max-width: 1200px) {
  .subscribe_block form > div .form-item-email {
      max-width: 100%;
      margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .subscribe_block form > div .form-item-email {
      max-width: 63%;
  }
}

.subscribe_block form > div .form-item-email input {
  width: 100%;
}

@media (max-width: 1200px) {
  .subscribe_block form > div {
      display: block;
  }
}

@media (max-width: 767px) {
  .subscribe_block form > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

@media (max-width: 480px) {
  .subscribe_block form > div {
      display: block;
  }
}

.subscribe_block input {
  font-size: 13px;
  font-weight: normal;
}

@media (max-width: 1440px) {
  .subscribe_block input {
      font-size: 12px;
  }
}

.subscribe_block .form-text {
  border: none;
  height: 45px;
  outline: none;
  padding: 8px 15px;
  font-size: 16px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (max-width: 1440px) {
  .subscribe_block .form-text {
      font-size: 13px;
  }
}

@media (max-width: 480px) {
  .subscribe_block .form-text {
      width: 100%;
  }
}

.subscribe_block .form-submit {
  background: #00b2a9 url(../images/arrow-submit.png) no-repeat;
  background-position: 98px center;
  /*rtl:14px*/
  color: #FFF;
  padding: 8px 25px 8px 20px;
  height: 45px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  position: relative;
  z-index: 9;
}

@media (max-width: 480px) {
  .subscribe_block .form-submit {
      padding: 8px 24px 8px 18px;
  }
}

.subscribe_block .ajax-progress {
  clear: both;
  font-size: 13px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 10px;
  background: #FFF;
  width: calc(100% - 140px);
  max-width: 250px;
}

.subscribe_block .ajax-progress .throbber {
  display: none;
}

.subscribe_block label.error, .subscribe_block p.status {
  font-size: 12px;
  position: absolute;
  line-height: 18px;
  margin: 0;
  top: 44px;
  left: 0;
  white-space: nowrap;
  padding: 2px 0;
}

@media (max-width: 480px) {
  .subscribe_block label.error, .subscribe_block p.status {
      left: 0;
  }
}

.subscribe_block p.status {
  color: #158215;
}

.right + .wrap-subscribe .subscribe_block {
  clear: left;
}

.right + .wrap-subscribe .subscribe_block .subscribe-summary {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .subscribe-summary {
      float: left;
      margin: 0;
      width: 40%;
  }
}

.right + .wrap-subscribe .subscribe_block form {
  float: none;
  width: 100%;
  padding-left: 0;
}

.right + .wrap-subscribe .subscribe_block form label.error, .right + .wrap-subscribe .subscribe_block form p.status {
  left: 0;
}

@media (min-width: 768px) {
  .right + .wrap-subscribe .subscribe_block form {
      margin-top: -10px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block form {
      float: left;
      margin-top: 0;
      padding-left: 20px;
      width: 60%;
  }

  .right + .wrap-subscribe .subscribe_block form label.error, .right + .wrap-subscribe .subscribe_block form p.status {
      left: 20px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .form-text {
      padding: 8px 12px;
  }
}

@media (min-width: 1225px) {
  .right + .wrap-subscribe .subscribe_block .form-submit {
      padding: 8px 25px 8px 20px;
  }
}

.video_block {
  overflow: auto;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .video_block {
      clear: left;
      max-width: 66.66666666666666%;
      margin-right: 30px;
  }
}

.video_block img {
  width: 100%;
}

@media (min-width: 520px) {
  .video_block {
      overflow: hidden;
  }
}

.video_block .video-info {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  overflow: auto;
  padding: 15px 20px;
  width: 100%;
  transition: bottom ease .5s;
}

@media (min-width: 520px) {
  .video_block .video-info {
      background: rgba(0, 0, 0, 0.7);
      bottom: 0;
      position: absolute;
  }
}

.video_block .video-info.playing {
  bottom: -200px;
}

.video_block p {
  margin: 0;
  float: left;
  width: 80%;
}

.related-articles {
  background: #FBFBFB;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 20px auto 0;
}

.related-articles h3.blue-border {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  margin: 0 15px 20px;
}

@media (min-width: 768px) {
  .related-articles h3.blue-border {
      margin: 0 15px 30px;
  }
}

.related-articles .impact-block {
  background: #F6F6F6;
}

.wrap_infographic {
  background: #F8F5F1;
  border: 1px solid #E9E9E9;
  padding: 20px 20px 0;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .wrap_infographic {
      margin: 0;
      max-width: 450px;
  }
}

.wrap_infographic .widget-field_image {
  text-align: center;
}

.wrap_infographic .widget-field_image img {
  display: block;
  margin: 20px auto 0;
}

.widget-field_link.infographic-open {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.widget-field_link.infographic-open:after {
  background: #0067AC;
  display: block;
  content: "";
  height: 2px;
  margin: 2px 0 0;
}

.simple-quote {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .simple-quote {
      border-bottom: 1px solid #F6F6F6;
      padding-bottom: 20px;
  }
}

.simple-quote p:first-child {
  color: #00b2a9;
  font-size: 20px;
  line-height: 28px;
}

.simple-quote p:first-child:after {
  margin-top: 15px;
  background: url(../images/quote-right.png) no-repeat;
  content: "";
  display: block;
  height: 50px;
  width: 71px;
  vertical-align: text-top;
}

.simple-quote h5 {
  color: #333;
  font-size: 16px;
  margin: 0 0 4px;
  line-height: 22px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  letter-spacing: -1px;
  text-transform: none;
}

.simple-quote h5 + p {
  font-size: 13px;
  margin: 0;
  line-height: 18px;
}

.simple-quote h5 + p small {
  font-size: 13px;
}

.wrap-keywords {
  border: 1px solid #F6F6F6;
  border-width: 1px 0;
  padding: 20px 0;
  margin: 0 0 20px;
  overflow: auto;
}

@media (min-width: 1100px) {
  .wrap-keywords {
      padding: 30px 0;
      margin: 0 0 30px;
  }
}

.wid-summary .stButton, .quote .stButton, .video_block .stButton {
  display: none !important;
}

.group-recommended-article {
  border: 1px solid #f6f6f6;
  border-width: 1px 0;
  margin: 0 0 20px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .group-recommended-article {
      float: left;
      width: 66.66666666666666%;
  }
}

@media (min-width: 1100px) {
  .group-recommended-article {
      padding: 40px 0;
      margin: 0 0 35px;
  }
}

.group-recommended-article img {
  float: left;
  margin: 0 20px 0 0;
}

@media (max-width: 480px) {
  .group-recommended-article img {
      max-width: 40%;
      margin: 0 20px 15px 0;
  }
}

@media (min-width: 480px) {
  .group-recommended-article .article-detail {
      overflow: auto;
  }
}

.group-recommended-article h3 {
  color: #8E8E8E;
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.group-recommended-article h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

.group-recommended-article h4 a {
  color: #333F48;
}

.group-recommended-article h4 a:hover {
  color: #999;
}

.group-recommended-article p {
  line-height: 18px;
}

.group-recommended-article .more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}

.group-recommended-article .more:after {
  background: #0067AC;
  content: "";
  display: block;
  height: 2px;
  margin: 3px 0 0;
  width: 100%;
}

/* ourpeople starts here */
.mub.ourpeople,
.mub.homespot.covid-19-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.dark-ourpeople .mub.ourpeople .l-tag {
  color: #FFF;
}

.mub.ourpeople .ourpeople__slider {
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s;
  width: 100%;
  padding: 15px 15px;
}

@media (max-width: 1320px) {
  .mub.ourpeople .ourpeople__slider {
      padding: 0;
  }
}

@media (max-width: 540px) {
  .mub.ourpeople .ourpeople__slider {
      width: 100%;
      padding-bottom: 15px;
  }
}

.mub.ourpeople .l-highlight h2, .mub.ourpeople .l-highlight p {
  color: #FFF;
}

.mub.ourpeople.light .l-highlight h2, .mub.ourpeople.light .l-highlight p {
  color: #555;
}

.mub.ourpeople.light .ourpeople__slider {
  background: rgba(255, 255, 255, 0.9);
}

.mub.ourpeople.light .ourpeople__block figure {
  background: #dbe6e8;
}

.mub.ourpeople.light .ourpeople__block figure .l-btn-play {
  background: rgba(85, 85, 85, 0.2);
}

.mub.ourpeople.light .ourpeople__block figure .l-btn-play:hover {
  background: rgba(85, 85, 85, 0.7);
}

.mub.ourpeople.light .slick-direction .slick-arrow {
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .mub.ourpeople.light .slick-direction .slick-arrow {
      border-color: #b2b3b2;
  }
}

.mub.ourpeople.light .ourpeople__details p {
  color: rgba(85, 85, 85, 0.8);
}

.mub.ourpeople.light .ourpeople__details h3 a {
  color: rgba(85, 85, 85, 0.8);
}

.mub.ourpeople.light .ourpeople__details h3 a:hover {
  color: #333;
}

.mub.ourpeople.light .slick-arrow {
  background: #e8f0f1;
}

.mub.ourpeople.light .ourpeople__block figure .l-btn-play svg.l-icon {
  fill: #e7eaea;
}

.mub.ourpeople.l-wrapper {
  top: 0;
}

.mub.ourpeople .l-content {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mub.ourpeople .ourpeople__wrap {
  padding: 0 120px 20px 120px;
}

@media (max-width: 1024px) {
  .mub.ourpeople .ourpeople__wrap {
      padding: 60px 80px;
  }
}

@media (max-width: 991px) {
  .mub.ourpeople .ourpeople__wrap {
      padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .mub.ourpeople .ourpeople__wrap {
      padding: 60px 20px;
  }
}

.mub.ourpeople .ourpeople__members {
  max-width: 505px;
  position: relative;
}

@media (max-width: 767px) {
  .mub.ourpeople .ourpeople__members {
      max-width: 255px;
  }
}

.mub.ourpeople .ourpeople__block {
  padding: 15px;
}

.mub.ourpeople .l-highlight {
  padding: 20px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .mub.ourpeople .l-highlight {
      padding: 0 0 40px;
  }
}

.mub.ourpeople .l-highlight p {
  margin-bottom: 10px;
}

.mub.ourpeople .slick-slider .slick-arrow {
  display: none !important;
}

.mub.ourpeople .slick-slider img {
  margin: 0 auto;
  width: 100%;
}

.mub.ourpeople .slick-direction {
  width: 100%;
  height: 38px;
  margin-bottom: 2vw;
  height: 38px;
}

@media (max-width: 1500px) {
  .mub.ourpeople .slick-direction {
      height: 0;
      margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .mub.ourpeople .slick-direction {
      height: 38px;
  }
}

.mub.ourpeople .slick-direction .slick-arrow {
  width: 48px;
  height: 38px;
}

.mub.ourpeople .slick-direction .slick-arrow {
  width: 48px;
  height: 38px;
  position: relative;
  bottom: auto;
}

@media (max-width: 1500px) {
  .mub.ourpeople .slick-direction .slick-arrow {
      position: absolute;
      bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .mub.ourpeople .slick-direction .slick-arrow {
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.35);
      bottom: auto;
  }
}

@media (max-width: 1500px) {
  .mub.ourpeople .slick-direction .slick-next {
      right: -48px;
      border-left: 1px solid #b2b3b2;
  }
}

@media (max-width: 1024px) {
  .mub.ourpeople .slick-direction .slick-next {
      right: auto;
      border-left: none;
  }
}

.mub.ourpeople .slick-direction .slick-prev:before,
.mub.ourpeople .slick-direction .slick-next:before {
  content: '';
}

.mub.ourpeople .slick-direction .slick-arrow {
  top: initial;
  transform: none;
}

@media (min-width: 1600px) {
  .mub.ourpeople .slick-direction .slick-prev {
    left: 0;
  }

  .mub.ourpeople .slick-direction .slick-next {
    right: 0;
  }
}

@media (max-width: 1500px) {
  .mub.ourpeople .slick-direction .slick-prev {
      left: -48px;
  }
}

@media (max-width: 1024px) {
  .mub.ourpeople .slick-direction .slick-prev {
      left: auto;
  }
}

.mub.ourpeople .ourpeople__block figure {
  margin-bottom: 20px;
  position: relative;
  background: #15272e;
}

@media (max-width: 1320px) {
  .mub.ourpeople .ourpeople__block figure {
      height: 90px;
      overflow: hidden;
  }
}

.mub.ourpeople .ourpeople__block figure .l-btn-play {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.mub.ourpeople .ourpeople__details h3 {
  color: #FFF;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  margin-bottom: 4px;
}

.mub.ourpeople .ourpeople__details h3 a {
  color: #FFF;
}

.mub.ourpeople .ourpeople__details h3 a:hover {
  color: #00b2a9;
}

.mub.ourpeople .ourpeople__details p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
}

/* ourpeople ends here */
.wrap-pager {
  overflow: hidden;
  clear: both;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}

.wrap-pager .pager {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrap-pager .pager li {
  display: inline-block;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 13px;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}

.wrap-pager .pager li a {
  color: #949494;
  display: block;
  padding: 5px;
  transition: color 1s;
}

.wrap-pager .pager li a:hover {
  color: #333;
  transition: color 1s;
}

.wrap-pager .pager li.current {
  color: #00b2a9;
  border-bottom: 3px solid #00b2a9;
  padding: 0 5px;
}

.wrap-pager .pager li.pager-next, .wrap-pager .pager li.pager-previous, .wrap-pager .pager li.pager-last, .wrap-pager .pager li.pager-first {
  border-bottom: none;
  padding: 0;
}

.wrap-pager .pager li.pager-next a, .wrap-pager .pager li.pager-previous a, .wrap-pager .pager li.pager-last a, .wrap-pager .pager li.pager-first a {
  background: #00b2a9;
  border-radius: 50%;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -999em;
  width: 32px;
}

.wrap-pager .pager li.pager-next a:before, .wrap-pager .pager li.pager-previous a:before, .wrap-pager .pager li.pager-last a:before, .wrap-pager .pager li.pager-first a:before {
  background: url("../images/down-arrow-white.svg") no-repeat center center;
  content: "";
  height: 7px;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 12px;
}

.wrap-pager .pager li.pager-last, .wrap-pager .pager li.pager-first {
  border-bottom: none;
  padding: 0;
}

.wrap-pager .pager li.pager-last a, .wrap-pager .pager li.pager-first a {
  background: none;
  border: 1px solid #dedede;
}

.wrap-pager .pager li.pager-last a:before, .wrap-pager .pager li.pager-last a:after, .wrap-pager .pager li.pager-first a:before, .wrap-pager .pager li.pager-first a:after {
  content: "";
  background: url("../images/down-arrow-green.svg") no-repeat center center;
  position: absolute;
  width: 8px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
  left: calc(50% - 2px);
}

.wrap-pager .pager li.pager-last a:after, .wrap-pager .pager li.pager-first a:after {
  left: calc(50% + 2px);
}

.wrap-pager .pager li.pager-previous a:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.wrap-pager .pager li.pager-first a:before, .wrap-pager .pager li.pager-first a:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.wrap-pager .pager li.pager-ellipsis {
  color: #CCC;
}

.wrap-pager li.next {
  background: url(../images/sprite.png) no-repeat 0 -540px;
}

.wrap-pager li.next a {
  text-indent: -999em;
  display: block;
}

.wrap-pager li.previous {
  background: url(../images/sprite.png) no-repeat 0 -517px;
}

.wrap-pager li.previous a {
  text-indent: -999em;
  display: block;
}

.page-search .search-filter.ivory {
  background: #f6f6f7;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.page-search .search-filter.ivory h3 {
  border-bottom: 1px solid #e4e5e7;
  color: #333F48;
}

.page-search .search-filter.ivory .options-list {
  padding-top: 20px;
}

.page-search .search-filter.ivory .options-list li {
  position: relative;
}

.page-search .search-filter.ivory .options-list li label {
  padding-left: 20px;
  font-weight: normal;
  color: #333F48;
}

.page-search .search-filter.ivory .options-list li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.page-search .sidebar {
  padding-top: 20px;
}

.recent-search {
  background: #f6f6f7;
  margin-bottom: 20px;
  padding: 20px;
}

.recent-search ul {
  list-style: none;
  padding: 0;
}

.recent-search li {
  border-bottom: 1px solid #e4e5e7;
  margin-bottom: 10px;
  padding: 0 0 10px 18px;
  position: relative;
}

.recent-search li a {
  color: #333F48;
  display: inline-block;
}

.recent-search li a:before {
  background: url(../images/icons-svg/icon-arrow-line-grey.svg) no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  -webkit-transform: rotate(0deg);
  /*rtl:rotate(180deg); */
  transform: rotate(0deg);
  /*rtl:rotate(180deg); */
}

.recent-search li a:hover {
  opacity: 0.7;
}

.recent-search h3 {
  border-bottom: 1px solid #e4e5e7;
  font-size: 21px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.search-filter h3 {
  border-bottom: 1px solid #e4e5e7;
  font-size: 21px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.search-results .more:after, .search-results .more:hover:after {
  width: 15px;
  background-position: center;
}

/* section-nav starts here */
.mub.section-nav {
  position: fixed;
  right: 0;
  border: 1px solid red;
  z-index: 999;
  width: 40px;
}

/* section-nav ends here */
.share__block {
  border: 1px solid #e3e3e3;
  border-width: 1px 0;
  clear: both;
  margin: 0 0 25px;
  padding: 15px 0;
}

@media (min-width: 576px) {
  .share__block {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

.share__block #st-1 {
  text-align: left;
}

.share__block #st-1 .st-btn {
  border-radius: 50%;
  margin-right: 45px;
  width: 32px;
}

.share__block #st-1 .st-btn:hover {
  opacity: .8;
  top: 0;
}

.share__block #st-1 .st-btn .st-label {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  position: absolute;
  color: #333F48;
  min-width: 30px;
  padding: 0;
  left: 30px;
}

.share__block #st-1.st-has-labels .st-btn {
  min-width: 32px;
}

.col-sm-9 .share__block .utilities {
  margin: 15px 0 0;
}

@media (min-width: 576px) {
  .col-sm-9 .share__block .utilities {
      margin: 0;
  }
}

.print_html {
  padding-right: 13px;
}

.utilities .print_html {
  margin-right: 0;
}

@media (min-width: 768px) {
  .print_html ~ .utilities:before {
      border-left: 1px solid #dadada;
      content: "";
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      margin-right: 20px;
  }
}

.print_html a {
  color: #333;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.print_html a:before {
  background: url(../images/icon-print.svg) no-repeat;
  background-size: cover;
  margin-right: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 16px;
  height: 17px;
}

.utilities .stButton {
  vertical-align: top;
}

.utilities .stButton:hover span[class*="st-"] {
  opacity: 0.75;
}

.utilities .stButton span[class*="st-"] {
  border-radius: 50%;
  height: 32px !important;
  position: relative;
  padding: 0;
  vertical-align: middle;
  width: 32px;
}

.utilities .stButton span[class*="st-"]:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.utilities .stButton .stButton_gradient {
  background: none !important;
  border: 0;
  height: 32px !important;
}

.utilities .stButton .stArrow {
  background: none;
  vertical-align: middle;
  padding-left: 5px;
}

.utilities .stButton .stArrow .stButton_gradient {
  margin: 0;
  padding: 0;
}

@media (max-width: 540px) {
  .utilities .stButton .stArrow {
      padding-left: 3px;
  }
}

.utilities .st_facebook_hcount .stButton .st-facebook-counter {
  background: #4267b1 !important;
}

.utilities .st_facebook_hcount .stButton .st-facebook-counter:before {
  background: url(../images/icon-fb-white.svg) no-repeat;
  background-size: 8px 16px;
  height: 16px;
  width: 8px;
}

.utilities .st_facebook_hcount .stButton .st-twitter-counter {
  background: #3c9cf3 !important;
}

.utilities .st_facebook_hcount .stButton .st-twitter-counter:before {
  background: url(../images/icon-twitter-white.svg) no-repeat;
  background-size: 13px 17px;
  height: 17px;
  width: 13px;
}

.utilities .st_twitter_hcount .stButton .st-twitter-counter {
  background: #3c9cf3 !important;
}

.utilities .st_twitter_hcount .stButton .st-twitter-counter:before {
  background: url(../images/icon-twitter-white.svg) no-repeat;
  background-size: 13px 17px;
  height: 17px;
  width: 13px;
}

.utilities .st_linkedin_hcount .stButton .st-linkedin-counter {
  background: #2573b6 !important;
}

.utilities .st_linkedin_hcount .stButton .st-linkedin-counter:before {
  background: url(../images/icon-linkedin-white.svg) no-repeat;
  background-size: 15px 13px;
  height: 13px;
  width: 15px;
}

.utilities .st_email_hcount .stButton .st-email-counter {
  background: #7d7d7d !important;
}

.utilities .st_email_hcount .stButton .st-email-counter:before {
  background: url(../images/icon-mail.svg) no-repeat;
  background-size: 15px 11px;
  height: 11px;
  width: 15px;
}

.utilities .st_google_hcount .stButton .st-google-counter {
  background: #7d7d7d !important;
}

.utilities .st_google_hcount .stButton .st-google-counter:before {
  background: url(../images/icon-google.svg) no-repeat;
  background-size: 15px 11px;
  height: 11px;
  width: 15px;
}

.st_googleplus_hcount .stButton .stButton_gradient {
  padding: 0;
  vertical-align: middle;
}

.st_googleplus_hcount .stButton .stButton_gradient .googleplus {
  background: #D13A20;
  border-radius: 50%;
  font-size: 0;
  height: 32px !important;
  line-height: 0;
  position: relative;
  padding: 0;
  vertical-align: top;
  width: 32px;
}

.st_googleplus_hcount .stButton .stButton_gradient .googleplus:before {
  background: url(../images/icon-google-white.svg) no-repeat;
  background-size: 15px 16px;
  content: "";
  height: 16px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
}

.share-wid .utilities .stButton .stBubble_hcount {
  font-size: 0;
}

/* share-wid starts here */
.mub.share-wid {
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
  left: -1px;
  width: 63px;
  height: 80vh;
  z-index: 10;
}

.light-theme .mub.share-wid {
  border: 1px solid #bdbdb4;
}

.light-ourpeople .mub.share-wid {
  border: 1px solid #bdbdb4 !important;
}

.dark-ourpeople .mub.share-wid {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.no-theme .mub.share-wid {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 1024px) {
  .mub.share-wid {
      width: 35px;
      height: auto;
      bottom: auto;
      right: 0;
      left: auto;
      top: 49px;
      background: rgba(0, 0, 0, 0.4);
  }
}

.mub.share-wid > ul > li {
  text-align: center;
  height: 85px;
  padding: 20px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .mub.share-wid > ul > li {
      padding: 10px 5px;
      height: 35px;
  }
}

.mub.share-wid > ul > li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.light-theme .mub.share-wid > ul > li:first-child {
  border-bottom: 1px solid #bdbdb4;
}

.light-ourpeople .mub.share-wid > ul > li:first-child {
  border-bottom: 1px solid #bdbdb4 !important;
}

.dark-ourpeople .mub.share-wid > ul > li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.no-theme .mub.share-wid > ul > li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.mub.share-wid > ul > li a {
  font-size: 0;
  display: block;
}

.mub.share-wid > ul > li a:hover svg.l-icon {
  fill: #00b2a9;
}

.mub.share-wid svg.l-icon {
  fill: #fff;
  transition: all .3s ease;
}

.light-theme .mub.share-wid svg.l-icon {
  fill: #63625e;
}

.light-ourpeople .mub.share-wid svg.l-icon {
  fill: #63625e !important;
}

.dark-ourpeople .mub.share-wid svg.l-icon {
  fill: #fff !important;
}

.no-theme .mub.share-wid svg.l-icon {
  fill: #FFF !important;
}

.mub.share-wid .share-wid__block {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: all .6s ease;
}

@media (max-width: 1024px) {
  .mub.share-wid .share-wid__block {
      left: -4px;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: top center;
      transform-origin: top center;
      top: 50px;
      padding: 0;
  }
}

.mub.share-wid.active .share-wid__block {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.mub.share-wid #st-1 .st-btn {
  margin: 0 0 10px 0;
  display: block !important;
  min-width: inherit !important;
}

.mub.share-wid #st-1 .st-btn:hover {
  top: 0 !important;
}

/* share-wid ends here */
.sidebar {
  margin: 0;
}

.node-investors .sidebar, .node-financial-report .sidebar {
  background: #F6F6F6;
  padding: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .node-investors .sidebar, .node-financial-report .sidebar {
      padding: 30px;
  }
}

.node-investors .sidebar .sidebar, .node-financial-report .sidebar .sidebar {
  margin: 0;
  padding: 0;
}

.sidebar .widget {
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 20px;
}

.sidebar .widget h2 {
  font-size: 21px;
  color: #333F48;
  margin: 0 0 20px;
}

@media (max-width: 1200px) {
  .sidebar .widget h2 {
      font-size: 21px;
	   margin-top: 20px;
  }
}

.sidebar .widget h2 a {
  color: #333F48;
}

.sidebar .widget h2 p {
  color: #333F48;
  font-size: 21px;
  margin: 0;
}

.sidebar .widget.wid-corpstructure {
  position: relative;
  border-top: 3px solid #e5e5e5;
  padding-top: 20px;
}

.sidebar .widget.wid-corpstructure img {
  position: absolute;
  right: 0;
  top: 28px;
  max-width: 90px;
}

@media (min-width: 680px) and (max-width:860px) and (orientation:portrait) {
  .sidebar .widget.wid-corpstructure img {
      max-width:50px;
  }
}

.sidebar .widget.wid-corpstructure p {
  max-width: 70%;
  font-weight: bold;
}

.sidebar .sidebar .wid-corpstructure .more {
  padding-top: 15px;
  clear: both;
  display: block;
  margin-top: 20px;
}

.sidebar .sidebar .wid-corpstructure .more:before {
  content: "";
  display: block;
  height: 2px;
  width: 110px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
}

.mfp-corpstructure .mfp-container {
  /* max-width: 1480px; */
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.mfp-corpstructure .mfp-container img {
  display: block;
  width: 100%;
  height: auto;
}

.mfp-corpstructure .mfp-container .mfp-content {
  background: #fdfdfd;
  top: 50px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .mfp-corpstructure .mfp-container .mfp-content {
      padding: 60px 20px;
  }
}

@media (min-width: 768px) {
  .sidebar .widget.wid-invest-community h2 {
      margin-bottom: 0;
  }
}

.sidebar .widget.wid-invest-community p {
  font-size: 11px;
  line-height: 12px;
}

@media (max-width: 767px) {
  .sidebar .widget.wid-invest-community p {
      font-size: 5.5vw;
      line-height: 1.1;
  }
}

@media (min-width: 1024px) {
  .sidebar .widget.wid-invest-community p {
      font-size: 13px;
      line-height: 14px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.wid-invest-community p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (min-width: 768px) {
  .sidebar .widget.wid-invest-community a.more {
      padding: 2px 20px 2px 8px;
      background-size: 10px 10px;
      background-position: right center;
  }
}

.sidebar .widget.contact a {
  text-decoration: underline;
}

.sidebar .widget.news li {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.sidebar .widget.news li h6 {
  margin: 0 0 12px;
}

.sidebar .widget.news li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.sidebar .widget.news li a:hover {
  color: #333F48;
}

.sidebar .widget.news small {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar .widget.news .slick-list {
  margin: 0 0 22px;
}

.spotlight.investors-spotlight {
  background: #334259 url(../images/bg-investors.jpg) no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .spotlight.investors-spotlight {
      padding: 40px 30px;
  }
}

.spotlight.investors-spotlight [class*="col-"] {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .spotlight.investors-spotlight [class*="col-"] {
      padding: 0 20px;
  }
}

.spotlight.investors-spotlight .details {
  color: #FFF;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .spotlight.investors-spotlight .details {
      border-right: 1px solid #939ba4;
      margin-bottom: 0;
      padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .spotlight.investors-spotlight .details {
      padding-right: 80px;
  }
}

.spotlight.investors-spotlight .details p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .spotlight.investors-spotlight .details p {
      font-size: 1.25rem;
      line-height: 1.875rem;
  }
}

.spotlight.investors-spotlight .details p + p {
  margin-top: 20px;
}

.spotlight.investors-spotlight .spotlight__stats {
  position: relative;
  height: 100%;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

@media (min-width: 768px) {
  .spotlight.investors-spotlight .spotlight__stats {
      padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .spotlight.investors-spotlight .spotlight__stats {
      padding-left: 70px;
  }
}

.spotlight.investors-spotlight .spotlight__stats .carousel-inner {
  position: relative;
}

.spotlight.investors-spotlight .spotlight__stats .carousel-inner .slick-track {
  height: 100%;
}

.spotlight.investors-spotlight .spotlight__stats .carousel-inner > div {
  height: 100%;
}

.spotlight.investors-spotlight .spotlight__stats .carousel-inner > div .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spotlight.investors-spotlight .spotlight__stats h3 {
  font-size: 30px;
}

@media (max-width: 991px) {
  .spotlight.investors-spotlight .spotlight__stats h3 {
      font-size: 25px;
  }
}

@media (min-width: 1200px) {
  .spotlight.investors-spotlight .spotlight__stats h3 {
      font-size: 2.5rem;
  }
}

@media (min-width: 1500px) {
  .spotlight.investors-spotlight .spotlight__stats h3 {
      font-size: 3.125rem;
  }
}

.spotlight.investors-spotlight .spotlight__stats p {
  margin: 0;
}

@media (min-width: 1200px) {
  .spotlight.investors-spotlight .spotlight__stats p {
      font-size: 1.1875rem;
      line-height: 26px;
  }
}

.spotlight.investors-spotlight .spotlight__stats .slick-list {
  padding: 0 0 30px;
  height: 100%;
  margin-bottom: 0;
}

.spotlight.investors-spotlight .spotlight__stats .slick-dots {
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.spotlight.investors-spotlight .carousel-indicators li {
  background: #9299A4;
}

.spotlight.investors-spotlight .carousel-indicators .active {
  background: #64CAEC;
}

.node-financial-report .tabs {
  padding: 0;
}

.tabs ul#tab-agency {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .tabs ul#tab-agency {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 30px;
  }
}

.tabs ul#tab-agency li {
  background: #F6F6F6;
  color: #333f48;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .tabs ul#tab-agency li {
      font-size: 16px;
      padding: 25px;
  }
}

.tabs ul#tab-agency li.active {
  background: #00b2a9;
  color: #FFF;
  border-bottom: 4px solid #008e87;
  cursor: default;
}

.node-investors .tabs ul.tab, .node-financial-report .tabs ul.tab {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 27px;
  padding: 0 0 0 20px;
}

@media (min-width: 992px) {
  .node-investors .tabs ul.tab, .node-financial-report .tabs ul.tab {
      padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .node-investors .tabs ul.tab, .node-financial-report .tabs ul.tab {
      margin: 0 0 20px;
  }
}

@media (max-width: 1024px) {
  .node-investors .tabs ul.tab, .node-financial-report .tabs ul.tab {
      margin-bottom: 0;
      padding-bottom: 0;
  }
}

.node-investors .tabs ul.tab li, .node-financial-report .tabs ul.tab li {
  background: none;
  font-size: 15px;
  margin: 10px 22px 0 0;
}

@media (max-width: 1200px) {
  .node-investors .tabs ul.tab li, .node-financial-report .tabs ul.tab li {
      margin: 10px 15px 0 0;
  }
}

.node-investors .tabs ul.tab a, .node-financial-report .tabs ul.tab a {
  background: none;
  color: #999;
  display: block;
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-weight: 400;
  padding: 0;
}

.node-investors .tabs ul.tab a:after, .node-financial-report .tabs ul.tab a:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  margin: 15px 0 0;
  width: 100%;
}

.node-investors .tabs ul.tab a.viewsdisplaytabs-active, .node-financial-report .tabs ul.tab a.viewsdisplaytabs-active {
  color: #00b2a9;
}

.node-investors .tabs ul.tab a.viewsdisplaytabs-active:after, .node-financial-report .tabs ul.tab a.viewsdisplaytabs-active:after {
  background: #00b2a9;
}

.node-investors .tab-container, .node-financial-report .tab-container {
  padding: 20px 0 0;
}

@media (max-width: 767px) {
  .node-investors .tab-container, .node-financial-report .tab-container {
      padding-top: 0;
  }
}

.node-investors .tab-container .row, .node-financial-report .tab-container .row {
  margin: 0;
}

.tab-container .listing {
  padding-left: 0;
}

.tab-container .financial-reports {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .tab-container .financial-reports {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.tab-container .financial-reports, .tab-container .listing {
  padding-left: 0;
  margin-bottom: 10px;
}

.tab-container .financial-reports li, .tab-container .listing li {
  margin: 0 0 5px;
  overflow: auto;
  padding-right: 20px;
  padding-top: 20px;
}

@media (max-width: 1440px) {
  .tab-container .financial-reports li, .tab-container .listing li {
      padding-right: 10px;
  }
}

.tab-container .financial-reports li.filler, .tab-container .listing li.filler {
  display: none;
}

@media (min-width: 768px) {
  .tab-container .financial-reports li, .tab-container .listing li {
      float: left;
      margin: 0 0 10px;
      padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .tab-container .financial-reports li, .tab-container .listing li {
      width: 50%;
      min-height: 80px;
  }
}

@media (min-width: 768px) {
  .tab-container .financial-reports li:nth-child(2n+1), .tab-container .listing li:nth-child(2n+1) {
      clear: both;
  }
}

@media (min-width: 1440px) {
  .tab-container .financial-reports li:nth-child(2n+1), .tab-container .listing li:nth-child(2n+1) {
      clear: none;
  }
}

@media (min-width: 1440px) {
  .tab-container .financial-reports li:nth-child(3n+1), .tab-container .listing li:nth-child(3n+1) {
      clear: both;
  }
}

@media (min-width: 1440px) {
  .tab-container .financial-reports li, .tab-container .listing li {
      min-height: 110px;
      width: 33.33%;
  }
}

.tab-container .financial-reports li h3:before, .tab-container .listing li h3:before {
  background: url(../images/icon-webcast.svg) no-repeat center top;
  content: '';
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
  margin-right: 12px;
}

.tab-container .financial-reports li h3 a, .tab-container .financial-reports li h3 span, .tab-container .listing li h3 a, .tab-container .listing li h3 span {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  overflow: hidden;
  width: calc(90% - 50px);
}

.tab-container .financial-reports li h3 a a, .tab-container .financial-reports li h3 span a, .tab-container .listing li h3 a a, .tab-container .listing li h3 span a {
  width: 100%;
}

.tab-container .financial-reports li h3 .new, .tab-container .listing li h3 .new {
  background: #00b2a9;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-weight: normal;
  width: auto;
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  padding: 10px 6px;
}

@media (max-width: 767px) {
  .tab-container .financial-reports li.webcast, .tab-container .listing li.webcast {
      border-top: none;
  }
}

.tab-container .financial-reports li.webcast h3:before, .tab-container .listing li.webcast h3:before {
  background: url(../images/icon-webcast.svg) no-repeat center top;
  background-size: 49px 43px;
}

@media (max-width: 1440px) {
  .tab-container .financial-reports li.webcast h3:before, .tab-container .listing li.webcast h3:before {
      background-size: 41px 43px;
  }
}

.tab-container .financial-reports li.pdf h3:before, .tab-container .listing li.pdf h3:before {
  background-image: url(../images/icon-document.svg);
  background-size: 35px 44px;
}

@media (max-width: 1440px) {
  .tab-container .financial-reports li.pdf h3:before, .tab-container .listing li.pdf h3:before {
      background-size: 28px 40px;
  }
}

.tab-container .financial-reports li.microsite h3:before, .tab-container .listing li.microsite h3:before {
  background-image: url(../images/icon-report.svg);
  background-size: 48px 38px;
}

@media (max-width: 1440px) {
  .tab-container .financial-reports li.microsite h3:before, .tab-container .listing li.microsite h3:before {
      background-size: 38px 38px;
  }
}

@media (max-width: 767px) {
  .tab-container div.webcast {
      border-top: none;
  }
}

.tab-container div.webcast h3 {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-size: 14px;
}

.tab-container div.webcast:before {
  background: url(../images/icon-webcast.svg) no-repeat center top;
  background-size: 48px 43px;
  content: '';
  display: inline-block;
  height: 43px;
  vertical-align: middle;
  width: 48px;
}

@media (max-width: 1440px) {
  .tab-container div.webcast:before {
      background-size: 38px 33px;
  }
}

@media (max-width: 767px) {
  .node-financial-report .webcast {
      border-top: none;
  }
}

.node-financial-report .webcast .details {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 68px);
}

.node-financial-report .tab-container .listing li {
  min-height: 40px;
  width: 100%;
}

.node-financial-report .tab-container .listing li .ext-domain {
  width: auto;
}

.widget {
  position: relative;
}

.widget p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
}

.widget.leadership li {
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0;
}

.widget.leadership li:last-child {
  border: 0;
}

.widget.leadership li h4 {
  font-family: "Interstate-Light", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  font-weight: 600;
}

.widget.leadership li h4 a {
  color: #00b2a9;
  background-size: 20px 14px;
  display: block;
  padding: 0 22px 0 0;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.widget.leadership li h4 a:hover {
  color: #333;
}

.widget.leadership li h4 a:hover:after {
  background-image: url(../images/icons-svg/icon-arrow-line.svg);
}

.widget.leadership li h4 a:after {
  background: url(../images/icons-svg/icon-arrow-line-green.svg) no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  -webkit-transform: rotate(0deg);
  /*rtl:rotate(180deg); */
  transform: rotate(0deg);
  /*rtl:rotate(180deg); */
}

.wid-programme > div, .wid-portfolio > div, .wid-commercial > div {
  background: #f6f6f7;
  padding: 20px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .wid-programme > div, .wid-portfolio > div, .wid-commercial > div {
      padding: 30px;
  }
}

@media (min-width: 992px) {
  .wid-programme > div, .wid-portfolio > div, .wid-commercial > div {
      padding: 50px 40px 40px;
  }
}

.wid-programme h3, .wid-portfolio h3, .wid-commercial h3 {
  color: #333F48;
  font-size: 24px;
  margin: 0 0 25px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .wid-programme h3, .wid-portfolio h3, .wid-commercial h3 {
      font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .wid-programme h3, .wid-portfolio h3, .wid-commercial h3 {
      font-size: 18px;
  }
}

.wid-portfolio .portfolio-inner {
  background: #00b2a9 url(../images/portfolio-bg.png) no-repeat center center;
  color: #fff;
}

.wid-portfolio .portfolio-inner h3, .wid-portfolio .portfolio-inner p {
  color: #fff;
}

.wid-portfolio .portfolio-inner p {
  font-size: 16px;
  text-transform: uppercase;
}

.wid-portfolio .portfolio-inner .more {
  color: #fff;
}

.wid-portfolio .portfolio-inner .more:hover {
  color: #FFF;
}

.wid-portfolio .portfolio-inner .more:after {
  background-image: url(../images/icons-svg/icon-arrow-line-white.svg);
}

@media (min-width: 768px) {
  .investor-widgets .wid-portfolio .portfolio-inner {
      margin: 0;
  }
}

@media (min-width: 1024px) {
  .investor-widgets .wid-portfolio .portfolio-inner {
      padding: 30px 45px;
  }
}

@media (min-width: 768px) {
  .investor-widgets .wid-portfolio h3 {
      float: left;
      font-size: 20px;
      margin: 0 10px 40px 0;
      width: 140px;
  }
}

@media (min-width: 1200px) {
  .investor-widgets .wid-portfolio h3 {
      margin: 0 10px 25px 0;
  }
}

.investor-widgets .wid-portfolio p {
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  line-height: 20px;
}

.investor-widgets .widget {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .investor-widgets .widget {
      margin: 0;
  }
}

.home .l-btn-yellow {
  background: #FFBF27;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-family: "Interstate-Light",sans-serif;
  padding: 16px 35px;
  letter-spacing: 1px;
  transition: .3s background-color;
  position: relative;
}

.wrap-our-impact .landing-spotlight-slider {
  margin-right: 0px;
}

/*@import end*/
@media (min-width: 768px) {
  .wrap-our-impact .landing-spotlight-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .wrap-our-impact .landing-spotlight-slider {
      width: 50%;
      margin-right: 1px;
  }

  .wrap-our-impact .landing-spotlight-widget {
      width: 50%;
  }
}

@media (max-width: 767px) {
  .wrap-our-impact .landing-spotlight-widget {
      margin-top: 20px;
  }
}

.wrap-our-impact .landing-spotlight-widget {
  color: #FFF;
  background-size: cover;
  position: relative;
  height: 330px;
}

.wrap-our-impact .landing-spotlight-widget span.text {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.wrap-our-impact .landing-spotlight-widget h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
}

@media (min-width: 992px) {
  .wrap-our-impact .landing-spotlight-widget h4 {
      font-size: 36px;
  }
}

.wrap-our-impact .landing-spotlight-widget img {
  display: none;
}

.wrap-our-impact .landing-spotlight-widget .l-more {
  font-family: "Interstate-Bold", sans-serif;
  font-size: 14px;
  color: #FFF;
}

.wrap-our-impact .landing-spotlight-widget .l-more svg, .wrap-our-impact .landing-spotlight-widget .l-more:hover svg {
  fill: #fff;
}

@media (min-width: 1024px) {
  .wrap-our-impact .landing-spotlight-widget {
      height: 470px;
  }
}

.aboutcta__wrap {
  background-color: #60abaa;
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  min-height: 350px;
}

.aboutcta__info {
  max-width: 58%;
  margin: 0 auto;
  align-self: center;
}

.aboutcta__wrap img {
  display: none;
}

.aboutcta__wrap h3 {
  font-size: 46px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.aboutcta__wrap p {
  font-size: 18px;
  font-family: "Interstate-Regular", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.aboutcta__wrap .l-btn-white {
  background: #FFBF27;
  padding: 12px 30px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Tahoma, Sans-Serif */
  color: #fff;
}

@media (max-width: 1200px) {
  .aboutcta__wrap h3 {
      font-size: 34px;
  }
}

@media (max-width: 767px) {
  .aboutcta__info {
      max-width: 90%;
  }

  .aboutcta__wrap p {
      font-size: 14px;
  }

  .aboutcta__wrap h3 {
      font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight__cta .text h4 {
      font-size: 36px;
      line-height: 40px;
  }
}

@media (max-width: 767px) {
  .home .homespot .l-content {
      width: 100%;
  }

  .mub.homespot .l-highlight__cta .text {
      padding: 20px;
  }
}

@media (max-width: 480px) {
  .mub.homespot .l-highlight__cta .text h4 {
      font-size: 20px;
      line-height: 24px;
  }
}

.mub.homespot .l-highlight__block {
  margin-right: 60px;
  align-self: center;
}

@media (max-width: 1400px) {
  .mub.homespot .l-highlight__block {
      margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight__block {
      margin-right: 0px;
  }
}

.mub.homespot .l-highlight__ctawrap {
  min-width: 311px;
  align-self: center;
  transform: translateY(50px);
  z-index: 5;
}

@media all and (min-width: 960px) {
  .mub.homespot .l-highlight__ctawrap {
      position: absolute;
      width: 30%;
      height: 100%;
      top: 0;
      right: 0;
      transform: none;
      z-index: 5;
      /* display: flex; */
      /* flex-direction: column; */
      /* justify-content: stretch; */
  }
}

.l-highlight__ctawrap .l-play {
  transition: 2.2s all;
}

.determineVideo.video__popup {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.determineVideo.video__popup.is-open {
  display: block;
}

.determineVideo.video__popup .l-close {
  position: absolute;
  top: 70px;
  right: 40px;
  z-index: 99999;
  padding: 20px;
}

@media (max-width: 767px) {
  .determineVideo.video__popup .l-close {
      right: 20px;
  }
}

.determineVideo.video__popup iframe {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 100%;
}

.determineVideo .video__player {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .determineVideo .l-close {
      width: 30px;
      height: 30px;
  }
}

.determineVideo .l-close {
cursor: pointer;
width: 40px;
height: 40px;
position: relative;
z-index: 10;
background: #fff;
font-size: 0;
border-radius: 50%;
transition: 1s all;
}

.determineVideo .l-close:after {
  content: "X";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 12px;
  transition: all 0.5s ease;
  font-family: sans-serif;
}

@media (max-width: 767px) {
  .determineVideo .l-close:after {
      font-size: 16px;
      line-height: 17px;
  }
}

.determineVideo .l-close:hover {
  color: #000;
}

.determineVideo .l-close:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

.homespot__determine_video {
  position: relative;
  height: 75%;
  cursor: pointer;
}

.homespot__determine_video > img {
  height: 100%;
  display: block;
  max-height: 100%;
  width: 100%;
}

@media all and (min-width:1024px){
  .homespot__determine_video > img {
    position:absolute;
  }
}

.homespot__determine_video img.ipad {
  display:none;
}

.homespot__determine_link img.ipad {
  display:none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  .mub.homespot .l-highlight__ctawrap {
    width:35%;
    margin-top: 0px !important;
  }

  .homespot__determine_video{
    height:80%;
    padding-top: 50px;
  }

  .homespot__determine_link{
    height: 20% !important;
  }

  .homespot__determine_video img.ipad {
    display:block;
    height: calc(100% - 50px);
  }

  .homespot__determine_video img.default {
    display:none;
  }

  .homespot__determine_link img.ipad {
    display:block;
  }

  .homespot__determine_link img.default {
    display:none;
  }

}

.homespot__determine_video .l-play {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
}

.homespot__determine_link a {
  display: block;
  height: 100%;
  position: relative;
}

.homespot__determine_link{
  height:25%;
}

.homespot__determine_link a img {
  display: block;
  height: 100%;
  width: 100%;
}

@media all and (min-width:1024px){
  .homespot__determine_link a img {
    position: absolute;
  }
}

@media (max-width: 1400px) {
/*   .mub.homespot .l-highlight__ctawrap {
      min-width: 280px;
      position: relative;
      top: -33px;
      height: 90%;
      overflow: hidden;
  } */
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight__ctawrap {
      top:auto;
      height: 100%;
  }
}

.mub.homespot .l-highlight__cta {
  position: relative;
  min-height: 311px;
  background-size: cover;
  background-position: center;
}

.mub.homespot .l-highlight__cta img {
  display: none;
}

.mub.homespot .l-highlight__cta .text {
  position: absolute;
  top: 0;
  padding: 40px;
}

.mub.homespot .l-highlight__cta .text h4 {
  font-size: 24px;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
  text-transform: uppercase;
  line-height: 30px;
  color: #000;
}

.mub.homespot .l-highlight__cta .text .l-more {
  color: #fff;
  font-size: 14px;
  font-family: "Interstate-Bold", sans-serif;
  /* rtl: 'Conv_DinarOneMedium', Sans-Serif */
}

.mub.homespot .l-highlight__cta .text .l-icon {
  fill: #fff;
}

@media (max-width: 1024px) {
  .mub.homespot .l-highlight__cta {
      min-height: 260px;
      margin-bottom: 25px;
  }
}

/* @media all and (min-width: 1024px) {
  .mub.homespot .l-highlight__ctawrap {
    margin-top: 40px;
  }
} */

span.l-more:hover i.l-icon {
  padding-left: 18px;
}

.l-highlight__ctalink {
  display: block;
}

/* for recruitment page*/
.form-frame {
  width: 100%;
  margin: 0 auto;
}

.form-frame iframe {
  width: 100%;
  height: calc(100vh - 130px);
}

@media screen and (width: 600px) {
  .form-frame iframe {
      width: 100%;
      height: calc(100vh - 112px);
  }
}

@media screen and (width: 768px) {
  .form-frame {
      width:600px;
      margin: 0 auto;
  }

  .form-frame iframe {
      width: 600px;
      height: calc(100vh - 130px);
  }
}

@media screen and (width: 1024px) {
  .form-frame {
      width:600px;
      margin: 0 auto;
  }

  .form-frame iframe {
      width: 600px;
      height: calc(100vh - 130px);
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .form-frame {
      width:600px;
      margin: 0 auto;
  }

  .form-frame iframe {
      width: 600px;
      height: calc(100vh - 130px);
  }
}

@media only screen and (min-width : 768px) and (max-width : 1280px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .form-frame {
      width:600px;
      margin: 0 auto;
  }

  .form-frame iframe {
      width: 600px;
      height: calc(100vh - 130px);
  }
}


/* Page Ad */

.mub.page-ad {
  background: #fff;
  z-index: 99;
  width: 100%;
  visibility: hidden;
}

.mub.page-ad.is-open {
  visibility: visible;
}

@media (min-width: 992px) {
  .mub.page-ad {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
  }
}

@media (max-width: 1024px) {
  .mub.page-ad {
    padding-top: 50px;
    height: calc(100vh - 50px);
  }
}

@media (max-width: 991px) {
  .mub.page-ad {
    height: auto;
  }
}

@media (min-width: 1025px) {
  .mub.page-ad {
    height: calc(100vh - 120px);
  }
}

@media (min-width: 1200px) {
  .mub.page-ad {
    width: 30%;
  }
}

.mub.page-ad .page-ad__container {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__container {
    height: 75%;
  }
}

.mub.page-ad .page-ad__block {
  height: 100%;
  position: relative;
  padding: 35px 0 30px;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__block {
    padding: 40px 0;
  }
}

.mub.page-ad .page-ad__block .img-banner {
  opacity: 0;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__block .img-banner {
    display: none;
  }
}

.mub.page-ad .page-ad__content {
  position: absolute;
  bottom: 0;
  padding: 0 30px 35px;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__content {
    padding: 0 40px 45px;
  }
}

.mub.page-ad .page-ad__content h2 {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__content h2 {
    margin: 0 0 30px;
    padding: 0 15px;
  }
}

.mub.page-ad .page-ad__content h2 img {
  display: block;
  margin: 0 auto;
}

.mub.page-ad .page-ad__content p {
  color: #fff;
  font-size: 16px;
  font-family: "Interstate-Light", sans-serif;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__content p {
    font-size: 18px;
  }
}

.mub.page-ad .page-ad__play {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: block;
}

.mub.page-ad .page-ad__footer {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__footer {
    height: 25%;
  }
}

.mub.page-ad .page-ad__footer a {
  display: block;
  padding: 30px;
}

@media (min-width: 992px) {
  .mub.page-ad .page-ad__footer a {
    padding: 40px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}

.mub.share-wid {
  z-index: 100;
}

/* share this fix */
#st_gdpr_iframe {
  left: 0px !important;
  display: none;
}

.mub.homespot .homespot__videos--lg video {
  height: 180%;
  top: -30%;
}

.national-day-fold .mub.homespot .homespot__videos--lg video {
  height: 100vh;
  top: 0;
  width: 100vw;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .national-day-fold .mub.homespot .homespot__videos--lg video {
    height: auto;
  }
}

@supports (object-fit: cover) and (-ms-ime-align:auto) {
  .national-day-fold .mub.homespot .homespot__videos--lg video {
    height: auto;
  }
}

/* GMTN pdf listing updates - start */
.tab-container.gmtn .title h3 {
  width: 100%;
}
.tab-container.gmtn {
  padding-left: 0;
  border-top: 1px solid #000;
}

.tab-container.gmtn-pdf {
  min-height: auto;
}

.tab-container.gmtn.gmtn-pdf {
  border-top-width: 0;
  margin-top: 10px;
  padding-bottom: 0;
}

.tab-container.gmtn.gmtn-pdf .financial-reports {
  margin-bottom: 0;
}

.tab-container.gmtn .financial-reports li {
  width: 100%;
}
a.btn-download.gmtn-pdf:before {
  background: url(../images/icon-document.svg) no-repeat center top;
  content: '';
  display: inline-block;
  height: 50px;
  vertical-align: top;
  width: 50px;
  margin-right: 12px;
  background-size: 35px 44px;
}
@media (max-width: 1440px) {
  .tab-container.gmtn .financial-reports li.pdf h3:before, a.btn-download.gmtn-pdf:before {
      background-size: 20px 32px;
  }
  .tab-container.gmtn .financial-reports li {
    min-height: initial;
  }
}
@media (min-width: 1024px) {
  .tab-container.gmtn .financial-reports li {
      min-height: initial;
  }
}
.btn-download.gmtn-pdf {
  color: #666;
  font-family: "Interstate-Light", sans-serif;
  background: none;
  text-transform: initial;
  font-weight: normal;
}
/* GMTN pdf listing updates - end */

/* covid hotspot*/
.covid-ticker-container {
  position: absolute;
  top: 72px;
  z-index: 18;
  text-align: center;
  width: 100%;
  line-height: 25px;
  background-color: #FFBF27;  /*background color for COVID ticker */
  /* background-color: #064975; */ /*background color for Podcast ticker */
  font-size: 12px;
  padding:2px 0;
  vertical-align: center;
  margin: auto 0;
}

@media (max-width: 1024px) {
  .covid-ticker-container {
    top: 50px;
  }
}

.covid-ticker a {
  color: #000000;
  display: block;
  text-align: left;
  padding-left: 17vw;
  padding-right: 17vw;
}

@media only screen and (min-width: 360px) {
  .covid-ticker-container {

  }

  .covid-ticker a {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

@media only screen and (min-width: 768px) {
  .covid-ticker-container {

  }

  .covid-ticker a {
    padding-left: 10vw;
    /* padding-bottom: 30px; */
    padding-right: 10vw;
  }
}

@media only screen and (min-width: 1024px) {
  .covid-ticker a {
    padding-right: 10vw;
    padding-bottom: 0;
  }
}

.covid-ticker p {
  margin: 0;
  line-height: 25px;
  text-align: left;
  color: #000; /* text color for COVID */
  /* color: #00b2a9; */ /* text color for Podcast */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .covid-ticker p {
    position: relative;
    margin-right: 42px;
  }
  .covid-ticker-container {
    position: relative;
  }
}
  
  @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) {
    .covid-ticker p {
      position: relative;
      /* margin-right: 42px; */
    }
    .covid-ticker-container {
      position: relative;
    }
  }
  
  @media only screen and (device-width: 640px) and (device-height: 360px) and (orientation: landscape)  {
    .covid-ticker p {
      position: relative;
      margin-right: 42px;
    }
    .covid-ticker-container {
      position: relative;
    }
    }
  
  @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) { 
    .covid-ticker p {
      position: relative;
      /* margin-right: 42px; */
    }
    .covid-ticker-container {
      position: relative;
    }
  }

.icon-news {
  background-image: url(../images/covid/icon_news.svg); /* icon for COVID */
  /* background-image: url(../images/covid/icon_news_blue.svg); */ /* icon for Podcast */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 14px;
  width: 20px;
  top: 50%;
  left: 7vw;
  transform: translateY(-50%) translateX(-12px);
}
.icon-close {
  background-image: url(../images/covid/icon-close.svg); /* icon for COVID */
  /* background-image: url(../images/covid/icon-close-blue.svg); */ /* icon for Podcast */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 14vw;
  cursor: pointer;
}

@media only screen and (min-width: 360px) {
  .icon-news {
    transform: translateY(-50%) translateX(-15px);
  }
}

@media only screen and (min-width: 768px) {
  .icon-news {
    transform: translateY(-50%) translateX(-20px);
  }

  .icon-close {
    right: 7vw;
  }
}

  /* .covid-ticker p:before {
    content: ' ';
    background-image: url(../images/covid/icon_news.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 50%;
    width: 50%;
    margin-left: -3vw;
    top: 50%;
    transform: translateY(-50%);
}
.covid-ticker p:after {
  content: ' ';
  background-image: url(../images/covid/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 50%;
  width: 50%;
  margin-right: -3vw;
  top: 50%;
  transform: translateY(-50%);
} */
/* covid hotspot End*/

/* COVID-19 spotlight CSS starts */

.section {
  width: 100%;
  border: 1px solid #000;
}

.section-1 {
  background-color: #212930;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 100%;
}

.covid-heading {
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .covid-heading {
    padding-left: 20px;
  }
}

.covid-heading h1 {
  margin: 0;
  font-family: 'lexiabold';
  /* font-size: 20px; */
  font-size: 24px;
  font-weight: bold;
  line-height: 3.8;
  letter-spacing: 0.27px;
  color: #ffc72c;
}

.covid-heading .covid-cta {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .covid-heading .covid-cta {
    margin-right: 0;
  }
}

.covid-heading .covid-cta .cta-text {
  margin-right: 15px;
  font-family: 'lexiaregular';
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 1.75px;
  color: #ffc72c;
  text-transform: uppercase;
  display: none;
}

.covid-heading .covid-cta:hover .cta-text {
  color: #fff;
}

.covid-heading .covid-cta:hover .cta-arrow svg g use {
  fill: #fff;
}

.columns .covid-19-response-CTA-container:hover .arrow-icon svg path {
  fill: #fff;
}

.section .covid-19-tiles-wrapper {
  width: 90vw;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .covid-heading,
    .section .covid-19-tiles-wrapper {
        width: 88vw;
    }
}

@media (min-width: 1366px) {
    .covid-heading,
    .section .covid-19-tiles-wrapper {
        width: 90vw;
    }
}

.rows {
  height: auto;
}


.rows.single.complete,
.section .columns .rows.single.complete {
  height: 99%;
}

@media (min-width: 1024px) {
  .section .columns .rows.single.complete {
    padding-left: 20px;
  }
}

.section .columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section .columns.column-1 {
  background-color: #212930;
  align-items: flex-start;
}

.section .columns .rows {
  width: 100%;
}

.section .columns .rows.single {
  width: 100%;
}

.columns .ceo-quote-container .quote {
  margin-bottom: 15px;
}

.columns .ceo-quote-container .quote img {
  width: 18px;
}

@media (min-width: 1366px) {
  .columns .ceo-quote-container .quote img {
      width: 30px;
  }
}

.columns .ceo-quote-container p {
  font-family: 'lexiaregular';
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.17px;
  color: #ffffff;
}

.columns .ceo-quote-container p strong {
  font-weight: normal;
  font-family: 'lexiabold';
}

.columns .ceo-quote-container .quotes-divider {
  width: 16.5%;
  height: 1px;
  background-color: #00b2a9;
  margin: 30px 0;
}

.columns .ceo-quote-container .ceo-name {
  font-family: 'lexiabold';
  font-size: 12px;
  letter-spacing: 0.11px;
  color: #b1e4e3;
  margin-bottom: 5px;
}

.columns .ceo-quote-container .ceo-designation {
  font-family: 'lexiaregular';
  font-size: 10px;
  letter-spacing: 0.13px;
  color: #b1e4e3;
}

.columns a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.columns .info-video-container,
.columns .cta-video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.columns .cta-video-container {
  flex-wrap: nowrap;
}

.column-2 .info-video-container {
  border: 1px solid #22577a;
}

.column-3 .info-video-container {
  border: 1px solid #5d5d5d;
}

.columns .info-video-container .info-container,
.columns .info-video-container .video-container {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.columns .tvc-container {
  position: relative;
}

/* .columns .tvc-container .tvc-iframe-overlay {
  background-color: rgba(6, 73, 117, 0.5);
} */

.columns .tvc-container,
.columns .tvc-container iframe,
.columns .tvc-container video {
  width: 100%;
  height: 100%;
}

.columns .tvc-container video {
  object-fit: fill;
  cursor: pointer;
}

.columns .tvc-container iframe {
  border: none;
  display: none;
}

@media (min-width: 768px) {
  .columns .tvc-container:hover iframe {
    display: block;
  }
}

.columns .tvc-container .tvc-iframe-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.columns .tvc-container .covid-tvc-desktop {
  display: none;
}

@media (min-width: 768px) {
  .columns .tvc-container .tvc-iframe-overlay {
    position: absolute;
  }

  .columns .tvc-container .covid-tvc-mobile {
    display: none;
  }

  .columns .tvc-container .covid-tvc-desktop {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  .columns .tvc-container:hover .covid-tvc-desktop {
    opacity: 0;
  }
}

.columns .tvc-container .covid-tvc-desktop,
.columns .tvc-container .covid-tvc-mobile {
  width: 100%;
  height: 100%;
}

.video__popup__covid {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.video__popup__covid.is_open {
  display: block;
}

.video__popup__covid .video__player,
.video__popup__covid .video__player iframe {
  width: 100%;
  height: 100%;
}

.video__popup__covid .l-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  font-size: 0;
  border-radius: 50%;
  transition: 1s all;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 99999;
  padding: 20px;
}

.video__popup__covid .l-close:after {
  content: "X";
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 12px;
  transition: all 0.5s ease;
  font-family: sans-serif;
}

.video__popup__covid .l-close:hover:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

@media (min-width: 768px) {
  .columns .info-video-container .video-container .desktop,
  .columns .info-video-container .video-container .mobile,
  .columns .cta-video-container .video-container .desktop,
  .columns .cta-video-container .video-container .mobile  {
      height: 100%;
  }
}

.column-2 .info-video-container .info-container {
  background-color: #064975;
}

.column-3 .info-video-container .info-container {
  background-color: #36494f;
  /* border: 1px solid #5d5d5d; */
}

.columns .info-video-container .info-container h2 {
  margin: 0 0 20px;
  font-family: 'lexiabold';
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.22px;
  color: #ffffff;
}

.columns .info-video-container .video-container {
  padding: 0;
  position: relative;
}

.columns .info-video-container .video-container .mobile,
.columns .thank-you-video-container.video-container .mobile,
.columns .spotlight-slider-container .spotlight-slider-item .mobile,
.columns.column-2 .mobile {
  display: block;
  width: 100%;
}

.columns .spotlight-slider-container {
  display: flex;
  flex-wrap: nowrap;
}

.columns .spotlight-slider-container .spotlight-slider-item {
  flex: 1;
}

.columns .info-video-container .video-container .desktop,
.columns .thank-you-video-container.video-container .desktop,
.columns .spotlight-slider-container .spotlight-slider-item .desktop,
.columns.column-2 .desktop,
.columns.column-3 .thank-you-video-container.desktop,
.columns.column-3 .info-video-container.desktop {
  display: none;
}

.columns .spotlight-slider-container .slick-track {
  height: 100%;
}

.columns .spotlight-slider-container .spotlight-slider-item {
  position: relative;
  background-color: #115e67;
  /* padding: 35px 20px; */
}

.columns .spotlight-slider-container .spotlight-slider-item .info-graphics-container {
  height: 285px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.columns .spotlight-slider-container .spotlight-slider-item .domain {
  font-family: 'lexiabold';
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #ffc72c;
  display: none;
}
.columns .spotlight-slider-container .spotlight-slider-item .heading {
  font-family: 'lexiabold';
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0.21px;
  color: #ffffff;
  margin-top: 10px;
  display: none;
}

.columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
  /* font-family: 'lexiaregular'; */
  font-family: 'lexiabold';
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 10px;
  /* max-width: 166px; */
  max-width: 70%;
}

.columns .spotlight-slider-container .spotlight-slider-item .info-graphics-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.columns .spotlight-slider-container .spotlight-slider-item .info-graphics-icon img {
  width: 90px;
}

@media (min-width: 768px) {
  .columns .spotlight-slider-container .spotlight-slider-item .info-graphics-container {
      /* height: 100%; */
      height: 169px;
      padding: 20px 20px;
      box-sizing: border-box;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 25px;
      letter-spacing: 0.335px;
      /* margin-top: 20px; */
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      font-size: 15px;
      line-height: 1.17;
      margin-top: 5px;
      max-width: 205px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
    max-width: 210px;
    font-size: 13px;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .columns .spotlight-slider-container .spotlight-slider-item .info-graphics-container {
    height: auto;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 26px;
      letter-spacing: 0.35px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      font-size: 18px;
      line-height: 1.15;
      max-width: 100%;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
      max-width: 195px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .info-graphics-icon img {
    width: 70px;
  }
}

@media (min-width: 1024px) and (max-height: 768px) {
  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      font-size: 13px;
      line-height: 1.15;
      /* max-width: 185px; */
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
    max-width: 175px;
    font-size: 11px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 27px;
      letter-spacing: 0.365px;
      /* margin-top: 30px; */
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      line-height: 1.13;
      margin-top: 10px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
      max-width: 240px;
  }
}

@media (min-width: 1366px) {
  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 28px;
      letter-spacing: 0.38px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      font-size: 19px;
      line-height: 1.11;
      max-width: 100%;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
      max-width:250px;
      font-size: 16px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .info-graphics-icon img {
      width: 120px;
  }
}

@media (min-width: 1441px) {
  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 29px;
      letter-spacing: 0.395px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      line-height: 1.09;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
      font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .columns .spotlight-slider-container .spotlight-slider-item .domain {
      font-size: 30px;
      letter-spacing: 0.4px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .heading {
      font-size: 20px;
      line-height: 1.05;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
      max-width: 310px;
  }
}

@media (min-width: 1920px) {
  .columns .spotlight-slider-container .spotlight-slider-item .sub-heading {
    max-width: 370px;
    font-size: 17px;
  }

  .columns .spotlight-slider-container .spotlight-slider-item .info-graphics-icon img {
    width: 150px;
  }
}


.columns .info-video-container .video-container .video-play-icon,
.columns .thank-you-video-container.video-container .video-play-icon,
.columns .tvc-container .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .columns .tvc-container .video-play-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.columns .tvc-container:hover .video-play-icon {
  opacity: 1;
} */

.columns.column-3 .cta-video-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.columns.column-3 .cta-video-container .thank-you-video-container.desktop,
.columns.column-3 .cta-video-container .covid-19-response-CTA-container {
  width: 49%;
}

.columns.column-3 .cta-video-container .covid-19-response-CTA-container {
  width: 100%;
}

@media (min-width: 768px) {
  .columns.column-3 .cta-video-container .covid-19-response-CTA-container {
      width: 49%;
  }
}

.columns .info-video-container .info-container {
  position: relative;
}

.columns .info-video-container .info-container .view-more a {
  font-family: 'lexiabold';
  font-size: 11px;
  letter-spacing: 0.75px;
  color: #ffc72c;
  text-decoration: none;
}

.columns .info-video-container .info-container .view-more:hover a {
  color: #fff;
}

.columns .info-video-container .info-container .view-more:after {
  content: 'line';
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #00b2a9;
  color: transparent;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.columns .covid-19-response-CTA-container {
  background-color: #ffc72c;
  box-sizing: border-box;
  position: relative;
}

.columns .covid-19-response-CTA-container a {
  padding: 25px;
  display: block;
}

.columns .covid-19-response-CTA-container h2 {
  margin: 0;
  font-family: 'lexiabold';
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.06px;
  color: #333f48;
  margin-bottom: 15px;
}

.columns .thank-you-video-container {
  position: relative;
}

.columns .thank-you-video-container h2,
.columns .tvc-container h2 {
  margin: 0;
  position: absolute;
  font-family: 'lexiabold';
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.44px;
  color: #ffffff;
  bottom: 25px;
  left: 25px;
}

.columns .tvc-container h2 {
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  width: 70%;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .columns .tvc-container:hover h2 {
    opacity: 0;
  }
}

.spotlight-slider-container.slick-dotted.slick-slider {
  margin: 0;
}

.spotlight-slider-container .slick-dots {
  position: absolute;
  bottom: 25px;
  text-align: left;
  left: 30px;
}

@media (min-width: 768px) {
  .spotlight-slider-container .slick-dots {
      left: 20px;
      bottom: 10px;
  }
    
  .video-slider-container .video-slider-item-container {
      height: 100%;
  }
}

@media (min-width: 1024px) {
  .spotlight-slider-container .slick-dots {
      bottom: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 768px) {
  .spotlight-slider-container .slick-dots {
      bottom: 6px;
  }
}

@media (min-width: 1366px) {
  .spotlight-slider-container .slick-dots {
      bottom: 15px;
  }
}

.video-slider-container .slick-dots {
  bottom: -15px;
}

.spotlight-slider-container .slick-dots li {
  margin: 0;
}

.spotlight-slider-container .slick-dots li button:before,
.video-slider-container .slick-dots li button:before,
.spotlight-slider-container .slick-dots li button::before,
.video-slider-container .slick-dots li button::before  {
  /* font-size: 30px; */
  font-size: 0;
  color: #b1e4e3;
  opacity: 0.34;
}

.spotlight-slider-container .slick-dots li.slick-active button:before,
.video-slider-container .slick-dots li.slick-active button:before,
.spotlight-slider-container .slick-dots li.slick-active button::before,
.video-slider-container .slick-dots li.slick-active button::before {
  opacity: 1;
}

/* .spotlight-slider-container.slick-slider ul.slick-dots li.slick-active button,
.video-slider-container.slick-slider ul.slick-dots li.slick-active button,
.spotlight-slider-container.slick-slider ul.slick-dots li button,
.video-slider-container.slick-slider ul.slick-dots li button {
  background: transparent;
  margin: 0;
  width: 15px;
} */

.spotlight-slider-container.slick-slider ul.slick-dots li button,
.video-slider-container.slick-slider ul.slick-dots li button {
  background-color: #b1e4e3;
  opacity: 0.34;
}

.spotlight-slider-container.slick-slider ul.slick-dots li.slick-active button,
.video-slider-container.slick-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

@media (min-width: 768px) {
  .section-1 {
      padding-top: 70px;
      padding-bottom: 70px;
  }
  .covid-heading h1 {
      /* font-size: 26px; */
	  font-size: 32px;
      line-height: 3.08;
      letter-spacing: 0.35px;
  }

  .covid-heading .covid-cta a {
      text-decoration: none;
  }

  .covid-heading .covid-cta .cta-text {
      display: block;
  }

  .columns .ceo-quote-container p {
      font-size: 15px;
  }

  .section .columns {
      width: 49.5%;
      height: 100%;
  }

  .section .column-1 {
      width: 100%;
  }

  .section .columns .rows {
      width: 49.5%;
      height: 50%;
      margin-bottom: 5px;
  }

  .section .columns .rows:last-child {
    margin-bottom: 0;
  }

  .columns .ceo-quote-container .quotes-divider {
      margin: 33px 0;
  }

  .columns .ceo-quote-container .ceo-name {
      font-size: 13px;
      letter-spacing: 0.115px;
  }

  .columns .ceo-quote-container .ceo-designation {
      font-size: 11px;
      letter-spacing: 0.14px;
  }

  .columns .info-video-container .info-container,
  .columns .info-video-container .video-container {
      width: 50%;
      padding: 10px;
  }

  .columns .info-video-container .video-container {
      padding: 0;
  }

  .columns .info-video-container .video-container .mobile,
  .columns .thank-you-video-container.video-container .mobile,
  .columns .spotlight-slider-container .spotlight-slider-item .mobile,
  .columns.column-2 .mobile {
      display: none;
  }

  .columns .info-video-container .video-container .desktop,
  .columns .thank-you-video-container.video-container .desktop,
  .columns .spotlight-slider-container .spotlight-slider-item .desktop,
  .columns.column-2 .desktop,
  .columns.column-3 .thank-you-video-container.desktop {
      display: block;
      width: 100%;
  }

  .columns.column-3 .info-video-container.desktop {
      display: flex;
  }

  .columns .info-video-container .info-container h2 {
      line-height: 1.40;
      margin: 0;
      font-size: 13px;
  }

  .columns .covid-19-response-CTA-container a {
      padding: 15px;
      /* height: 100%; */
  }

  .columns .covid-19-response-CTA-container h2 {
      margin-bottom: 0;
      font-size: 12px;
  }

  .columns .covid-19-response-CTA-container .arrow-icon {
      position: absolute;
      bottom: 15px;
  }

  .columns .thank-you-video-container h2,
  .columns .tvc-container h2 {
      line-height: 1.15;
      letter-spacing: -0.4px;
      font-size: 17px;
  }

  .columns .info-video-container .info-container .view-more {
      position: absolute;
      bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .section-1 {
      padding-top: 0;
      /* padding-bottom: 15px; */
  }
  .covid-heading h1 {
      /* font-size: 32px; */
	  font-size: 41px;
      line-height: 2.58;
      letter-spacing: 0.43px;
  }

  .section .columns {
      width: 33%;
      height: 100%;
      margin-bottom: 0;
  }

  .section .columns .rows {
      width: 49.5%;
  }

  .columns .ceo-quote-container p {
      font-size: 16px;
  }

  .columns .ceo-quote-container .quotes-divider {
      margin: 35px 0;
  }

  .columns .ceo-quote-container .ceo-name {
      font-size: 14px;
      letter-spacing: 0.12px;
  }

  .columns .ceo-quote-container .ceo-designation {
      font-size: 11px;
      letter-spacing: 0.15px;
  }

  .columns .info-video-container .info-container,
  .columns .info-video-container .video-container {
      padding: 18px;
  }

  .columns .info-video-container .video-container {
      padding: 0;
  }

  .columns .info-video-container .info-container h2 {
      font-size: 10px;
      line-height: 1.44;
      letter-spacing: 0.23px;
  }

  .columns .covid-19-response-CTA-container a {
      padding: 20px;
  }

  .columns .covid-19-response-CTA-container h2 {
      font-size: 10px;
      line-height: 1.28;
  }

  .columns .thank-you-video-container h2,
  .columns .tvc-container h2 {
      font-size: 16px;
      line-height: 1.15;
      letter-spacing: -0.4px;
      max-width: 70%;
      bottom: 10px;
  }
}

@media (min-width: 1024px) and (max-height: 768px) {
  .columns .thank-you-video-container h2,
  .columns .tvc-container h2 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (min-height: 768px) {
  .section-1 {
      padding-top: 70px;
      padding-bottom: 70px;
  }
}

@media (min-width: 1024px) and (min-height: 1366px) {
  .section-1 {
      padding-top: 90px;
      padding-bottom: 90px;
  }

  .columns .covid-19-response-CTA-container .arrow-icon {
      bottom: 20px;
  }
}

@media (min-width: 1366px) {
  .section {
      height: 100vh;
  }
  .section-1 {
      padding-top: 20px;
  }

  .covid-heading h1 {
      /* font-size: 38px; */
	  font-size: 49px;
      line-height: 2.08;
      letter-spacing: 0.51px;
  }

  .columns .ceo-quote-container {
      width: 88%;
  }

  .columns .ceo-quote-container p {
      font-size: 18px;
  }

  .columns .ceo-quote-container .quotes-divider {
      margin: 38px 0;
  }

  .columns .ceo-quote-container .ceo-name {
      font-size: 15px;
      letter-spacing: 0.13px;
  }

  .columns .ceo-quote-container .ceo-designation {
      font-size: 12px;
      letter-spacing: 0.16px;
  }

  .columns .info-video-container .info-container .view-more {
      bottom: 24px;
  }

  .columns .info-video-container .info-container h2 {
      font-size: 15px;
      line-height: 1.48;
  }

  .columns .covid-19-response-CTA-container a {
      padding: 25px;
  }

  .columns .covid-19-response-CTA-container h2 {
      font-size: 14px;
      line-height: 1.32;
  }

  .columns .thank-you-video-container h2,
  .columns .tvc-container h2 {
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -0.4px;
      bottom: 15px;
  }

  .columns .covid-19-response-CTA-container .arrow-icon {
      bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .columns .info-video-container .info-container h2 {
    line-height: 1.53;
    font-size: 15px;
  }

  .columns .info-video-container .info-container .view-more {
      bottom: 30px;
  }

}

@media (min-width: 1600px) {
  .section-1 {
      padding-top: 50px;
  }
  .covid-heading h1 {
      /* font-size: 44px; */
	  font-size: 58px;
      line-height: 1.73;
      letter-spacing: 0.59;
  }

  .columns .ceo-quote-container p {
      font-size: 19px;
      line-height: 1.58;
      letter-spacing: 0.25px;
  }

  .columns .ceo-quote-container .quotes-divider {
      margin: 40px 0;
  }

  .columns .ceo-quote-container .ceo-name {
      font-size: 16px;
      letter-spacing: 0.14px;
  }

  .columns .ceo-quote-container .ceo-designation {
      font-size: 13px;
      letter-spacing: 0.17px;
  }

  .columns .info-video-container .info-container,
  .columns .info-video-container .video-container {
      padding: 30px;
  }

  .columns .info-video-container .video-container {
      padding: 0;
  }

  .columns .covid-19-response-CTA-container a {
      padding: 30px;
  }

  .columns .covid-19-response-CTA-container h2 {
      line-height: 1.36;
  }

  .columns .info-video-container .info-container h2 {
      line-height: 1.53;
      font-size: 15px;
  }

  .columns .thank-you-video-container h2,
  .columns .tvc-container h2 {
      font-size: 20px;
      line-height: 1.15;
      letter-spacing: -0.4px;
      max-width: 60%;
      bottom: 25px;
  }
}

/* .spotlight-slider-container.slick-slider ul.slick-dots li button {
  height: 20px;
} */

/* COVID-19 spotlight CSS ends */

/* WhatWeDo/Renewables/Masdar css starts */

.node-type-asset .assets-project-name {
  font-family: 'Interstate-Bold';
}

.node-type-asset .masdar-projects-list {
  margin: 25px 0;
}

.node-type-asset .masdar-projects-list .masdar-project-item {
  width: 250px !important;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .node-type-asset .masdar-projects-list {
    margin: 25px 0 50px 0;
  }

  .node-type-asset .masdar-projects-list .masdar-project-item {
    margin-right: 25px;
  }
}

@media (min-width: 1024px) {
  .node-type-asset .masdar-projects-list .masdar-project-item {
    width: 220px !important;
    margin-right: 12px;
  }
}

@media (min-width: 1366px) {
  .node-type-asset .masdar-projects-list .masdar-project-item {
    width: 220px !important;
    margin-right: 19px;
  }
}

@media (min-width: 1600px) {
  .node-type-asset .masdar-projects-list .masdar-project-item {
    width: 250px !important;
    margin-right: 22px;
  }
}

.node-type-asset .masdar-projects-list a {
  display: inline-block;
  position: relative;
}

.node-type-asset .masdar-projects-list .redirection-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.node-type-asset .masdar-projects-list .project-image {
  width: 100%;
}

.node-type-asset .masdar-projects-list .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.node-type-asset .masdar-projects-list h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  margin: 0;
  font-family: 'Interstate-Regular';
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.19px;
  text-align: center;
  color: #ffffff;
}

.node-type-asset .masdar-projects-list .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node-type-asset .masdar-projects-list .slick-dots {
    align-items: baseline;
  }
}

@supports (-ms-ime-align:auto) {
  .node-type-asset .masdar-projects-list .slick-dots {
    align-items: baseline;
  }
}

.node-type-asset .masdar-projects-list.slick-slider ul.slick-dots li {
  margin: 0 3px;
}

.node-type-asset .masdar-projects-list.slick-slider ul.slick-dots li button {
  background: #00b2a9;
  opacity: 0.18;
}

.node-type-asset .masdar-projects-list.slick-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.node-type-asset .masdar-projects-list .slick-arrow {
  background: url('../images/arrow-right-on.png') no-repeat center center/cover!important;
  width: 32px;
  height: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -30px;
}

.node-type-asset .masdar-projects-list .slick-arrow:focus {
  border: none;
  outline: none;
}

.node-type-asset .masdar-projects-list .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.node-type-asset .masdar-projects-list .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: 0;
}

.node-type-asset .masdar-projects-list .slick-arrow.slick-next {
  right: 0;
}

.node-type-asset .masdar-slider-info {
  text-align: center;
  font-family: 'Interstate-Light';
  color: #6a6a6a;
  font-size: 12px;
  letter-spacing: 0.15px;
  margin-bottom: 15px;
  margin-top: -20px;
}

@media (min-width: 768px) {
  .node-type-asset .masdar-slider-info {
    display: none;
  }
}

/* WhatWeDo/Renewables/Masdar css starts */

/* Accept/Decline Cookies notice css starts */

#sliding-popup.sliding-popup-bottom {
  background: #ffffff;
  padding: 22px 20px;
}

@media (min-width: 768px) {
  #sliding-popup.sliding-popup-bottom {
    padding: 25px 35px;
  }
}@media (min-width: 1024px) {
  #sliding-popup.sliding-popup-bottom {
    padding: 28px 50px;
  }
}

@media (min-width: 1200px) {
  #sliding-popup.sliding-popup-bottom {
    padding: 30px 63px;
  }
}

#sliding-popup .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #sliding-popup .popup-content {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 45%;
  }
}

@media (min-width: 1200px) {
  #sliding-popup .popup-content #popup-text {
    max-width: 34.4%;
  }
}

#sliding-popup .popup-content #popup-text h2 {
  color: #000000 !important;
  font-size: 16px;
  font-family: "Interstate-Regular", sans-serif;
}

@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-text h2 {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  #sliding-popup .popup-content #popup-text h2 {
    font-size: 18px;
  }
}

#sliding-popup .popup-content #popup-text p {
  color: #343434 !important;
  line-height: 1.42;
  font-weight: 300;
  font-size: 12px;
  font-family: "Interstate-Light", sans-serif;
  letter-spacing: -0.08px;
}

@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-text p {
    line-height: 1.39;
    letter-spacing: -0.085px;
  }
}

@media (min-width: 1024px) {
  #sliding-popup .popup-content #popup-text p {
    line-height: 1.35;
  }
}

@media (min-width: 1200px) {
  #sliding-popup .popup-content #popup-text p {
    line-height: 1.31;
    font-size: 13px;
    letter-spacing: -0.09px;
  }
}

#sliding-popup .popup-content #popup-buttons {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  #sliding-popup .popup-content #popup-buttons {
    display: flex;
    align-items: center;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  #sliding-popup .popup-content #popup-buttons {
    max-width: 40%;
  }
}

#sliding-popup .eu-cookie-compliance-secondary-button {
  border-radius: 5px;
  border: solid 1px #00b2a9;
  background-color: #00b2a9;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.95px;
  padding: 10px 22px;
  transition: all .5s;
  font-weight: normal;
  margin-top: 0;
  font-size: 12px;
  font-family: "Interstate-Bold", sans-serif;
}

#sliding-popup .eu-cookie-compliance-default-button {
  appearance: none;
  background: #ffffff;
  color: #00b2a9;
  border-radius: 5px;
  border: solid 1px #00b2a9;
  letter-spacing: 1.95px;
  padding: 10px 22px;
  margin-right: 15px; /*Change for RTL*/
  transition: all .5s;
  font-weight: normal;
  margin-top: 0;
  font-size: 12px;
  text-shadow: none;
  font-family: "Interstate-Bold", sans-serif;
}

#sliding-popup .eu-cookie-compliance-secondary-button:hover,
#sliding-popup .eu-cookie-compliance-default-button:hover {
  background: #999;
  color: #fff;
}

.eu-cookie-compliance-more-button {
  color: #00b2a9 !important;
  letter-spacing: 0.39px;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
  transition: color .5s;
  display: block !important;
  margin: 20px 0 !important;
}

@media (min-width: 768px) {
  .eu-cookie-compliance-more-button {
    display: inline-block;
    margin: 0 !important;
    margin-right: 40px !important; /*Change for RTL*/
  }
}

@media (min-width: 1200px) {
  .eu-cookie-compliance-more-button {
    font-size: 12px;
  }
}

.eu-cookie-compliance-more-button:hover {
  color: #000000 !important;
}

#sliding-popup .close-cookie-consent-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #sliding-popup .close-cookie-consent-popup {
    top: 18px;
    right: 18px;
  }
}

@media (min-width: 1200px) {
  #sliding-popup .close-cookie-consent-popup {
    top: 16px;
    right: 16px;
  }
}

#sliding-popup .close-cookie-consent-popup:hover svg g {
  stroke: #000;
}
/* Accept/Decline Cookies notice css ends */

/* Cookie Details Page css starts */

.cookies-policy-page .types-of-cookies-wrapper {
  overflow: auto;
}

.cookies-policy-page .types-of-cookies-wrapper table {
  min-width: 676px !important;
  margin: auto;
}

@media (min-width: 768px) {
  .cookies-policy-page .types-of-cookies-wrapper table {
    min-width: auto;
  }
}

/* Cookie Details Page css ends */


/* Sponsorship Proposal Submission Page CSS starts */

.node-type-sponsorship .sponsorship-spotlight {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .node-type-sponsorship .sponsorship-spotlight {
    margin: auto;
  }
}

.node-sponsorship .sponsorship-title {
  margin-top: 37px;
  margin-bottom: 15px;
  font-family: "Interstate-Regular", sans-serif;
  color: #373737;
}

@media (min-width: 768px) {
  .node-sponsorship .sponsorship-title {
    margin-top: 47px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship .sponsorship-title {
    margin-top: 57px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship .sponsorship-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}

.node-sponsorship h3 {
  font-family: "Interstate-Regular", sans-serif;
  font-size: 18px;
  letter-spacing: -0.77px;
  color: #414141;
  margin-top: 30px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .node-sponsorship h3 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship h3 {
    font-size: 22px;
    margin-top: 55px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship h3 {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 16px;
  }
}

.node-sponsorship ul {
  margin-top: 7px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .node-sponsorship ul {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship ul {
    margin-top: 12px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship ul {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.node-sponsorship li {
  position: relative;
  margin-left: 32px;
}

@media (min-width: 768px) {
  .node-sponsorship li {
    margin-left: 38px;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship li {
    margin-left: 44px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship li {
    margin-left: 50px;
  }
}

.node-sponsorship li:before {
  content: '';
  background-color: #00b2a9;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -18px;
}

@media (min-width: 768px) {
  .node-sponsorship li:before {
    left: -22px;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship li:before {
    left: -26px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship li:before {
    left: -32px;
  }
}

.node-sponsorship .wrap-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .node-sponsorship .wrap-links {
    margin-top: 30px;
    margin-bottom: 74px;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship .wrap-links {
    margin-top: 40px;
    margin-bottom: 84px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship .wrap-links {
    margin-top: 50px;
    margin-bottom: 94px;
  }
}

.node-sponsorship .wrap-links .l-btn,
.node-sponsorship .wrap-links .l-btn:before,
.node-sponsorship .wrap-links .l-btn:after {
  border-radius: 5px;
}

.node-sponsorship .submit-proposal {
  margin-right: 15px;
  width: 48%;
}

@media (min-width: 768px) {
  .node-sponsorship .submit-proposal {
    margin-right: 19px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .node-sponsorship .submit-proposal {
    margin-right: 23px;
  }
}

@media (min-width: 1440px) {
  .node-sponsorship .submit-proposal {
    margin-right: 27px;
  }
}

.node-sponsorship .account-link {
  margin-left: 10px;
  width: 48%;
}

@media (min-width: 768px) {
  .node-sponsorship .account-link {
    width: auto;
  }
}


/* Sponsorship Proposal Submission Page CSS ends */

.types-of-cookies-wrapper tr.table-header td {
    background-color: #BFBFBF !important;
    border: 1pt solid #000 !important;
}
.types-of-cookies-wrapper tr.table-header td span {
    color: #000 !important;
}
.types-of-cookies-wrapper td {
    background-color: #f6f6f7 !important;
}
.types-of-cookies-wrapper td {
    background-color: #f6f6f7 !important;
    border: 1pt solid #000 !important;
}
.types-of-cookies-wrapper {
    margin-bottom: 30px;
}
.types-of-cookies-wrapper td span{
	color: #000 !important;
	word-break: break-all;
} 

/*********************Vaccine Table starts************************/

.vaccination-center-title {
  font-family: "interstatelight";
  font-size: 20px;
  letter-spacing: -0.33px;
  color: #6a6a6a;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: solid 1px #6a6a6a;
}

.vaccination-center-list .vaccination-center-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 21px;
  border-bottom: solid 1px #e1e5e7;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-logo {
  margin: 0 auto 22px auto;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-logo img {
  margin: auto;
  width: auto;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-details {
  margin: 0 auto 12px auto;
  width: 93.45%;
  font-family: "interstatelight";
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.25px;
  text-align: center;
  color: #515151;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact {
  width: 100%;
  justify-content: center;
  margin: 0 auto 18px auto;
  display: flex;
  width: 67%;
  align-items: center;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact a {
  font-family: "Interstate-Regular", sans-serif;
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: -0.11px;
  color: #00b2a9;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact a:active,
.vaccination-center-list .vaccination-center-item .vaccination-center-contact a:focus,
.vaccination-center-list .vaccination-center-item .vaccination-center-contact a:visited {
  color: #00b2a9;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact a:hover {
  color: #5d6873;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-location {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact .phone-icon {
  width: 17px;
  height: 17px;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-location .location-icon {
  width: 18px;
  height: 18px;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact .phone-icon img,
.vaccination-center-list .vaccination-center-item .vaccination-center-location .location-icon img {
  width: 100%;
  height: 100%;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-location a {
  font-family: "Interstate-Regular", sans-serif;
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: 0.64px;
  color: #00b2a9;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-location a:active,
.vaccination-center-list .vaccination-center-item .vaccination-center-location a:focus,
.vaccination-center-list .vaccination-center-item .vaccination-center-location a:visited {
  color: #00b2a9;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-location a:hover {
  color: #5d6873;
}

.vaccination-center-list .vaccination-center-item .vaccination-center-contact .phone-icon,
.vaccination-center-list .vaccination-center-item .vaccination-center-location .location-icon  {
  margin-right: 12px;
}

@media (min-width: 768px) {
  .vaccination-center-title {
    font-size: 22px;
    text-align: left;
  }

  .vaccination-center-list .vaccination-center-item {
    padding-top: 33.2px;
    padding-bottom: 26.8px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-logo {
    margin: 0;
    width: 27.106%;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-details {
    text-align: left;
    margin: 0;
    width: 32.632%;
    font-size: 18.4px;
    line-height: 1.344;
    letter-spacing: -0.256px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-contact {
    text-align: left;
    margin: 0;
    width: 16%;
    justify-content: flex-start;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-location {
    text-align: left;
    margin: 0;
    width: 16%;
    justify-content: flex-start;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-contact a,
  .vaccination-center-list .vaccination-center-item .vaccination-center-location a {
    line-height: normal;
  }
}

@media (min-width: 1024px) {
  .vaccination-center-title {
    font-size: 24px;
  }

  .vaccination-center-list .vaccination-center-item {
    padding-top: 34.4px;
    padding-bottom: 32.6px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-details {
    font-size: 18.8px;
    line-height: 1.358;
    letter-spacing: -0.262px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-contact {
    width: 17%;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-location {
    width: 17%;
  }
}

@media (min-width: 1200px) {
  .vaccination-center-title {
    font-size: 26px;
  }

  .vaccination-center-list .vaccination-center-item {
    padding-top: 35.6px;
    padding-bottom: 38.4px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-details {
    font-size: 19.2px;
    line-height: 1.372;
    letter-spacing: -0.268px;
  }
}

@media (min-width: 1440px) {
  .vaccination-center-title {
    font-size: 28px;
  }

  .vaccination-center-list .vaccination-center-item {
    padding-top: 36.8px;
    padding-bottom: 44.2px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-details {
    font-size: 19.6px;
    line-height: 1.386;
    letter-spacing: -0.274px;
  }
}

@media (min-width: 1600px) {
  .vaccination-center-title {
    font-size: 30px;
  }

  .vaccination-center-list .vaccination-center-item {
    padding-top: 38px;
    padding-bottom: 50px;
  }

  .vaccination-center-list .vaccination-center-item .vaccination-center-details {
    width: 32.632%;
    font-family: "interstatelight";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.28px;
  }
}

/*********************Vaccine Table ends************************/

/******************** Holding Statement CSS Starts *******************/

.holding-statement-container {
  width: 100%;
  margin: auto
}

.holding-statement-container .announcement {
  display: block;
  margin-bottom: 30px;
}


.holding-statement-container .announcement .announcement-description {
  width: 100%;
}

@media (min-width: 768px) {
  .holding-statement-container .announcement {
    flex-wrap: nowrap;
  }

  .holding-statement-container .announcement .announcement-description {
    width: 70%;
  }
}
.holding-statement-container .announcement .announcement-download {
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .holding-statement-container .announcement {
    display: flex;
  }
  .holding-statement-container .announcement .announcement-download {
    margin-right:15px;
    margin-bottom: 0;
  }
}

.holding-statement-container .announcement .announcement-download a {
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #00b2a9;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #00b2a9;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.holding-statement-container .announcement .announcement-download:hover a {
  background-color: #00778b;
  border-color: #00778b;
}

.holding-statement-container .announcement .announcement-download a img {
  width: 100%;
  height: 100%;
}

.holding-statement-container .announcement .announcement-download a .download-normal {
  display: block;
}

.holding-statement-container .announcement .announcement-download a .download-hover {
  display: none;
}

.holding-statement-container .announcement .announcement-download a:hover .download-normal {
  display: none;
}

.holding-statement-container .announcement .announcement-download a:hover .download-hover {
  display: block;
}

.holding-statement-container .announcement .announcement-download a:hover svg path {
  fill: #00b2a9;
}

.holding-statement-disclaimer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.5);
  display: flex;
  z-index: 10;
}

.holding-statement-disclaimer .disclaimer-container {
  width: 80%;
  max-width: 1400px;
  max-height: 70%;
  background-color: #fff;
  margin: auto;
  align-items: center;
  padding: 30px 30px 0 30px;
  /* display: flex; */
  flex-direction: column;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .holding-statement-disclaimer .disclaimer-container {
    max-height: 80%;
  }
}

.holding-statement-disclaimer .disclaimer-container .disclaimer {
  overflow-y: auto;
  width: 100%;
  max-height: 50vh;
}

@media (min-width: 768px) {
  .holding-statement-disclaimer .disclaimer-container .disclaimer {
    max-height: 60vh;
  }
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions {
  display: flex;
  padding: 30px;
  justify-content: center;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: inherit;
  text-transform: uppercase;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .accept-disclaimer a:active,
.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .accept-disclaimer a:focus,
.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .accept-disclaimer a:visited {
  color: inherit;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .decline-disclaimer a:active,
.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .decline-disclaimer a:focus,
.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .decline-disclaimer a:visited {
  color: inherit;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .accept-disclaimer {
  background-color: #00b2a9;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #00b2a9;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .accept-disclaimer:hover {
  background-color: #999;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .decline-disclaimer {
  background-color: #fff;
  color: #00b2a9;
  border-radius: 5px;
  border: 1px solid #00b2a9;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.holding-statement-disclaimer .disclaimer-container .disclaimer-actions .decline-disclaimer:hover {
  background-color: #999;
  color: #fff;
}

.holding-statement-disclaimer .disclaimer-container ul {
  list-style: disc;
  list-style-type: disc;
  margin-left: 20px;
}



/******************** Holding Statement CSS Ends *******************/

/******************** RU page cookie CSS Start *******************/

.eu-cookie-compliance-processed[lang="ru"] .mub.header .nav-language,
.eu-cookie-compliance-processed[lang="ru-en"] .mub.header .nav-language {
  display: none;
}

.eu-cookie-compliance-processed[lang="ru"] .wrap-footer .footer-top,
.eu-cookie-compliance-processed[lang="ru-en"] .wrap-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .eu-cookie-compliance-processed[lang="ru"] .wrap-footer .footer-top,
  .eu-cookie-compliance-processed[lang="ru-en"] .wrap-footer .footer-top {
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .eu-cookie-compliance-processed[lang="ru"] .wrap-footer .footer-top,
  .eu-cookie-compliance-processed[lang="ru-en"] .wrap-footer .footer-top {
    padding: 0;
  }
}

.eu-cookie-compliance-processed[lang="ru"] .wrap-footer .footer-top .copyright,
.eu-cookie-compliance-processed[lang="ru-en"] .wrap-footer .footer-top .copyright {
  width: auto;
  max-width: initial;
}

.eu-cookie-compliance-processed[lang="ru"] .wrap-footer .footer-top .toggle-sitemap,
.eu-cookie-compliance-processed[lang="ru-en"] .wrap-footer .footer-top .toggle-sitemap {
  display: none;
}

.eu-cookie-compliance-processed[lang="ru"] .content .types-of-cookies-wrapper,
.eu-cookie-compliance-processed[lang="ru-en"] .content .types-of-cookies-wrapper {
  overflow-x: auto;
}

.eu-cookie-compliance-processed[lang="ru"] .content .types-of-cookies-wrapper table,
.eu-cookie-compliance-processed[lang="ru-en"] .content .types-of-cookies-wrapper table {
  max-width: initial;
}

.eu-cookie-compliance-processed[lang="ru"] .header__search,
.eu-cookie-compliance-processed[lang="ru-en"] .header__search {
  display: none;
}
/******************** RU page cookie CSS Ends *******************/


.locale-untranslated{
	opacity: 0;
	cursor: default;
}
