@font-face {
    font-family: 'APK Protocol Regular';
    src: url('APK-Protocol-Regular.otf');
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    color: #1A1A1A;
    font: normal 400 16px / 1.5 'APK Protocol Regular', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a {
    color: #1A1A1A;
    outline: none;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #bfff00;
}
img {
    border: 0;
    display: block;
}
ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
p {
    margin: 1em 0;
    padding: 0;
}
.contain {
    margin: 0 auto;
    width: 1000px;
}
.containReport,
.containQuestion {
    margin: 0 auto 0 450px;
    width: 500px;
}
.fill {
    min-width: 1200px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
    color: #1A1A1A;
}
.flex {
    display: flex;
}
.strong {
    font-weight: bold;
}

/* header */

header {
    display: block;
    position: relative;
    background: #1a1a1a url(header_bg.png) repeat center / contain;
}
.dataPrivacyFlex {
    display: flex;
    justify-content: left;
}
.dataPrivacyFlex h1 {
    margin: 0px;
    display: block;
    width: 820px;
}
#epFaqContent {
    position: relative;
}

#epLang {
    cursor: pointer;
    justify-content: space-between;
    text-align: center;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 14px;
}

#epLang span#globe {
    display: inline-block;
    background: url(globe.PNG) no-repeat center / contain;
    height: 17px;
    aspect-ratio: 1 / 1;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

#epLang > a {
    display: none;
    color: #fff;
}

#epLang a:hover {
    color: #fff;
}

#epLangDrop {
    display: none;
    width: fit-content;
    position: absolute;
    left: 0;
    padding-top: 15px;
    top: 18px;
    z-index: 10;
}

#epLang > div {
    color: #fff;
    padding: 5px 0px 7px 5px;
}

#epLangDrop a {
    display: block;
    padding: 3px 16px;
    color: #fff;
    background-color: #1A1A1A;
    text-decoration: none;
}

#epLangDrop a:hover {
    background-color: #BFFF00;
    color: #1A1A1A;
}

#epLang:hover #epLangDrop {
    display: block;
}

header .flex {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
a.logo {
    background: #1A1A1A url(logo1.png) no-repeat center / contain;
    display: inline-block;
    height: 120px;
    margin: 0;
    width: 240px;
}
.logo-container {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
nav {
    color: #1A1A1A;
    align-items: center;
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
    font: normal 700 16px / 25px 'APK Protocol Regular', sans-serif;
}
nav a {
    color: #1A1A1A;
    display: inline-block;
    font: normal 700 16px / 25px 'APK Protocol Regular', sans-serif;
    margin: 10px 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
nav a:hover,
nav a:focus {
    color: #1A1A1A;
    text-decoration: underline;
}
.redBG {
    background-color: #bfff00;
    color: #1A1A1A;
    font: normal 400 16px / 25px 'APK Protocol Regular', sans-serif;
    text-align: center;
    min-height: 45px;
    min-width: 1200px;
}
.redBG p {
    padding: 10px 0px;
    margin: 0px;
}
#epAttention {
    margin-top: auto;
    padding: 10px 0;
    text-align: center;
    background-color: #bfff00;
    color: #1A1A1A;
}
#trademark {
    color: #333;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}
.overlay {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#epCarousel {
    background-image: url("img1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.8s;
    height: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.buttons-container {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.buttons {
    position: absolute;
    right: 70px;
}
.buttons a {
    font: normal 300 30px / 25px 'APK Protocol Regular', sans-serif;
    color: #ffffff;
    display: grid;
    text-align: center;
    place-items: center;
    background-color: #bfff00;
    width: 350px;
    height: 120px;
    border-radius: 25px;
    padding: 10px;
    margin: 25px 0px;
    text-decoration: none;
}
.buttons h2 {
    font: normal 300 30px / 36px 'APK Protocol Regular', sans-serif;
    display: block;
    margin: 0;
}
.buttons a:hover {
    text-align: left;
}
.buttons a:hover h2,
.buttons a:focus h2 {
    display: none;
}
.buttons a span {
    display: none;
    position: relative;
    left: 42px;
    width: 225px;
    font: normal 300 16px / 25px 'APK Protocol Regular', sans-serif;
    color: #bfff00;
}
.buttons a:hover span,
.buttons a:focus span {
    display: block;
    color: #1a1a1a;
}

.mobile span {
    padding-left: 20px;
}

.buttons a:hover h3,
.buttons a:focus h3 {
    display: none;
}
.buttons .report {
    background: #1a1a1a url();
    background-size: 100px 100px;
    background-position: 10px;
}
.buttons .report:hover,
.buttons .report:focus {
    background: #bfff00 url('report_blue.png') center no-repeat;
    background-size: 100px 100px;
    background-position: 0px;
    color: #1a1a1a;
}
.buttons .question {
    background: #1a1a1a url();
    background-size: 70px 70px;
    background-position: 7px;
}
.buttons .question span:lang(cs),
.buttons .question span:lang(de),
.buttons .question span:lang(es),
.buttons .question span:lang(fr) {
    font-size: 14px;
}
.buttons .question:hover,
.buttons .question:focus {
    background: #bfff00 url('question_blue.png') center no-repeat;
    background-size: 70px 70px;
    background-position: 25px;
    color: #1a1a1a;
}
.buttons .follow {
    background: #1a1a1a url();
    background-size: 100px 100px;
    background-position: 10px;
}
.buttons .follow:hover,
.buttons .follow:focus {
    background: #bfff00 url('follow_blue.png') center no-repeat;
    background-size: 85px 85px;
    background-position: 10px;
    color: #1a1a1a;
}
.buttons .mobile {
    background: #1a1a1a url();
    background-size: 85px 100px;
    background-position: 10px;
}
.buttons .mobile h2:lang(es) {
    font-size: 24px;
}
.buttons .mobile h2:lang(th),
.buttons .mobile h2:lang(vi) {
    font-size: 28px;
}

.buttons .mobile:hover,
.buttons .mobile:focus {
    background: #bfff00 url('mobile.png') center no-repeat;
    background-size: 85px 85px;
    background-position: 20px;
    color: #1a1a1a;
}
.expand-button {
    color: #1A1A1A;
    outline: none;
    text-decoration: underline;
}
.expand-button:hover,
.expand-button:focus {
    color: #bfff00;
}
.row {
    display: flex;
    justify-content: space-between;
}
.card {
    width: 318px;
}
.card-top {
    width: 318px;
    border-bottom: #bfff00 2px solid;
}

/* content */

main {
    display: block;
    padding: 30px 0 50px;
}
main.flex {
    display: flex;
    justify-content: space-between;
}
section {
    display: flex;
    justify-content: space-between;
}
div.col-left {
    padding: 0 10px;
    width: 58%;
}
div.col-right {
    padding: 0 10px;
    width: 38%;
}
.report-page .col-right,
.question-page .col-right {
    padding: 54px 0 10px;
}
div.col-50 {
    width: 48%;
}
div.col-ceco {
    padding: 30px 10px 25px 0;
    width: 28%;
}
.ceco-footer {
    padding-left: 20px;
    margin: 4px 0;
}
div.col-message {
    padding: 8px 12px 0;
}
.ceco-image {
    display: inline-block;
    background: url(headshot.jpg) no-repeat center / contain;
    height: 250px;
    aspect-ratio: 1 / 1;
    margin: 0 30px 0 10px;
    width: 100%;
}
h1 {
    font: normal 700 48px 'APK Protocol Regular', sans-serif;
    padding: 0;
}
h2 {
    font: normal 700 30px 'APK Protocol Regular', sans-serif;
    padding: 0;
}
h3 {
    font: normal 700 24px 'APK Protocol Regular', sans-serif;
    margin: 15px 0;
    padding: 0;
}
h4 {
    font: normal 700 16px 'APK Protocol Regular', sans-serif;
}
#epEmergency {
    width: 600px;
}
.report-page #epEmergency,
.question-page #epEmergency {
    width: 100%;
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

select {
    font: normal 400 16px 'APK Protocol Regular', sans-serif;
    margin: 2px 0 16px;
    padding: 5px;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
}
.select {
    position: relative;
}
.select:after {
    position: absolute;
    content: '▼';
    color: #bfff00;
    right: 5px;
    top: 3px;
}
button,
#followSubmit {
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background: #bfff00 !important;
    padding: 10px;
    border-radius: 5px;
    color: #1A1A1A !important;
}
button:hover,
button:focus {
    background: #333;
    color: #fff;
}
#followSubmit:hover,
#followSubmit:focus {
    background: #333 !important;
    color: #fff !important;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {
    background: #ddd;
}
.nowrap {
    white-space: nowrap;
}
.reportPage {
    position: relative;
}
.reportPage:before {
    content: ' ';
    background: #ffffff url('report_blue.png') center no-repeat;
    background-size: 100px 100px;
    position: absolute;
    height: 100px;
    width: 100px;
    left: -100px;
    top: -5px;
}
.questiontPage {
    position: relative;
}
.questiontPage:before {
    content: ' ';
    background: #ffffff url('question_blue.png') center no-repeat;
    background-size: cover;
    position: absolute;
    height: 70px;
    width: 70px;
    left: -100px;
    top: 4px;
}

/* faq */

#navList {
    list-style: none;
    padding: 0px;
}
#navList a {
    border-bottom: #bfff00 2px solid;
    text-decoration: none;
}
body.issues {
    background: #fff;
    color: #666;
    font: 400 16px / 22px 'Open Sans', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
}
body.issues div.NAVEXLogo {
    background: #fff
        url(https://secure.ethicspoint.com/domain/media/shared/nglogo.png)
        no-repeat center top;
    height: 55px;
    margin: 30px auto 9.5px;
    width: 217px;
}
#epNAVEXFooter {
    direction: ltr !important;
}
body.issues #epNAVEXFooter {
    border: none !important;
    clear: both;
    color: #333333 !important;
    font-size: 13px !important;
    margin: 0 auto !important;
    padding: 20px 0px !important;
    width: 780px !important;
}
body.issues #epNAVEXFooter th {
    display: none !important;
}
body.issues #epNAVEXFooter .line1,
body.issues #epNAVEXFooter .line2 {
    float: none !important;
    text-align: center !important;
    text-transform: capitalize !important;
}
body.issues #epNAVEXFooter a {
    border: none !important;
    color: #333 !important;
    font-size: 13px !important;
    outline: none !important;
    text-decoration: underline !important;
    text-transform: capitalize !important;
}
body.issues #epNAVEXFooter a:hover,
body.issues #epNAVEXFooter a:focus {
    color: #1A1A1A !important;
}
.contain-issues {
    margin: 0 auto;
    width: 1200px;
}

/*Issues*/

div#epIssues {
    width: 1200px;
    margin: 0 auto;
}
#epIssues .details {
    top: 3px;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}
.category {
    display: block;
}
#epIssues .catname {
    font-size: 30px;
    line-height: 36px;
    margin: 15px 0px;
    width: 500px;
    background-color: #1A1A1A;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    height: 100px;
    padding: 0 0 0 100px;
    background-position: 10px;
}

/* Category 0 - Ethics */
.category_Ethics .catname,
.category_position_0 .catname {
    background: #1A1A1A url('ethics.png') no-repeat;
}

/* Category 1 - Human Resources */
.category_HumanResources .catname,
.category_position_1 .catname {
    background: #1A1A1A url('HR.png') no-repeat;
    background-size: 100px;
}

/* Category 2 - Security */
.category_Security .catname,
.category_position_2 .catname {
    background: #1A1A1A url('security.png') no-repeat;
}
.category_position_2 .catname:lang(es) {
    font-size: 26px !important;
}

/* Category 3 - Environmental Health & Safety */
.category_EnvironmentalHealthSafety .catname,
.category_position_3 .catname {
    background: #1A1A1A url('ehs.png') no-repeat;
}
.category_position_3 .catname:lang(cs),
.category_position_3 .catname:lang(th) {
    font-size: 26px !important;
}
.category_EnvironmentalHealthSafety > div.issuebox > div.issue {
    float: none !important;
}

/* Category 4 - Information Technology */
.category_InformationTechnology .catname,
.category_position_4 .catname {
    background: #1A1A1A url('IT.png') no-repeat;
}
.category_position_4 .catname:lang(es) {
    font-size: 26px !important;
}
.category_InformationTechnology > div.issuebox > div.issue {
    float: none !important;
}

/* Category 5 - Other */
.category_Other .catname,
.category_position_5 .catname {
    background: #1A1A1A url('other.png') no-repeat;
}
.category_position_5 .catname:lang(fr) {
    font-size: 26px !important;
}
.category_Other > div.issuebox > div.issue {
    float: none !important;
}


#epIssues .catdesc {
    display: none;
}
#epIssues .issue {
    border-radius: 4px;
    color: #1A1A1A;
    padding: 5px 10px;
    position: relative;
}
#epIssues .issue:hover .name,
#epIssues .issue:focus .name {
    text-decoration: none;
    color: #1A1A1A;
}
#epIssues .name {
    font-size: 18px;
    position: relative;
    left: 30px;
    margin-right: 25px;
    color: #1A1A1A;
    width: 300px;
}
#epIssues .name::before {
    content: '•';
    position: absolute;
    height: 5px;
    width: 5px;
    top: 2px;
    left: -20px;
    color: #bfff00;
}
#epIssues .issue:hover .name::before {
    content: '>';
    position: absolute;
    height: 5px;
    width: 5px;
    top: 2px;
    left: -20px;
    color: #bfff00;
}
#epIssues .details {
    display: none;
}
#epIssues .desc {
    padding: 10px 25px;
}
.issuebox {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin-left: auto;
}
.category_EnvironmentalHealthSafety {
}

/* footer */

footer {
    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 {
}
footer .line2 a:hover,
footer .line2 a:focus {
}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}
.cookie {
    display: none;
}