/*
Colors:
Deep Teal Green (Pantone 7484C) - #0B5740
Vibrant Emerald (Pantone 340C) - #01965F // change to #23854b
Bright Lime Green (Pantone 2290C) - #AADB20
Bold Sky Blue (Pantone Medium Blue C) - #0084CA
Rich Royal Blue (Pantone 661C) - #113595
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #000;
  font: normal 400 15px/1.5 Helvetica, sans-serif;
  margin: 0;
}

a {
  color: #0b5740;
  outline: none;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #595959;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;

}

p {
  margin: 1em 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.noUL {
  text-decoration: none;
}

body>header>div.top_content>div.container>div>a.uL {
  text-decoration: underline;
}

ol.none li {
  list-style-type: none;
}

.quote,
.italic {
  font-style: italic;
}

.column {
  display: flex;
  flex-direction: column;
}

.side p.right {
  display: flex;
  margin-left: auto;
  width: 128px;
}

.dk-green {
  background-color: #AADB20;
}

.contain {
  margin: 0 auto;
  width: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.center {
    text-align: center;
}

.top_content {
  display: flex;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.logoContainer {
  display: flex;
  align-items: top;
  justify-content: center;
  margin-right:20px;
  padding-top:24px;
}

#float_right {
  display: flex;
  position: relative;
  margin-left: auto;
  height: 50px;
  width: 77%;
}

.container {
  display: flex;
  position: relative;
  height: 50px;
  min-width: 600px;
  width: 100%;
  margin-left: auto;
}

.container:after {
  background-color: #D9D9D9;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 66px;
  right: 0;
  position: absolute;
  z-index: -1;
}

.container_links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 39px;
  margin-top: 34px;
  position: relative;
}

.container a {
  color: #000;
  display: flex;
  font: normal 400 16px/20px Helvetica, sans-serif;
  margin-right: 17px;
  text-decoration: none;
  position: relative;
}

.faqnav {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}

.faqnav a {
  font: normal 400 19px/25px Helvetica, sans-serif;
}

.faqnav li {
  color: #DD1D21;
  list-style-type: square;
}

/* header */
header {
  border-bottom: 3px solid black;
  display: block;
  padding-bottom: 15px;
  height: 156px;
  width: 100%;
  min-width: 1200px;
}

#epLang {
  cursor: pointer;
  display: block;
  direction: ltr;
  font: normal 400 16px/25px Helvetica, sans-serif;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  top: -16px;
  font-size: 17px;
  z-index: 100;
  visibility: hidden;
}

#epLang:hover,
#epLang:focus {
  overflow: visible;
}

#epLang > a {
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

#epLang a:hover,
#epLang a:focus {
  color: #DD1D21;
  display: block;
}

#epLangMenu {
  background: white;
  margin-right: 1px;
  position: absolute;
  right: 0;
  min-width: 130px;
}

#epLang>div {
  color: #000;
  line-height: 29px;
  padding: 5px 0px 7px 5px;
}

#epLang>div::after {
  background: url(globe.svg) top 5px center no-repeat;
  content: "";
  background-size: 46%;
  display: inline-block;
  height: 26px;
  width: 49px;
  top: 4px;
  position: relative;
}

#epLangMenu a {
  display: block;
  color: #000;
  margin: 3px 0px 13px 0px;
  text-decoration: none;
  text-align: center;
}

#epLangMenu a:last-of-type {
  padding-bottom: 8px;
}

#epLang:hover #epLangMenu,
#epLang:focus #epLangMenu {
  display: block;
}

header .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}

a.logo {
  background: url(logo1.png) center top no-repeat;
  background-size: contain;
  display: flex;
  height: 70px;
  margin: 20px 16px 20px 20px;
  width: 120px;
}

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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 4px;
}

nav a {
  color: #000;
  display: inline-block;
  font: normal 600 17px/1 Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 10px 5px;  
  border: 1px solid transparent;
}

nav a:hover,
nav a:focus {
  color: #000;
  border-color: #000;
}

.attention-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#epAttention {
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
}

#epAttention strong {
  color: #DD1D21;
}

/* content */
main {
  border-bottom: 1px solid #D9D9D9;
  display: block;
  padding: 0px 0 30px;
}

section {
  display: flex;
  justify-content: space-between;
}

section.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.contain {
  padding-top: 40px;
}

section.privacy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.privacy a {
  color: blue;
}

section.faq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.otherPages {
  background-color: #AADB20;
  height: 180px;
}

.bannerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center; /* optional — centers vertically */
  margin: 0 auto;
  position: relative;
  width: 1200px;

  h1 {
    font: normal 700 38px/1.2 Helvetica, sans-serif !important;
    margin: 0;
    padding: 0;
    color: #333;
    padding-top: 42px;
    position: relative;
  }

  p{
    color:#333;
  }
}

h1.report {
  padding-top: 0px;
}

.timeline {
	width: 1020px;
	display: flex;
	justify-content: space-between;
  margin-top: 25px;
}
.timeline-entry {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* cursor: pointer; */
	position: relative;
}
.timeline-icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/* .timeline-entry:hover .timeline-icon,
.timeline-entry:focus .timeline-icon {
	width: 58px;
	height: 58px;
	margin-bottom: -10px;
} */
#timeline-select-issues .timeline-icon {background-image: url("icon1.svg");}
#timeline-fields .timeline-icon {background-image: url("icon2.svg");}
#timeline-password .timeline-icon {background-image: url("icon3.svg");}
#timeline-submit .timeline-icon {background-image: url("icon4.svg");}
#timeline-login .timeline-icon {background-image: url("icon5.svg");}
.timeline-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #113595;
	margin-top: 15px;
	position: relative;
}
.timeline-entry:not(:first-child) .timeline-dot::before, .timeline-entry:not(:last-child) .timeline-dot::after {
	content: "";
	height: 1px;
	width: 100px;
	background: #38373A;
	display: block;
	position: absolute;
	top: 50%;
}
.timeline-entry:not(:first-child) .timeline-dot::before {transform: translateX(-100%);}
.timeline-entry:not(:last-child) .timeline-dot::after {transform: translateX(10%);}
.timeline-text {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	width: 170px;
}


p.bannerText {
  font: normal 400 20px/26px Helvetica, sans-serif;
  width: 520px;
}

#center_text {
  margin: 0 auto;
  width: 800px;
}

.side {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 800px;
}

.ceo {
  background: url(CEO.jpg) no-repeat center;
  background-size: contain;
  height: 250px;
  width: 250px;
}

.side p {
  /* margin-bottom: 60px; */
  margin-left: auto;
  width: 700px;
}

.block {
  display: block;
  font-size: 17px;
}

.col-left {}

.col-left-other {
  padding: 0 10px;
  width: 550px;
}

.col-right {
  margin: 30px auto;
  padding: 0 10px;
  width: 1200px;
}

.col a,
#info a {
  color: blue;
}

.col-right-other {
  padding: 0 10px;
  width: 550px;
}

.green {
  color: #23854B;
}

h1.red {
  font: normal 700 26px Helvetica, sans-serif;
}

.red_text {
  text-align: center;
  color: #23854B;
  font-weight: 400;
}

#center_text h1 {
  color: #404040;
  display: block;
  text-align: center;
  position: relative;
  margin: 40px auto;
  width: fit-content;
  font-weight: bold;
  font-style: italic;
}

#center_text h1:after {
  background-color: #23854B;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  margin-top: 5px;
  right: 0;
  position: absolute;
  z-index: -1;
}

h1 {
  font: normal 700 35px Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

section.faq h1 {
  font: normal 700 25px/28px Helvetica, sans-serif;
  margin: 20px 0px 20px 0px;
}

h2 {
  font: normal 700 24px/28px Helvetica, sans-serif;
  padding: 0;
}

h2.online {
  display: none;
}

h3 {
  font: normal 700 18px/25px Helvetica, sans-serif;
  margin: 1em 0;
  padding: 0;
}

h3.reporting-heading{
  margin: 0 0 -10px 0;
}

h3.reporting-heading:first-of-type{
  margin-top: 20px;
}

/*Homepage Buttons*/
#banner {
  background: #AADB20;
  height: 300px;
  min-width: 1200px;
  width: 100%;
}

#epButtons {
  height: 235px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
  margin: 32px auto;
  width: 1200px;
  top: 33px;
}


#epButtons a {
  align-items: center;
  height: 280px;
  margin: 0px 20px 0 0;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 23%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

#epButtons a:hover {
  transform: scale(102%);
  -webkit-transform: scale(102%);
  -moz-transform: scale(102%);
  -ms-transform: scale(102%);
  -o-transform: scale(102%);
}


#epButtons a.four {
  margin: 0;
}

#epButtons .title {
  align-items: center;
  border: 1px solid #404040;
  background: #404040;
  color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  flex-grow: 0;
  padding: 20px;
  position: relative;
  text-align: center;
  top: 109px;
  height: 74px;
}

#epButtons a:hover .title {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

#epButtons .title p {
  font: normal 600 20px/22px Helvetica, sans-serif;
  display: flex;
  margin: 0 auto;
  text-align: center;
  top: -20px;
}

#epButtons .desc {
  color: #333333;
  left: 0px;
  position: absolute;
  top: 192px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

#epButtons .report,
#epButtons .question,
#epButtons .follow,
#epButtons .mobile,
#epButtons .phone {
  display: block;
  height: 100px;
  left: 0px;
  position: relative;
  top: -70px;
  width: 100px;
  z-index: 5;
  margin: 0 auto;
}

#epButtons .report {
  background: url(online_icon.png) no-repeat center -3px;
  background-size: 135px;
  width: 125px;
}

#epButtons .question {
  background: url(question_icon.png) no-repeat 0px 0px;
  background-size: contain;
}

#epButtons .mobile {
  background: url(qrcode.png) no-repeat 0px 0px;
  background-size: contain;
}

#epButtons .follow {
  background: url(followup_icon.png) no-repeat 0px 0px;
  background-size: contain;
}

#epButtons .phone {
  background: url(phone_icon.png) no-repeat 0px 0px;
  background-size: contain;
}

/*6 things section*/
.col {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding-bottom: 20px;
  margin-top: 30px;
  text-align: left;
  width: 345px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.col {
  background: #fff;
  border: 1px solid #e0e4e8;
  border-top: 8px solid #AADB20;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.413);
  padding: 18px 22px 28px;
  min-height: 300px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.col strong.top {
  font: normal 600 16px/24px Helvetica, sans-serif;
  text-align: center;
  color: #23854B;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

#info {
  margin-top: 60px;
}

#info p {
  color: #000;
  font: normal 400 18px/23px Helvetica, sans-serif;
}

.fyi {
  padding: 15px 0px 15px 0px;
}

.absolute {
  position: absolute;
  width: 100%;
  min-width: 1200px;
}

strong.top {
  color: #23854B;
}

#epEmergency {}

#Service.otherText {
  font: normal 400 18px/23px Helvetica, sans-serif;
  margin: 0 0 32px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {}

#epDataPrivacy .phone {
  display: none;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#custom-hotline {
  position: relative;
  font-weight: bold;
  color: #23854B;
}

.phone-container{
  display: flex;
  align-items: center;
  font-size: 18px;
}

.phone-image{
  display: inline-block;
  height: 45px;
  aspect-ratio: 1 / 1;
  background: url(phone_icon.png) no-repeat center center / contain;
  margin-right: 15px;
}

select {
  font: normal 400 14px Helvetica, sans-serif;
  margin: 2px 0 15px;
  padding: 5px;
  width: 100%;
}

.text {
  color: #000;
  font: normal 500 16px/22px Helvetica, sans-serif;
  padding-bottom: 10px;
  padding-top: 20px;
}

/* Follow Up */
#epFollow {
  margin-top: 30px;
}

#follow-form .rows {
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 10px;
}

#follow-form .rows:last-of-type {
  margin-bottom: 30px;
}

#follow-form label {
  flex-basis: 120px;
  display: block;
}

input,
select,
button {
  font: normal 400 18px/1.3 Helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
select {
  border: 1px solid #A6A6A6;
  color: #595959;
  padding: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border: 1px solid #000;
  outline: none;
}

select:focus,
button:focus {
  outline: none;
}

.buttonWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 320px;
}

.cont,
button {
  background: #595959;
  color: #fff;
  font: normal 400 15px Helvetica, sans-serif;
  border: 1px solid transparent;
  padding: 10px 38px;
  cursor: pointer;
  transition: all ease 0.3s;
  min-width: 143px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

button:hover,
.cont:hover,
button:focus,
.cont:focus {
  background: #AADB20;
  color: #333;
  border-color: #333;
}

button:disabled {
  background: #ddd;
  cursor: default;
}

button:hover:disabled,
button:focus:disabled {
  background: #ddd;
}

.nowrap {
  white-space: nowrap;
}

.faq h2{
  margin-top: 50px;
}

.faq-card{
  background: #f8f8f8;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;

  .expand-button{
    border-bottom: 1px solid #cdcdcd;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px;
  }


  .expand-button:last-of-type{
    border-bottom: none;
  }

  .expand-text{
    padding: 0 20px;
  }


  .expand-icon{
  position: relative;
  inset-inline-end: 20px;
  display: block;
  font-weight: 100;
  font-size: 22px;
  margin-inline-start: 45px;
  transition: transform 1.2s ease;
  -webkit-transition: transform 1.2s ease;
  -moz-transition: transform 1.2s ease;
  -ms-transition: transform 1.2s ease;
  -o-transition: transform 1.2s ease;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}

  .expand-button:hover,
  .expand-icon:hover{
    color: #4a4a4a;
  }

  .expand-button-opened .expand-icon{
    transform: rotateZ(-225deg);
    -webkit-transform: rotateZ(-225deg);
    -moz-transform: rotateZ(-225deg);
    -ms-transform: rotateZ(-225deg);
    -o-transform: rotateZ(-225deg);
    transition: transform 1.2s ease;
    -webkit-transition: transform 1.2s ease;
    -moz-transition: transform 1.2s ease;
    -ms-transition: transform 1.2s ease;
    -o-transition: transform 1.2s ease;
  }

}

#issues-page section.contain {
  display: flex;
  flex-direction: column;

  justify-content: center;
}

.issues-select {
  font: normal 700 17px Helvetica, sans-serif;
}

#epIssues {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#epIssues .category {
  margin-bottom: 20px;
  width: 380px;
}

#epIssues .category {}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  display: grid;
  place-items: center;
  font: normal 700 17px Helvetica, sans-serif;
  padding: 0 10px;
  text-align: center;
  border: 6px outset #AADB20;
  min-height: 80px;
  margin: 20px 0;
}

#epIssues .details {
  font: normal 400 11px Helvetica, sans-serif;
  position: absolute;
  top: 18px;
  right: 10px;
}

#epIssues .issue {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 10px 0;
  padding: 10px;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #E9EAE8;
}

#epIssues .issuebox {
  background: #fff;
}

#epIssues .name {
  font: normal 400 16px/20px Helvetica, sans-serif;
  padding: 5px 45px 5px 0;
}

#epIssues .desc {
  color: #333E48;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

/* footer */
footer {
  border-top: 1px solid #D9D9D9;
  color: #7F7F7F;
  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 {
  color: #7F7F7F
}

footer .line2 a:hover,
footer .line2 a:focus {
  color: #7F7F7F;
}

footer table {
  margin: 0 auto !important;
  width: 1200px !important;
}

.redText {
  color: red;
}