@-webkit-keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-o-keyframes read-more-arrow {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@keyframes read-more-arrow {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}

@-webkit-keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@-o-keyframes download-hover {
  0%,
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

@keyframes download-hover {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.paragraph--type-text-image .image-field {
  min-width: 50%;
}

.label-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-with-icon::before {
  display: inline-block;
  max-width: 50px;
  max-height: 60px;
  margin-right: 15px;
}

.label-with-icon.field-investments::before {
  content: url(../../images/icons/Investments.svg);
}

.label-with-icon.field-financial-information::before {
  content: url(../../images/icons/financial_info.svg);
}

.label-with-icon.field-national-counterparts::before {
  content: url(../../images/icons/counterparts.svg);
}

.label-with-icon.field-results::before,
.label-with-icon.field-additional-results::before {
  content: url(../../images/icons/results.svg);
}

.label-with-icon.field-covid-19-results::before {
  content: url(../../images/icons/covid.svg);
}

.field--name-field-brief {
  font-size: 1.4375rem;
}

.map-label {
  padding: 5px 15px;
  color: #fff;
  background-color: #fa7828;
  font-size: 1.4375rem;
  font-weight: bold;
}

.leaflet-container {
  font-family: inherit;
  font-size: 1.125rem;
}

.leaflet-container .leaflet-overlay-pane path {
  stroke-width: 1px;
}

.leaflet-container .leaflet-overlay-pane svg path:hover {
  fill-opacity: 0.5;
}

.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
}

.leaflet-container .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  max-width: 300px;
  margin: 0;
  line-height: inherit;
}

.leaflet-container .leaflet-control-container .leaflet-top.leaflet-left {
  top: auto;
  bottom: 45px;
}

.leaflet-container .leaflet-control-container .leaflet-control {
  margin: 0;
  border: 0;
}

.leaflet-container .leaflet-control-container .leaflet-control a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  border: 0;
  border: 1px solid #fa7828;
  border-radius: 0;
  background-color: #fa7828;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.leaflet-container .leaflet-control-container .leaflet-control a.leaflet-disabled {
  opacity: 0.5;
}

.leaflet-container .leaflet-control-container .leaflet-control.resetzoom {
  margin: 0 !important;
  border: 1px solid #fa7828;
  background-color: #fa7828 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: normal;
}

.leaflet-container .leaflet-control-container .leaflet-control.resetzoom div {
  padding: 5px;
  color: #fff !important;
}

.leaflet-container .leaflet-control-container .leaflet-control a:not(.leaflet-disabled):hover,
.leaflet-container .leaflet-control-container .leaflet-control div:not(.leaflet-disabled):hover {
  color: #fa7828 !important;
  border: 1px solid #fa7828;
  background-color: #fff;
}

.leaflet-container .leaflet-control-container .leaflet-control-attribution {
  display: none;
}

.view-display-id-homepage_map .view-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.view-map-legend {
  width: 25%;
  padding: 15px;
  background-color: #e4e4e4;
}

.view-map-legend .taxonomy-term--view-mode-map-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color,
.view-map-legend .taxonomy-term--view-mode-map-legend .legend-text {
  display: inline-block;
  font-size: 1rem;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-text {
  margin-left: 5px;
  line-height: normal;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color {
  font-size: 0;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color::before {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color.orange {
  background-color: #fa7828;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color.green {
  background-color: #00b4ac;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color.sky-blue {
  background-color: #1fb3dd;
}

.view-map-legend .taxonomy-term--view-mode-map-legend .legend-color.yellow {
  background-color: #ffce01;
}

.mobile-map {
  padding: 40px 0;
  background-image: url(../../images/map.svg);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.mobile-map.text-center .read-more-arrow {
  text-align: center;
}

.mobile-map.text-center .read-more-arrow a {
  font-size: 0.875rem;
}

.disc-wrapper {
  position: relative;
}

.disc-wrapper .disc-label::after {
  margin-left: 7px;
  content: url(../../images/icons/disclaimer-black.svg);
}

.disc-wrapper .disc-label:hover {
  cursor: pointer;
  color: #00b4ac;
}

.disc-wrapper .disc-label:hover::after {
  content: url(../../images/icons/disclaimer-green.svg);
}

.disc-wrapper .disc-txt {
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 15px;
  background: #d1d1d1;
}

.view-display-id-country_all_listing .view-header,
.mobile-country-list .view-header {
  margin-bottom: 15px;
  font-weight: bold;
}

.view-display-id-country_all_listing .view-border {
  padding: 15px;
  border: solid 1px #e4e4e4;
}

.view-display-id-country_all_listing .view-filters {
  overflow-y: scroll;
  max-height: 480px;
  /* width */
  /* Handle */
  /* Handle on hover */
}

.view-display-id-country_all_listing .view-filters::-webkit-scrollbar {
  width: 3px;
  background-color: #e4e4e4;
}

.view-display-id-country_all_listing .view-filters::-webkit-scrollbar-thumb {
  background: #fa7828;
}

.view-display-id-country_all_listing .view-filters::-webkit-scrollbar-thumb:hover {
  background: #00b4ac;
}

.view-display-id-country_all_listing .view-filters .form-composite legend {
  display: none;
}

.view-display-id-country_all_listing .view-filters .form-composite .form-radios label {
  color: #000;
  font-size: 1rem;
}

.view-display-id-country_all_listing .view-filters .form-composite .form-radios label:hover {
  text-decoration: none;
  font-weight: bold;
}

.view-display-id-country_all_listing .view-filters .form-composite .form-radios label::before {
  display: none;
}

.view-display-id-country_all_listing .view-filters input[type=radio]:checked + label {
  font-weight: bold;
}

.view-display-id-country_all_listing .view-content,
.view-display-id-country_all_listing .views-row,
.view-display-id-country_all_listing .node--view-mode-horizontal-media-teaser-medium-country {
  height: 100%;
}

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  z-index: 15;
  top: 50px;
  left: -7px;
  margin-top: -60px;
  padding: 0 !important;
  -webkit-transition: 0.6s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  -o-transition: 0.6s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: 0.6s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

@media (max-width: 991.98px) {
  .sticky-block {
    display: none;
  }
}

.wrapper {
  margin-top: -120px !important;
  padding-top: 120px;
}

#country-anchorlinks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#country-anchorlinks ul li a:hover {
  text-decoration: none;
}

#country-anchorlinks ul li a:after {
  display: block;
  content: "";
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  -o-transition: -o-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -o-transform 250ms ease-in-out;
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  border-bottom: solid 3px #fa7828;
}

#country-anchorlinks ul li .menu-title {
  display: block;
  padding-top: 18px;
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  line-height: 1;
}

#country-anchorlinks ul li.current a:after,
#country-anchorlinks ul li:hover a:after {
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.field-investments .field__item > div,
.field--name-field-financial-information .field__item > div {
  height: 440px !important;
}

.field-investments .field__item > div iframe,
.field--name-field-financial-information .field__item > div iframe {
  height: 500px !important;
}

@media (max-width: 767.98px) {
  .field-investments .field__item,
  .field--name-field-financial-information .field__item {
    margin-bottom: 30px;
  }
}

.field-covid-19-results > div {
  height: 270px !important;
}

@media (max-width: 767.98px) {
  .field-covid-19-results > div {
    height: 100px !important;
  }
  .field-covid-19-results > div iframe {
    height: 160px !important;
  }
}

.field-results > div {
  height: 700px !important;
}

@media (max-width: 767.98px) {
  .field-results > div {
    height: 270px !important;
  }
  .field-results > div iframe {
    height: 320px !important;
  }
}
