body {
  color: #08312A;
  font: normal 400 16px sans-serif;
  margin: 0;
}

body.index {
  color: #333;
}

*{
  box-sizing: border-box;
}

a {
  color: #00E47C;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #08312A;
}

a.logo {
  background: url(logo1.svg) center center no-repeat;
  background-size: contain;
  display: block;
  height: 100px;
  width: 250px;
}

h1 {
  color: #08312A;
  font: normal 400 30px sans-serif;
  padding: 0;
}

h2 {
  color: #08312A;
  font: normal 400 24px sans-serif;
  margin-bottom: 15px;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em sans-serif;
  margin: 1em 0;
  padding: 0;
}

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: 1200px;
}

.fill {
  min-width: 1200px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  background:#08312a;
  display: block;
}

.index header {
  border: none;
}

header > .contain {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}

#epAttention {
  padding: 20px;
  text-align: center;
  background-color: #e5e3de;
  color: #08312A;
  margin: 0 !important;
  min-width: 1200px;
  border-top: 1px solid #00e47c;
}

#epLang {
  /* 
  display: flex;
  justify-content: space-between;
  padding: 15px;
  */
}

#epLang a {
  color: #08312A;
  display: inline-block;
  font-size: 12px;
  margin: 0 10px;
  text-decoration: none;
}

#epLang a:hover {
  color: #00E47C;
}

nav {
  display: flex;
  font: normal 400 18px sans-serif;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: #00E47C;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
}

nav a:hover {
  color: #00E47C;
}

.banner {
  min-height: 200px;
  display: block;
  padding: 20px 100px;
  text-align: center;
}

.banner h1 {
  font-size: 60px;
  color: #08312A !important;
}

.banner h3 {
  font-size: 20px;
  color: #08312A !important;
}

.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}

.buttons a {
  align-items: center;
  background-color: #F6F5F3;
  box-sizing: border-box;
  color: #00E47C;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
  padding: 20px;
  text-decoration: none;
  width: 300px;
  height: 100px;
  position: relative;
}
.buttons a:lang(es) {
  width: 350px;
} 

.buttons a:hover {
  background-color: #e5e3de;
}

.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 5px;
}

.report {
  background-image: url(laptop.png);
  background-size: cover;
  width: 80px;
}

.phone {
  background-image: url(cell.png);
  background-size: cover;
  width: 80px;
}

.question {
  background-image: url(question.png);
  background-size: cover;
  width: 200px;
}

.follow {
  background-image: url(follow_v2.png);
  background-size: cover;
  width: 80px;
}

.buttons span.title {
  display: block;
  font-size: 26px;
  text-align: center;
}

/* content */

main {
  display: block;
  padding: 30px 0 150px;
}

.mainHome {
  padding: 60px 0;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

.text-index {
  margin-top: 50px;
}

[class^="col-"] { /* Applies to all CSS classes that start with "col-" */
  vertical-align: top;
}

.col-100 {
  display: inline-block;
  padding: 10px 25px;
  width: 100%;
}

.col-66 {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: top;
  width: 66%;
}

.col-50 { /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
  display: inline-block;
  padding: 10px 25px;
  width: 49%;
}

.col-33 {
  display: inline-block;
  padding: 10px 25px;
  width: 33%;
}

.col-left {
  margin-right: 2%;
  padding: 10px 25px;
  width: 60%;
}

.col-right {
  padding: 10px 25px;
  width: 38%;
}

#emergencyWrapper {
  background-color: #00E47C;
  min-width: 1200px;
  width: 100%;
  display: block;
}

#epEmergency {
  padding: 10px;
  text-align: center;
  color:#08312A !important;
  width: 1200px;
  margin: 0 auto;
  display: block;
  padding:20px;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
  margin-right: 7px;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online, #epDataPrivacy .phone, #epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {
  color: #08312A;
}

#epPhone{
}
  

select {
  font: normal 400 14px sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button, .submit {
  background: #E5E3DE;
  border: none;
  border-radius: 5px;
  color: #08312A;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
}

button:disabled, button:disabled:hover, input.submit:disabled, input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover, .submit:hover {
  color: #fff;
  background: #00E47C;
}

.nowrap {
  white-space: nowrap;
}

/* issues */

#epIssues {
  width: 100%;
}

#epIssues .category {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    position: relative;
    width: 63%;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #08312A;
  font: normal 700 18px sans-serif;
  padding: 5px 20px 5px 30px;
  position: relative;
}

.category_HumanPharmaComplianceConcerns .catname::after,
.category_DiversityEqualOpportunityandRespectintheWorkplace .catname::after,
.category_EmployeeRelations .catname::after {
    content: 'Expand';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

#epIssues .details {
  font: italic 400 11px sans-serif;
  position: absolute;
  right: 7px;
  text-decoration: underline;
  top: 3px;
}

#epIssues .issue {
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  position: relative;
}

#epIssues .issue:last-of-type {
  margin-bottom: 0;
}

#epIssues .issue:hover {
  background: #eee;
}

#epIssues .issuebox {
  background: #fff;
  padding-left: 39px;
  width: 100%;
}

#epIssues .name {
  font: normal 400 16px/20px sans-serif;
  padding: 5px 0;
  text-decoration: underline;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 0 15px;
}

#epIssues .category_position_0 {
    margin-bottom: 8px;
}

.Compliance{
margin-top:47px;
}

#epIssues .category_position_0 .catname {
    padding: 0;
}

#epIssues .category_position_0 > .issuebox {
    display: block !important;
    padding-left: 20px;
}

#epIssues .category_position_0 div.name {
    font-size: 18px;
    font-weight: 700 !important;
    text-decoration: none;
}

input.text-input  {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  background: #08312A;
  font-size: 14px;
  padding: 30px 0;
}

footer th {
  display: none;
}

footer td {
  padding: 5px 0 0 !important;
}

footer .line1 {
  color: #00E47C !important;
  float: left;
  padding-left: 10px;
}

footer .line2 {
  color: #00E47C !important;
  float: right;
  padding-right: 10px;
}

footer .line2 a {
  color: #00E47C;
}

footer .line2 a:hover {
  color: #00E47C;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1200px !important;
}

.bold {
  font-weight: bold;
}

.red-text {
  color: red;
}

.primary-blue {
  color: #08312A;
}

.phone-details-container {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 30px 0;
}

.phone-details-text {
  width: 630px;
}

.QR-code {
  background:url("QRCode.png")center no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teal-spacer {
  height: 50px;
  width: 100%;
  background-color: #00E47C;
  min-width: 1200px;
}