@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@font-face {
    font-family: 'ProSans';
    src:    url('All-ProSans-Regular.woff') format('woff'),
            url('All-ProSans-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'ProSans';
    src:    url('All-ProSans-Heavy.woff') format('woff'),
            url('All-ProSans-Heavy.woff2') format('woff2');
    font-weight: 700;
}
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    color: #fff;
    font: 400 16px/22px 'ProSans', 'Open Sans', sans-serif;
    margin: 0;
    text-rendering: optimizeLegibility;
    overflow-x: overlay;
    background: url(bg_horizontal.jpg) center no-repeat;
    background-size: cover;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body.issues {
    background: #fff;
}
body.issues #epNAVEXFooter {
    color: #333333;
    font-size: 10px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.issues #epWrapper{
    background: none;
}
a {
    color: #fff;
    outline: none;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}
a.logo {
    background: url(ethics.jpg) no-repeat left top;
    background-size: cover;
    display: block;
    height: 168px;
    width: 100%;
}
/* header .title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
} */
a.logoBottom {
    background: url(nglogo.png) no-repeat center center;
    background-size: contain;
    display: none;
    height: 32px;
    margin: 10px auto 0;
    width: 120px;
}
.headerContainer {
    width: 100%;
    position: relative;
}
header {
    /* border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 0 20px; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
}

.sub-header{
    background-color: #fff;
    display: block;
    margin-top: 10px;
}

.sub-header h1{
    text-align: center;
    color: #d92129;
    font: italic 700 60px/60px 'ProSans', 'Open Sans', sans-serif;
}
#epNav {
    display: none;
    color: white;
}
#epNav a {
    font: normal normal 400 20px/25px 'ProSans', sans-serif;
    display: inline-block;
    padding: 0 20px;
    color: white;
}
#epNav a:hover,
#epNav a:focus {}
.dropdown1{
position:relative;
margin:0;
}
.dropdown1:hover .epResources1,
.dropdown1:focus .epResources1{
display:block;
}
.epResources1{
display:none;
overflow:visible;
padding:0 0 0 18px;
margin:0;
position:absolute;
left:-5px;
width:156px;
z-index:100;
}
.epResources1 span{
background:white;
color:#013369;
cursor:pointer;
display:block;
padding:8px 20px;
text-align:left;
width:160px;
}
.epResources1 span:hover,
.epResources1 span:focus{
background:#013369;
color:#fff;
}
div.NAVEXLogo {
    background: #fff url(https://secure.ethicspoint.com/domain/media/shared/nglogo.png) no-repeat center !important;
    background-size: contain;
    height: 52px;
    margin: 30px auto 10px;
    width: 208px;
}
#epDataPrivacy button {
    background: #fff;
    color: #013369;
    border: none;
    cursor: pointer;
    font-size: 15px;
    margin: 10px 0;
    padding: 8px 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#epDataPrivacy button:hover,
#epDataPrivacy button:focus {
    background: #666;
    color: #fff;
}
button#epConsentContinue,
button#epConsentCancel {
    background: #013369;
    color: #fff;
}
button#epConsentContinue:hover,
button#epConsentCancel:hover,
button#epConsentContinue:focus,
button#epConsentCancel:focus {
    background: #000;
}
button#epConsentContinue[disabled] {
    background: #ccc;
}
h1 {
    color: #fff;
    font: 700 26px/30px 'ProSans', 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    padding: 10px;
}
h2 {
    font: 700 24px/normal 'ProSans', 'Open Sans', sans-serif;
    margin: 20px 0;
}
h3 {
    font: 700 18px/22px 'ProSans', 'Open Sans', sans-serif;
    margin: 20px 0;
    padding: 0;
}
h4 {
    font: 700 18px/22px 'ProSans', 'Open Sans', sans-serif;
    margin: 10px 0;
    padding: 0;
}
img {
    border: 0;
    display: block;
    margin: auto;
}
ol,
ul {
    line-height: 22px;
    margin: 0 0 15px 25px;
}
ol p,
ul p {
    color: #fff;
}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 0;
}
.buttonRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 390px;
}
a.button {
    font-family: 'ProSans', sans-serif;
    font-weight: 700;
    color: white;
}
.button-report {
    background: url(report.png), #013369;
}
.button-gambling {
    background: url(gambling.png), #013369;
}
.button-follow {
    background: url(follow.png), #013369;
}
.button-call {
    background: url(call.png), #013369;
}
.button-resources {
    background: url(resources.png), #013369;
}
.button-other {
    background: url(other.png), #013369;
}
.buttons .button {
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: center;
    background-position-y: 20px;
    border-radius: 4px;
    /* border: 1px solid #013369; */
    width: 350px;
    height: 140px;
    padding: 60px 10px 20px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}

.buttons .button:lang(es){
font-size:12px;
}
/* .button:hover{
    border: 1px solid rgb(3, 8, 24);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
} */
/* .button:active{
    box-shadow: none;
} */
a.button:hover ,
a.button:focus{
    text-decoration: none;
}
#epAttention {
    color: #333333;
        font-size: 14px;
    margin: 15px auto;
    text-align: center;
    padding: 0 20px;
}
#epAttention::after {
    clear: both;
    content: "";
    display: block;
}
section {
    padding: 0px 10px;
}
.col {
    color: #fff;
    width: 50%;
    padding: 0 20px;
}

.col a{
    color: #fff;
}
#epColumn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#epColumn1.report {
    margin-left: 20px;
}
#epColumn1 p {
    color: #fff;
}
#epColumn1Inner {
    color: white;
    margin-bottom: 8px;
    padding: 20px;
    zoom: 1;
}
#epColumn1Inner h2,
#epColumn1Inner h3 {
    color: white;
}
#epColumn2Inner {
    background: white;
    display: inline-block;
    margin-bottom: 8px;
    padding: 0px 20px;
    width: 600px;
}
#epColumn4 {
    margin: 0 auto;
    width: 780px;
}
#epColumn4 p {
    color: #000;
}
#epColumn5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 10px 40px 00px;
    clear: both;
}
#epColumn5 h3 {
    text-align: center;
}
#epColumn5 p {
    color: #000;
}
.sub-column-2 {
    width: 490px;
    padding: 0px 20px;
    display: inline-block;
}
#epContent {
    min-height: 500px;
}
#epcontentWrapper {
    background-color: #013369;
    color: #fff;
    padding: 15px 15px 15px 70px;
}
#epEmergency {
    font: 400 12px/1.3 'Roboto', sans-serif;
    margin-top: 20px;
}
#disclaimer {
    font: 400 12px/1.3 'Roboto', sans-serif;
}
#epNAVEXFooter {
    clear: both;
    color: #fff;
    direction: ltr !important;
    font-size: 13px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#epNAVEXFooter th {
    display: none;
}

.issues #epNAVEXFooter a{
    color: #000;
}
#epNAVEXFooter a {
    color: #fff;
    text-decoration: underline;
}
#epNAVEXFooter a:hover,
#epNAVEXFooter a:focus {
    color: #013369;
}
#epHeader {
    height: 130px;
    margin-bottom: 8px;
    position: relative;
}
#info p {
    color: #fff;
    margin: 0px;
}
#info {
    padding: 0px 20px;
}
#epLang {
    display: block;
    text-align:center;
}
#epLang a{
margin-left:10px;
}
#epResources {
    background: url(resources.png) no-repeat 13px 14px;
    display: block;
    font: 400 15px/37px 'Open Sans', sans-serif;
    overflow: visible;
    padding: 0 0 0 18px;
    position: absolute;
    right: -213px;
    top: 0;
    width: 200px;
    z-index: 10;
}
#epResources span {
    background: white;
    border-right: 4px solid white;
    color: #f57e20;
    cursor: pointer;
    display: block;
    padding: 0 20px 0 25px;
    text-align: left;
    width: 251px;
}
#epResources span:hover,
#epResources span:focus {
    background: white url(resourcesspan.png) no-repeat 13px center;
    border-right: 4px solid #9ea62d;
    color: #747474;
}
#epSecureText {
    color: #333333;
    display: block;
    margin: 0 auto 39px;
    width: 441px;
}
#epSecureText:lang(es) {
    display: block;
    margin: 0 auto 39px;
    width: 546px;
}
#epSecureText:lang(zhs) {
    display: block;
    margin: 0 auto 39px;
    width: 275px;
}
#epSecureText .securetext {
    font-size: 1em;
    letter-spacing: -0.25px;
}
#epSecureText .filetext {
    font-size: 1.25em;
    font-weight: bold;
}
#epWrapper {
    padding: 30px 20px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(60deg,#013369 15%, #d92129, #013369 85%);
}
#logong {
    height: 130px;
    margin-bottom: 8px;
    position: relative;
    width: 300px;
}
#logong a.logong {
    background: url(logo1.png) no-repeat left top;
    height: 105px;
    left: 24px;
    margin-top: -32px;
    /* negative half of the height */
    position: absolute;
    top: 50%;
    width: 360px;
}
.officers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.officers {
    margin: 0;
    padding: 0px;
}
.otherPage#epContent {
    padding: 0 20px;
}
/*dp2*/
#epDataPrivacy .online,
#epDataPrivacy .phone {
    display: none;
}
#epDataPrivacy {
    color: black;
    font: 400 13px/19px 'ProSans', 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
#epDataPrivacy select {
    border: 1px solid #666;
    font: 400 13px/19px 'ProSans', 'Open Sans', sans-serif;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%
}
/*phone*/
#epPhone {
    color: #fff;
    font: 400 14px/19px 'ProSans', 'Open Sans', sans-serif;
    margin-bottom: 20px;
    padding: 5px 20px 5px 5px;
}
#epPhone select {
    border: 1px solid #666;
    font: 400 13px/19px 'ProSans', 'Open Sans', sans-serif;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%
}
/*Issues*/

#issues #epWrapper{
    background: #fff;
}
#epIssues .details {
    position: absolute;
    right: 10px;
    top: 10px;
}
#epIssues .details:lang(ar),
#epIssues .details:lang(he) {
    right: 700px;
}
#epIssues .catname {
    color: #000;
    font-size: 20px;
    margin: 40px 0 20px;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .issue {
    border: 1px solid #ccc;
    color: #000;
    margin: 10px 0;
    padding: 10px;
    position: relative;
}
#epIssues .issue:hover {
    background: #ccc;
}
#epIssues .name {
    font-size: 15px;
    margin-right: 60px;
}
#epIssues .desc {
    padding: 10px 25px;
}
.black {
    color: #000;
}
.bold {
    font-weight: 700;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.center {
    color: #000;
    text-align: center;
}
.expand-button {
    margin: 0 0 10px;
    text-decoration: underline;
}
.expand-button:hover,
.expand-button:focus {
    color: #000;
}
.italic {
    font-style: italic;
}
.listor {
    list-style: none;
    margin: 10px 0;
}
.nowrap {
    white-space: nowrap;
}
.output em {
    display: block;
    font-size: 90%;
}
.output th {
    text-align: left;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
.uppercase {
    text-transform: uppercase;
}
.white {
    color: #fff;
}
div.text {
    color: #fff;
}
/*mobile header*/
.mobile-button {
    cursor: pointer;
    display: none;
    height: 30px;
    width: 25px;
    position: absolute;
    top: -20px;
    right: 60px;
}
.mobile-button span {
    background-color: #fff;
    display: block;
    height: 3px;
    width: 25px;
    margin: 3px 0;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.expanded span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 9px;
}
.expanded span:nth-child(2) {
    opacity: 0;
}
.expanded span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -12px;
}
.mobileNav {
    background-color: #002e5d;
    display: none;
    height: 0px;
    width: 1050px;
    border-bottom: 1px solid #ccc;
}


.mobileNav a,  .webNav a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'ProSans', Helvetica, sans-serif;
    line-height: 35px;
    padding: 5px 40px;
    text-align: left;
    text-decoration: none;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.mobileNav a:hover,
.mobileNav a:focus,.webNav a:hover,
.webNav a:focus {
    background: #c5c5c5;
    text-decoration: underline;
}

.nav-button{
    justify-content: space-between;
    display: flex;
}
.visable {
    display: block;
    height: auto;
}
.hidden {
    display: none;
}

.webNav{
    background-color: #002e5d;
    width: 1050px;
}

@media only screen and (max-width:1170px) {
    body {
        font-size: 20px;
        line-height: 26px;
        background: url(bg_vertical.jpg) top no-repeat;
        background-size: cover;
        padding: 0px 20px;
    }
    .webNav{
        background-color: #002e5d;
        width: 1050px;
    }
    body.issues {
        font-size: 13px;
        line-height: 20px;
    }
    .issues #epWrapper{
        background: none;
    }
    a.logo {
        background: url(ethics.jpg) no-repeat center;
        background-size: contain;
        display: block;
        min-height: 56px;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    
    header .title {
        text-align: center;
        position: relative;
        display: block;
        width: 100%;
        font: 700 36px/30px 'ProSans', 'Open Sans', sans-serif;
    }
    .nav-button{
        display: block;
    }
    
    #epAttention {
        color: #333333;
        margin: 15px auto;
        width:1110px;
        text-align: center;
    }
    #epAttention {
        font-size: 16px;
        margin: 0 auto;
        padding: 6px 4px;
        width: 80%;
    }
    .buttons .button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-repeat: no-repeat;
        background-size: 40px;
        background-position-x: 20px;
        background-position-y: center;
        border-radius: 4px;
        border: 1px solid #013369;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 23px;
        height: 72px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
        min-width: 350px;
        padding: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }
    .buttons {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mobile-button {
        cursor: pointer;
        display: block;
        height: 30px;
        position: absolute;
        right: 0px;
        top: -20px;
        width: 25px;
    }
    .mobileNav{
        width: 100%;
    }
    .webNav{
        display: none;
    }    
    #epDataPrivacy .text {
        font-size: 16px;
    }
    #epDataPrivacy select {
        font-size: 24px;
        margin: 10px 0;
        padding: 10px;
    }
    .col {
        color: #fff;
        margin: 0 auto;
        width: 90%;
    }
    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 20px;
    }
    #epEmergency {
        font: 400 12px/1.3 'Roboto', sans-serif;
        margin: 20px auto;
    }
    #epNAVEXFooter {
        font-size: 12px;
    }
    #epSecureText {
        font-size: 21px;
        width: 570px;
    }
    #epIssues .details {
        font-size: 23px;
    }
}
@media only screen and (max-width:900px) {
    .buttons .button span {
        font-size:13px;
        padding-left: 40px;
        width: 90%;
    }
}
@media only screen and (min-width:1170px) {
    #epWrapper {
        padding: 30px;
        width: 1110px;
        background: linear-gradient(60deg,#013369 15%, #d92129, #013369 85%);
    }
    header {
        /* border-top: 2px solid #fff;
        border-bottom: 2px solid #fff; */
        /* padding: 10px 10px; */
        width: 1050px;
    }
    .headerContainer {
        min-width: 1110px;
        width: 100%;
    }
    .sub-header{
        margin-top: 10px;
        background-color: #fff;
        width: 1050px;
    }

    .sub-header h1{
        color: #d92129;
        text-align: center;
        font: italic 700 89px/89px 'ProSans', 'Open Sans', sans-serif;
    }
    #epNav {
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #epContent {
        width: 1050px;
        display: flex;
    }
    #epDataPrivacy {
        width: 550px;
    }
    #epDataPrivacy select {
        width: 50%;
    }
    #epPhone {
        width: 500px;
    }
    #epPhone select {
        width: 50%;
    }
    #epNAVEXFooter {
        color: #fff;
        width: 1050px;
    }
    #epNAVEXFooter .line1 {
        float: left;
    }
    #epNAVEXFooter .line2 {
        float: right;
    }
    #info {
        height: 150px;
        padding: 0px 20px;
        width: 550px;
    }
    .officers {
        width: 550px;
    }
    .officers ul {
        margin: 0 0 15px 25px;
    }
}

.smallFont{
font-size:13px;
}

.ES_file{

}