@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: #0069B4;
    font: normal 500 16px/1.7 'Barlow', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
    min-width: 1200px;
}

a {
    color: #0069B4;
    font-weight: 700;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #0069B4;
    text-decoration: underline;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 0 0 1em;
    padding: 0;
}

i {
    font: normal 500 16px/1.7 'font-awesome', sans-serif;
}

h1 {
    color: #0069B4;
    font: normal 700 32px/40px 'Barlow', sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

h2 {
    color: #0069B4;
    font: normal 500 26px/34px 'Barlow', sans-serif;
    padding: 0;
}


h3 {
    color: #0069B4;
    font: normal 500 20px/24px 'Barlow', sans-serif;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 5px;
}

#center {
  text-align: center;
}
hr {
    background: #fff;
    border: none;
    height:1px;
    margin: 20px 0px;
    opacity: 30%;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*--- Header ---*/

header {
    /* background: #fff; */
    display:block;
}

.langContainer{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}

#epLang {
    font: normal 500 18px/26px 'Barlow', sans-serif;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1000;
}

#epLang > a {
    display: none;
}

#epLang > div{
  padding:4px 10px;
  text-align: right;
}

#epLang a{
    text-decoration: none;
}

#epLang a:hover {
    background: #EEECE9;
    font-weight: 500;
    padding: 0px 4px;
    text-decoration: none;
}

#epLangDrop {
  text-align: center;
    background: #fff;
    display: none;
    left: -3px;
    position: absolute;
    top: 30px;
}

#epLangDrop a {
  border: none;
  display:block;
  font-weight: 500;
  padding:4px 10px;
  text-align: center;
}
#epLangDrop a:hover {
  border: none;
  display:block;
  font-weight: 500;
  padding:4px 10px;
}

#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;
    width: 353px;
}

a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    width: 150px;
}

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;
}


nav {
    text-align: right;
    align-items: center;
    display: block;
    flex-grow: 0;
    position: relative;
    margin-left: auto;
    top: -1px;
}

nav a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #0069B4;
    font: normal 500 18px/26px 'Barlow', sans-serif;
    overflow: hidden;
    position: relative;
    text-align: right;
    text-decoration: none;
    transition: color .2s ease;
    z-index: 100;
    padding: 5px 12px;
}

nav a:hover {
    border-color: #0069B4;
    color: #0069B4;
    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;
}

#epAttention {
    text-align: center;
    width: 100%;
}

.orange-box {
    background: #FF8201;
    color: #fff;
    padding: 10px;
    margin: 1.5rem 0;
}

/* content */

main {
  background: #48B1FF url(banner.png) top center no-repeat;
  display: block;
  padding-top: 200px;
}

.white {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 40px 0 40px;
}
section {
    display: flex;
    justify-content: space-between;
}

section:lang(ar){
    flex-direction:row-reverse;
}

div.col-full{
    padding: 40px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-3 {
    color: #0069B4;
    display: inline-block;
    min-height: 250px; 
    width: 32%;
}

.col-3.middle{
    margin: 0px 12px;
    padding: 0px 12px;
    width: 33%;
    border-right: 1px solid rgba(59, 108, 107, 0.25);
    border-left: 1px solid rgba(59, 108, 107, 0.25);
}

.col-3 ul.follow{
    list-style-type: none;
}

.col-3 ul.follow input.follow{
    border: 1px solid #A7A9AC;
    color: #0069B4;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 0px 0 10px;
    padding: 6px;
}

.col-3 ul.follow input.submit{
    background: #FF8201;
    border: 1px solid #FF8201;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 10px 0px 10px auto;
    padding: 10px 30px;
    transition: color .2s ease;
    text-align: center;
}
.col-3 ul.follow span {
  width: 200px;
  display: block;
}

.col-3 ul.follow li {
  display: flex;
}
a.button{
    background: #FF8200;
    border: 1px solid #FF8200;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    display: block;
    font: normal 500 26px 'Barlow', sans-serif;
    margin: 20px;
    padding: 15px 0px 20px;
    width: 100%;
    text-align: center;
    max-width: 260px;
}

.col-3 ul.follow input.submit:hover,
a.button:hover{
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FF8200;
    color: #FF8200;
    text-decoration: none;
}

div.col-left {
    margin: 0px 40px 0px 0px;
    width: 68%;
}

div.col-right {
    margin: 0 0 0px;
    width: 32%;
}

#epEmergency {
  margin: 15px 0 0;
  text-align: center;
}

#epEmergency br {
    display: none;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}


/*Phone Dropdown/Phone Table*/
#epPhone{
    color: #0069B4;
    margin: 0 0 40px; 
}

#epPhoneTable{
    color: #0069B4;
    margin: 0 0 60px;
}

#epPhoneTable h3 {
  display: none;
}

.table1 {
	max-width: 93% !important;
}

/*Online Dropdown*/
#epDataPrivacy {
    color: #0069B4;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px; 
}

h1.online {
    /*Online Header*/
    align-items: center;
    display: flex;
    margin:0 0 0 20px;
}


.report-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.report-icon {
    background: url(transparent-laptop.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60px;
    width: 60px;
}

h1.phone {
    /*Phone Header*/
    align-items: center;
    display: flex;
    margin:0 0 0 20px;
}

.phone-icon {
    background: url(phone.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 50px;
    width: 50px;
}

h1.followup {
    /*followup Header*/
    align-items: center;
    display: flex;
    margin:0 0 0 20px;
}

.followup-icon {
    background: url(transparent-follow.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 60px;
    width: 60px;
}




#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text{
    margin: 10px 0px;
}

.output{
    margin: 10px 0px;
}

select {
    border: 1px solid #A7A9AC;
    color: #0069B4;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 0px 0px 10px;
    padding: 6px;
    min-width: 300px;
    width: 100%;
}

button, #epConsentContinue, #epConsentCancel {
    background: #0069B4;
    border: 1px solid #0069B4;
    border-radius: 4px;
    color:#fff;
    cursor: pointer;
    font: normal 500 16px 'Barlow', sans-serif;
    margin: 0px 0px 20px;
    padding: 10px 30px;
    transition: color .2s ease;
}

button:hover, #epConsentContinue:hover, #epConsentCancel:hover {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #0069B4;
    color: #0069B4;
    text-decoration: none;
}

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 {
    font-size: 14px;
    margin: 20px auto;
    text-align: center;
    width: 1200px;
}
  
#epNAVEXFooter a {
    font-weight: 500;
    text-decoration: none;
}

#epNAVEXFooter a:hover {
    text-decoration: underline;
}