@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #333;
    font: normal 400 18px / 1.5 'Open Sans', sans-serif;
    margin: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #6F00D3;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 25px;
}

p {
    margin: 0.5em 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 {
    display: block;
}

.lang-container {
    background: #31312F;
    padding: 7px 0;
    position: relative;
}

#epLang {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 16px;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: #333;
}

#epLangDrop {
    display: none;
    position: absolute;
    top: 29px;
    right: -20px;
    z-index: 10;
    color: #333;
    padding-top: 20px;
}

#epLang > div {
    color: #fafafa;
    padding: 5px 0px 7px 5px;
    width: fit-content;
    margin-right: 25px;
}

#epLangDrop a {
    display: block;
    padding: 4.6px 10px;
    background: #333333;
    color: white;
}
#epLangDrop a:hover {
    background: #6F00D3;
    color: white;
}

#epLang:hover #epLangDrop {
    display: block;
}

#epLang > div:hover + #epLangDrop {
    display: block;
}

#globe {
    position: relative;
    top: 6px;
    display: inline-block;
    background: url(globe.svg) no-repeat center / contain;
    height: 24px;
    aspect-ratio: 1 / 1;
    margin-right: 5px;
}

header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.logo {
    background: url(logo1.svg) no-repeat center / contain;
    display: inline-block;
    height: 100px;
    width: 168px;
}

nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

nav a {
    color: #333;
    display: inline-block;
    font: normal 700 18px / 25px 'Open Sans', sans-serif;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

#epResources {
    /*Dropdown Box*/
    display: block;
    left: 0;
    position: absolute;
    top: 25px;
    width: 240px;
    z-index: 10;
}

#epResources span {
    background: #333333;
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 20px;
    width: 200px;
    font-size: 16px;
}

#epResources span:hover,
#epResources span:focus {
    background: #6F00D3;
    color: white;
}

nav a:hover,
nav a:focus {
    color: #6F00D3;
    overflow: visible;
}

.banner {
    background: url(banner.jpg) no-repeat center / cover;
    height: 400px;
}

#epAttention {
    background-color: #0000001a;
    color: #fafafa;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
}

/* content */
main {
    display: block;
    padding: 30px 0;
}

div.commit {
    margin: auto;
    text-align: justify;
    width: 800px;
    padding: 0px 25px 30px;

    li {
        padding-bottom: 10px;
    }
}

div#report {
    margin: auto;
    text-align: center;
    padding: 30px 30px;
    width: 800px;
}

.border {
    margin: auto;
    width: 800px;
    border-bottom: 1px solid #b5b7b5;
}

h1 {
    font: normal 700 40px 'Open Sans', sans-serif;
    padding: 0;
}

h2 {
    color: #6F00D3;
    font: normal 700 24px 'Open Sans', sans-serif;
    padding: 0;
}

h3 {
    font: normal 700 20px 'Open Sans', sans-serif;
    margin: 1em 0;
    padding: 0;
}

#epEmergency {
    font-size: 16px;
    margin: auto;
    text-align: center;
    padding: 30px 30px;
    width: 800px;
}

#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 ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

select {
    font: normal 400 14px 'Open Sans', sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 300px;
}

button {
    background: #6F00D3;
    border: none;
    border-radius: 16px;
    color: #fafafa;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 24px;
    margin: 16px 0;
}

button:hover,
button:focus {
    background: #5300A1;
    color: #fafafa;
}

button:disabled {
    background: #ddd;
    cursor: default;
}

button:hover:disabled,
button:focus:disabled {
    background: #ddd;
}

.nowrap {
    white-space: nowrap;
}

#epIssues {
    width: 100%;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    font: normal 700 16px/20px 'Open Sans', sans-serif;
}

#epIssues .details {
    font-size: 12px;
    margin-left: auto;
}

#epIssues .issue {
    color: #0000ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    position: relative;
}

#epIssues .issue:hover,
#epIssues .issue:focus {
    color: #008000;
}

#epIssues .name {
    font: normal 700 14px/20px 'Open Sans', sans-serif;
}

#epIssues .desc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 5px 0;
}

/* 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: #fafafa;
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    text-decoration: none;
}

footer .line2 a:hover,
footer .line2 a:focus {
    color: #6F00D3;
}

footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}

.center {
	text-align: center;
}

/* Lightera Values Section Styles */
.lightera-values-section {
  background: #f3e6ff;
  border-radius: 8px;
  padding: 32px 0 24px 0;
  margin: 32px auto 24px auto;
  width: 100%;
  max-width: 1200px;
}
.lightera-values-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.lightera-value-item {
  flex: 1 1 0;
  background: transparent;
  text-align: center;
  padding: 0 15px;
}
/* Lightera Value Icon Backgrounds */
.lightera-value-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 16px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.icon-lead {
  background-image: url('icon-lead.svg');
}
.icon-learn {
  background-image: url('icon-learn.svg');
}
.icon-care {
  background-image: url('icon-care.svg');
}
.lightera-value-title {
  color: #6F00D3;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 12px 0;
  letter-spacing: 1px;
}
.lightera-value-desc {
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  max-width: 320px;
}