@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.com/domain/media/shared/font-awesome.css');

* {
    box-sizing: border-box;
}

body {
    color: #000000;
    font: normal 500 16px/1.7 'Barlow', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: #f76902;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #000000;
    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: #000000;
}

/*--- Header ---*/

header {
    display: block;
}

.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;
    visibility: hidden;
}

#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 {
    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;
    align-items: center;
    width: 478px;
}

.logoContainer:lang(ar) {
    flex-direction: row-reverse;
}

a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    width: 279px;
}

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: #000;
    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 0.2s ease;
    z-index: 100;
}

nav a:hover {
    border-color: #000000;
    color: #000000;
    overflow: visible;
    text-decoration: none;
}

#epResources {
    /*Dropdown Box*/
    display: block;
    position: absolute;
    top: 25px;
    width: 240px;
    z-index: 10;
}

#epResources span {
    background: #7c878e;
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 250px;
    margin-left: -80px;
}

#epResources span:hover {
    background: #f6be00;
    color: white;
}

#epAttention {
    background-color: #7c878e;
    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%;
}

.button-container {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    margin: 40px 0;
}

div.col-right a.button {
    background: #f76902;
    border: 1px solid #f76902;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: normal 500 16px 'Barlow', sans-serif;
    padding: 14px 30px;
    transition: color 0.2s ease;
    text-align: center;
    text-decoration: none;
}

div.col-right a.button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

div.col-right:lang(es) {
    width: 44%;
}

h1 {
    color: #f76902;
    font: normal 500 32px/40px 'Barlow', sans-serif;
    padding: 0;
}

h2 {
    color: #f76902;
    font: normal 500 26px/34px 'Barlow', sans-serif;
    padding: 0;
}

h3 {
    font: normal 500 18px 'Barlow', sans-serif;
    margin: 1em 0;
    padding: 0;
}

#epEmergency {
    background: #ccc;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
    margin-top: 40px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

#epPhone {
    width: 345px;
}

#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
}

/* 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: #f76902 url(transparent-laptop.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}

.online:lang(ar):before {
    right: -20px;
}

.phone:lang(ar):before {
    right: -20px;
}

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: #f76902 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 {
    background: #000000;
    color: #fff;
    transition: all 0.2s ease 0s;
}

button:disabled {
    background: #ddd;
    cursor: default;
}

button:hover:disabled {
    background: #ddd;
}

.nowrap {
    white-space: nowrap;
}

/* #epIssues {
    width: 100%;
    margin-top: 32px;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    font: normal 700 16px/20px 'Barlow', sans-serif;
}

#epIssues .details {
    position: absolute;
    right: 10px;
    top: 10px;
}

#epIssues .details:hover {
    background-color: #7c878e;
}

#epIssues .catname {
    color: #000;
    font-size: 20px;
    margin: 40px 0 20px;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .issue {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}

#epIssues .issue:hover {
    font-weight: bold;
    background: #ccc;
}

#epIssues .name {
    font-size: 15px;
    padding-right: 80px;
    max-width: 670px;
}

#epIssues .desc {
    padding: 10px 25px;
} */

/* 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 {
    margin: 0 auto !important;
    color: #000 !important;
    width: 680px !important;
}

/* Step-by-Step Guide */
.step-guide {
    margin: 40px 0;
}

.step-guide h2 {
    color: #000000;
    font: normal 600 28px/36px 'Barlow', sans-serif;
    margin-bottom: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.step-icon {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-icon i {
    font-size: 24px;
}

.step-item p {
    color: #000000;
    font: normal 500 16px/24px 'Barlow', sans-serif;
    margin: 0;
}

.orange-text {
    color: #f76902;
}
