/* FAO MAIN STYLE 18/12/2018 15:49 */
/* Main*/
/* FAO website - variables */
/* FAO default style */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
html, body {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f8f9;
  color: #1b1d1f;
  font-weight: 400;
  font-size: 14px !important;
  overflow-x:hidden;}
  body.padding-top {
    padding-top: 75px; }

h1, h2, h3, h4, h5 {
  font-weight: 300;
  line-height: 1.5; }

h6 {
  font-weight: 700; }

h1 small {
  font-size: 50%;
  font-weight: 300; }

h2 {
  font-size: 22px; }

.main-content-title {
  margin-top: 30px;
  margin-bottom: 30px; }

p {
  color: #545454;
  line-height: 1.5; }

a {
  color: #0d6cac; }

a.box-link {
  position: relative; }
  a.box-link h6 {
    height: 13px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.box-link:hover, a.box-link:active, a.box-link:focus, a.box-link:active:hover, a.box-link:active:focus {
    text-decoration: none; }
    a.box-link:hover *, a.box-link:active *, a.box-link:focus *, a.box-link:active:hover *, a.box-link:active:focus * {
      text-decoration: none; }
  a.box-link:after {
    content: 'READ MORE';
    position: absolute;
    display: inline-block;
    left: 30px;
    bottom: 55px;
    min-width: 100px;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  a.box-link.transparent h2 {
    color: #1b1d1f; }
  a.box-link.transparent:after {
    font-weight: 700;
    left: 0;
    bottom: 0; }
  a.box-link:hover h6 {
    height: 0; }
  a.box-link:hover:after {
    height: 13px; }

.subtitle-container * {
  margin-top: 0;
  margin-bottom: 30px; }

.breadcrumbs-container {
  margin-top: 70px; }
  @media (min-width: 768px) {
    .breadcrumbs-container {
      margin-top: 0; } }
  .breadcrumbs-container .breadcrumbs-container {
    margin-top: 0 !important; }
    .breadcrumbs-container .breadcrumbs-container .breadcrumb {
      margin: 0 !important;
      padding: 0 !important;
      margin-bottom: 20px !important; }

.breadcrumb {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  margin-top: 20px;
  background-color: transparent; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-bold {
  font-weight: 700; }

.small-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px; }

.img-responsive {
  width: 100%; }

.section-title {
  font-weight: 700;
  color: #0d6cac;
  margin: 60px 0 60px 0; }

.share-container {
  margin-top: 35px;
  color: #545454; }

.white-bg {
  background-color: white;
  margin-top: 60px; }

.blue-bg {
  background-color: #e5ecf4; }

.main-content {
  padding: 30px; }
  .main-content .main-content-title:first-child {
    margin-top: 0; }

.side-content {
  padding: 30px; }
  .side-content h4 {
    margin-top: 60px;
    margin-bottom: 30px; }
    .side-content h4:first-child {
      margin-top: 0; }
  .side-content li {
    margin-bottom: 15px; }

/* Components */
/* 3D Map */
.earth-container {
  overflow: visible !important;
  /* Extra small devices (phones, less than 768px) */
  height: 400px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .earth-container {
      height: 400px; } }
  @media (min-width: 992px) {
    .earth-container {
      height: 350px; } }
  @media (min-width: 1200px) {
    .earth-container {
      height: 350px; } }

.regional, .country {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s; }

.hidden-marker {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.cesium-credit-textContainer {
  display: none; }

.regional .we-pm-icon {
  margin-left: -19px !important;
  margin-top: -35px !important; }

.country .we-pm-icon {
  background-size: contain; }

.we-pm-icon {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  position: relative;
  z-index:20 !important;
  transform-origin: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat; }
  .we-pm-icon.shy {
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7); }
    .we-pm-icon.shy:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .we-pm-icon.visible {
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }

.shadow {
  background-image: url(img/shadow.png);
  width: 270px;
  height: 65px;
  position: absolute;
  left: calc(50% - 135px);
  pointer-events: none;
  opacity: 0.1;
  bottom: 0;
  /* Extra small devices (phones, less than 768px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .shadow {
      bottom: -30px; } }
  @media (min-width: 992px) {
    .shadow {
      bottom: -70px; } }
  @media (min-width: 1200px) {
    .shadow {
      bottom: -80px; } }

.fao-worldwide-desc {
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 1200px) {
    .fao-worldwide-desc {
      margin-top: 40px; } }

.instr-image {
  height: 114px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }
  .instr-image.first {
    background-image: url(img/map-instr1.svg); }
  .instr-image.second {
    background-image: url(img/map-instr2.svg); }

/* Informations */
.btn.country, .btn.regional {
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  margin-right: 15px;
  /* Tabbed version */
  background-color: transparent !important;
  border-color: transparent !important;
  color: #545454 !important;
  /* End tabbed version */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .btn.country:hover, .btn.country:active, .btn.country:focus, .btn.country:active:hover, .btn.country:active:focus, .btn.regional:hover, .btn.regional:active, .btn.regional:focus, .btn.regional:active:hover, .btn.regional:active:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.country:after, .btn.regional:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 2px;
    background-color: #0d6cac;
    left: 5px;
    bottom: -2px;
    pointer-events: none;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .btn.country.btn-primary, .btn.regional.btn-primary {
    color: #0d6cac !important; }
    .btn.country.btn-primary:after, .btn.regional.btn-primary:after {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  @media (min-width: 768px) {
    .btn.country, .btn.regional {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .btn.country, .btn.regional {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .btn.country, .btn.regional {
      margin-right: 15px; } }
  .btn.country.active, .btn.regional.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.country:before, .btn.regional:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -4px;
    top: -16px;
    background-repeat: no-repeat; }

.btn.country:before {
  width: 15px;
  height: 15px;
  left: 6px;
  top: 7px;
  background-image: url(img/place-country.svg); }

.btn.regional:before {
  background-image: url(img/place-normal.svg);
  width: 25px;
  top: 2px;
  left: 4px; }

.instruction-panel {
  /* Extra small devices (phones, less than 768px) */
  margin-top: 30px;
  text-align: center;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .instruction-panel h4 {
    margin-top: 0; }
  .instruction-panel .instr-title {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .instruction-panel {
      text-align: center; } }
  @media (min-width: 992px) {
    .instruction-panel {
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .instruction-panel {
      margin-top: 0; } }

.reg-office-panel {
  background-color: #f7f8f9;
  position: absolute;
  top: 0;
  opacity: 0;
  margin-left: -15px;
  padding: 15px;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  padding-bottom: 50px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  .reg-office-panel #resetBtn {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .reg-office-panel h2 {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.4s;
    -moz-transition: all 0.3s ease 0.4s;
    -ms-transition: all 0.3s ease 0.4s;
    -o-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s; }
  .reg-office-panel .subtitle {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.8s;
    -moz-transition: all 0.3s ease 0.8s;
    -ms-transition: all 0.3s ease 0.8s;
    -o-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s; }
  .reg-office-panel .city {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.8s;
    -moz-transition: all 0.3s ease 0.8s;
    -ms-transition: all 0.3s ease 0.8s;
    -o-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s; }
  .reg-office-panel .street {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.8s;
    -moz-transition: all 0.3s ease 0.8s;
    -ms-transition: all 0.3s ease 0.8s;
    -o-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s; }
  .reg-office-panel [title="Phone"] {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.8s;
    -moz-transition: all 0.3s ease 0.8s;
    -ms-transition: all 0.3s ease 0.8s;
    -o-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s; }
  .reg-office-panel .phone {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.8s;
    -moz-transition: all 0.3s ease 0.8s;
    -ms-transition: all 0.3s ease 0.8s;
    -o-transition: all 0.3s ease 0.8s;
    transition: all 0.3s ease 0.8s; }
  .reg-office-panel .additional {
    opacity: 0;
    -webkit-transition: all 0.3s ease 1.2s;
    -moz-transition: all 0.3s ease 1.2s;
    -ms-transition: all 0.3s ease 1.2s;
    -o-transition: all 0.3s ease 1.2s;
    transition: all 0.3s ease 1.2s; }
  .reg-office-panel.show {
    opacity: 1;
    pointer-events: auto; }
    .reg-office-panel.show #resetBtn, .reg-office-panel.show h2, .reg-office-panel.show .subtitle, .reg-office-panel.show .street, .reg-office-panel.show .city, .reg-office-panel.show [title="Phone"], .reg-office-panel.show .phone, .reg-office-panel.show .additional {
      opacity: 1; }

.additional a {
  display: inline-block;
  width: 100%; }

.members-gateway {
  font-size: 14px !important;
  padding-left: 60px !important;
  position: relative;
  margin-top: 15px; }
  .members-gateway:before {
    content: '';
    left: 0;
    display: inline-block;
    position: absolute;
    background-image: url(img/members-gateway.svg);
    width: 60px;
    background-size: contain;
    height: 60px;
    background-repeat: no-repeat;
    top: -9px; }

/* Accordion Style */
.collapse-header {
  cursor: pointer;
  margin: 0 -30px;
  padding: 0 30px;
  border-top: 1px solid #e7e7e7; }
  .collapse-header .btn-light {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #545454;
    font-weight: normal;
    position: relative; }
    .collapse-header .btn-light .material-icons {
      position: absolute;
      right: 0;
      top: 26px; }
    .collapse-header .btn-light[aria-expanded="false"] .arr-down {
      display: block; }
    .collapse-header .btn-light[aria-expanded="false"] .arr-up {
      display: none; }
    .collapse-header .btn-light[aria-expanded="true"] .arr-down {
      display: none; }
    .collapse-header .btn-light[aria-expanded="true"] .arr-up {
      display: block; }

.collapse-body .row {
  padding: 30px 0; }
.collapse-body ul li {
  padding: 10px 0; }

/* FAO boxes */
.transparent-box h6, .blue-box h6, .white-box h6 {
  text-transform: uppercase; }
.transparent-box a, .blue-box a, .white-box a {
  text-decoration: none; }

a.box-link-video, a.box-link-video:hover, a.box-link-video:active, a.box-link-video:focus, a.box-link-video:active:hover, a.box-link-video:active:focus {
  text-decoration: none; }

.transparent-box, .white-box {
  color: #0d6cac; }

.height-400 {
  height: auto;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .height-400 {
      height: 400px; } }

.blue-box, .white-box {
  margin-bottom: 30px; }

.blue-box-photo, .blue-box-text {
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  float: none;
  width: 100%;
  height: auto;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .blue-box-photo, .blue-box-text {
      float: left;
      width: 50%;
      height: 100%; } }

.blue-box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d6cac+0,1ea8e1+100 */
  background: #0d6cac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0d6cac 0%, #1ea8e1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0d6cac 0%, #1ea8e1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0d6cac 0%, #1ea8e1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d6cac', endColorstr='#1ea8e1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.blue-box-photo {
  height: 0;
  overflow: hidden;
  background-image: url(../images/blue-box.jpg);
  background-size: cover;
  background-position: 50% 50%;
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 992px) {
    .blue-box-photo {
      height: 100%; } }

.blue-box-text {
  color: white;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }
  .blue-box-text a {
    color: white; }
  .blue-box-text p {
    color: white; }

.white-box {
  border: 1px solid #e8e9ea;
  background-color: white; }

.white-box-photo {
  background-size: cover;
  background-position: center center;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden; }

.white-box-photo .media iframe {
  width:100%;
  height:203px;
  }

.white-box-text {
  padding: 30px; }

.transparent-box {
  margin-bottom: 30px; }
  .transparent-box h6 {
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 15px; }
  .transparent-box h2 {
    margin-top: 10px; }
  .transparent-box p {
    display: block;
    /* Fallback for non-webkit */
    height: auto;
    overflow: visible;
    text-overflow: clip;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .transparent-box p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media (min-width: 992px) {
      .transparent-box p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media (min-width: 1200px) {
      .transparent-box p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        font-size: 14px;
        line-height: 1.5;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }

.card-box {
  margin-top: 30px; }
  .card-box .card-up {
    height: 200px;
    background-image: url("../images/video-box.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .card-box .btn-floating {
    float: right;
    margin-right: 30px;
    margin-top: -29px;
    line-height: 57px; }
  .card-box .card-content {
    border-top-color: transparent;
    padding: 30px;
    margin-top: 0; }
  .card-box.video .white-box-photo {
    display: block !important; }

.sub-items .transparent-box > a {
  display: inline-block;
  width: 100%; }

.slot-1-webcast {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

.slot-1-webcast-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0; }
  .slot-1-webcast-text p {
    display: none; }
  .slot-1-webcast-text .slot-1-webcast-dot {
    width: 13px;
    height: 13px;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
    -webkit-animation: blink .7s alternate infinite;
    -moz-animation: blink .7s alternate infinite;
    -ms-animation: blink .7s alternate infinite; }

.top-box-item .blue-box.type-webcast {
  position: relative; }
  .top-box-item .blue-box.type-webcast:after {
    top: 0;
    left: 0;
    content: 'LIVE NOW';
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
    color: white;
    font-size: 12px;
    width: 100%;
    padding: 38px 50px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
  .top-box-item .blue-box.type-webcast .blue-box-photo {
    position: relative;
    overflow: visible; }
    .top-box-item .blue-box.type-webcast .blue-box-photo:before {
      content: '';
      width: 13px;
      height: 13px;
      background: red;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 40px;
      left: 30px;
      z-index: 1;
      -webkit-animation: blink .7s alternate infinite;
      -moz-animation: blink .7s alternate infinite;
      -ms-animation: blink .7s alternate infinite; }
    .top-box-item .blue-box.type-webcast .blue-box-photo:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
      background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
.top-box-item .white-box.type-webcast {
  position: relative; }
  .top-box-item .white-box.type-webcast:after {
    top: 0;
    left: 0;
    content: 'LIVE NOW';
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
    color: white;
    font-size: 12px;
    width: 100%;
    padding: 38px 50px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
  .top-box-item .white-box.type-webcast .white-box-photo {
    position: relative;
    overflow: visible; }
    .top-box-item .white-box.type-webcast .white-box-photo:before {
      content: '';
      width: 13px;
      height: 13px;
      background: red;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 40px;
      left: 30px;
      z-index: 1;
      -webkit-animation: blink .7s alternate infinite;
      -moz-animation: blink .7s alternate infinite;
      -ms-animation: blink .7s alternate infinite; }
    .top-box-item .white-box.type-webcast .white-box-photo:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
      background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }

.sub-items.type-webcast {
  position: relative; }
  .sub-items.type-webcast .transparent-box:after {
    top: 0;
    left: 0;
    content: 'LIVE NOW';
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
    color: white;
    font-size: 12px;
    width: 100%;
    padding: 38px 65px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
  .sub-items.type-webcast .transparent-box > a {
    position: relative;
    overflow: visible; }
    .sub-items.type-webcast .transparent-box > a:before {
      content: '';
      width: 13px;
      height: 13px;
      background: red;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      top: 40px;
      left: 30px;
      z-index: 1;
      -webkit-animation: blink .7s alternate infinite;
      -moz-animation: blink .7s alternate infinite;
      -ms-animation: blink .7s alternate infinite; }
    .sub-items.type-webcast .transparent-box > a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      top: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
      background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.01) 99%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      pointer-events: none; }

[lang='ar'] .top-box-item .blue-box.type-webcast:after, [lang='ar'] .top-box-item .white-box.type-webcast:after {
  text-align: left;
  content: '\064A \062D \062F \062B \0020 \0020 \0627 \0644 \0622 \0646'; }
[lang='ar'] .top-box-item .blue-box.type-webcast > a:before, [lang='ar'] .top-box-item .white-box.type-webcast > a:before {
  left: 85px; }
[lang='ar'] .sub-items.type-webcast .transparent-box:after {
  text-align: left;
  content: '\064A \062D \062F \062B \0020 \0020 \0627 \0644 \0622 \0646'; }

[lang='zh'] .top-box-item .blue-box.type-webcast:after, [lang='zh'] .top-box-item .white-box.type-webcast:after {
  content: '\6B63 \5728 \76F4 \64AD'; }
[lang='zh'] .sub-items.type-webcast .transparent-box:after {
  content: '\6B63 \5728 \76F4 \64AD'; }

[lang='en'] .top-box-item .blue-box.type-webcast:after, [lang='en'] .top-box-item .white-box.type-webcast:after {
  content: 'LIVE NOW'; }
[lang='en'] .sub-items.type-webcast .transparent-box:after {
  content: 'LIVE NOW'; }

[lang='fr'] .top-box-item .blue-box.type-webcast:after, [lang='fr'] .top-box-item .white-box.type-webcast:after {
  content: 'En directe'; }
[lang='fr'] .sub-items.type-webcast .transparent-box:after {
  content: 'En directe'; }

[lang='ru'] .top-box-item .blue-box.type-webcast:after, [lang='ru'] .top-box-item .white-box.type-webcast:after {
  content: "\043F \0440 \044F \043C \043E \0419 \0020 \044D \0444 \0438 \0440 "; }
[lang='ru'] .sub-items.type-webcast .transparent-box:after {
  content: "\043F \0440 \044F \043C \043E \0419 \0020 \044D \0444 \0438 \0440 "; }

[lang='es'] .top-box-item .blue-box.type-webcast:after, [lang='es'] .top-box-item .white-box.type-webcast:after {
  content: 'En directo'; }
[lang='es'] .sub-items.type-webcast .transparent-box:after {
  content: 'En directo'; }

@-webkit-keyframes blink {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
.keyfacts-box ul {
  color: white;
  list-style: none;
  padding: 0;
  margin: 0; }
  .keyfacts-box ul li {
    text-indent: -7px;
    color: white; }
    .keyfacts-box ul li:before {
      position: relative;
      left: -7px;
      content: "\2022";
      color: white; }

.twitter-box .tw-header {
  background-color: #039ff4;
  font-size: 16px;
  color: white;
  padding: 13px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .twitter-box .tw-header a {
    color: white !important; }
    .twitter-box .tw-header a:hover {
      color: white !important; }
  .twitter-box .tw-header .tw-logo {
    display: inline-block;
    background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'  viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3E  %3Cg%3E  %3Cpath fill='white' class='st0' d='M14.6,28.7c9,0,13.9-7.4,13.9-13.9c0-0.2,0-0.4,0-0.6c1-0.7,1.8-1.5,2.4-2.5c-0.9,0.4-1.8,0.6-2.8,0.8c1-0.6,1.8-1.6,2.1-2.7c-0.9,0.6-2,1-3.1,1.2c-0.9-0.9-2.2-1.5-3.6-1.5c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1c-4-0.2-7.6-2.1-10-5.1c-0.4,0.7-0.7,1.6-0.7,2.4c0,1.7,0.9,3.2,2.2,4.1c-0.8,0-1.6-0.2-2.2-0.6c0,0,0,0,0,0.1c0,2.4,1.7,4.3,3.9,4.8c-0.4,0.1-0.8,0.2-1.3,0.2c-0.3,0-0.6,0-0.9-0.1c0.6,1.9,2.4,3.3,4.6,3.4c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1C9.3,27.8,11.8,28.7,14.6,28.7'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: -11px -12px;
    background-size: 50px 50px;
    width: 40px;
    height: 30px;
    flex-shrink: 0; }
.twitter-box .tw-body {
  background-color: #5cbcf7;
  padding: 15px; }
  .twitter-box .tw-body ul li {
    color: white; }
    .twitter-box .tw-body ul li a {
      color: white !important; }
      .twitter-box .tw-body ul li a:hover {
        color: white !important; }

/* FAO buttons */
.btn {
  padding: 6px 10px;
  font-size: 13px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  .btn:hover, .btn:active, .btn:focus, .btn:active:hover, .btn:active:focus {
    outline: 0; }
  .btn:active:focus {
    outline: 0; }
  .btn.btn-primary {
    background-color: #0d6cac;
    border-color: #0d6cac; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus {
      border-color: #0d6cac; }
    .btn.btn-primary:active:focus {
      background-color: #0d6cac;
      border-color: #0d6cac; }
  .btn.btn-default {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #0d6cac;
    color: #0d6cac; }
    .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:active:hover, .btn.btn-default:active:focus {
      border-color: #0d6cac; }
    .btn.btn-default:active:focus {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #0d6cac;
      color: #0d6cac; }
    .btn.btn-default i {
      color: #0d6cac;
      border-color: #0d6cac;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

.open > .dropdown-toggle.btn-primary {
  background-color: #0d6cac;
  border-color: #0d6cac; }
  .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus {
    background-color: #0d6cac;
    border-color: #0d6cac; }
.open > .dropdown-toggle.btn-default {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #0d6cac;
  color: #0d6cac; }
  .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #0d6cac;
    color: #0d6cac; }

.section-button {
  margin-top: 30px;
  width: 100%;
  position: relative;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .section-button {
      margin-top: 0; } }
  .section-button .ico-holder {
    position: absolute;
    right: 2px;
    top: 2px;
    display: inline-block;
    background-color: white;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #0d6cac; }
    .section-button .ico-holder i {
      position: relative;
      left: 1px; }
  .section-button.back-button-section .ico-holder {
    right: auto;
    left: 2px; }
    .section-button.back-button-section .ico-holder i {
      right: auto;
      left: -1px; }

.btn-floating {
  height: 57px;
  width: 57px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.btn-light {
  font-size: 12px;
  font-weight: 700; }
  .btn-light .material-icons {
    line-height: 0;
    position: relative;
    top: 7px; }

/* Calendar */
.DynarchCalendar-topCont .DynarchCalendar {
  background-image: none;
  background-color: white;
  border-color: #e7e7e7;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1); }
  .DynarchCalendar-topCont .DynarchCalendar table {
    font-family: 'Open Sans', sans-serif; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-title div, .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-dayNames div {
    text-shadow: none; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-day-today {
    color: #0d6cac; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-hover-week {
    background: none;
    background-color: #e7e7e7; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-hover-date {
    border: 0;
    padding: 3px 4px;
    background-color: transparent;
    color: #0d6cac;
    font-weight: bold; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-weekend {
    color: #a1a1a1; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-day-selected {
    background-color: #0288d1;
    color: #fff !important;
    border-radius: 50%;
    border: 0; }
    .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-day-selected.DynarchCalendar-hover-date {
      margin: 1px !important; }
  .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-td-selected {
    position: relative; }
    .DynarchCalendar-topCont .DynarchCalendar .DynarchCalendar-td-selected:before {
      content: '';
      position: absolute;
      background-color: #0d6cac;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      top: 2px;
      left: 3px; }
.DynarchCalendar-topCont .DynarchCalendar-focused .DynarchCalendar-body {
  background: none; }
.DynarchCalendar-topCont .DynarchCalendar-topBar {
  background-image: none;
  background-color: white; }
  .DynarchCalendar-topCont .DynarchCalendar-topBar table.DynarchCalendar-titleCont {
    font-weight: normal; }
  .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-title div {
    padding: 4px 5px; }
  .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-title.DynarchCalendar-hover-title div {
    background: none;
    background-color: #0d6cac;
    padding: 4px 5px;
    border: 0;
    color: white; }
  .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-pressed-title {
    background: none; }
    .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-pressed-title div {
      border: 0;
      background-image: none;
      background-color: #0d6dad; }
  .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-dayNames div {
    font-weight: normal; }

  .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-prevYear.DynarchCalendar-hover-navBtn, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-prevMonth.DynarchCalendar-hover-navBtn, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-nextMonth.DynarchCalendar-hover-navBtn, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-nextYear.DynarchCalendar-hover-navBtn {
    background: none;
    background-color: #e7e7e7;
    color: white;
    border-color: transparent; }
    .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-prevYear.DynarchCalendar-hover-navBtn div, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-prevMonth.DynarchCalendar-hover-navBtn div, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-nextMonth.DynarchCalendar-hover-navBtn div, .DynarchCalendar-topCont .DynarchCalendar-topBar .DynarchCalendar-nextYear.DynarchCalendar-hover-navBtn div {
      border-color: transparent;
      border: 0; }
.DynarchCalendar-topCont .DynarchCalendar-menu {
  opacity: 1 !important;
  background-color: white; }
  .DynarchCalendar-topCont .DynarchCalendar-menu .DynarchCalendar-hover-navBtn {
    background: none;
    background-color: #0d6cac;
    color: white;
    border-color: transparent; }
.DynarchCalendar-topCont .DynarchCalendar-menu-month {
  font-weight: normal; }
  .DynarchCalendar-topCont .DynarchCalendar-menu-month.DynarchCalendar-hover-navBtn {
    background: none;
    background-color: #0d6cac;
    color: white;
    border: 0; }
.DynarchCalendar-topCont .DynarchCalendar-menu-year {
  font-family: 'Open Sans', sans-serif; }
.DynarchCalendar-topCont .DynarchCalendar-focused .DynarchCalendar-topBar, .DynarchCalendar-topCont .DynarchCalendar-focused .DynarchCalendar-bottomBar {
  background-color: white;
  border-color: #e7e7e7; }
.DynarchCalendar-topCont .DynarchCalendar-bottomBar {
  background-image: none;
  background-color: #e7e7e7; }
  .DynarchCalendar-topCont .DynarchCalendar-bottomBar .DynarchCalendar-hover-bottomBar-today {
    background: none !important;
    background-color: #0d6cac !important;
    color: white;
    border-color: transparent; }

/* Contact Box Style */
.contact-box {
  background-color: #d3e4f0; }

/* Digital Report Showcase */
.dr-title {
  color: #1b1d1f;
  margin-bottom: 15px;
  font-size: 20px; }

.row-dr {
  margin-bottom: 60px; }
  .row-dr .btn-default {
    margin-bottom: 30px; }

.dr-showcase-holder {
  background-image: url("img/browser-lines.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 408px;
  border: 1px solid #d8d8d8;
  padding: 33px 0 0 0;
  cursor: pointer;
  width: 280px;
  margin: 0 auto;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .dr-showcase-holder {
      padding: 32px 0 0 0;
      width: auto;
      margin: auto; } }
  @media (min-width: 992px) {
    .dr-showcase-holder {
      padding: 43px 0 0 0;
      height: 330px; } }
  @media (min-width: 1200px) {
    .dr-showcase-holder {
      padding: 53px 0 0 0;
      height: 408px; } }
  .dr-showcase-holder .dr-showcase-scroll {
    overflow: hidden;
    height: 353px;
    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (min-width: 768px) {
      .dr-showcase-holder .dr-showcase-scroll {
        height: 376px; } }
    @media (min-width: 992px) {
      .dr-showcase-holder .dr-showcase-scroll {
        height: 277px; } }
    @media (min-width: 1200px) {
      .dr-showcase-holder .dr-showcase-scroll {
        height: 354px; } }
    .dr-showcase-holder .dr-showcase-scroll img {
      width: 100%;
      height: auto;
      top: 0;
      position: relative; }

/* Footer */
footer {
  padding-bottom: 100px;
  padding-top: 30px;
  margin-top: 60px !important; }
  footer .section-title {
    color: #545454;
    font-size: 14px;
    margin: 10px 0 20px 0;
    text-transform: uppercase; }

.footer-icon-list {
  margin-top: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7; }
  .footer-icon-list a {
    color: #b1bac3; }
    .footer-icon-list a:hover {
      color: #b1bac3; }
    .footer-icon-list a i.material-icons {
      font-size: 40px; }

.footer-links li {
  margin: 15px 0; }

.social-column {
  /* Small devices (tablets, 768px and up) */ }
  .social-column img {
    max-width: 200px; }
  .social-column .fa {
    font-size: 23px;
    width: 40px;
    height: 25px;
    text-align: center;
    color: #b1bac3;
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 992px) {
      .social-column .fa {
        width: 22%; } }
    @media (min-width: 1200px) {
      .social-column .fa {
        width: 18%; } }
  .social-column .store-box {
    width: 140px;
    height: 41px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
    .social-column .store-box.apple {
      background-image: url(img/app-store.svg); }
    .social-column .store-box.google {
      background-image: url(img/google-play.svg); }

.social-column .row .row {
  display: none; }

/* FAO Header */
.header-fao {
  background-color: #0d6cac;
  position: relative;
  z-index: 1001;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  height: 114px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .header-fao .pull-right {
    width: 100%; }
  @media (min-width: 768px) {
    .header-fao {
      height: 100px; }
      .header-fao .pull-right {
        width: auto; } }

.fao-logo {
  margin-top: 15px;
  width: 290px; }
  @media (min-width: 768px) {
    .fao-logo {
      width: 350px; } }

.language-switch {
  margin-top: 13px;
  text-align: right; }
  .language-switch li a {
    color: #74beef;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: block; }
    .language-switch li a:hover, .language-switch li a:active, .language-switch li a:focus, .language-switch li a:active:hover, .language-switch li a:active:focus {
      outline: 0;
      text-decoration: none; }
  .language-switch li.active a {
    color: white;
    font-weight: 400; }

.google-search {
  position: absolute;
  left: 15px;
  top: 122px;
  /* Remove it - Affix issue*/
  opacity: 0;
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .google-search {
      /* Remove it - Affix issue*/
      opacity: 1;
      position: relative;
      left: 0;
      top: 0;
      right: 0;
      text-align: right; } }
  .google-search .inputbox {
    width: 220px;
    height: 33px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-position: 15px 9px !important;
    padding-left: 20px !important;
    padding-right: 40px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: auto;
    /* Safari 3.1+ */
    -moz-user-select: auto;
    /* Firefox 2+ */
    -ms-user-select: auto;
    /* IE 10+ */
    user-select: auto;
    /* Standard syntax */ }
    .google-search .inputbox:hover, .google-search .inputbox:active, .google-search .inputbox:focus, .google-search .inputbox:active:hover, .google-search .inputbox:active:focus {
      outline: 0; }
  .google-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 12px;
    color: #545454; }
  .google-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #545454;
    opacity: 1; }
  .google-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #545454;
    opacity: 1; }
  .google-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #545454;
    text-indent: 66px; }
  .google-search :-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
    color: #545454; }
  .google-search .search-btn {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 29px;
    height: 29px;
    background-color: #8acdb2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    background-image: url(img/ic_search_white_24px.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .google-search .search-btn:hover, .google-search .search-btn:active, .google-search .search-btn:focus, .google-search .search-btn:active:hover, .google-search .search-btn:active:focus {
      outline: 0; }

/* FAO Jumbotron Image */
.jumbotron-image {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  /* Large devices (large desktops, 1200px and up) */ }
  .jumbotron-image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .jumbotron-image a:hover, .jumbotron-image a:active, .jumbotron-image a:focus {
      text-decoration: none; }
    @media (min-width: 768px) {
      .jumbotron-image a {
        align-items: center; } }
    .jumbotron-image a .jumbotron-image-text {
      position: relative;
      width: 100%;
      color: white;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      /* Extra small devices (phones, less than 768px) */
      /* No media query since this is the default in Bootstrap */
      /* Small devices (tablets, 768px and up) */
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 768px) {
        .jumbotron-image a .jumbotron-image-text {
          width: 100%;
          text-align: left;
          margin-left: 100px;
          margin-right: 100px;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .jumbotron-image a .jumbotron-image-text {
          width: calc(50% - 100px); } }
      .jumbotron-image a .jumbotron-image-text h1, .jumbotron-image a .jumbotron-image-text h2, .jumbotron-image a .jumbotron-image-text h3 {
        margin-top: 0; }
      .jumbotron-image a .jumbotron-image-text h1 {
        font-weight: 300;
        font-size: 21px;
        line-height: 1.5; }
      .jumbotron-image a .jumbotron-image-text h3 {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5; }
      .jumbotron-image a .jumbotron-image-text h6 {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .jumbotron-image a .jumbotron-image-text h1 {
          font-size: 32px; }
        .jumbotron-image a .jumbotron-image-text h3 {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .jumbotron-image a .jumbotron-image-text h1 {
          font-size: 36px; }
        .jumbotron-image a .jumbotron-image-text h3 {
          font-size: 18px; } }
  .jumbotron-image img {
    position: relative;
    left: 50%;
    height: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .jumbotron-image .image-gradient {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  @media (min-width: 1250px) {
    .jumbotron-image {
      /* Start of wide version */
      width: 1140px;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      /* End of wide version */ }
      .jumbotron-image .image-gradient {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+99 */
        background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
        /* IE6-9 */ } }
  @media (max-width: 991px) and (min-width: 768px) {
    .jumbotron-image .video-wrapper {
      display: none !important; } }

/* FAO Navbar */
.fao-navbar .affix {
  position: relative; }

.navbar-nav {
    margin: 0 -15px;
}

.navbar-brand {
  opacity: 0;
  pointer-events: none; }

.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  border: 0; }
  .navbar.affix {
    width: 100%;
    top: 0; }
  .navbar .dropdown-menu > li {
    width: 100%;
    border: 0; }

@media (min-width: 768px) {
  .navbar {
    font-size: 0; }

  .navbar .navbar-nav {
    display: flex;
    float: none;
    font-size: 16px; }

  .navbar-nav>li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float:none;
  }

  .navbar .navbar-collapse {
    text-align: center; }

  .navbar-nav > li > a {
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 55px; }

  .navbar-default .navbar-nav > li > a {
    color: #545454;
    padding-right: 7px;
    padding-left: 8px;
    font-size: 16px; }
    .navbar-default .navbar-nav > li > a .caret {
      margin-left: 0; }

  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block; }

  .dropdown-menu > li > a {
    padding: 10px 20px; }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #1b1d1f;
    position: relative; }
    .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:focus:after, .navbar-default .navbar-nav > .active > a:hover:after {
      content: '';
      display: block;
      background-color: #0d6cac;
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 0; } }
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px; } }
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 25px;
    padding-left: 25px; } }
/* Mobile Menu */
.navbar-static-top {
  position: absolute;
  width: 100%; }
  .navbar-static-top.affix {
    top: 114px; }
    @media (min-width: 768px) {
      .navbar-static-top.affix {
        top: 0; } }

.nav.navbar-nav .dropdown > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .nav.navbar-nav .dropdown > a .caret {
    display: none; }
  @media (min-width: 768px) {
    .nav.navbar-nav .dropdown > a {
      border-bottom: 0; }
      .nav.navbar-nav .dropdown > a .caret {
        display: inline-block; } }

.navbar-nav > li > .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border: none;
  margin-bottom: 30px;
  position: relative;
  background-color: transparent;
  display: block;
  float: none; }
  .navbar-nav > li > .dropdown-menu > .active > a {
    background-color: #0d6cac; }
  .navbar-nav > li > .dropdown-menu > li > a {
    padding-left: 30px; }

@media (min-width: 768px) {
  .navbar-static-top {
    position: relative; }
    .navbar-static-top.affix {
      position: fixed; }

  .navbar-nav > li > .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-width: 0;
    position: absolute;
    top: 55px;
    background-color: #f8f8f8;
    display: none;
    float: none; } }
/* News */
.news {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7e7; }
  .news:last-child {
    border-bottom: 0; }
  .news h4 {
    color: #0d6cac; }
  .news h6 {
    font-weight: normal;
    color: #545454; }

/* Pagination */
.pagination-holder {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination-holder li.active a {
    color: #0d6cac;
    background-color: transparent; }
    .pagination-holder li.active a:hover, .pagination-holder li.active a:active, .pagination-holder li.active a:focus, .pagination-holder li.active a:active:hover, .pagination-holder li.active a:active:focus {
      color: #0d6cac;
      outline: 0;
      background-color: transparent; }
  .pagination-holder li a {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border: none;
    background-color: transparent;
    color: #545454; }
    .pagination-holder li a:hover, .pagination-holder li a:active, .pagination-holder li a:focus, .pagination-holder li a:active:hover, .pagination-holder li a:active:focus {
      outline: 0;
      background-color: transparent; }
  .pagination-holder .btn {
    margin: 0 15px;
    width: 100px; }

/* Preload CSS */
.loading-holder {
  position: relative;
  height: 100%;
  flex-grow: 1; }

.loading {
  display: inline-block;
  border: 0 solid rgba(215, 215, 215, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 40%;
  left: 45%;
  position: absolute; }

.loading:before {
  content: '';
  display: block;
  border: 0 solid transparent;
  border-top-color: #bebebe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loading 1s ease infinite;
  -moz-animation: loading 1s ease infinite;
  -ms-animation: loading 1s ease infinite;
  -o-animation: loading 1s ease infinite;
  animation: loading 1s ease infinite; }

.pre-loader {
  min-height: 100px;
  position: relative; }
  .pre-loader:after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -4px 0 0 -4px;
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #bebebe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loading 1s ease infinite;
    -moz-animation: loading 1s ease infinite;
    -ms-animation: loading 1s ease infinite;
    -o-animation: loading 1s ease infinite;
    animation: loading 1s ease infinite; }
  .pre-loader:before {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0 solid rgba(215, 215, 215, 0.25);
    width: 26px;
    height: 26px;
    border-width: 4px;
    margin: -4px 0 0 -4px;
    position: absolute; }

/***************************************/
/*         LOADING         */
/***************************************/
.loading-16 {
  width: 12px;
  height: 12px;
  border-width: 2px; }

.loading-16:before {
  width: 12px;
  height: 12px;
  border-width: 2px;
  margin: -2px 0 0 -2px; }

.loading-24 {
  width: 18px;
  height: 18px;
  border-width: 3px; }

.loading-24:before {
  width: 18px;
  height: 18px;
  border-width: 3px;
  margin: -3px 0 0 -3px; }

.loading-32 {
  width: 26px;
  height: 26px;
  border-width: 4px; }

.loading-32:before {
  width: 26px;
  height: 26px;
  border-width: 4px;
  margin: -4px 0 0 -4px; }

.loading-48 {
  width: 38px;
  height: 38px;
  border-width: 5px; }

.loading-48:before {
  width: 38px;
  height: 38px;
  border-width: 5px;
  margin: -5px 0 0 -5px; }

@-webkit-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg); } }
@-ms-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loading {
  100% {
    transform: rotate(360deg); } }
/* SDG - Masonry CSS */
/* Large


350 - 280 - 210 - 140 - 70



 */
.sdg-section {
  position: relative;
  height: 700px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .sdg-section {
      height: 700px; } }
  @media (min-width: 992px) {
    .sdg-section {
      height: 630px; } }
  @media (min-width: 1200px) {
    .sdg-section {
      height: 500px; } }

.sdg-mobile .btn-sdg {
  position: absolute;
  border-color: white;
  color: white;
  bottom: 57px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .sdg-mobile .btn-sdg:hover, .sdg-mobile .btn-sdg:active, .sdg-mobile .btn-sdg:focus, .sdg-mobile .btn-sdg:active:hover, .sdg-mobile .btn-sdg:active:focus {
    border-color: white;
    color: white; }
.sdg-mobile .swiper-container {
  width: 100%; }
.sdg-mobile .swiper-slide {
  text-align: center;
  position: relative; }
  .sdg-mobile .swiper-slide[data-sdg] {
    background-image: none; }
  .sdg-mobile .swiper-slide .caption {
    width: 100%;
    height: calc(100% - 75px);
    position: absolute;
    top: 75px;
    left: 0;
    margin-bottom: 0;
    padding: 15px;
    display: inline-block; }
    .sdg-mobile .swiper-slide .caption p {
      position: relative;
      text-align: left;
      color: white;
      font-weight: 700;
      font-size: 14px; }
    .sdg-mobile .swiper-slide .caption .p-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: none;
      opacity: 0.5; }
.sdg-mobile .swiper-image {
  padding-top: 140%; }
.sdg-mobile .image-text-holder {
  background-size: cover;
  background-position: 50% 50%; }
.sdg-mobile .swiper-ico {
  top: 15px;
  left: 15px;
  width: 75px;
  height: 75px;
  background-size: contain; }
.sdg-mobile .swiper-button-prev {
  top: auto;
  bottom: 50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E"); }
.sdg-mobile .swiper-button-next {
  top: auto;
  bottom: 50px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E"); }

.intro {
  padding: 15px;
  background-color: #dadada;
  background-size: cover;
  background-position: left bottom;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .intro p {
    font-size: 23px;
    color: #1b1d1f;
    font-weight: 300;
    position: relative; }
    .intro p:nth-child(2) {
      font-size: 14px; }

.opac {
  opacity: 0.2; }

.selected {
  z-index: 1; }

.photo [data-sdg] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-position: center bottom; }
  .photo [data-sdg] .small-title {
    color: white;
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 12px; }
  .photo [data-sdg] p {
    font-size: 16px;
    color: white;
    font-weight: 700;
    position: relative;
    top: -50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2; }
  .photo [data-sdg]:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6; }
  .photo [data-sdg].visible {
    opacity: 1; }
    .photo [data-sdg].visible p {
      top: 0;
      opacity: 1; }

[data-sdg="1"] {
  background-color: #eb1c2e;
  background-image: url(img/sdg-photos/sdg-1.jpg); }
  [data-sdg="1"]:before {
    background-color: #eb1c2e; }

[data-sdg="2"] {
  background-color: #d19e29;
  background-image: url(img/sdg-photos/sdg-2.jpg); }
  [data-sdg="2"]:before {
    background-color: #d19e29; }

[data-sdg="3"] {
  background-color: #2c9946;
  background-image: url(img/sdg-photos/sdg-3.jpg); }
  [data-sdg="3"]:before {
    background-color: #2c9946; }

[data-sdg="4"] {
  background-color: #c32033;
  background-image: url(img/sdg-photos/sdg-4.jpg); }
  [data-sdg="4"]:before {
    background-color: #c32033; }

[data-sdg="5"] {
  background-color: #ef402b;
  background-image: url(img/sdg-photos/sdg-5.jpg); }
  [data-sdg="5"]:before {
    background-color: #ef402b; }

[data-sdg="6"] {
  background-color: #01acd8;
  background-image: url(img/sdg-photos/sdg-6.jpg); }
  [data-sdg="6"]:before {
    background-color: #01acd8; }

[data-sdg="7"] {
  background-color: #fcb714;
  background-image: url(img/sdg-photos/sdg-7.jpg); }
  [data-sdg="7"]:before {
    background-color: #fcb714; }

[data-sdg="8"] {
  background-color: #8f1838;
  background-image: url(img/sdg-photos/sdg-8.jpg); }
  [data-sdg="8"]:before {
    background-color: #8f1838; }

[data-sdg="9"] {
  background-color: #f26e24;
  background-image: url(img/sdg-photos/sdg-9.jpg); }
  [data-sdg="9"]:before {
    background-color: #f26e24; }

[data-sdg="10"] {
  background-color: #df1a83;
  background-image: url(img/sdg-photos/sdg-10.jpg); }
  [data-sdg="10"]:before {
    background-color: #df1a83; }

[data-sdg="11"] {
  background-color: #f99c25;
  background-image: url(img/sdg-photos/sdg-11.jpg); }
  [data-sdg="11"]:before {
    background-color: #f99c25; }

[data-sdg="12"] {
  background-color: #c98a2b;
  background-image: url(img/sdg-photos/sdg-12.jpg); }
  [data-sdg="12"]:before {
    background-color: #c98a2b; }

[data-sdg="13"] {
  background-color: #47773b;
  background-image: url(img/sdg-photos/sdg-13.jpg); }
  [data-sdg="13"]:before {
    background-color: #47773b; }

[data-sdg="14"] {
  background-color: #017dbb;
  background-image: url(img/sdg-photos/sdg-14.jpg); }
  [data-sdg="14"]:before {
    background-color: #017dbb; }

[data-sdg="15"] {
  background-color: #3eb049;
  background-image: url(img/sdg-photos/sdg-15.jpg); }
  [data-sdg="15"]:before {
    background-color: #3eb049; }

[data-sdg="16"] {
  background-color: #005689;
  background-image: url(img/sdg-photos/sdg-16.jpg); }
  [data-sdg="16"]:before {
    background-color: #005689; }

[data-sdg="17"] {
  background-color: #1f3668;
  background-image: url(img/sdg-photos/sdg-17.jpg); }
  [data-sdg="17"]:before {
    background-color: #1f3668; }

p[data-sdg] {
  background-image: none;
  background-color: #eb1c2e; }

.btn-sdg {
  position: relative;
  z-index: 2;
  border-color: white;
  color: white; }

.grid-item {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  height: 70px;
  width: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  .grid-item:after {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .grid-item:hover:after {
    opacity: 0.2; }
  .grid-item:hover .btn-sdg {
    opacity: 1; }
  .grid-item .btn-sdg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    border-color: transparent !important;
    background-color: transparent !important;
    color: white;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-image: url(img/corner-plus.svg);
    background-size: 40px 40px;
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .grid-item .btn-sdg:hover, .grid-item .btn-sdg:active, .grid-item .btn-sdg:focus, .grid-item .btn-sdg:active:hover, .grid-item .btn-sdg:active:focus {
      border-color: transparent !important;
      color: transparent !important; }
  .grid-item.grid-item--width1 {
    padding: 20px 8px; }
  .grid-item.grid-item--width2 {
    height: 140px;
    width: 140px;
    padding: 55px 42px; }
  .grid-item.grid-item--width3 {
    height: 210px;
    width: 210px;
    padding: 88px 72px; }
  .grid-item.grid-item--width4 {
    height: 280px;
    width: 280px;
    padding: 120px 110px; }
  .grid-item.grid-item--width5 {
    height: 350px;
    width: 300px;
    padding: 20px 8px;
    background-color: gold; }
    .grid-item.grid-item--width5:after {
      display: none; }

.message {
  position: absolute;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .message {
      width: 630px;
      height: 70px; } }
  @media (min-width: 992px) {
    .message {
      width: 510px;
      height: 70px; } }
  @media (min-width: 1200px) {
    .message {
      width: 510px;
      height: 70px; } }

.sdg-logo {
  background-image: url(img/sdg-logo-eng.svg);
  height: 70px;
  background-repeat: no-repeat;
  position: absolute;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .sdg-logo {
      width: 260px;
      right: 240px;
      top: 584px; } }
  @media (min-width: 992px) {
    .sdg-logo {
      width: 400px;
      right: 230px;
      top: 435px; } }
  @media (min-width: 1200px) {
    .sdg-logo {
      width: 440px;
      right: 0;
      top: 365px; } }

.grid-item.photo {
  top: 70px;
  left: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .grid-item.photo {
      width: 280px;
      height: 350px; } }
  @media (min-width: 992px) {
    .grid-item.photo {
      width: 300px;
      height: 490px; } }
  @media (min-width: 1200px) {
    .grid-item.photo {
      height: 350px; } }

html[lang="en"] .sdg-logo {
  background-image: url(img/sdg-logo-eng.svg); }
html[lang="en"] .sdg-1 {
  background-image: url(img/sdg-icons/EN_01.svg); }
html[lang="en"] .sdg-2 {
  background-image: url(img/sdg-icons/EN_02.svg); }
html[lang="en"] .sdg-3 {
  background-image: url(img/sdg-icons/EN_03.svg); }
html[lang="en"] .sdg-4 {
  background-image: url(img/sdg-icons/EN_04.svg); }
html[lang="en"] .sdg-5 {
  background-image: url(img/sdg-icons/EN_05.svg); }
html[lang="en"] .sdg-6 {
  background-image: url(img/sdg-icons/EN_06.svg); }
html[lang="en"] .sdg-7 {
  background-image: url(img/sdg-icons/EN_07.svg); }
html[lang="en"] .sdg-8 {
  background-image: url(img/sdg-icons/EN_08.svg); }
html[lang="en"] .sdg-9 {
  background-image: url(img/sdg-icons/EN_09.svg); }
html[lang="en"] .sdg-10 {
  background-image: url(img/sdg-icons/EN_10.svg); }
html[lang="en"] .sdg-11 {
  background-image: url(img/sdg-icons/EN_11.svg); }
html[lang="en"] .sdg-12 {
  background-image: url(img/sdg-icons/EN_12.svg); }
html[lang="en"] .sdg-13 {
  background-image: url(img/sdg-icons/EN_13.svg); }
html[lang="en"] .sdg-14 {
  background-image: url(img/sdg-icons/EN_14.svg); }
html[lang="en"] .sdg-15 {
  background-image: url(img/sdg-icons/EN_15.svg); }
html[lang="en"] .sdg-16 {
  background-image: url(img/sdg-icons/EN_16.svg); }
html[lang="en"] .sdg-17 {
  background-image: url(img/sdg-icons/EN_17.svg); }

html[lang="fr"] .sdg-logo {
  background-image: url(img/sdg-logo-fr.svg); }
html[lang="fr"] .sdg-1 {
  background-image: url(img/sdg-icons/FR_01.svg); }
html[lang="fr"] .sdg-2 {
  background-image: url(img/sdg-icons/FR_02.svg); }
html[lang="fr"] .sdg-3 {
  background-image: url(img/sdg-icons/FR_03.svg); }
html[lang="fr"] .sdg-4 {
  background-image: url(img/sdg-icons/FR_04.svg); }
html[lang="fr"] .sdg-5 {
  background-image: url(img/sdg-icons/FR_05.svg); }
html[lang="fr"] .sdg-6 {
  background-image: url(img/sdg-icons/FR_06.svg); }
html[lang="fr"] .sdg-7 {
  background-image: url(img/sdg-icons/FR_07.svg); }
html[lang="fr"] .sdg-8 {
  background-image: url(img/sdg-icons/FR_08.svg); }
html[lang="fr"] .sdg-9 {
  background-image: url(img/sdg-icons/FR_09.svg); }
html[lang="fr"] .sdg-10 {
  background-image: url(img/sdg-icons/FR_10.svg); }
html[lang="fr"] .sdg-11 {
  background-image: url(img/sdg-icons/FR_11.svg); }
html[lang="fr"] .sdg-12 {
  background-image: url(img/sdg-icons/FR_12.svg); }
html[lang="fr"] .sdg-13 {
  background-image: url(img/sdg-icons/FR_13.svg); }
html[lang="fr"] .sdg-14 {
  background-image: url(img/sdg-icons/FR_14.svg); }
html[lang="fr"] .sdg-15 {
  background-image: url(img/sdg-icons/FR_15.svg); }
html[lang="fr"] .sdg-16 {
  background-image: url(img/sdg-icons/FR_16.svg); }
html[lang="fr"] .sdg-17 {
  background-image: url(img/sdg-icons/FR_17.svg); }

html[lang="ar"] .sdg-logo {
  background-image: url(img/sdg_icons_web/ar/SDG_ICONS_AR_sdg.svg); }
html[lang="ar"] .sdg-1 {
  background-image: url(img/sdg-icons/AR_01.svg); }
html[lang="ar"] .sdg-2 {
  background-image: url(img/sdg-icons/AR_02.svg); }
html[lang="ar"] .sdg-3 {
  background-image: url(img/sdg-icons/AR_03.svg); }
html[lang="ar"] .sdg-4 {
  background-image: url(img/sdg-icons/AR_04.svg); }
html[lang="ar"] .sdg-5 {
  background-image: url(img/sdg-icons/AR_05.svg); }
html[lang="ar"] .sdg-6 {
  background-image: url(img/sdg-icons/AR_06.svg); }
html[lang="ar"] .sdg-7 {
  background-image: url(img/sdg-icons/AR_07.svg); }
html[lang="ar"] .sdg-8 {
  background-image: url(img/sdg-icons/AR_08.svg); }
html[lang="ar"] .sdg-9 {
  background-image: url(img/sdg-icons/AR_09.svg); }
html[lang="ar"] .sdg-10 {
  background-image: url(img/sdg-icons/AR_10.svg); }
html[lang="ar"] .sdg-11 {
  background-image: url(img/sdg-icons/AR_11.svg); }
html[lang="ar"] .sdg-12 {
  background-image: url(img/sdg-icons/AR_12.svg); }
html[lang="ar"] .sdg-13 {
  background-image: url(img/sdg-icons/AR_13.svg); }
html[lang="ar"] .sdg-14 {
  background-image: url(img/sdg-icons/AR_14.svg); }
html[lang="ar"] .sdg-15 {
  background-image: url(img/sdg-icons/AR_15.svg); }
html[lang="ar"] .sdg-16 {
  background-image: url(img/sdg-icons/AR_16.svg); }
html[lang="ar"] .sdg-17 {
  background-image: url(img/sdg-icons/AR_17.svg); }

html[lang="es"] .sdg-logo {
  background-image: url(img/sdg_icons_web/es/SDG_ICONS_ES_SDG.svg); }
html[lang="es"] .sdg-1 {
  background-image: url(img/sdg-icons/ES_01.svg); }
html[lang="es"] .sdg-2 {
  background-image: url(img/sdg-icons/ES_02.svg); }
html[lang="es"] .sdg-3 {
  background-image: url(img/sdg-icons/ES_03.svg); }
html[lang="es"] .sdg-4 {
  background-image: url(img/sdg-icons/ES_04.svg); }
html[lang="es"] .sdg-5 {
  background-image: url(img/sdg-icons/ES_05.svg); }
html[lang="es"] .sdg-6 {
  background-image: url(img/sdg-icons/ES_06.svg); }
html[lang="es"] .sdg-7 {
  background-image: url(img/sdg-icons/ES_07.svg); }
html[lang="es"] .sdg-8 {
  background-image: url(img/sdg-icons/ES_08.svg); }
html[lang="es"] .sdg-9 {
  background-image: url(img/sdg-icons/ES_09.svg); }
html[lang="es"] .sdg-10 {
  background-image: url(img/sdg-icons/ES_10.svg); }
html[lang="es"] .sdg-11 {
  background-image: url(img/sdg-icons/ES_11.svg); }
html[lang="es"] .sdg-12 {
  background-image: url(img/sdg-icons/ES_12.svg); }
html[lang="es"] .sdg-13 {
  background-image: url(img/sdg-icons/ES_13.svg); }
html[lang="es"] .sdg-14 {
  background-image: url(img/sdg-icons/ES_14.svg); }
html[lang="es"] .sdg-15 {
  background-image: url(img/sdg-icons/ES_15.svg); }
html[lang="es"] .sdg-16 {
  background-image: url(img/sdg-icons/ES_16.svg); }
html[lang="es"] .sdg-17 {
  background-image: url(img/sdg-icons/ES_17.svg); }

html[lang="zh"] .sdg-logo {
  background-image: url(img/sdg-logo-zh.svg); }
html[lang="zh"] .sdg-1 {
  background-image: url(img/sdg-icons/ZH_01.svg); }
html[lang="zh"] .sdg-2 {
  background-image: url(img/sdg-icons/ZH_02.svg); }
html[lang="zh"] .sdg-3 {
  background-image: url(img/sdg-icons/ZH_03.svg); }
html[lang="zh"] .sdg-4 {
  background-image: url(img/sdg-icons/ZH_04.svg); }
html[lang="zh"] .sdg-5 {
  background-image: url(img/sdg-icons/ZH_05.svg); }
html[lang="zh"] .sdg-6 {
  background-image: url(img/sdg-icons/ZH_06.svg); }
html[lang="zh"] .sdg-7 {
  background-image: url(img/sdg-icons/ZH_07.svg); }
html[lang="zh"] .sdg-8 {
  background-image: url(img/sdg-icons/ZH_08.svg); }
html[lang="zh"] .sdg-9 {
  background-image: url(img/sdg-icons/ZH_09.svg); }
html[lang="zh"] .sdg-10 {
  background-image: url(img/sdg-icons/ZH_10.svg); }
html[lang="zh"] .sdg-11 {
  background-image: url(img/sdg-icons/ZH_11.svg); }
html[lang="zh"] .sdg-12 {
  background-image: url(img/sdg-icons/ZH_12.svg); }
html[lang="zh"] .sdg-13 {
  background-image: url(img/sdg-icons/ZH_13.svg); }
html[lang="zh"] .sdg-14 {
  background-image: url(img/sdg-icons/ZH_14.svg); }
html[lang="zh"] .sdg-15 {
  background-image: url(img/sdg-icons/ZH_15.svg); }
html[lang="zh"] .sdg-16 {
  background-image: url(img/sdg-icons/ZH_16.svg); }
html[lang="zh"] .sdg-17 {
  background-image: url(img/sdg-icons/ZH_17.svg); }

html[lang="ru"] .sdg-logo {
  background-image: url(img/sdg-logo-ru.svg); }
html[lang="ru"] .sdg-1 {
  background-image: url(img/sdg-icons/RU_01.svg); }
html[lang="ru"] .sdg-2 {
  background-image: url(img/sdg-icons/RU_02.svg); }
html[lang="ru"] .sdg-3 {
  background-image: url(img/sdg-icons/RU_03.svg); }
html[lang="ru"] .sdg-4 {
  background-image: url(img/sdg-icons/RU_04.svg); }
html[lang="ru"] .sdg-5 {
  background-image: url(img/sdg-icons/RU_05.svg); }
html[lang="ru"] .sdg-6 {
  background-image: url(img/sdg-icons/RU_06.svg); }
html[lang="ru"] .sdg-7 {
  background-image: url(img/sdg-icons/RU_07.svg); }
html[lang="ru"] .sdg-8 {
  background-image: url(img/sdg-icons/RU_08.svg); }
html[lang="ru"] .sdg-9 {
  background-image: url(img/sdg-icons/RU_09.svg); }
html[lang="ru"] .sdg-10 {
  background-image: url(img/sdg-icons/RU_10.svg); }
html[lang="ru"] .sdg-11 {
  background-image: url(img/sdg-icons/RU_11.svg); }
html[lang="ru"] .sdg-12 {
  background-image: url(img/sdg-icons/RU_12.svg); }
html[lang="ru"] .sdg-13 {
  background-image: url(img/sdg-icons/RU_13.svg); }
html[lang="ru"] .sdg-14 {
  background-image: url(img/sdg-icons/RU_14.svg); }
html[lang="ru"] .sdg-15 {
  background-image: url(img/sdg-icons/RU_15.svg); }
html[lang="ru"] .sdg-16 {
  background-image: url(img/sdg-icons/RU_16.svg); }
html[lang="ru"] .sdg-17 {
  background-image: url(img/sdg-icons/RU_17.svg); }

.sdg-1 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-1 h2 {
    color: #eb1c2d; }
  @media (min-width: 768px) {
    .sdg-1 {
      top: 140px;
      left: 560px; } }
  @media (min-width: 992px) {
    .sdg-1 {
      top: 0;
      left: 580px; } }

.sdg-2 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-2 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-2 {
      top: 70px;
      left: 280px; } }
  @media (min-width: 992px) {
    .sdg-2 {
      top: 70px;
      left: 300px; } }

.sdg-3 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-3 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-3 {
      top: 70px;
      left: 560px; } }
  @media (min-width: 992px) {
    .sdg-3 {
      top: 70px;
      left: 720px; } }

.sdg-4 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-4 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-4 {
      top: 0;
      left: 630px; } }
  @media (min-width: 992px) {
    .sdg-4 {
      top: 0;
      left: 510px; } }
  @media (min-width: 1200px) {
    .sdg-4 {
      top: 0;
      left: 510px; } }

.sdg-5 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-5 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-5 {
      top: 420px;
      left: 210px; } }
  @media (min-width: 992px) {
    .sdg-5 {
      top: 70px;
      left: 790px; } }

.sdg-6 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-6 h2 {
    color: #00aed9; }
  @media (min-width: 768px) {
    .sdg-6 {
      top: 420px;
      left: 350px; } }
  @media (min-width: 992px) {
    .sdg-6 {
      top: 210px;
      left: 790px; } }

.sdg-7 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-7 h2 {
    color: #ef402b; }
  @media (min-width: 768px) {
    .sdg-7 {
      top: 70px;
      left: 630px; } }
  @media (min-width: 992px) {
    .sdg-7 {
      top: 0;
      left: 720px; } }

.sdg-8 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-8 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-8 {
      top: 280px;
      left: 560px; } }
  @media (min-width: 992px) {
    .sdg-8 {
      top: 0;
      left: 790px; } }

.sdg-9 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sdg-9 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-9 {
      top: 280px;
      left: 630px; } }
  @media (min-width: 992px) {
    .sdg-9 {
      top: 0;
      left: 860px; } }

.sdg-10 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-10 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-10 {
      top: 350px;
      left: 280px; } }
  @media (min-width: 992px) {
    .sdg-10 {
      top: 350px;
      left: 300px; } }
  @media (min-width: 1200px) {
    .sdg-10 {
      top: 0;
      left: 930px; } }

.sdg-11 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-11 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-11 {
      top: 350px;
      left: 350px; } }
  @media (min-width: 992px) {
    .sdg-11 {
      top: 350px;
      left: 370px; } }
  @media (min-width: 1200px) {
    .sdg-11 {
      top: 0;
      left: 1000px; } }

.sdg-12 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-12 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-12 {
      top: 350px;
      left: 420px; } }
  @media (min-width: 992px) {
    .sdg-12 {
      top: 350px;
      left: 440px; } }
  @media (min-width: 1200px) {
    .sdg-12 {
      top: 0;
      left: 1070px; } }

.sdg-13 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-13 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-13 {
      top: 350px;
      left: 490px; } }
  @media (min-width: 992px) {
    .sdg-13 {
      top: 350px;
      left: 510px; } }
  @media (min-width: 1200px) {
    .sdg-13 {
      top: 280px;
      left: 930px; } }

.sdg-14 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-14 h2 {
    color: #d3a029; }
  @media (min-width: 768px) {
    .sdg-14 {
      top: 420px;
      left: 0; } }
  @media (min-width: 992px) {
    .sdg-14 {
      top: 140px;
      left: 580px; } }
  @media (min-width: 1200px) {
    .sdg-14 {
      top: 140px;
      left: 580px; } }

.sdg-15 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-15 h2 {
    color: #007dbc; }
  @media (min-width: 768px) {
    .sdg-15 {
      top: 420px;
      left: 490px; } }
  @media (min-width: 992px) {
    .sdg-15 {
      top: 350px;
      left: 720px; } }
  @media (min-width: 1200px) {
    .sdg-15 {
      top: 70px;
      left: 930px; } }

.sdg-16 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-16 h2 {
    color: #3eb049; }
  @media (min-width: 768px) {
    .sdg-16 {
      top: 350px;
      left: 560px; } }
  @media (min-width: 992px) {
    .sdg-16 {
      top: 350px;
      left: 580px; } }
  @media (min-width: 1200px) {
    .sdg-16 {
      top: 280px;
      left: 1000px; } }

.sdg-17 {
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .sdg-17 h2 {
    color: #007dbc; }
  @media (min-width: 768px) {
    .sdg-17 {
      top: 350px;
      left: 630px; } }
  @media (min-width: 992px) {
    .sdg-17 {
      top: 350px;
      left: 650px; } }
  @media (min-width: 1200px) {
    .sdg-17 {
      top: 280px;
      left: 1070px; } }

/* Share Component */
#page-tools {
  padding: 15px 0 28px 0;
  float: left;
  width: 280px;
  display: inline-block;
  height: 20px;
  /* Medium devices (desktops, 992px and up) */ }
  #page-tools #send-email {
    background: url(img/send-email.jpg) left 4px no-repeat;
    padding-left: 19px;
    margin: 0 15px;
    float: left; }
  #page-tools #print {
    background: url(img/print-icon.jpg) left 2px no-repeat;
    padding-left: 19px;
    float: left; }
  #page-tools .addthis_toolbox {
    float: left;
    width: 80px; }
  @media (min-width: 992px) {
    #page-tools {
      padding: 28px 0 28px 0;
      float: right; }
      #page-tools #send-email {
        float: right; }
      #page-tools #print {
        padding-left: 19px;
        float: right; }
      #page-tools .addthis_toolbox {
        float: right;
        width: 80px; } }

.flowContent.p-breadcrumbs #page-tools {
  padding: 28px 0 28px 20px;
  position: absolute;
  top: 60px;
  display: block !important;
  /* Medium devices (desktops, 992px and up) */ }
  .flowContent.p-breadcrumbs #page-tools #send-email {
    margin-left: 0; }
  @media (min-width: 992px) {
    .flowContent.p-breadcrumbs #page-tools {
      position: relative;
      top: 0; }
      .flowContent.p-breadcrumbs #page-tools #print {
        margin-right: 0; }
      .flowContent.p-breadcrumbs #page-tools #send-email {
        margin-left: 15px; } }

/* Subsections */
.sub-sections {
  margin-bottom: 60px; }
  .sub-sections .list-inline {
    margin-left: 0; }
  .sub-sections ul li {
    padding: 0; }
    .sub-sections ul li:first-child .sub-section-link {
      margin-left: 0; }
    .sub-sections ul li:last-child .sub-section-link {
      margin-right: 0; }
  .sub-sections .card-box {
    min-width: 200px; }

.sub-section-link {
  width: 130px;
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 992px) {
    .sub-section-link {
      width: 130px; } }
  @media (min-width: 1200px) {
    .sub-section-link {
      width: 130px; } }

/* column white box fix */
.c-col .white-bg {
  border: 1px solid #e8e9ea;
  padding: 15px 2.18em;
  margin-top: 0px; }

.c-col .white-bg:first-child {
  border-top: 1px solid #e8e9ea;
  padding-top: 2.18em; }

.c-col .white-bg:last-child {
  border-bottom: 1px solid #e8e9ea;
  padding-bottom: 2.18em; }

.c-col .white-bg .csc-header h2 {
  margin: 1rem 0 1.5rem 0 !important;
}

.r-col .white-bg {
  border: 1px solid #e8e9ea;
  padding: 2.18em;
  margin-top: 2.18em; }

.r-col .csc-header h2 {
  margin: 0 0 1.5rem 0 !important;
  padding-bottom: 0; }

/* slider */
.carousel {
  overflow: hidden;
  margin-bottom: 30px; }

.carousel .item .item-image {
  height: 100% !important;
  background-color: #333;
  opacity: 0.6;
  background: -moz-linear-gradient(left, black 0%, transparent 57%, transparent 77%);
  background: -webkit-linear-gradient(left, black 0%, transparent 57%, transparent 77%);
  background: linear-gradient(to right, black 0%, transparent 57%, transparent 77%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); }

.carousel .item .item-image img {
  height: 100% !important; }

.carousel .carousel-caption {
  padding: 0px 0px 30px 10%;
  width: 60%;
  left: 0;
  text-align: left;
  top: 10%; }

.carousel .item-title a {
  color: #fff !important; }

.carousel .carousel-control {
  width: 8% !important;
  z-index: 15; }

.carousel .carousel-indicators {
  width: auto;
  height: 20px;
  top: 20px;
  left: initial;
  right: 30px;
  padding: 0px;
  margin: 0px;
  z-index: 20; }

.carousel-inner {
  z-index: 15; }

@media (max-width: 768px) {
  .carousel, .carousel .item {
    height: 300px !important; }

  .c-col .carousel, .c-col .carousel .item {
    height: 260px !important; } }
@media (max-width: 1200px) {
  .carousel, .carousel .item {
    height: 400px; }

  .c-col .carousel, .c-col .carousel .item {
    height: 360px; } }
@media (min-width: 1200px) {
  .carousel, .carousel .item {
    height: 460px; }

  .c-col .carousel, .c-col .carousel .item {
    height: 400px; } }
/* common dlist */
.cmn-dylist {
  padding: 0px 20px 0px 20px; }

.cmn-dylist h3 {
  margin-top: 15px;
  margin-bottom: 0px !important; }

.cmn-dylist .list-block {
  padding-top: 30px;
  padding-bottom: 30px; }

.cmn-dylist .list-block:first-of-type {
    padding-top:0;
  }

.cmn-dylist .list-block > div {
  margin-bottom: 0; }

.cmn-dylist .list-more {
  float: right;
  margin-top: 20px;
  margin-right: 5px;
  font-weight: bold; }

.cmn-dylist .list-more p {
  margin-bottom: 0px; }

.cmn-dylist .tx-dynalist-pi1-recordlist {
  border-bottom: 1px solid #e8e9ea; }
  .cmn-dylist .tx-dynalist-pi1-recordlist:nth-child(7) {
    border-bottom: 0; }

.cmn-dylist .list-title h4 {
  margin-top: 0px !important; }

.cmn-dylist .list-image, .list-details-info {
  padding-left: 0px !important; }

.cmn-dylist .list-block {
  padding-left: 0px;
  padding-right: 0px; }

.tx-dynalist-pi1-pagination {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center; }

.tx-dynalist-pi1-pagination .paginate {
  color: #999999;
  padding: 0px 10px; }

.tx-dynalist-pi1-pagination .current {
  padding: 0px 10px;
  color: #999999; }

.tx-dynalist-pi1-pagination .next, .tx-dynalist-pi1-pagination .previous {
  border: 1px solid #0d6cac;
  padding: 5px 20px !important;
  border-radius: 25px;
  color: #0d6cac; }

/* Swipers */
#c550316 .swiper-container, #c541494 .swiper-container, #c541614 .swiper-container {
  margin-bottom: 30px; }
#c550316 .swiper-container, #c541494 .swiper-container, #c541614 .swiper-container {
  position: relative;
  margin-bottom: 30px !important; }
  #c550316 .swiper-container .swiper-slide, #c541494 .swiper-container .swiper-slide, #c541614 .swiper-container .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover; }
    @media (min-width: 768px) {
      #c550316 .swiper-container .swiper-slide, #c541494 .swiper-container .swiper-slide, #c541614 .swiper-container .swiper-slide {
        align-items: flex-start; } }
    #c550316 .swiper-container .swiper-slide .swiper-caption, #c541494 .swiper-container .swiper-slide .swiper-caption, #c541614 .swiper-container .swiper-slide .swiper-caption {
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        #c550316 .swiper-container .swiper-slide .swiper-caption, #c541494 .swiper-container .swiper-slide .swiper-caption, #c541614 .swiper-container .swiper-slide .swiper-caption {
          text-align: left;
          width: calc(50% - 100px);
          margin-left: 100px; } }
      #c550316 .swiper-container .swiper-slide .swiper-caption .item-title, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title {
        padding: 0 30px; }
        @media (min-width: 768px) {
          #c550316 .swiper-container .swiper-slide .swiper-caption .item-title, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title {
            padding: 0 15px; } }
        #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 {
          font-size: 22px; }
          @media (min-width: 768px) {
            #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 {
              font-size: 28px; } }
          #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2 a, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2 a, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 a {
            color: white; }
            #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:hover, #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2 a.active, #c550316 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:focus, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:hover, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2 a.active, #c541494 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:focus, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:hover, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 a.active, #c541614 .swiper-container .swiper-slide .swiper-caption .item-title h2 a:focus {
              text-decoration: none; }
      #c550316 .swiper-container .swiper-slide .swiper-caption .item-text, #c541494 .swiper-container .swiper-slide .swiper-caption .item-text, #c541614 .swiper-container .swiper-slide .swiper-caption .item-text {
        color: white;
        padding: 0 30px; }
        @media (min-width: 768px) {
          #c550316 .swiper-container .swiper-slide .swiper-caption .item-text, #c541494 .swiper-container .swiper-slide .swiper-caption .item-text, #c541614 .swiper-container .swiper-slide .swiper-caption .item-text {
            padding: 0 15px; } }
    #c550316 .swiper-container .swiper-slide:before, #c541494 .swiper-container .swiper-slide:before, #c541614 .swiper-container .swiper-slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      opacity: 0.7;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+99 */
      background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 */ }
  #c550316 .swiper-container .swiper-button-prev, #c541494 .swiper-container .swiper-button-prev, #c541614 .swiper-container .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='white' d='M16.2,47.8c0.4,0,0.9-0.1,1.3-0.4c1.2-0.7,1.7-2.3,0.9-3.6L6.9,24L18.5,4.2c0.7-1.3,0.3-2.9-0.9-3.6 c-1.3-0.7-2.9-0.3-3.6,0.9L1.6,22.7c-0.5,0.8-0.5,1.8,0,2.7l12.4,21.1C14.4,47.3,15.3,47.8,16.2,47.8z'/%3E%3C/svg%3E"); }
  #c550316 .swiper-container .swiper-button-next, #c541494 .swiper-container .swiper-button-next, #c541614 .swiper-container .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 48' enable-background='new 0 0 20 48' xml:space='preserve'%3E%3Cpath fill='white' d='M3.8,47.8c-0.4,0-0.9-0.1-1.3-0.4c-1.2-0.7-1.7-2.3-0.9-3.6L13.1,24L1.5,4.2C0.8,2.9,1.2,1.3,2.5,0.6 c1.3-0.7,2.9-0.3,3.6,0.9l12.4,21.1c0.5,0.8,0.5,1.8,0,2.7L6.1,46.5C5.6,47.3,4.7,47.8,3.8,47.8z'/%3E%3C/svg%3E%0A"); }

.swiper-pagination-bullet-active {
  background: white !important; }

.swiper-pagination-bullet {
  background: white !important;
  width: 13px !important;
  height: 13px !important; }

/* Tables Style */
.table > thead {
  border: 1px solid #e7e7e7; }

.table > thead > tr > th {
  background-color: #f6f6f6;
  color: #545454;
  font-weight: normal;
  font-size: 12px;
  border: 0 !important;
  padding: 16px 8px; }

.table > tbody > tr > td {
  padding: 16px 8px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #e7e7e7; }

.nav-tabs > li {
  padding: 0px 0px 0px 0px; }
  .nav-tabs > li:first-child {
    margin-left: -10px; }
  .nav-tabs > li > a {
    padding: 5px 10px;
    position: relative;
    color: #1b1d1f;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:visited, .nav-tabs > li > a:focus, .nav-tabs > li > a .nav-tabs > li.active > a, .nav-tabs > li > a .nav-tabs > li.active > a:focus, .nav-tabs > li > a .nav-tabs > li.active > a:hover {
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs > li > a:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      content: '';
      position: absolute;
      width: calc(100% - 20px);
      height: 2px;
      background-color: #0d6cac;
      left: 10px;
      bottom: -2px;
      pointer-events: none;
      -ms-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .nav-tabs > li.active > a {
    color: #0d6cac;
    background-color: transparent;
    border-color: transparent; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:visited, .nav-tabs > li.active > a:focus {
      color: #0d6cac;
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs > li.active > a:before {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -ms-transform: scaleX(1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/*.tab-content {
  padding-top: 10px;

  > div {
    padding: 0;
  }


}*/
.badge-draft {
  background-color: #545454;
  border: transparent;
  color: white;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  position: relative;
  top: -2px;
  left: 4px; }

/* Timeline */
#c537045 .blue-bg {
  border-bottom: 30px solid white; }

.timeline-wrapper {
  width: 100% !important;
  /* Main Structure */
  /* End main Structure */
  /* Typography */
  /* Colors */
  /* Background */
  /* Triangle indicator */
  /* Blue indicator line */
  /* Dot */
  /* Interval Background */
  /* Flag */
  /* Media content shadow */
  /* Media content border */
  /* Time */
  /* Arrows */ }
  .timeline-wrapper .container {
    margin: 0 !important;
    padding: 0 !important; }
  .timeline-wrapper #my-timeline {
    height: 880px !important; }
  .timeline-wrapper .vco-storyjs .vco-feature .slider, .timeline-wrapper .vco-storyjs .vco-feature .vco-slider {
    padding-top: 0;
    padding-bottom: 30px; }
  .timeline-wrapper .content-container.layout-text-media.pad-left .container {
    padding: 15px !important; }
  .timeline-wrapper .slider-container-mask {
    height: 617px !important; }
  .timeline-wrapper .slider-item {
    height: 617px !important; }
  .timeline-wrapper .container {
    text-align: center !important; }
  @media (min-width: 655px) {
    .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text-media .media {
      float: none !important; }
    .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text-media .text {
      display: block !important;
      width: 100% !important;
      max-width: 100% !important; }
      .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text-media .text h2 {
        margin-top: 20px !important; } }
  @media (min-width: 992px) {
    .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text-media .media {
      float: left !important;
      max-width: 700px; }
    .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text-media .text {
      display: table-cell !important; } }
  @media (min-width: 1415px) {
    .timeline-wrapper .vco-slider .slider-item .content {
      /*width: 1140px;*/
      height: 100%;
      display: flex;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: white; }
    .timeline-wrapper .nav-next,
    .timeline-wrapper .nav-previous,
    .timeline-wrapper .vco-slider .slider-item {
      background-color: transparent !important; } }
  .timeline-wrapper .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow {
    z-index: 0; }
  .timeline-wrapper .vco-storyjs .vco-feature h1, .timeline-wrapper .vco-storyjs .vco-feature h2, .timeline-wrapper .vco-storyjs .vco-feature h3, .timeline-wrapper .vco-storyjs .vco-feature h4, .timeline-wrapper .vco-storyjs .vco-feature h5, .timeline-wrapper .vco-storyjs .vco-feature h6, .timeline-wrapper .vco-storyjs p, .timeline-wrapper .vco-storyjs blockquote, .timeline-wrapper .vco-storyjs blockquote p, .timeline-wrapper .vco-storyjs .twitter blockquote p {
    font-family: 'Open Sans', sans-serif !important; }
  .timeline-wrapper .vco-storyjs .timenav h1, .timeline-wrapper .vco-storyjs .flag-content h1, .timeline-wrapper .vco-storyjs .era h1, .timeline-wrapper .vco-storyjs .timenav h2, .timeline-wrapper .vco-storyjs .flag-content h2, .timeline-wrapper .vco-storyjs .era h2, .timeline-wrapper .vco-storyjs .timenav h3, .timeline-wrapper .vco-storyjs .flag-content h3, .timeline-wrapper .vco-storyjs .era h3, .timeline-wrapper .vco-storyjs .timenav h4, .timeline-wrapper .vco-storyjs .flag-content h4, .timeline-wrapper .vco-storyjs .era h4, .timeline-wrapper .vco-storyjs .timenav h5, .timeline-wrapper .vco-storyjs .flag-content h5, .timeline-wrapper .vco-storyjs .era h5, .timeline-wrapper .vco-storyjs .timenav h6, .timeline-wrapper .vco-storyjs .flag-content h6, .timeline-wrapper .vco-storyjs .era h6 {
    font-family: 'Open Sans', sans-serif !important; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 15px !important; }
  .timeline-wrapper .content-container h3 {
    font-size: 22px;
    font-weight: 300;
    color: #1b1d1f; }
  .timeline-wrapper .content-container h2 {
    font-size: 22px !important;
    font-weight: 300 !important;
    color: #0d6cac !important;
    margin-bottom: 20px !important; }
  .timeline-wrapper .content-container p {
    color: #545454 !important;
    line-height: 1.5; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
    color: #0d6cac !important; }
  .timeline-wrapper .vco-storyjs .twitter, .timeline-wrapper .vco-storyjs .vcard, .timeline-wrapper .vco-storyjs .messege, .timeline-wrapper .vco-storyjs .credit, .timeline-wrapper .vco-storyjs .caption, .timeline-wrapper .vco-storyjs .zoom-in, .timeline-wrapper .vco-storyjs .zoom-out, .timeline-wrapper .vco-storyjs .back-home, .timeline-wrapper .vco-storyjs .time-interval div, .timeline-wrapper .vco-storyjs .time-interval-major div, .timeline-wrapper .vco-storyjs .nav-container {
    font-family: 'Open Sans', sans-serif !important; }
  .timeline-wrapper .vco-slider .nav-previous .date, .timeline-wrapper .vco-slider .nav-previous .title, .timeline-wrapper .vco-slider .nav-next .date, .timeline-wrapper .vco-slider .nav-next .title {
    text-align: center;
    line-height: 1.5; }
  .timeline-wrapper .storyjs-embed {
    background-color: transparent; }
  .timeline-wrapper .vco-storyjs {
    background-color: transparent; }
  .timeline-wrapper .vco-container.vco-main .vco-navigation {
    border-top-color: #e7e7e7; }
  .timeline-wrapper .vco-timeline .vco-navigation .vco-toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
    display: none !important; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav-background {
    background-color: #f7f8f9; }
  .timeline-wrapper .timenav-background {
    height: 184px !important;
    background-color: #f7f8f9; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav-background .timenav-indicator {
    width: 0;
    height: 0;
    top: -31px;
    border-style: solid;
    border-width: 17px 13.5px 0 13.5px;
    background-image: none;
    border-color: #ffffff transparent transparent transparent;
    margin-left: -2px; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav-background .timenav-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #0d6cac;
    top: -25px;
    height: 210px; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .dot {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #0d6cac;
    top: 178px; }
  .timeline-wrapper .marker.active .dot {
    background-color: #0d6cac !important;
    width: 13px !important;
    height: 13px !important;
    left: -3px !important;
    top: 177px !important; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .line {
    height: 178px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker:hover .line {
    background-color: rgba(27, 29, 31, 0.3); }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
    top: 185px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag-small {
    left: 11px; }
  .timeline-wrapper .flag:before {
    left: -16px;
    top: 21px;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: solid solid outset;
    border-right-color: #e0dfdf; }
  .timeline-wrapper .flag:after {
    left: -16px;
    top: 21px;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid solid outset;
    margin-top: 1px;
    margin-left: 2px;
    border-width: 7px;
    border-right-color: #ececec; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag, .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
    background-image: none;
    background-color: #ececec;
    border: 1px solid #e7e7e7;
    height: 60px; }
    .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag:before, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag:before, .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover:before {
      border-right-color: #e0dfdf; }
    .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag:after, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag:after, .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover:after {
      border-right-color: #ececec; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag {
    background-color: white !important;
    border-color: #e0dfdf !important; }
    .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag:before {
      border-right-color: #e7e7e7; }
    .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag:after {
      border-right-color: white; }
    .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag:hover:before {
      border-right-color: #e7e7e7; }
  .timeline-wrapper .thumbnail {
    opacity: 0 !important;
    display: none; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content, .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content {
    height: 50px; }
  .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
    border: 1px solid rgba(27, 29, 31, 0.3); }
    .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover h3 {
      color: #1b1d1f; }
    .timeline-wrapper .vco-notouch .vco-navigation .timenav .content .marker .flag:hover:before {
      border-right-color: rgba(27, 29, 31, 0.4); }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
    height: 50px; }
  .timeline-wrapper .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before, .timeline-wrapper .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
    content: normal; }
  .timeline-wrapper .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame, .timeline-wrapper .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
    border: none; }
  .timeline-wrapper .media-frame.video.youtube {
    max-height: 300px !important; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .time {
    top: 185px; }
  .timeline-wrapper .vco-timeline .vco-navigation .timenav .time .time-interval div {
    font-size: 12px; }
  .timeline-wrapper .vco-storyjs .vco-feature .slider,
  .timeline-wrapper .vco-storyjs .vco-feature .vco-slider {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .timeline-wrapper .nav-next,
  .timeline-wrapper .nav-previous,
  .timeline-wrapper .vco-slider .slider-item {
    background-color: #fff; }
  .timeline-wrapper .nav-next,
  .timeline-wrapper .nav-previous {
    background-color: transparent; }
  .timeline-wrapper .nav-container {
    background-color: transparent;
    padding: 100px 0px;
    margin-top: -100px;
    color: #999999 !important; }
  .timeline-wrapper .vco-slider .nav-next .icon,
  .timeline-wrapper .vco-slider .nav-previous .icon {
    margin: 15px auto !important; }
  .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-text .text .container {
    padding: 15px !important;
    width: auto !important; }
  .timeline-wrapper .vco-slider .slider-item .content .content-container .text .container {
    padding: 15px !important; }
  .timeline-wrapper .vco-slider .slider-item .content .content-container.layout-media .text .container {
    width: auto !important; }
  .timeline-wrapper .vco-skinny .vco-slider .slider-item .content .content-container, .timeline-wrapper .vco-slider .slider-item .content .content-container {
    overflow: hidden; }
  .timeline-wrapper .vco-skinny .vco-slider .slider-item .content .content-container .text .container {
    width: auto !important; }
  .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-previous, .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-next {
    height: 617px !important; }
    .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container, .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-next .nav-container {
      top: 267px !important; }
  .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
    background-position: center center; }
  .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-next .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
    background-position: center center; }
  .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-previous:hover .date, .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-previous:hover .title, .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-next:hover .date, .timeline-wrapper .vco-skinny.vco-notouch .vco-slider .nav-next:hover .title {
    color: white !important; }
  @media (min-width: 656px) {
    .timeline-wrapper .vco-notouch .vco-slider .nav-previous, .timeline-wrapper .vco-notouch .vco-slider .nav-next {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .timeline-wrapper .vco-notouch .vco-slider .nav-previous .nav-container, .timeline-wrapper .vco-notouch .vco-slider .nav-next .nav-container {
        display: block;
        position: relative;
        top: auto !important;
        background-color: white;
        height: auto !important; }
        .timeline-wrapper .vco-notouch .vco-slider .nav-previous .nav-container .title, .timeline-wrapper .vco-notouch .vco-slider .nav-next .nav-container .title {
          hyphens: auto;
          word-wrap: break-word; }
        .timeline-wrapper .vco-notouch .vco-slider .nav-previous .nav-container .date, .timeline-wrapper .vco-notouch .vco-slider .nav-next .nav-container .date {
          hyphens: auto;
          word-wrap: break-word; } }

  .timeline-wrapper .vco-slider .nav-previous .date, .timeline-wrapper .vco-slider .nav-previous .title {
    padding-right: 15px; }
  .timeline-wrapper .vco-slider .nav-next .date, .timeline-wrapper .vco-slider .nav-next .title {
    padding-left: 15px; }
  .timeline-wrapper .vco-slider .nav-previous .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'#0d6cac'%2F%3E%3C%2Fsvg%3E");
    background-position: center center; }
  .timeline-wrapper .vco-slider .nav-next .icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'#0d6cac'%2F%3E%3C%2Fsvg%3E");
    background-position: center center; }

/* Themes */
/* Pages */
/* About Page */
/* top boxes */
#c536961 .card-box.video {
  margin-top: 0; }

#c536961 .blue-box-photo {
  width: 60%; }

#c536961 .blue-box-photo img {
  height: 100%; }

#c536961 .blue-box-text {
  width: 40%; }

#c536961 .blue-box-text p {
  display: block; }

@media screen and (max-width: 1200px) {
  #c536961 .blue-box-photo,
  #c536961 .blue-box-text {
    width: 50%; } }
@media screen and (max-width: 992px) {
  #c536961 .blue-box-text {
    float: none;
    width: 100%; }

  #c536961 .height-400 {
    height: auto; } }
#c560393 .timeline-wrapper {
  margin-bottom:1rem;
}

/* Country Page Style */
.country-flag {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 44px; }
  .country-flag img {
    position: relative;
    top: -5px;
    width: 44px; }
  .country-flag:after {
    content: '';
    position: absolute;
    right: -20px;
    height: 27px;
    top: 13px;
    width: 1px;
    background-color: #545454; }

.country-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* Small devices (tablets, 768px and up) */
  margin-top: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .country-bg {
      height: 430px; } }
  .country-bg .country-detail-overlay {
    background-image: url("../images/country-detail-image-overlay.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .country-bg.argentina {
    background-image: url("../images/argentina-bg.jpg"); }

.country-details {
  color: white; }
  .country-details p {
    color: white;
    font-size: 10px; }
  .country-details h1 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px;
    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      .country-details h1 {
        font-size: 28px;
        margin-top: 20px; } }
    @media (min-width: 992px) {
      .country-details h1 {
        font-size: 34px; } }
  .country-details h6 {
    font-weight: 500;
    min-height: 26px; }
    @media (min-width: 768px) {
      .country-details h6 {
        min-height: 0; } }
  .country-details h6:nth-child(3) {
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .country-details h6:nth-child(3) {
        margin-bottom: 30px; } }
  .country-details .country-detail-col {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .country-details .country-detail-col {
        margin-top: 125px;
        margin-bottom: 0; } }

.country-detail-ico {
  width: 35px;
  height: 35px;
  margin-left: -50px;
  margin-right: 15px;
  display: none; }
  @media (min-width: 768px) {
    .country-detail-ico {
      display: inline-block; } }

.country-subsection {
  position: relative;
  margin-bottom: 30px; }
  .country-subsection .card-box {
    margin-top: 0; }
    .country-subsection .card-box .card-content {
      max-height: 140px;
      overflow: hidden; }
      .country-subsection .card-box .card-content h5 {
        max-height: 40px;
        overflow: hidden; }
        .country-subsection .card-box .card-content h5 a b {
          font-weight: 300; }
  .country-subsection .white-box {
    margin-bottom: 0; }
  .country-subsection .cut-shadow {
    background-image: url("img/cut-shadow.png");
    height: calc(100% + 30px);
    width: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    right: -1px;
    z-index: 1;
    top: -15px; }

.country-content .section-button {
  margin-top: 30px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .country-content .section-button {
      margin-top: 30px; } }
.country-content .publication.row {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e9ea; }
  .country-content .publication.row:last-child {
    border-bottom: 0; }

#countryList {
  height:38px;
  margin-top: 35px;
  margin-left: 15px; }

[lang="AR"] #countryList {
  margin-left:0;
  margin-right:15px;
  }

/* FAO Home */
#c519151 {
  margin-top: 30px; }
  #c519151 .tx-dynalist-pi1 > .row {
    display: flex;
    flex-direction: column;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #c519151 .tx-dynalist-pi1 > .row {
        flex-direction: row; } }
    #c519151 .tx-dynalist-pi1 > .row .top-box-item {
      float: none; }
  #c519151 .blue-box, #c519151 .white-box {
    margin: 0; }
  #c519151 .blue-box {
    display: flex;
    min-height: 400px;
    height: 100%;
    flex-direction: column;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      #c519151 .blue-box {
        flex-direction: row; } }
    #c519151 .blue-box > a {
      display: block;
      flex-shrink: 0;
      height: 150px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        #c519151 .blue-box > a {
          height: 200px; } }
      @media (min-width: 992px) {
        #c519151 .blue-box > a {
          width: 50%;
          height: 100%; } }
      #c519151 .blue-box > a .blue-box-photo {
        height: 100%;
        /* Medium devices (desktops, 992px and up) */ }
        @media (min-width: 992px) {
          #c519151 .blue-box > a .blue-box-photo {
            float: none;
            width: 100%; } }
    #c519151 .blue-box .blue-box-text {
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        #c519151 .blue-box .blue-box-text {
          float: none;
          width: 100%;
          height: 100%; } }
  #c519151 .white-box {
    min-height: 400px;
    height: 100%;
    margin-top: 30px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      #c519151 .white-box {
        margin-top: 0; } }
  #c519151 .white-box-photo {
    height: 150px !important;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 768px) {
      #c519151 .white-box-photo {
        height: 200px !important; } }

#c520922 {
  padding-bottom: 80px; }

/* Home archive */
#c573134 {
  margin-top: 30px; }
  #c573134 #id_form_dyna_fee {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */
    /* Large devices (large desktops, 1200px and up) */ }
    #c573134 #id_form_dyna_fee #div_freetext {
      width: 100%; }
    #c573134 #id_form_dyna_fee #div_date_from {
      width: 100%; }
    #c573134 #id_form_dyna_fee #div_date_to {
      width: 100%; }
    #c573134 #id_form_dyna_fee .dynafef_actions_box {
      width: 100%; }
    #c573134 #id_form_dyna_fee .dyna_form_field_type_dropdown {
      width: 100%; }
      #c573134 #id_form_dyna_fee .dyna_form_field_type_dropdown .dyna_form_data_type_dropdown {
        margin-left: 15px; }
        #c573134 #id_form_dyna_fee .dyna_form_field_type_dropdown .dyna_form_data_type_dropdown .dyna_form_input {
          width: 100%; }
    @media (min-width: 768px) {
      #c573134 #id_form_dyna_fee #div_freetext {
        width: 100%; }
      #c573134 #id_form_dyna_fee #div_date_from {
        width: 50%; }
      #c573134 #id_form_dyna_fee #div_date_to {
        width: 50%; }
      #c573134 #id_form_dyna_fee .dynafef_actions_box {
        width: 100%; } }
    @media (min-width: 1200px) {
      #c573134 #id_form_dyna_fee #div_freetext {
        width: 30%; }
      #c573134 #id_form_dyna_fee .dyna_form_field_type_dropdown {
        width: 20%;
        padding-left: 15px; }
      #c573134 #id_form_dyna_fee #div_date_from {
        padding-left: 15px;
        width: 25%; }
      #c573134 #id_form_dyna_fee #div_date_to {
        width: 18%; }
      #c573134 #id_form_dyna_fee .dynafef_actions_box {
        width: 7%;
        justify-content: flex-end; } }
    #c573134 #id_form_dyna_fee #divdata_freetext {
      flex-grow: 1; }
      #c573134 #id_form_dyna_fee #divdata_freetext input[type="text"] {
        width: 100%;
        margin-left: 15px; }
    #c573134 #id_form_dyna_fee .dynafef_actions_box {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 15px; }
      #c573134 #id_form_dyna_fee .dynafef_actions_box #div_submit_button, #c573134 #id_form_dyna_fee .dynafef_actions_box input[type="submit"] {
        margin: 0; }
    #c573134 #id_form_dyna_fee .dyna_form_field {
      float: none;
      margin-right: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 15px; }
      #c573134 #id_form_dyna_fee .dyna_form_field .dyna_form_label {
        flex-shrink: 0;
        margin-right: 0; }
      #c573134 #id_form_dyna_fee .dyna_form_field .dyna_form_input {
        margin-bottom: 0; }
      #c573134 #id_form_dyna_fee .dyna_form_field #divlabel_date_to {
        margin-left: 10px;
        margin-right: 10px; }
      #c573134 #id_form_dyna_fee .dyna_form_field .dyna_form_data {
        flex-grow: 1;
        display: flex;
        align-items: center;
        flex-wrap: nowrap; }
        #c573134 #id_form_dyna_fee .dyna_form_field .dyna_form_data input {
          width: 100%;
          margin-left: 15px; }

#c572930 .data-sub, #c573130 .data-sub {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px;
  margin-bottom: 50px; }
#c572930 .sub-items a[title="Image"], #c573130 .sub-items a[title="Image"] {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }
  #c572930 .sub-items a[title="Image"] img, #c573130 .sub-items a[title="Image"] img {
    width: 150%;
    position: absolute;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: none; }
#c572930 .sub-items h6, #c573130 .sub-items h6 {
  margin-top: 0;
  color: #545454;
  font-weight: normal; }
#c572930 .sub-items h3, #c573130 .sub-items h3 {
  font-size: 22px; }
  #c572930 .sub-items h3 a, #c573130 .sub-items h3 a {
    color: #1b1d1f; }

#c573130 {
  margin-top: 30px; }

/* In action */
#c538575 {
  margin-bottom: 30px !important; }

.latest-news-1, .latest-news-2, .latest-news-3, .latest-news-4 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px; }
  .latest-news-1 .list-image, .latest-news-2 .list-image, .latest-news-3 .list-image, .latest-news-4 .list-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
    .latest-news-1 .list-image .image-gradient, .latest-news-2 .list-image .image-gradient, .latest-news-3 .list-image .image-gradient, .latest-news-4 .list-image .image-gradient {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      opacity: 0.7; }
  .latest-news-1 .list-block, .latest-news-2 .list-block, .latest-news-3 .list-block, .latest-news-4 .list-block {
    position: relative;
    z-index: 1; }
  .latest-news-1 .list-title h4 a, .latest-news-2 .list-title h4 a, .latest-news-3 .list-title h4 a, .latest-news-4 .list-title h4 a {
    color: white;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }
    .latest-news-1 .list-title h4 a:hover, .latest-news-1 .list-title h4 a:active, .latest-news-1 .list-title h4 a:focus, .latest-news-2 .list-title h4 a:hover, .latest-news-2 .list-title h4 a:active, .latest-news-2 .list-title h4 a:focus, .latest-news-3 .list-title h4 a:hover, .latest-news-3 .list-title h4 a:active, .latest-news-3 .list-title h4 a:focus, .latest-news-4 .list-title h4 a:hover, .latest-news-4 .list-title h4 a:active, .latest-news-4 .list-title h4 a:focus {
      text-decoration: none; }
  .latest-news-1 .list-text p, .latest-news-2 .list-text p, .latest-news-3 .list-text p, .latest-news-4 .list-text p {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased; }

.latest-news-1 {
  height: 400px;
  margin-bottom: 30px; }
  .latest-news-1 .image-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+99 */
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .latest-news-1 .list-block {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .latest-news-1 .list-block {
        width: calc(50% - 30px); } }
  .latest-news-1 .list-title h4 {
    font-size: 28px; }
    .latest-news-1 .list-title h4 a {
      font-weight: 300; }

.latest-news-2 {
  height: 400px; }
  .latest-news-2 .image-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .latest-news-2 .list-block {
    align-self: flex-end; }

.latest-news-3 {
  height: 185px;
  margin-bottom: 30px; }
  .latest-news-3 .image-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+99 */
    background: black;
    opacity: 0.4 !important; }
  .latest-news-3 .list-block {
    align-self: flex-end; }

.latest-news-4 {
  height: 185px; }
  .latest-news-4 .image-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+99 */
    background: black;
    opacity: 0.4 !important; }
  .latest-news-4 .list-block {
    align-self: flex-end; }

@media (max-width: 992px) {
  .latest-news-2 {
    margin-bottom: 30px; } }
/*RSS*/
.list-rss {
  float: right;
  margin: 20px 30px 20px 20px;
  font-size: 20px; }

.list-rss a {
  color: #999999; }

/* Media */
#c550316 {
  margin-bottom: 0 !important; }
  #c550316 .swiper-slide {
    background-position: center center !important; }
  #c550316 .swiper-slide.swiper-slide-active {
    background-position: center center !important; }

#c538520 {
  border-top: 1px solid #e8e9ea; }

/* media feature */
.media-feature-wrapper .card-box {
  margin-top: 0px; }

.media-feature-wrapper .wb-media-feature {
  min-height: 320px !important; }

.media-feature-wrapper .btn-floating {
  float: right;
  height: 57px;
  width: 57px;
  margin-right: 30px;
  margin-top: -30px;
  line-height: 57px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  border-radius: 100% !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.white-box-text p {
  display: initial !important; }

/* PArtnership */
/* icons */
.partnerships-icons-md .icon-block {
  width: 14.25%;
  float: left; }
  .partnerships-icons-md .icon-block a {
    display: inline-block;
    text-align: center;
    font-size: 12px; }

.partnerships-icons-md .icon-title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.partnerships-icons-md .icon-img {
  display: flex;
  align-items: center;
  justify-content: center; }

.partnerships-icons-sm .icon-block {
  margin-bottom: 10px; }

.partnerships-icons-sm .icon-title {
  margin-top: 2px; }

.partnerships-icons-sm img {
  width: 25px; }

/* contact */
#c540932 {
  background-color: #D5E4EB;
  padding: 30px 30px;
  margin-top: 30px; }

#c540932 h2 {
  margin: 0px 0px 20px 0px; }

/* FAO Publications */
#c540610 {
  border-bottom: 0; }

#c535865 {
  border-top: 0; }

/* Highlated records main */
.publ-hl-main {
  margin-bottom: 30px; }
  .publ-hl-main .topic.row {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    .publ-hl-main .topic.row:before, .publ-hl-main .topic.row:after {
      content: normal; }
    .publ-hl-main .topic.row .list-block {
      padding: 30px;
      width: 100%; }
    .publ-hl-main .topic.row .topic-image {
      padding: 30px;
      width: 100%;
      display: block !important;
      order: -1; }
    @media (min-width: 768px) {
      .publ-hl-main .topic.row {
        flex-direction: row; }
        .publ-hl-main .topic.row .list-block {
          padding: 30px 15px 30px 30px;
          width: 40%; }
        .publ-hl-main .topic.row .topic-image {
          padding: 30px 30px 30px 15px;
          width: 60%;
          order: 0; } }
  .publ-hl-main .topic-title h2 {
    margin-top: 0px; }
    .publ-hl-main .topic-title h2 a {
      color: #1b1d1f; }
      .publ-hl-main .topic-title h2 a:hover, .publ-hl-main .topic-title h2 a.active, .publ-hl-main .topic-title h2 a:focus {
        text-decoration: none;
        color: #1b1d1f; }
  .publ-hl-main .hl-mbtn {
    margin-top: 2em;
    background-color: #e5ecf4 !important; }

/* Highlated records small boxes */
#c541275 .publ-hl-small .row {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  #c541275 .publ-hl-small .row:before, #c541275 .publ-hl-small .row:after {
    content: normal; }
  @media (min-width: 992px) {
    #c541275 .publ-hl-small .row {
      flex-direction: row; } }
#c541275 .publ-small-box {
  width: 100%;
  background-color: #e5ecf4;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    #c541275 .publ-small-box {
      width: calc(50% - 15px); } }
  #c541275 .publ-small-box .list-block {
    height: 100%;
    display: flex;
    align-items: center; }
  #c541275 .publ-small-box .title {
    padding: 30px 15px 30px 30px;
    width: 60%; }
  #c541275 .publ-small-box .image {
    width: 40%;
    display: block !important;
    padding: 30px 30px 30px 0; }

.publ-small-box .title a {
  color: #1b1d1f; }
  .publ-small-box .title a h4 {
    margin: 0px !important; }
  .publ-small-box .title a:hover, .publ-small-box .title a.active, .publ-small-box .title a:focus {
    text-decoration: none;
    color: #1b1d1f; }

/* hot topics */
.searchbox-title {
  padding: 0px 0px 20px 18px; }

.queries {
  padding: 0px 18px !important; }

#c540610 {
  margin-top: 0px; }

/* Single */
.publication-highlight {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .publication-highlight .blue-bg {
    padding: 30px; }
    .publication-highlight .blue-bg .publication-highlight-img {
      padding-top: 100%;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
  .publication-highlight > .row {
    padding: 30px;
    margin: 0; }
    .publication-highlight > .row #main-info {
      padding: 0; }
    .publication-highlight > .row h2 {
      margin-top: 0; }
    .publication-highlight > .row h4 {
      color: #a1a1a1;
      font-size: 14px; }
  @media (min-width: 992px) {
    .publication-highlight {
      flex-direction: row-reverse; }
      .publication-highlight .blue-bg {
        width: 50%; }
      .publication-highlight > .row {
        width: 50%; } }

.highlights-title {
  color: #1b1d1f;
  font-size: 12px;
  text-transform: uppercase; }
  .highlights-title p {
    color: #1b1d1f;
    font-size: 12px;
    text-transform: uppercase; }

/* Search result page (Google custom search) */
#c567643 .gsc-control-cse {
  font-family: 'Open Sans', sans-serif;
  border: 0;
  padding: 0; }
#c567643 .gsc-wrapper {
  margin-top: 20px; }
#c567643 .gsc-results {
  width: 100%; }
#c567643 .gsc-control-cse .gsc-table-result {
  font-family: 'Open Sans', sans-serif; }
#c567643 .gsc-above-wrapper-area {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 30px 0; }
#c567643 .gs-webResult .gs-snippet, #c567643 .gs-imageResult .gs-snippet, #c567643 .gs-fileFormatType {
  color: #545454;
  line-height: 1.5; }
#c567643 .gs-web-image-box {
  width: auto; }
#c567643 .gs-image {
  margin-right: 15px; }
#c567643 .gs-fileFormat {
  margin-bottom: 5px; }
#c567643 .gs-result .gs-title {
  color: #0d6cac;
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 300; }
  #c567643 .gs-result .gs-title b {
    font-size: 18px;
    text-decoration: none;
    font-weight: 700; }
  #c567643 .gs-result .gs-title:hover, #c567643 .gs-result .gs-title.active, #c567643 .gs-result .gs-title:focus {
    color: #0d6cac; }
    #c567643 .gs-result .gs-title:hover b, #c567643 .gs-result .gs-title.active b, #c567643 .gs-result .gs-title:focus b {
      color: #0d6cac; }
#c567643 .gs-webResult div.gs-visibleUrl {
  color: #999999; }
#c567643 .gsc-results .gsc-cursor-box {
  text-align: center;
  margin-top: 30px; }
#c567643 div.gsc-cursor div.gsc-cursor-page {
  font-size: 14px;
  color: #999999;
  text-decoration: none; }
  #c567643 div.gsc-cursor div.gsc-cursor-page.gsc-cursor-current-page {
    color: #0d6cac; }
  #c567643 div.gsc-cursor div.gsc-cursor-page:hover, #c567643 div.gsc-cursor div.gsc-cursor-page.active, #c567643 div.gsc-cursor div.gsc-cursor-page:focus {
    background-color: transparent;
    text-decoration: underline;
    outline: none; }

/* Statistics */
/* data centers */
#c540737 .tx-dynalist-pi1 {
  /*padding: 30px;*/ }

.data-centers-wrapper .data-center .topic-title {
  margin-top: 10px; }

/* twitter */
#c540703 {
  margin-top: 30px !important; }

/* contact */
#c540704 {
  background-color: #D5E4EB;
  padding: 20px 30px;
  margin-top: 30px; }

#c540704 h2 {
  margin: 0px 0px 20px 0px; }

.card-box .white-box-text p {
  display: initial !important; }

/* Stories Archive */
#c576948 .list-block {
  display: flex;
  align-items: center;
  padding-top: 20px; }
  #c576948 .list-block .list-details-info {
    margin: 0 auto; }

/* Sub-pages */
/* Generic Fixes */
div#c515426 {
  border-top: 0 !important; }

div#c515424 ul {
  margin-top: 30px; }
  div#c515424 ul li {
    display: inline-block !important; }

#countryDiv .showpanel a {
  color: #0D6CAC;
  margin: 10px 0;
  display: inline-block; }
#countryDiv #trLetterA, #countryDiv .trCountry, #countryDiv #trLetterB, #countryDiv #trLetterC, #countryDiv #trLetterD, #countryDiv #trLetterE, #countryDiv #trLetterF, #countryDiv .trCountry, #countryDiv #trLetterG, #countryDiv #trLetterH, #countryDiv #trLetterI, #countryDiv #trLetterK, #countryDiv .trCountry, #countryDiv #trLetterL, #countryDiv #trLetterM, #countryDiv #trLetterN, #countryDiv #trLetterO, #countryDiv #trLetterJ, #countryDiv #trLetterP, #countryDiv .trCountry, #countryDiv #trLetterQ, #countryDiv #trLetterR, #countryDiv #trLetterS, #countryDiv #trLetterT, #countryDiv #trLetterU, #countryDiv .trCountry, #countryDiv #trLetterV, #countryDiv #trLetterW, #countryDiv #trLetterX, #countryDiv #trLetterY, #countryDiv #trLetterZ {
  border-bottom: 1px solid #e7e7e7; }

#c243366 #letters {
  margin-bottom: 20px; }

#c202243 div.csc-default ul li {
  width: calc(100% - 1.5em); }

#c236780 #search {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #c236780 #search .fields {
    float: none; }
  #c236780 #search .label {
    float: none;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    color: #1b1d1f; }

#c236774 .single_events {
  padding: 25px 20px; }
  #c236774 .single_events #title:first-child {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px; }
  #c236774 .single_events #title {
    font-size: 14px;
    font-weight: normal; }
  #c236774 .single_events #location, #c236774 .single_events #respofficer, #c236774 .single_events #meetingcode {
    color: #545454; }

#c207617 div#mapContainer {
  height: 340px;
  text-align: left;
  width: auto;
  margin-bottom: 180px; }
  @media (min-width: 768px) {
    #c207617 div#mapContainer {
      margin-bottom: 120px; } }
  #c207617 div#mapContainer div#markersContainer {
    margin-top: 10px;
    position: relative;
    left: -15px; }
    #c207617 div#mapContainer div#markersContainer ul#officeMarkers li {
      left: 0;
      float: none !important;
      display: inline-block; }

#c445268 .hasDatepicker .ui-datepicker {
  width: auto;
  overflow-x: auto; }
  #c445268 .hasDatepicker .ui-datepicker .ui-datepicker-title {
    word-wrap: normal; }

#c181413 #news-right-col {
  width: auto !important; }
  #c181413 #news-right-col #bodytext-widget {
    width: auto; }
    #c181413 #news-right-col #bodytext-widget iframe {
      width: 100%; }

#c235466 {
  width: auto;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  #c235466 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

#c248939 .dynafef_det .container {
  width: 100%; }

#rightcolumn iframe {
  width: 100% !important; }

#c559448 .csc-textpic-imagewrap {
  position: relative;
  right: 22px; }

#c558764 .csc-textpic {
  display: flex;
  flex-direction: row-reverse; }
  #c558764 .csc-textpic .csc-textpic-imagewrap {
    width: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      #c558764 .csc-textpic .csc-textpic-imagewrap {
        width: 40%; } }
    #c558764 .csc-textpic .csc-textpic-imagewrap img {
      height: 101%;
      width: auto !important;
      margin-left: 0 !important;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: none;
      /* Medium devices (desktops, 992px and up) */ }
      @media (min-width: 992px) {
        #c558764 .csc-textpic .csc-textpic-imagewrap img {
          display: block; } }

#c559280.grey-table {
  margin-top: 20px; }

#c570050 .lof-slider_5 .lof-css3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.colored-box {
  position: relative; }
@media (min-width: 992px) {
  .colored-box.dkgreen-backg .csc-textpic-equalheight, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap, .colored-box.dkgreen-backg .csc-textpic-intext-right {
    display: flex;
    flex-direction: row-reverse;
    /* FAO default style */
    /* Extra small devices (phones, less than 768px) */
    /* No media query since this is the default in Bootstrap */
    /* Small devices (tablets, 768px and up) */ }
}
    .colored-box.dkgreen-backg .csc-textpic-equalheight > div:last-child, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap > div:last-child, .colored-box.dkgreen-backg .csc-textpic-intext-right > div:last-child {
      margin-right: 0 !important;
      width: 100%; }
    @media (min-width: 768px) {
      .colored-box.dkgreen-backg .csc-textpic-equalheight > div:last-child, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap > div:last-child, .colored-box.dkgreen-backg .csc-textpic-intext-right > div:last-child {
        width: 100%; } }
@media (min-width: 992px) {
    .colored-box.dkgreen-backg .csc-textpic-equalheight .csc-textpic-imagewrap, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .colored-box.dkgreen-backg .csc-textpic-intext-right .csc-textpic-imagewrap {
      position: relative;
      overflow: hidden;
      float: none;
      width: 60%;
      /*display: none;*/
      min-height: 200px; }}
      @media (min-width: 768px) {
        .colored-box.dkgreen-backg .csc-textpic-equalheight .csc-textpic-imagewrap, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .colored-box.dkgreen-backg .csc-textpic-intext-right .csc-textpic-imagewrap {
          display: block; } }
      .colored-box.dkgreen-backg .csc-textpic-equalheight .csc-textpic-imagewrap img, .colored-box.dkgreen-backg .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img, .colored-box.dkgreen-backg .csc-textpic-intext-right .csc-textpic-imagewrap img {
        height: 110% !important;
        width: auto !important;
        max-width: none !important;
        position: absolute;
        right: 0;
        left: auto; }
  .colored-box.dkgreen-backg .csc-textpic-text {
    padding:15px;
    }

  .colored-box.dkgreen-backg p.bodytext {
    padding: 0 0 15px 0;
    font-weight: 600; }

.p-breadcrumbs {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .p-breadcrumbs {
      margin-top: 0; } }
  .p-breadcrumbs .p-flow {
    background-color: white; }
  .p-breadcrumbs #top_breadcrumbs {
    padding: 28px 20px 100px 20px;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 992px) {
      .p-breadcrumbs #top_breadcrumbs {
        padding: 28px 20px; } }
    .p-breadcrumbs #top_breadcrumbs a {
      color: #0d6cac; }
  .p-breadcrumbs .bread, .p-breadcrumbs .bread_act {
    font-size: 0; }
    .p-breadcrumbs .bread:after, .p-breadcrumbs .bread_act:after {
      content: '/';
      font-size: 12px;
      padding: 0 5px;
      color: #ccc; }

/* Sub-page corporate */
#top-banner {
  overflow: auto; }

section#content {
  background-color: #fff;
  padding-bottom: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  /* FAO default style */
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    section#content {
      flex-direction: row; } }
  section#content .csc-header h3 {
    font-weight: 300; }
  section#content #leftcolumn {
    width: auto;
    max-width: none;
    display: block; }
    @media (min-width: 768px) {
      section#content #leftcolumn {
        max-width: 25%; } }
  section#content #maincontent {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 15px 20px 15px 20px; }
    section#content #maincontent ul {
      color: #545454; }
  section#content #rightcolumn {
    width: auto;
    max-width: none;
    display: block; }
    @media (min-width: 768px) {
      section#content #rightcolumn {
        max-width: 25%; } }
  section#content .sbHolder {
    width: 100%; }
  section#content td.tx-loginboxmacmade-pi1-fieldCell input.submit,
  section#content input#id_input_act_search, section#content input#mailformsubmit,
  section#content div#div_submit_button input,
  section#content div#div_delete_button input,
  section#content div#search input#btn-submit,
  section#content div.btn a,
  section#content input#id_input_act_Search,
  section#content input.tx-prmessaging-pi1-searchbox-button,
  section#content #dynafef_actions input, section#content button.social-button {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background: none;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 10px;
    font-size: 13px !important;
    background-color: transparent;
    border: 1px solid #0d6cac;
    color: #0d6cac !important; }

.p-header, p-nav, footer {
  font-family: 'Open Sans', sans-serif; }

body div.wrapper {
  background-color: #f7f8f9; }

#top-banner h1.csc-firstHeader {
  margin-top: 0; }

.p-banner .p-flow {
  background-color: #fff; }

div.p-flow {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.flowContent.p-header {
  background-color: #0d6cac;
  height: 100px; }

.top-submenu {
  display: none; }

body div.sub-search {
  top: 0;
  position: relative; }

/**/
body div#langs .CUR a, body div#langs .NO a {
  color: #fff;
  /*text-transform: uppercase*/; }

body div#langs .CUR a {
  color: #74beef; }

body div#google_search {
  top: 45px; }

div.sub-search {
  color: #fff; }

body div#nav-container {
  margin-top: 0px; }

#navbar .nav > li > a:hover, #navbar .nav > li > a:focus {
  color: #000;
  background-color: transparent; }

.flowContent.p-nav {
  background-color: #f8f8f8;
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1; }

.flowContent.p-footer {
  background-color: #fff; }

footer {
  background-color: #fff; }

body footer a {
  color: #0d6cac; }

body footer h4 {
  color: #999999; }

body div#social-networks img {
  width: 140px;
  height: initial; }

footer i {
  color: #b1bac3;
  width: 13%;
  font-size: 20px !important;
margin-bottom:15px}

/* Sub left Menu*/
#leftcolumn {
  padding: 15px 20px 0 20px; }
  @media (min-width: 768px) {
    #leftcolumn {
      padding: 15px 0 0 20px; } }
  #leftcolumn nav#leftmenu {
    width: auto; }
    @media (min-width: 768px) {
      #leftcolumn nav#leftmenu {
        width: 182px;
        margin-top: 10px; } }
    #leftcolumn nav#leftmenu ul#left-submenu li a {
      border-bottom: 1px solid #e7e7e7; }

/* Sub-media page */
.news-list h1 {
  font-size: 22px;
  margin-bottom: 0; }
.news-list h4 {
  font-size: 14px !important;
  line-height:20px;
}

.news-item .article-image {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 15px 0; }
  .news-item .article-image img {
    width: 100%;
    height: auto;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .news-item .article-image .news-caption {
    position: absolute;
    bottom: 0;
    background-color: white;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 1; }

div#content_recent_production {
  display: flex;
  flex-wrap: wrap; }

#c209517 div#content_browse_catalogue {
  width: 100%; }

#c209597 div#tmpSlideshow {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 40px;
  position: relative;
  min-height: 650px; }
  @media (min-width: 768px) {
    #c209597 div#tmpSlideshow {
      min-height: 345px; } }
  #c209597 div#tmpSlideshow .tmpSlide {
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
    #c209597 div#tmpSlideshow .tmpSlide div.content_image {
      width: 100% !important;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #c209597 div#tmpSlideshow .tmpSlide div.content_image {
          width: 50% !important; } }
      #c209597 div#tmpSlideshow .tmpSlide div.content_image img.image_slide {
        z-index: auto;
        width: 100% !important;
        height: auto; }
    #c209597 div#tmpSlideshow .tmpSlide .tmpSlideCopy {
      width: 100% !important; }
      @media (min-width: 768px) {
        #c209597 div#tmpSlideshow .tmpSlide .tmpSlideCopy {
          width: 50% !important; } }
      #c209597 div#tmpSlideshow .tmpSlide .tmpSlideCopy .content_abstract {
        height: auto !important; }
  #c209597 div#tmpSlideshow #tmpSlideshowControls {
    width: 100% !important;
    top: auto !important;
    left: 0 !important;
    bottom: 5px; }

div#content_recent_production div.right {
  margin-left: 0; }

div#content_recent_production div.content_box {
  margin: 7px 7px 7px 0;
  height: auto;
  width: 100%;
  margin-right: 0;
  /* Small devices (tablets, 768px and up) */ }
  div#content_recent_production div.content_box.right {
    margin: 7px 7px 7px 0;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      div#content_recent_production div.content_box.right {
        margin: 7px 0 7px 7px; } }
  @media (min-width: 768px) {
    div#content_recent_production div.content_box {
      width: calc(50% - 7px); } }
  div#content_recent_production div.content_box .tmpSlide .link_audio_detail, div#content_recent_production div.content_box .tmpSlide .link_video_detail {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 15px; }
  div#content_recent_production div.content_box .content_title {
    position: relative;
    padding-right: 20px; }
    div#content_recent_production div.content_box .content_title .cat_text {
      width: 100%;
      padding-right: 20px;
      padding-left: 0; }
    div#content_recent_production div.content_box .content_title .link_audio_detail, div#content_recent_production div.content_box .content_title .link_video_detail {
      font-weight: 300;
      margin-bottom: 20px;
      font-size: 15px; }
  div#content_recent_production div.content_box div.cat_image {
    position: absolute;
    right: 0; }
  div#content_recent_production div.content_box .content_body:after {
    display: block;
    content: "";
    clear: both; }
  div#content_recent_production div.content_box .content_body .content_image {
    width: 40%; }
  div#content_recent_production div.content_box .content_body .content_info {
    width: calc(60% - 10px); }
    div#content_recent_production div.content_box .content_body .content_info .content_abstract {
      height: auto !important; }

/* Content Details */
div#content_detail_audio div#content_title {
  width: auto; }
div#content_detail_audio div#conten_all_audio div.record_abstract {
  width: auto; }
div#content_detail_audio div#conten_all_audio div#content_intro_abstract {
  width: auto; }
div#content_detail_audio div#conten_all_audio div.content_share_download {
  width: auto; }
div#content_detail_audio div#conten_all_audio .content_audio_record .record_image {
  float: none; }
div#content_detail_audio div#conten_all_audio .content_audio_record .record_abstract {
  float: none; }
  div#content_detail_audio div#conten_all_audio .content_audio_record .record_abstract .content_share_download .share {
    width: auto; }
  div#content_detail_audio div#conten_all_audio .content_audio_record .record_abstract .content_share_download .download {
    width: auto; }

div#content_detail_video div#content_title {
  width: auto; }
div#content_detail_video div#conten_all_video {
  width: auto;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  div#content_detail_video div#conten_all_video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
div#content_detail_video div#content_detail_info_video .info_video_share {
  width: 100%; }
  @media (min-width: 768px) {
    div#content_detail_video div#content_detail_info_video .info_video_share {
      width: 10%; } }

/* ################ HEADER ############## */
header {
  padding: 15px 0;
  margin-bottom: 0;
  display:flex;}

.p-flow #nav-container .navbar {
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .p-flow #nav-container .navbar {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .p-flow #nav-container .navbar .navbar-nav > li > a {
      padding:0 } }

h1.logo#logo-ltr {
  font-size: 0px;
  margin: 0; }
  h1.logo#logo-ltr img {
    width: 290px; }
    @media (min-width: 768px) {
      h1.logo#logo-ltr img {
        width: auto; height:70px; } }

h1.logo#logo-ltr p {
  margin:0;
  }

div#langs {
  position: absolute;
  right: 20px;
  top: 60px; }
  @media (min-width: 768px) {
    div#langs {
      top: 0; } }
  /*@media (min-width: 992px) {
    div#langs {
      right: 0; } }*/

div#langs .CUR,
div#langs .NO {
  float: left; }
  div#langs .CUR:first-child a,
  div#langs .NO:first-child a {
    margin-left: 0; }
  div#langs .CUR:last-child a,
  div#langs .NO:last-child a {
    margin-right: 0; }

div#langs .CUR a,
div#langs .NO a {
  font-weight: normal;
  color: #5191c8;
  margin: 0 10px;
  text-transform: capitalize;
  font-size: 13px !important; }

div#langs .CUR a {
  color: #000; }

div#top-links {
  position: absolute;
  top: 60px;
  right: 280px;
  white-space: nowrap; }

div#top-links a {
  color: #000; }

div#google_search {
  position: absolute;
  top: 60px;
  right: 20px; }
  @media (min-width: 992px) {
    div#google_search {
      right: 0; } }

div.gsc-wrapper {
  float: none !important; }

div#google_search input.inputbox:focus {
  border: 1px solid #37AAEA !important;
  -webkit-box-shadow: #6896a3 0px 0px 3px;
  -moz-box-shadow: #6896a3 0px 0px 3px;
  box-shadow: #6896a3 0px 0px 3px; }

div#google_search form {
  position: relative; }

div#google_search input#search-submit {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 29px;
  height: 29px;
  background-color: #8acdb2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  background-image: url(img/ic_search_white_24px.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: transparent; }

div#first-level-banner, #top-banner div.over-top-first-level-banner {
  margin-top: 15px;
  padding: 30px 10px 2px 10px;
  font-size: 1.875em;
  color: #000;
  background: #f5f5f5;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #f5f5f5 0%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 74%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f5f5f5), color-stop(25%, #fcfcfc), color-stop(50%, #fcfcfc), color-stop(74%, #f8f8f8), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 74%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f5f5f5 0%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 74%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f5f5f5 0%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 74%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f5f5f5 0%, #fcfcfc 25%, #fcfcfc 50%, #f8f8f8 74%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f7f7f7', GradientType=1);
  /* IE6-8 */
  border-bottom: 1px solid #d2d0d0; }

nav#leftmenu ul {
  margin: 0;
  padding: 0; }

#top-banner div.over-top-first-level-banner h1 {
  margin: 0;
  font-size: 1.0em;
  padding: 3px 0; }

.tx-dynalist-pi1-pagination a {
  border-radius: 2px; }

nav#leftmenu ul li a {
  text-decoration: none;
  display: block;
  font-weight: normal;
  border-radius: 2px;
  background-color: #ccd7d9; }

nav#leftmenu ul li a:hover {
  background-color: #7f9ca0;
  transition: all 200ms ease 0s;
  text-decoration: none;
  color: white; }

/* Latest navbar fixes */
.header #mobile-menu {
  top: -10px;
  z-index: 1;
  opacity: 1; }

#nav-container {
  margin-top: 0 !important;
  top: 0 !important; }

#top-banner h1 {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0; }

#content h1 {
  font-weight: 300;
  margin-bottom: 20px; }
#content h2 {
  font-weight: 300;
  border-top: 0; }
#content h3 {
  border-top: 0; }

/* Webcast */
#maincontent_bg {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    #maincontent_bg {
      flex-direction: row; } }
  #maincontent_bg .content-left {
    float: none !important;
    flex-grow: 1;
    margin-right: 0;
    margin-top: 70px; }
    @media (min-width: 992px) {
      #maincontent_bg .content-left {
        margin-right: 20px;
        margin-top: 0;
        width: 75%; } }
    #maincontent_bg .content-left .content-box-player-top .c-title {
      width: 100%; }
    #maincontent_bg .content-left .content-box-player-top .c-date-event {
      float: right; }
    #maincontent_bg .content-left #lv_video iframe {
      width: 100% !important;
      height: 412px !important; }
    #maincontent_bg .content-left #lv_video .video-js {
      width: 100%; }
  #maincontent_bg .content-right {
    width: 100% !important;
    float: none !important; }
    @media (min-width: 992px) {
      #maincontent_bg .content-right {
        max-width: 25%; } }
    #maincontent_bg .content-right .header-calendar {
      width: 100%; }
    #maincontent_bg .content-right div.box-home-twitter {
      width: 100%; }
    #maincontent_bg .content-right .content-tabs {
      width: 100%; }
      #maincontent_bg .content-right .content-tabs div#c309780 {
        width: 100%; }


#c309780 .content-box-calendar .c-items .c-images {
  margin: 0 15px 5px 0px; }

/* Languages */
/* Arabic */
[lang="ar"] {
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
  /* Btns */
  /* Page Tools */
  /* Timeline */
  /* Country Profile */ }
  [lang="ar"] body {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden; }
  [lang="ar"] .language-switch {
    font-family: 'Cairo', sans-serif;
    text-align: right; }
    @media (min-width: 768px) {
      [lang="ar"] .language-switch {
        text-align: left; } }
  [lang="ar"] p {
    font-family: 'Cairo', sans-serif; }
  [lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3, [lang="ar"] h4, [lang="ar"] h5, [lang="ar"] h6 {
    font-family: 'Cairo', sans-serif; }
  [lang="ar"] .pull-left {
    float: right !important; }
  [lang="ar"] .pull-right {
    float: left !important; }
  [lang="ar"] .p-header h1.logo#logo-ar {
    margin-top: 0 !important;
    padding-right: 0 !important; }
    [lang="ar"] .p-header h1.logo#logo-ar img {
      width: 290px;
      margin-right: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        [lang="ar"] .p-header h1.logo#logo-ar img {
          width: 350px; } }
  [lang="ar"] .p-header div#google_search input#search-submit {
    right: auto;
    left: 2px; }
  [lang="ar"] .p-header div#langs .CUR, [lang="ar"] .p-header div#langs .NO {
    float: right; }
    @media (min-width: 768px) {
      [lang="ar"] .p-header div#langs .CUR, [lang="ar"] .p-header div#langs .NO {
        float: left; } }
  [lang="ar"] .p-header div#langs {
    right: auto;
    right: 20px; }
    @media (min-width: 768px) {
      [lang="ar"] .p-header div#langs {
        top: 0; } }
    @media (min-width: 992px) {
      [lang="ar"] .p-header div#langs {
        left: 0; } }
  [lang="ar"] div#google_search {
    position: absolute !important;
    top: 45px;
    right: auto;
    left: 20px; }
    @media (min-width: 992px) {
      [lang="ar"] div#google_search {
        right: auto;
        left: 0; } }
  [lang="ar"] .navbar-default .navbar-nav > li {
    border-right: 0; }
  [lang="ar"] #navbar ul li {
    float: none !important; }
  [lang="ar"] .dropdown-menu nav ul li {
    float: none; }
  @media (min-width: 768px) {
    [lang="ar"] .navbar-default .navbar-nav > li > a {
      padding-right: 5px;
      padding-left: 5px;
      font-size: 14px; }
    [lang="ar"] #navbar ul li {
      float: right !important; }
    [lang="ar"] .dropdown-menu nav ul li {
      float: right; } }
  @media (min-width: 992px) {
    [lang="ar"] .navbar-default .navbar-nav > li > a {
      padding-right: 12px;
      padding-left: 12px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    [lang="ar"] .navbar-default .navbar-nav > li > a {
      padding-right: 18px;
      padding-left: 18px;
      font-size: 16px; } }
  [lang="ar"] .p-flow #nav-container .navbar {
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 1200px) {
      [lang="ar"] .p-flow #nav-container .navbar .navbar-nav > li > a {
        padding-right: 12px;
        padding-left: 12px; } }
  [lang="ar"] #leftcolumn {
    padding: 15px 20px 0 20px; }
    @media (min-width: 768px) {
      [lang="ar"] #leftcolumn {
        padding: 15px 20px 0 0; } }
  [lang="ar"] .btn-light .material-icons {
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  [lang="ar"] .section-button .ico-holder {
    right: auto;
    left: 2px;
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  [lang="ar"] .collapse-header .btn-light .material-icons {
    right: auto;
    left: 0; }
  [lang="ar"] .google-search {
    pointer-events: none; }
    @media (min-width: 768px) {
      [lang="ar"] .google-search {
        pointer-events: auto;
        text-align: left; } }
    [lang="ar"] .google-search .search-btn {
      right: auto;
      left: 2px; }
    [lang="ar"] .google-search .inputbox {
      padding-right: 20px !important;
      padding-left: 40px !important;
      background-position: 60px 9px !important;
      text-indent: 5px !important;
      text-align: start !important; }
  [lang="ar"] .jumbotron-image .image-gradient {
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  [lang="ar"] #page-tools {
    float: right;
    /* Medium devices (desktops, 992px and up) */ }
    [lang="ar"] #page-tools #send-email {
      float: right; }
    [lang="ar"] #page-tools #print {
      float: right; }
    [lang="ar"] #page-tools .addthis_toolbox {
      float: right; }
    @media (min-width: 992px) {
      [lang="ar"] #page-tools {
        float: left; }
        [lang="ar"] #page-tools #send-email {
          float: left; }
        [lang="ar"] #page-tools #print {
          float: left; }
        [lang="ar"] #page-tools .addthis_toolbox {
          float: left; } }
  [lang="ar"] .vco-storyjs .vco-feature h1, [lang="ar"] .vco-storyjs .vco-feature h2, [lang="ar"] .vco-storyjs .vco-feature h3, [lang="ar"] .vco-storyjs .vco-feature h4, [lang="ar"] .vco-storyjs .vco-feature h5, [lang="ar"] .vco-storyjs .vco-feature h6, [lang="ar"] .vco-storyjs p, [lang="ar"] .vco-storyjs blockquote, [lang="ar"] .vco-storyjs blockquote p, [lang="ar"] .vco-storyjs .twitter blockquote p {
    font-family: 'Cairo', sans-serif !important; }
  [lang="ar"] .vco-storyjs .timenav h1, [lang="ar"] .vco-storyjs .flag-content h1, [lang="ar"] .vco-storyjs .era h1, [lang="ar"] .vco-storyjs .timenav h2, [lang="ar"] .vco-storyjs .flag-content h2, [lang="ar"] .vco-storyjs .era h2, [lang="ar"] .vco-storyjs .timenav h3, [lang="ar"] .vco-storyjs .flag-content h3, [lang="ar"] .vco-storyjs .era h3, [lang="ar"] .vco-storyjs .timenav h4, [lang="ar"] .vco-storyjs .flag-content h4, [lang="ar"] .vco-storyjs .era h4, [lang="ar"] .vco-storyjs .timenav h5, [lang="ar"] .vco-storyjs .flag-content h5, [lang="ar"] .vco-storyjs .era h5, [lang="ar"] .vco-storyjs .timenav h6, [lang="ar"] .vco-storyjs .flag-content h6, [lang="ar"] .vco-storyjs .era h6 {
    font-family: 'Cairo', sans-serif !important; }
  [lang="ar"] .slider-container .slider-item-container .content .container {
    text-align: center !important; }
  [lang="ar"] .country-detail-ico {
    margin-left: 15px;
    margin-right: -50px; }
  [lang="ar"] .publication-thumb {
    padding: 15px 0 15px 30px; }
  [lang="ar"] .country-detail-col h1 {
    font-family: 'Open Sans', sans-serif; }
  [lang="ar"] .country-subsection .cut-shadow {
    right: auto;
    left: -1px;
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  [lang="ar"] #c558291 .title-container .country-flag {
    margin-right: 0;
    margin-left: 30px; }
    [lang="ar"] #c558291 .title-container .country-flag:after {
      content: '';
      position: absolute;
      left: -20px;
      right: auto; }
  [lang="ar"] .publ-hl-main .list-block {
    padding-left: 0;
    padding-right: 3em; }
  @media (min-width: 768px) {
    [lang="ar"] .swiper-slide {
      align-items: flex-end; } }
  @media (min-width: 768px) {
    [lang="ar"] .swiper-slide .swiper-caption {
      text-align: right;
      width: calc(50% - 100px);
      margin-left: 0;
      margin-right: 100px; } }
  [lang="ar"] .swiper-slide:before {
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  [lang="ar"] #c207617 div#mapContainer {
    text-align: right; }
    [lang="ar"] #c207617 div#mapContainer div#markersContainer {
      left: auto;
      right: -25px; }
  [lang="ar"] div#content_recent_production div.content_box {
    margin: 7px 0 7px 7px; }
    [lang="ar"] div#content_recent_production div.content_box.right {
      margin: 7px 7px 7px 0; }
  [lang="ar"] .csc-textpic-equalheight .csc-textpic-imagewrap, [lang="ar"] .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, [lang="ar"] div.csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-left: 0 !important; }
    [lang="ar"] .csc-textpic-equalheight .csc-textpic-imagewrap img, [lang="ar"] .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img, [lang="ar"] div.csc-textpic-intext-right .csc-textpic-imagewrap img {
      right: auto !important;
      left: 0 !important; }
  [lang="ar"] div.csc-textpic-intext-right DIV.csc-textpic-single-image IMG {
    margin-left: 0 !important; }
  [lang="ar"] .sub-search {
    right: 0; }
  [lang="ar"] .keyfacts-box ul li:before {
    right: -7px; }


html[lang="fr"] #c536961 .height-400 {
  height: auto; }
  @media (min-width: 768px) {
    html[lang="fr"] #c536961 .height-400 {
      height: 450px; } }

/* Russian Style */
html[lang="ru"] {
  /* Medium devices (desktops, 992px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  html[lang="ru"] body .wrapper {
    font-family: 'Open Sans', sans-serif; }
  html[lang="ru"] .navbar-default .navbar-nav > li {
    border-right: 0; }
  @media (min-width: 768px) {
    html[lang="ru"] .navbar-default .navbar-nav > li > a {
      padding-right: 5px;
      padding-left: 5px;
      font-size: 14px; } }
  @media (min-width: 992px) {
    html[lang="ru"] .navbar-default .navbar-nav > li > a {
      padding-right: 12px;
      padding-left: 12px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html[lang="ru"] .navbar-default .navbar-nav > li > a {
      padding-right: 18px;
      padding-left: 18px;
      font-size: 16px; } }
  html[lang="ru"] .p-flow #nav-container .navbar {
    /* Large devices (large desktops, 1200px and up) */ }
    @media (min-width: 1200px) {
      html[lang="ru"] .p-flow #nav-container .navbar .navbar-nav > li > a {
        padding-right: 13px;
        padding-left: 13px; } }

  html[lang="ru"] .blue-box-text {
    padding: 25px; }
  html[lang="ru"] #c536961 .height-400 {
    height: auto; }
    @media (min-width: 768px) {
      html[lang="ru"] #c536961 .height-400 {
        height: 450px; } }
  html[lang="ru"] #c207617 div#mapContainer {
    margin-bottom: 210px; }
    @media (min-width: 768px) {
      html[lang="ru"] #c207617 div#mapContainer {
        margin-bottom: 140px; } }

/* Media */
/* Printable */
@media print {
  body {
    overflow: visible !important;
    height: auto;
    margin: 25mm 25mm 25mm 25mm; }

  @page {
    size: A4 portrait; }
  h1, h2, h3, h4, h5 {
    page-break-after: avoid; }

  a[href]:after {
    content: none !important; }

  /* Hidden elements */
  .flowContent.p-header,
  .flowContent.p-breadcrumbs,
  .rightcolumn-internal,
  #leftcolumn,
  .flowContent.p-footer {
    display: none !important; }

  section#content {
    display: block; } }
/* Devices */

/*# sourceMappingURL=index.css.map */























































