html body {
  background-image:none;
  background-color:#f1f1f1;
  font-family:'Open Sans', sans-serif;
  font-size:1rem !important;
  text-align: right !important;
  direction: rtl;
  }

/* HEADER */

.navbar-toggler-icon{
    background-image: url("http://www.fao.org/fileadmin/templates/cfs/icons/nav-bar-toggler.svg") !important;
  }

header {
  background-color:#1271a2;
  }

.cfs-logo DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  width:auto;
  height:120px;
  margin:1rem 0;
  float: right !important;
  }

.cfs-header .row {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1271a2+0,1979ab+100 */
  background: #1271a2; /* Old browsers */
  background: -moz-linear-gradient(left,  #1271a2 0%, #1271a2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #1271a2 0%,#1271a2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #1271a2 0%,#1271a2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1271a2', endColorstr='#1271a2',GradientType=1 ); /* IE6-9 */
}

.cfs-header-left {
 display:flex;
}

.cfs-header-left .logo-title {
  margin:1rem 1.5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.cfs-header-left .logo-title h1 {
  color:#fff;
}

.cfs-header-left .logo-title h2 {
  color:#ccc;
}

@media (min-width: 992px) {
  .cfs-header-left .logo-title h1 {
    color:#fff;
    font-size:1.6rem !important;
  }

  .cfs-header-left .logo-title h2 {
    font-size:1.2rem !important;
  }
}

@media (min-width: 1200px) {
  .cfs-header-left .logo-title h1 {
    color:#fff;
    font-size:2rem !important;
  }

  .cfs-header-left .logo-title h2 {
    font-size:1.4rem !important;
  }
}

.cfs-header-right {
  display:flex;
  flex-direction:column;
  }


@media (min-width: 992px) {
  .cfs-header-right {
    padding-left:0;
  }
}

.header-search {
  margin:1rem;
}

.header-search .inputbox {
  border:0;
  font-size:1rem;
  padding:5px 10px;
  width:200px;
  border-radius:4px 0 0 4px;
  background-position:7px center !important;
}

.header-search .inputbox:focus {
  outline:none;
}

.header-search .button {
  border:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z'%3E%3C/path%3E%3C/svg%3E");
  width:40px;
  background-position:center center;
  background-repeat:no-repeat;
  background-color:#fff;
  padding:5px 0;
  border-radius:0 4px 4px 0;
}

/*Member List - Bureau and Advisory Group*/

ul .memberList{
  list-style: none;
  width: 100%;
  padding-inline-start: 0px !important;
}

.memberList li{
  display: inline-block;
  background: #EFEFEF;
  margin: 3px;
  color: #3E3E3E;
  padding: 10px;
  transition: background 0.3s ease-in;
}

.memberList li:hover{
  background: #CCCCCC;
}

.memberList a{
  color: #3E3E3E !important;
  font-weight: 400 !important;
}

.memberList a:hover{
  text-decoration: none;
}

/*Blue List*/

ul .blueList{
  list-style: none;
  width: 100%;
  padding-inline-start: 0px !important;
}

.blueList li{
  display: inline-block;
  background: #1979ab;
  margin: 3px;
  color: #FFFFFF;
  padding: 10px;
  transition: background 0.3s ease-in;
}

.blueList li:hover{
  background: #1fb47c;
}

.blueList a{
  color: #FFFFFF !important;
  font-weight: 400 !important;
}

.blueList a:hover{
  text-decoration: none;
}


/* HORIZONTAL TIMELINE*/

.timeline {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 100%;
  height: 100%;
  padding: 30px 0 10px 0;
  position: relative;
}
.year-timeline {
  display: inline-block;
  text-align: center;
  color: #1979ab;
  font-size: 22pt;
  font-weight: bold;
  position: relative;
  top: -30px;
  width: 350px;
}
.timeline table{
  width: 100%;
  table-layout: fixed;
  display: table;
}
.timeline td{
  vertical-align: top;
  overflow: visible;
  width: 350px;
  height: 96px;
}

.entry {
    display: inline-block;
  margin: auto;
    vertical-align: top;
    background: #1979ab;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
  top: -20px;
  transition: background 0.3s ease-in;
}

.entry:hover{
  background: #1fb47c;
}
  
.entry:after {
    content: '';
    display: block;
    background: #1979ab;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 6px solid #1979ab;
  position: absolute;
    left: 50%;
    top: -38px;
    margin-left: -10px;
}

.entry:before {
    content: '';
    display: block;
    background: #1979ab;
    width: 5px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -3px;
}
  
.entry-bottom{
  display: inline-block;
  margin: auto;
  vertical-align: top;
  background: #1979ab;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  top: -2px;
  transition: background 0.3s ease-in;
}
  
.entry-bottom:hover{
  background: #1fb47c;
}
.entry-bottom:after {
    content: '';
    display: block;
    background: #1979ab;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 6px solid #1979ab;
    position: absolute;
    left: 50%;
    top: -170px;
    margin-left: -10px;
}

.entry-bottom:before {
    content: '';
    display: block;
    background: #1979ab;
    width: 5px;
    height: 182px;
    position: absolute;
    left: 50%;
    top: -182px;
    margin-left: -3px;
}
#agroeco-tl{
  left: 50px;
}
#youth-tl{
  left: 100px;
}
#inequal-tl{
  left: 150px;
}
#gender-tl{
  left: 300px;
}
#data-tl{
  left: 320px;
}

.bar {
    height: 34px;
    background: #1979ab;
    width: 100%;
    position: relative;
    top: 80px;
    left: 0;
  text-align: center;
  z-index: 10;
}

.bar a{
  color: white !important;
}
.bar a:hover{
  text-decoration: none;
}

/*Accordion Template*/

/*Outer Accordion - blue background*/
.accordionOut {
  background-color: #1979ab;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: right;
  border-bottom: solid;
  border-top: solid;
  border-left: none;
  border-right: none;
  outline: none;
  transition: 0.4s;
}
.accordionOut.active, .accordionOut.focus, .accordionOut:hover {
  background-color: #1fb47c;
}
.accordionOut:after {
  content: '\0276E';
  transform: rotate(270deg);
  font-size: 13px;
  float: left;
  margin-left: 5px;
}
.accordionOut.active:after {
  content: '\0276E';
  transform: rotate(0deg);
}

/* Inner Accordion - light grey background*/
.accordionInn {
  background-color: #DFDFDF;
  color: #3E3E3E;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordionInn.active, .accordionInn.focus, .accordionInn:hover {
  background-color: #CCCCCC;
  outline: none;
}
.accordionInn:after {
  content: '\0276E';
  transform: rotate(270deg);
  font-size: 13px;
  float: left;
  margin-left: 5px;
}
.accordionInn.active:after {
  content: '\0276E';
  transform: rotate(0deg);
}

/* Accordion Biographies*/


/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #EFEFEF; /* or add it to the track */
}

/* Add a thumb */
::-webkit-scrollbar-thumb {
    background: #1979ab;
}
  
  
/* MYPOW*/

/* MYPOW - years*/
div .years{
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: center;
  background: #1979ab;
}
.years h3{
  color: white;
}

/*MYPOW - table*/

.mypow-tl{
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 11pt;
}
  
.mypow-tl tr td{
  height: 100px;
  width: 250px;
  vertical-align: middle;
  padding: 2px;
}
  
.mypow-tl tr th{
  background: #EFEFEF;
  height: 100px;
  width: 100px;
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
  border-bottom: 3px solid white;
}
#empty-th{
  border: none;
}

/*MYPOW - timeline*/
  
.timeline-mypow {
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
  padding: 30px 0 10px 0;
  position: relative;
}
  

.timeline-mypow a{
  font-size: 14px;
}

/*MYPOW - sections*/
  
/*MYPOW - uptake/outreach*/
  
.entry-mypow-z0{
  font-size: 11pt;
  line-height: 14pt;
  display: inline-block;
  vertical-align: top;
  background:-webkit-linear-gradient(left, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  background:-o-linear-gradient(left, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  background:linear-gradient(to right, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 240px;
  left: 2.5px;
  top: -7px;
  height: 80px;
  transition: filter 0.3s ease-in-out;
}
.entry-mypow-z0:hover{
  background:-webkit-linear-gradient(30deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
  background:-o-linear-gradient(30deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
  background:linear-gradient(120deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
}

/*MYPOW - inclusive discussion*/
.entry-mypow-z1{
  font-size: 11pt;
  line-height: 14pt;
  display: inline-block;
  vertical-align: top;
  background:-webkit-linear-gradient(left, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  background:-o-linear-gradient(left, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  background:linear-gradient(to right, rgba(103,178,83,1) 0%, rgba(62,165,186,1) 100%);
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 240px;
  top: 7px;
  left: 2.5px;
  height: 80px;
  transition: filter 0.3s ease-in-out;
}
  
.entry-mypow-z1:hover{
  background:-webkit-linear-gradient(30deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
  background:-o-linear-gradient(30deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
  background:linear-gradient(120deg, rgba(103,178,83,1) 25%, rgba(62,165,186,1) 150%);
}

/*MYPOW - CFS Plenaries*/

.entry-mypow-z2{
  font-size: 11pt;
  display: inline-block;
  vertical-align: top;
  background: -webkit-linear-gradient(left, rgba(25,121,171,1) 0%, rgba(60,80,170,1) 150%);
  background: -o-linear-gradient(left, rgba(25,121,171,1) 0%, rgba(60,80,170,1) 150%);
  background: linear-gradient(to right, rgba(25,121,171,1) 0%, rgba(60,80,170,1) 150%);
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 75px;
  height: 70px;
  transition: filter 0.3s ease-in-out;
  margin: 2px;
}
  
.entry-mypow-z2:hover{
  background: -webkit-linear-gradient(30deg, rgba(25,121,171,1) 25%, rgba(60,80,170,1) 150%);
  background: -o-linear-gradient(30deg, rgba(25,121,171,1) 25%, rgba(60,80,170,1) 150%);
  background: linear-gradient(120deg, rgba(25,121,171,1) 25%, rgba(60,80,170,1) 150%);
}
  
.entry-mypow-z2:before {
  content: '';
  display: block;
  background: #1979ab;
  width: 5px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -3px;
}
  
#cfs47-mypow{
  left: 95%;
}
  
#cfs48-mypow{
  left: 28%;
}
  
#cfs49-mypow{
  left: 30%;
}
  
#cfs50-mypow{
  left: 60%;
}
  
#cfs51-mypow{
  left: 45%;
}

/*MYPOW - HLPE Reports*/
  
.entry-mypow-z3{
  font-size: 11pt;
  line-height: 14pt;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(left, rgba(234,108,51,1) 0%, rgba(164,82,95,1) 150%);
  background: -o-linear-gradient(left, rgba(234,108,51,1) 0%, rgba(164,82,95,1) 150%);
  background: linear-gradient(to right, rgba(234,108,51,1) 0%, rgba(164,82,95,1) 150%);
  color: #FFF;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 240px;
  height: 80px;
  transition: filter 0.3s ease-in-out;
}

.entry-mypow-z3:hover{
  background: linear-gradient(120deg, rgba(234,108,51,1) 25%, rgba(164,82,95,1) 150%);
}

/*MYPOW - Policy Guidance 1*/

.entry-mypow-z4{
  font-size: 11pt;
  line-height: 14pt;
  line-height: 14pt;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(left, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  background: -o-linear-gradient(left, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  background: linear-gradient(to right, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  color: #fff;
  padding: 10px;
  text-align: center;
  top: 7px;
  position: relative;
  height: 80px;
  transition: filter 0.3s ease-in-out;
}
  #agroeco-mypow{
    width: 350px;
    overflow: visible;
  }
  #youth-mypow{
    width: 228px;
    left: -50px;
  }
  #data-mypow{
    width: 195px;
    left: -55px;
  }
.entry-mypow-z4:hover{
  background: -webkit-linear-gradient(30deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
  background: -o-linear-gradient(30deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
  background: linear-gradient(120deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
}
      
/*MYPOW - Policy Guidance 2*/
  
.entry-mypow-z5{
  font-size: 11pt;
  line-height: 14pt;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(left, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  background: -o-linear-gradient(left, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  background: linear-gradient(to right, rgba(248,73,72,1) 0%, rgba(110,11,163,1) 150%);
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  top: -7px;
  height: 80px;
  transition: filter 0.3s ease-out;
}
.entry-mypow-z5:hover{
  background: -webkit-linear-gradient(30deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
  background: -o-linear-gradient(30deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
  background: linear-gradient(120deg, rgba(248,73,72,1) 25%, rgba(110,11,163,1) 150%);
}
#vgfsyn-mypow{
  width: 265px;
}
#gender-mypow{
  width: 370px;
  left: 60px;
}
#inequal-mypow{
  width: 100px;
  left: 140px;
}

/* Panel*/

.panel {
  padding: 0 18px;
  background-color: #EFEFEF;
  display: none;
  overflow: hidden;
}

.panelBio {
  padding: 0 18px;
  background-color: #DEDEDE;
  display: none;
  overflow: hidden;
  width: 100%
}

td.a{
  vertical-align: top; 
  width: 125px;
  height: 130px;
} 
td.b{
  vertical-align: top;
  width: 100%;
}
.b p{
  padding: 18px;
}

/*table for the panel Bio*/

td.a{
  vertical-align: top; 
  width: 125px;
  height: 130px;
} 
td.b{
  vertical-align: top;
  width: 100%;
}

div.infoBox{
  width: 450px;
  background-color: #CCCCCC;
  padding: 10px;
  color: #1979ab;
  font-size: 10.5pt;
  position: relative;
}
div.products-th{
  background-color: #1fb47c;
  color: #FFF;
  font-weight: bold;
  padding: 18px;
  width: 100%;
  text-align: right;
  margin: 3px;
}
div.products-ts{
  padding: 18px 18px;
  background-color: #EFEFEF;
  overflow: hidden;
  width: 100%;
  margin: 3px 0px;
}
button.more-info{
  background-color: #1979ab;
  width: 120px;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 2px;
  border: none;
  outline: none;
}
.more-info:hover{
  background-color: #1fb47c;
  outline: none;
}
table.products{
  display: block;
  table-layout: fixed;
  vertical-align: top;
}
td.products{
  padding: 10px;
  vertical-align: top;
}

/*COVID-19 page*/

.card-container{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.card{
  width: 280px;
  min-height: 280px;
  margin: 1px;
  background-color: #1E82BE;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  transition: transform 0.2s ease-in;
}
.card:hover{
  background-color: #1fb47c;
  cursor: pointer;
  text-decoration: underline;
  transform: scale(1.01);
}
.card-content{
  padding: 8px;
}
.card-action{
  padding: 0;
}
.bg-image-text{
  background-color: #00000050;
  padding: 15px;
}
.bg-image-covid{
  background-image: url("http://www.fao.org/fileadmin/templates/cfs/images/covid_01.jpg");
  height: 100%;
  background-position: bottom 25% right 0px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  overflow: hidden;
  color: #FFF;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  font-size: 24px;
  background-attachment: fixed;
  vertical-align-text: bottom;
  line-height: 32px;
  transition: background-position 0.5s ease-in;
}
.bg-image-covid:hover{
  background-position: bottom 15% right 0px;
  cursor: pointer;
}
.image-box{
  width: 280px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  filter: opacity(0.8);
}
.text-box{
  background-color: #1E82BE;
  width: 100%;
  color: white;
  min-height: 36px;
  border: 1px solid #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  padding: 20px;
  transition: background-color 0.4s ease-in;
}
.text-box:hover{
  background-color: #1fb47c;
  text-decoration: underline;
  cursor: pointer;
}


/* working space */
table.ws{
  display: block;
}
td.ws{
  width: 33.33%;
  border: 2px solid white;
}
.ws-button{
  background-color: #1979ab;
  height: 100px;
  color: #FFF;
  cursor: pointer;
  padding: 18px;
  width: 250px;
  text-align: center;
  transition: background-color 0.3s ease-in;
  border: none;
}
.ws-button:hover{
  background-color: #1fb47c;
}
.ws-background{
  text-align: right;
  flex-wrap: wrap;
  font-size: 11pt;
  background: #EFEFEF;
  width: 100%;
  position: relative;
  top: 60px;
  padding: 10px;
}

.ws-background:before{
  position: absolute;
  top: -50px;
  left: 0px;
  content: 'Highlights';
  font-weight: bold;
  color: white;
  background: #1979ab;
  padding: 10px;
  width: 100%;
  border-left: 8px solid #1fb47c;
}

.ws-background ul{
  list-style: square;
  list-style-color: blue;
  position: relative;
  left: -18px;
}

/* LANGS */

.tx-srlanguagemenu-pi1 {
  padding:1rem;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}

.tx-srlanguagemenu-pi1 a,
.tx-srlanguagemenu-pi1 a:hover {
  color:#fff;
  font-size:.9rem;
  }

.tx-srlanguagemenu-pi1 div.CUR {
  font-weight:normal;
  margin: 0 5px;
  }

/* NAVMENU */

header .navbar {
  height:100%;
  padding-bottom:0;
  padding-top:1rem;
  background-color:#1271a2;
  }

#navbarSupportedContent {
  }

header .navbar-expand-lg .navbar-nav {
  margin-bottom:1rem;
  }

header .navbar-expand-lg .navbar-nav .nav-link {
  color:#fff;
  }

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    color:#fff;
    font-size:.9rem;
    padding:.2rem 0.8rem;
  }
}

@media (min-width: 1200px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    color:#fff;
    font-size:1rem;
    padding:.2rem 1rem;
  }
}

header .navbar-expand-lg .navbar-nav .nav-item {
  }

header .navbar-expand-lg .navbar-nav .nav-item:last-child {
  border-right:0;
  }

.navbar-nav .nav-item.home a {
  color:#fff;
  padding:.2rem 1.2rem;
  display:block;
  }

.navbar-nav .nav-item.home a .material-icons {
  font-size:19px;
  vertical-align:middle;
  }

header .navbar-expand-lg .navbar-nav #m_106095 {
  padding:0 0 0 1rem;
  }

header .navbar-expand-lg .navbar-nav #m_106095 a {
background: #4dc196; /* Old browsers */
background: -moz-linear-gradient(top,  #4dc196 48%, #21b17c 53%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4dc196 48%,#21b17c 53%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4dc196 48%,#21b17c 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc196', endColorstr='#21b17c',GradientType=0 ); /* IE6-9 */
  border-radius:25px;
  padding:.2rem 1.5rem;
  }

.navbar-nav .dropdown-item.active, 
.navbar-nav .dropdown-item:active {
  background-color:#1271a2;
}

/* CONTENT */

.border-content {
  overflow:hidden;
  padding:0 15px;
  }

.border-content .row {
  }

.border-content .swiper-slide {
  background-size:cover;
  position:relative;
  }

@media (min-width: 768px) {
  .border-content .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom:8%;
    top:auto;
    width:100%;
    right:auto !important;
    left:35%;
    text-align:right;
  }
}

.border-content .swiper-image {
  display:inline-block;
  width:50%;
  height:100%;
}

.border-content .swiper-slide::before {
  content:"";
  width:55%;
  height:600px;
  background-color:#1fb47c;
  border-right:10px solid #0f6e9f;
  border-left: none;
  padding:2rem;
  transform: rotate(350deg);
  position:absolute;
  top:-100px;
  right:510px;
  }

.border-content .swiper-slide .swiper-caption {
  display:flex;
  flex-direction:column;
  float:left;
  position:relative;
  width:47%;
  height:100%;
  padding:2rem;
  }

.border-content .swiper-slide .swiper-caption h2 {
  font-size:1.7rem;
  line-height:2rem;
}

.border-content .swiper-slide .swiper-caption h2 a {
  color:#fff;
  text-decoration:none;
  }

.border-content .swiper-slide .swiper-caption .item-text {
  color:#fff;
  }

.border-content .swiper-container .swiper-button-prev,
.border-content .swiper-container .swiper-button-next {
  height:30px;
  bottom:8%;
  top:auto;
  left:auto;
  }
  
.border-content .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='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");
   right:92%;
}

[lang="AR"] .border-content .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");
}

.border-content .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='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");
   right:96%;
}

[lang="AR"] .border-content .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");
}

.border-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width:13px;
  height:13px;
  margin:0 7px;
  background:transparent;
  border:2px solid #fff;
  opacity:1;
  }

.border-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background:#fff;
  }

.border-content .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom:8%;
  width:auto;
  right:65%;
  text-align:right;
  }

.main-container {
  margin-top:2rem;
  }

.main-container div.csc-default {
  background-color:#fff;
  margin-bottom:2rem;
  padding:1.5rem;
}

.main-container a,
.main-internal-container a {
  color:#1979ab;
  font-weight:700;
}

.main-container p {
  margin-bottom:1rem;
  display:block; 
}

.main-container .csc-default p:last-of-type {
  margin-bottom:0;
}

.main-container DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, 
.main-container DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
  margin-left:1rem !important;
  margin-right:0 !important;
  float: right !important;
}

.main-container DIV.csc-textpic DIV.csc-textpic-single-image IMG {
  margin-bottom:0;
}

@media (min-width: 992px) {
  .main-container .col-lg-9 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .main-container .col-lg-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.main-container .csc-header {
  margin:-1.5rem;
  margin-bottom:1.5rem;
  display:flex;
  overflow:hidden;
  max-height:50px;
}

.main-container h3 {
  background-color:#1979ab;
  color:#fff;
  display:inline-block;
  padding:.7rem 1rem .7rem 8rem;
  font-size:1.3rem;
  margin-bottom:0;
  position:relative;
  z-index:2;
  }

.main-container .csc-header::after {
  content:"";
  background-color:#fff;
  border-right:39px solid #1979ab;
  border-left:4px solid #1fb47c;
  width:46px;
  height:100px;
  transform:rotate(30deg);
  margin-top:-6px;
  position:relative;
  z-index:1;
}

.csc-default .tx-dynalist-pi1-recordlist {
  margin-bottom:1.5rem;
}

.csc-default .tx-dynalist-pi1-recordlist:last-of-type {
  margin-bottom:0;
}

.tx-dynalist-pi1-recordlist .list-image img {
  float:right;
  margin-left:1rem;
  margin-right:0;
}

.main-internal-container {
  background-color:#fff;
  margin-bottom:2rem;
  padding:1.5rem;
}

.main-internal-container h1 {
  margin-bottom:3rem;
  font-size:2rem;
  display:inline-block;
}

.main-internal-container h1::after {
  content:"";
  border-bottom:1px solid #1979ab;
  height:1px;
  display:block;
  width:70%;
  margin-top:10px;
}

.main-internal-container h3 {
  margin:2rem 0;
}

.main-internal-container h3:csc-firstHeader {
  margin-top:0;
}

.main-internal-container .list-title {
  font-size:1.1rem;
}

.main-internal-container .tx-dynalist-pi1-recordlist {
  border-top:1px solid #ccc;
  display:inline-block;
  width:100%;
  margin-bottom:0;
  padding:2rem 0;
}

.main-internal-container .tx-dynalist-pi1-recordlist:first-child {
  padding-top:0;
  border-top:0;
}

.main-internal-container .list-date {
  font-size:.9rem;
  margin-bottom:.1rem;
  color:#666;
}

.lng-buttons {
  text-align:right;
}

/* FOOTER */

footer {
  border-top:8px solid #1fb47c;
  background-color:#1979ab;
  }

footer .row {
  padding:2rem 15px;
  }

footer h4 {
  color:#fff;
  display:inline-block;
  font-size:1.4rem;
  }

footer h4::after {
  content:"";
  border-bottom:1px solid #fff;
  height:1px;
  display:block;
  width:70%;
  margin-top:10px;
  margin-bottom:1rem;
  }

footer p {
  color:#fff;
  line-height:1.5rem;
  }

footer .copyright img {
  height:55px;
  margin-right:20px;
  }

footer .copyright p.fao {
  right:auto;
  left:0;
}


