@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://secure.ethicspoint.eu/domain/media/shared/font-awesome.css');
*,
*::before,
*::after {box-sizing: border-box;}
body {
    color: #333;
    font: normal 500 16px/1.7 'Barlow', sans-serif;
    margin: 0;
     text-rendering: optimizeLegibility;
}
a {
    color: #3b6c6b;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
p {
    margin: 1em 0;
    padding: 0;
}
i {
    font: normal 500 16px/1.7 'font-awesome', sans-serif;
}
.contain {
    margin: 0 auto;
    width: 1200px;
}
.fill {
    min-width: 1200px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {}
.gray {
    color: #333;
}
/*--- Header ---*/
header {
    display:block;
    padding-top: 25px;
}
.langContainer{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}
#epLang {
    background: url(globe.PNG) no-repeat right 6px;
    cursor: pointer;
    display: inline-block;
    padding: 2px 28px 2px 2px;
    margin-left: auto;
    position: relative;
    top: 10px;
    z-index: 1000;
}
#epLang > a {display: none;}
#epLang > div{
    text-align: right;
    width: 200px;
}
#epLang a{text-decoration: none;}
#epLang a:hover {
    background: #EEECE9;
    font-weight: 500;
    padding: 0px 4px;
    margin: 4px 0px;
    text-decoration: none;
}
#epLangDrop {
    background: #fff;
    border: 1px solid #A7A9AC;
    display: none;
    left: -1px;
    position: absolute;
    top: 30px;
    width: 215px;
}
#epLangDrop a {
    display:block;
    font-weight: 500;
    padding:4px;
}
#epLang:hover #epLangDrop,
#epLang:focus #epLangDrop {display:block;}
header .flex {
    display:flex;
    justify-content:space-between;
    padding:0px 0 30px;
}
header .flex:lang(ar){
    flex-direction:row-reverse;
}
.logoContainer{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width:400px;
}
.logoContainer:lang(ar){
    flex-direction:row-reverse;
}
a.logo {
    background: url(logo1.jpg) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    width: 218px;
}
a.NAVEXlogo {
    background: url(https://secure.ethicspoint.com/domain/media/shared/nglogo.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position:relative;
    height: 50px;
    width: 150px;
}
a.NAVEXlogo:after {
    content: '';
    background-color: #EEECE9;
    display:block;
    width: 1px;
    height: 50px;
    margin-left: 173px;
    position: absolute;
}
a.NAVEXlogo:lang(ar):after{
    margin-right: -25px;
}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
    position: relative;
    top: 15px;
}
nav a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #424143;
    display: inline-block;
    font: normal 500 18px/26px 'Barlow', sans-serif;
    overflow: hidden;
    margin:0 0 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease;
    z-index: 100;
}
nav a:hover,
nav a:focus {
    border-color: #333;
    color: #333;
    overflow: visible;
    text-decoration: none;
}
#epResources {
    /*Dropdown Box*/
    display: block;
    position: absolute;
    top: 25px;
    width: 240px;
    z-index: 10;
}
#epResources span {
    background: #424143;
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 200px;
}
#epResources span:hover,
#epResources span:focus {
    background: #b2bb35;
    color: white;
}
/* Banner */
.banner{
    background: #EEECE9;
}
.banner-container {
    background: url(boxes.PNG) no-repeat top right;
    min-width: 1200px;
    width: 100%;
    height: 180px;
}
.banner-text {
    display: block;
    top: 0px;
    position: relative;
}
.banner-text p {
    color: var(--color-teal, #3b6c6b);
    font: normal 500 56px/62px 'Barlow', sans-serif;
    text-rendering: optimizeLegibility;
}
.banner-text:lang(ar){
    text-align:left;
}
#epAttention {
    background-color: #3b6c6b;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
/* content */
main {
    display: block;
    padding: 0px 0 10px;
}
section {
    display: flex;
    justify-content: space-between;
}
section:lang(ar){
    flex-direction:row-reverse;
}
div.col-left {
    background: #fff;
    padding: 20px 60px 20px 0px;
    width: 57%;
}
div.col-right {
    background: #fff;
    padding: 20px 0px;
    width: 43%;
}
div.col-right:lang(es) {
    width: 44%;
}
h1 {
    color: #3b6c6b;
    font: normal 500 32px/40px 'Barlow', sans-serif;
    padding: 0;
}
h2 {
    color: #3b6c6b;
    font: normal 500 26px/34px 'Barlow', sans-serif;
    padding: 0;
}
h3 {
    font: normal 500 18px 'Barlow', sans-serif;
    margin: 1em 0;
    padding: 0;
}
#epEmergency {
    border-top: 1px solid #EEECE9;
    padding:40px 150px 0px;
    text-align: center;
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
#epPhone{
    width:345px;
}
#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
    min-width: 400px;
}
#epPhone {
    min-width: 400px;
}
.direct.Botswana .ol1 {
    list-style-type: none;
    padding: 0;
}
/* epDataPrivacy headings and icons */
h2.online {
    /*Online Header*/
    align-items: center;
    display: flex;
    margin-left: 20px;
}
h2.online:lang(ar) {
    margin-right: 20px;
}
.report-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.report-icon {
    border-radius: 27px;
    background: #3b6c6b url(transparent-laptop.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}
h2.phone {
    /*Phone Header*/
    align-items: center;
    display: flex;
    margin-left: 20px;
}
h2.phone:lang(ar) {
    margin-right: 20px;
}
.phone-icon {
    border-radius: 27px;
    background: #3b6c6b url(transparent-phone.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}
#epDataPrivacy .phone {
    padding-top: 10px;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
select {
    border: 1px solid #A7A9AC;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    min-width: 400px;
    width: 100%;
}
button, #epConsentContinue, #epConsentCancel {
    background: #666;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font: normal 500 16px 'Barlow', sans-serif;
    padding: 8px 15px;
    margin: 4px 0px 20px;
}
button:hover, #epConsentContinue:hover, #epConsentCancel:hover,
button:focus, #epConsentContinue:focus, #epConsentCancel:focus {
    background: #333;
    color: #fff;
    transition: all 0.2s ease 0s;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
#epIssues {width: 100%;}
#epIssues .catdesc {display: none;}
#epIssues .catname {font: normal 700 16px/20px 'Barlow', sans-serif;}
#epIssues .details {
    font-size: 12px;
    margin-left: auto;
}
#epIssues .issue {
    color: #56565A;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    position: relative;
}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #18A78A;}
#epIssues .name {font: normal 700 14px/20px 'Barlow', sans-serif;}
#epIssues .desc {
    flex-basis: 100%;
    padding: 5px 0;
}
/* footer */
#epNAVEXFooter th {display: none;}
#epNAVEXFooter {
    direction: ltr !important;
    font-size: 14px;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
    width: 1200px;
}
#footer a {
    color: #000 !important;
    text-decoration: underline;
}
#footer a:hover,
#footer a:focus {
    margin: 0 auto !important;
    color: #000 !important;
    width: 680px !important;
}