@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  box-sizing: border-box;
}

body {
  color: #333;
  font: normal 400 18px/1.5 "Open Sans", sans-serif;
  margin: 0;
}

a {
  color: #33658a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}
ol:lang(ar),
ul:lang(ar) {
  margin: 1em 0;
  padding: 0 1.25em 0 0 ;
}

p {
  margin: 1em 0;
  padding: 0;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

span.bold {
  font-weight: bold;
}

/* header */

header {
  background-color: #424242;
  display: block;
  height: 50px;
}

#epLang {
    background: url(globe.PNG) no-repeat right 6px;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    text-align: center;
    background-position: 10px 15px;
    background-color: #fff;
    color: #333;
    height: 50px;
    padding: 0px 5px 5px 30px;
    
}

#epLang > a {
    display: none;
    text-decoration: none;
}

#epLang a:hover {
    color: #fff;
    background-color: #dd681b;
}

#epLangDrop {
    background: #424143;
    display: none;
    position: absolute;
    left: -18px;
    min-width: 150px;
    z-index: 100;
}

#epLang > div {
    color: #333;
    padding: 10px;
}

#epLangDrop a {
    display: block;
    padding: 3px 10px;
    color: #fff;
}

#epLang:hover #epLangDrop {
    display: block;
}

header .flex {
  display: flex;
  justify-content: space-between;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: inline-block;
  height: 124px;
  margin: 0px 30px 20px 10px;
  width: 150px;
  position: relative;
  z-index: 99;
}

#navcontainer {
    position: relative;
    top: 380px;
    margin: 0 auto;
    width: 1200px;
  }
  
  #navcontainer:lang(en) {
    position: relative;
    top: 380px;
    margin: 0 auto;
    width: 1000px;
  }
  
  #navcontainer2 {
    position: relative;
    top: 180px;
    margin: 0 auto;
    width: 1000px;
  }
  
  #navcontainer2:lang(ke) {
    position: relative;
    top: 180px;
    margin: 0 auto;
    width: 1200px;
  }
  #navcontainer2:lang(mg) {
    position: relative;
    top: 180px;
    margin: 0 auto;
    width: 1200px;
  }
  #navcontainer2:lang(my) {
    position: relative;
    top: 180px;
    margin: 0 auto;
    width: 1200px;
  }
  #navcontainer2:lang(vi) {
    position: relative;
    top: 180px;
    margin: 0 auto;
    width: 1200px;
  }
  
  #navcontainer2 a:lang(mn) {
    font: normal 700 15px/41px "Barlow", serif;

  }
  nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-grow: 0;

}

nav a {
  color: #fff;
  border-bottom: 3px solid white;
  display: inline-block;
  font: normal 700 16px/41px "Barlow", serif;
  margin: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

nav a:hover {
  color: #fff;
  border-bottom-color: #dd681b;
  overflow: visible;
}

#epResources {
  /*Dropdown Box*/
  display: block;
  position: absolute;
  top: 41px;
  width: 240px;
  z-index: 10;
}

#epResources span {
  background: #424143;
  color: white;
  cursor: pointer;
  display: block;
  padding: 2px 12px;
  width: 500px;
}

#epResources span:hover {
  background: #dd681b;
  color: white;
}

#epAttention {
  background-color: #424242;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 0px 0 0px;
}

section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

section.reporting_page {
  display: flex;
  flex-direction: row;
  padding-bottom: 73px;
}


#banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url(banner.jpg) no-repeat;
  background: -webkit-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner.jpg) no-repeat;
  background: -o-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner.jpg) no-repeat;
  background-size: cover;
  margin: 0;
  height: 700px;
}

#banner:after {
  content: '';
  background-color: #D9D6D6;
  background-size: cover;
  display: block;
  background: url(curve.png) no-repeat center center;
  background-size: cover;
  height: 153px;
  position: relative;
  top: 423px;
}

#banner h1 {
    color: #fff;
    font: normal 700 75px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 250px;
    text-align: center;
    width: 1200px;
  }
  
  #banner h1:lang(en) {
    color: #fff;
    font: normal 700 75px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 250px;
    text-align: center;
    width: 900px;
  }
  #banner h1:lang(fr) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 250px;
    text-align: center;
    width: 1200px;
  }

  #banner h1:lang(ke),#banner h1:lang(mg),#banner h1:lang(mn),#banner h1:lang(pt) {
    font: normal 700 60px "Barlow", serif;
  }

  #banner h1:lang(km) {
    font: normal 700 52px "Barlow", serif;
  }

  
  #banner h1:lang(my) {
    font: normal 700 70px "Barlow", serif;
  }
  
  
  #banner2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), url(banner2.jpg) no-repeat center center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner2.jpg) no-repeat center center;
  background: -o-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner2.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(banner2.jpg) no-repeat center center;
  background-size: cover;
  margin: 0;
  height: 386px;
}

#banner2 h1 {
    color: #fff;
    font: normal 700 75px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 900px;
  }
  
  #banner2 h1:lang(fr) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  
  #banner2 h1:lang(ke) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  
  #banner2 h1:lang(mg) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  #banner2 h1:lang(mn) {
    color: #fff;
    font: normal 700 55px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  #banner2 h1:lang(my) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  #banner2 h1:lang(vi) {
    color: #fff;
    font: normal 700 50px "Barlow", serif;
    padding: 0;
    margin: 0 auto;
    position: relative;
    top: 128px;
    text-align: center;
    width: 1200px;
  }
  
    
div.col-left.index {
  font: normal 400 22px/1.5 "Open Sans", sans-serif;
  background-color: #D9D6D6;
  padding: 0px 0px 60px 0px;
  margin-top: -11px;
  width: 100%;
  position: relative;
  z-index: 1;
}

div.col-right.index {
  margin-top: 50px;
  padding: 0 10px;
  width: 100%;
}

div.col-right,
div.col-left {
  margin-top: 50px;
  padding: 0 10px;
  width: 46%;
}

#other.reporting_section {
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  width: 1200px;
  padding: 20px 40px 20px 40px;
  margin: 0 auto;
}

h1 {
  font: normal 700 45px "Barlow", serif;
  padding: 0;
}


h2 {
  font: normal 700 30px "Barlow", serif;
  padding: 0;
}

h3 {
  font: normal 700 18px "Barlow", serif;
  margin: 1em 0;
  padding: 0;
}

.browncontainer {
  background-color: #424242;
}

#border {
  background-color: #424242;
  height: 40px;
}

#epEmergencyEU {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
#epMobileContainer{
  display: flex;
  justify-content: flex-start;
}

#epMobile{
  background: url(qr.gif) no-repeat center center;
  background-size: contain;
  width: 234px;
  height: 226px;
  display: block;
}

select {
  font: normal 400 14px "Open Sans", sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

.continueText{
  list-style: none;
}

button#epConsentContinue{
  display: inline-block;
  list-style: none;
}

.cont {
  display: none;
}

.button_container {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
  width: 300px;
}

button {
  background: #dd681b;
  border: none;
  color: #fff;
  cursor: pointer;
  font: normal 700 17px "Open Sans", sans-serif;
  margin: 10px;
  padding: 6px 18px;
}

button:hover {
  background: #f38e43;
  color: #fff;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  margin-top: 10px;
  width: 100%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  font: normal 700 16px/20px "Open Sans", sans-serif;
}

#epIssues .details {
    font-size: 14px;
    margin-left: auto;
  }
#epIssues .details:lang(ar) {
font-size: 14px;
margin-left: unset;
margin-right: auto;
}

#epIssues .issue {
  border: 2px solid #424242;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 20px;
  position: relative;
}

#epIssues .issue:hover {
  color: #dd681b;
}

#epIssues .name {
  font: normal 700 20px/25px "Open Sans", sans-serif;
}

#epIssues .desc {
  flex-basis: 100%;
  padding: 5px 0;
}

/* footer */

footer {
  background-color: #424242;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #fff;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #fff;
}

footer .line2 a:hover {
  color: #fff;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

/*modal*/
#modalBtn {
  background-size: contain;
  cursor: pointer;
  height: 200px;
  width: 100%;
  margin-top: 20px;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-body p {
  color: black;
}

.modal-content {
  background-color: #f4f4f4;
  color: black;
  /*margin: 0 auto;*/
  height: 250px;
  width: 646px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-body {
  background-size: contain;
  height: 600px;
  width: 600px;
}

#modal-text {
  display: none;
}

#modal-text-germany,
#modal-text-austria  {
  display: none;
}

.closeBtn {
  font-size: 30px;
  color: #000;
  float: right;
  margin: 1px 10px 0 0;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #e439ef;
  text-decoration: none;
  cursor: pointer;
}