@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: #333;
    font: normal 500 16px/1.7 'Barlow', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}

a {
    color: #000;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

a:hover {
    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;
}

#epLang {
  display: flex;
  justify-content: flex-end;;
  font: normal 700 13px / 25px "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-right: 26vh;
}


#epLang a {
  display: inline-block;
  padding-left: 10px;
  color: #000;
}

#epLang a:hover {
  display: inline-block;
  padding-left: 10px;
  color: #3b6c6b;
  text-decoration: underline;
}

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:353px;
    position: relative;
    top: 15px;

}

.logoContainer:lang(ar){
    flex-direction:row-reverse;
}

a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 84px;
    width: 163px;
}

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 {
    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 {
    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 a.button{
    background: #3b6c6b;
    border: 1px solid #3b6c6b;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    display: block;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 0 auto 40px;
    padding: 10px 30px;
    transition: color .2s ease;
    text-align: center;
    max-width: 200px;
}

div.col-right a.button:hover{
    background: rgba(255, 255, 255, 0.5);
    border:1px solid #3b6c6b;
    color: #3b6c6b;
    text-decoration: none;
}

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;
}

/* 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;
}

.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: #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 {
    background: #333;
    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%;
}

#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 {
    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 {
    margin: 0 auto !important;
    color: #000 !important;
    width: 680px !important;
}