@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
  color: #3e4050;
  font: normal 400 18px "Source Sans 3", sans-serif;
  margin: 0;
}

body.index {
  color: #3e4050;
}

* {
  box-sizing: border-box;
}

a {
  color: #072667;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #072667;
  text-decoration: underline;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 4px;
}

a.logo {
  background: url(logo1.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 60px;
  width: 533px;
}

.index h1 {
  color: unset;
  font: normal 700 24px "Source Sans 3", sans-serif;
  padding: 0;
}

h1 {
  color: #1f3667;
  font: normal 400 30px "Source Sans 3", sans-serif;
  padding: 0;
}

h2 {
  color: #1f3667;
  font: normal 400 24px "Source Sans 3", sans-serif;
  padding: 0;
}

h3 {
  font: normal 700 1.17em/1.27em "Source Sans 3", sans-serif;
  margin: 1em 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 1.25em;
}

ol:lang(ar),
ul:lang(ar) {
	padding: 0 1.25em 0 0;
}

p {
  margin: 1em 0;
  padding: 0;
}

/* FAQ answer paragraph indentation */
.faq-answer {
  margin-left: 40px;
}

.contain {
  margin: 0 auto;
  width: 1000px;
}

.fill {
  min-width: 1000px;
  width: 100%;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}


/* header */

header {
  display: block;
}

.index header {
  border: none;
}

/* header>.contain {
  padding-bottom: 20px;
} */

/* Index page specific - Language dropdown positioning 
body.index header nav {
  position: relative;
  height: 0;
  padding: 0;
}

body.index #epLang {
  position: absolute;
  top: 250px;
  right: 0;
  z-index: 1001;
  color: #fff;
}
*/

/*rest pages language dropdown*/
#epLang {
  background: url(globe.PNG) no-repeat right 6px;
  cursor: pointer;
  display: inline-block;
  padding: 2px 28px 2px 10px;
  position: relative;
  z-index: 1000;
  width: auto !important;
  margin: 0 !important;
  color: #0e247e;
}

#epLang>a {
  display: none;
}

#epLang>div {
  text-align: right;
  width: auto;
}

#epLang a {
  text-decoration: none;
}

#epLang a:hover {
  background: #edae49;
  font-weight: 500;
  padding: 0px 4px;
  margin: 4px 0px;
  text-decoration: none;
}

#epLangDrop {
  background: #fff;
  border: 1px solid #ced1d9;
  display: none;
  left: -82px;
  position: absolute;
  top: 29px;
  width: 175px;
}

#epLangDrop:lang(fr) {
	left: -10px;
}

#epLangDrop:lang(frca) {
	left: -2px;
}

#epLangDrop:lang(nl) {
	left: -49px;
}

#epLangDrop:lang(nl) {
	left: -59px;
}

#epLangDrop:lang(pteu) {
	left: 48px;
}

#epLangDrop a {
  display: block;
  font-weight: 500;
  padding: 4px;
  color: #3e4050;
}

#epLang:hover #epLangDrop {
  display: block;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font: normal 400 18px "Source Sans 3", sans-serif;
  gap: 0;
}

nav a {
  color: #0e247e;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}

nav a:hover {
  color: #0e247e;
  text-decoration: none;
}

#epAttention {
  text-align: center;
  color: #0e247e;
}

banner {
  display: block;
  width: 100%;
}

.banner-images {
  background: url(banner.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.banner-images img {
  flex: 1;
  width: 20%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buttons {
  width: 1000px;
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  padding: 10px 0;
  margin: 0 auto;
}

.buttons a {
  align-items: center;
  background: #0e247e;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 120px;
  padding: 20px;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  flex: 1;
  max-width: 285px;
}

.buttons a:hover {
  background: #1a3a8a;
}

.buttons span.title {
  display: block;
  font: normal 600 26px "Source Sans 3", sans-serif;
  width: 100%;
  text-align: center;
}

.buttons span.title:lang(fi) {
  font: normal 600 23px "Source Sans 3", sans-serif;
}

.buttons span.title:lang(pt),
.buttons span.title:lang(pteu) {
  font: normal 600 20px "Source Sans 3", sans-serif;
}

.buttons span.roll-text {
  display: none;
  font-size: 14px;
  line-height: 15px;
  width: 100%;
}
.buttons span.roll-text:lang(da),
.buttons span.roll-text:lang(fi),
.buttons span.roll-text:lang(no),
.buttons span.roll-text:lang(pteu) {
  line-height: 14px;
}

.buttons span.roll-text:lang(fil) {
  line-height: 12px;
}

.roll-text h2{
  color: #fff;
  font: normal 600 26px "Source Sans 3", sans-serif;
}
.buttons a:hover span.title {
  display: none;
}

.buttons a:hover span.roll-text {
  display: block;
}

.buttons .faq span.roll-text {
  text-align: center;
}
#dataPrivacyNotice {
    border: 1px solid black;
    height: 400px;
    font-size: 14px;
    margin: 0 auto;
    overflow: scroll;
    padding: 15px;
    background-color: #fff;
}

.expand-button {
    color: #0E247E;
}

/* content */

main {
  display: block;
  padding: 30px 0 30px;
  background-color: #F3F3F3;
  min-width: 1000px;
}

.home {
  padding: 15px 0 30px;
}

section {
  display: block;
}

section.flex {
  display: flex;
  padding: 20px 0;
}

div.col-left {
  margin-right: 2%;
  padding: 0 10px;
  width: 50%;
}

div.col-right {
  padding: 0 10px;
  width: 48%;
}

#epEmergency {
  text-align: center;
  color: #0e247e;
}

#epEmergency br {
  display: none;
}

#epEmergency strong {
  display: inline-block;
}

#epDDN {
  font-weight: bold;
  white-space: nowrap;
}

.listor {
  list-style: none;
  margin: 1em 0;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
  display: block;
}

#epDataPrivacy ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy .text {}

#epDataPrivacy2 .online,
#epDataPrivacy2 .phone,
#epDataPrivacy2 .output {
  display: block;
}

#epDataPrivacy2 ol.dropDowns {
  list-style: none;
  margin: 0;
  padding: 0;
}

#epDataPrivacy2 .text {}

select {
  font: normal 400 14px "Source Sans 3", sans-serif;
  margin: 5px 0 15px;
  min-width: 355px;
  padding: 5px;
}

button,
input.submit {
  background: #0E247E;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  width: 130px;
  text-align: center;
}

button:lang(ja) {
	padding: 6px 20px;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
  background: #ccc;
  cursor: default;
}

button:hover,
input.submit:hover {
  background: #EDAE49;
}

a.submit {
  background: #0E247E;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
  font-size: 17px;
  margin: 15px 0;
  padding: 6px 24px;
  text-decoration: none;
  display: inline-block;
  width: 130px;
  text-align: center;
  box-sizing: border-box;
}

a.submit:hover {
  background: #EDAE49;
  color: #fff !important;
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

#epIssues {
  width: 100%;
}

#epIssues .category {
  display: flex;
  margin-bottom: 20px;
}

#epIssues .category:nth-of-type(1) {
  background: #1f3667;
}

#epIssues .category:nth-of-type(2) {
  background: #05bbda;
}

#epIssues .category:nth-of-type(3) {
  background: #bfd730;
}

#epIssues .catdesc {
  display: none;
}

#epIssues .catname {
  color: #fff;
  font: normal 700 20px "Source Sans 3", sans-serif;
  padding: 20px 20px 20px 30px;
  width: 24%;
}

#epIssues .details {
  font: italic 400 11px "Source Sans 3", 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: 20px;
  width: 76%;
}

#epIssues .name {
  font: normal 400 16px/20px "Source Sans 3", sans-serif;
  padding: 5px 0;
}

#epIssues .desc {
  color: #777;
  font-size: 14px;
  padding: 0 60px 10px 15px;
}

input.text-input {
  margin: 5px 0 20px;
  min-width: 300px;
  padding: 5px;
}

.follow-page section span {
  font-size: 18px;
}

/* footer */

footer {
  font-size: 14px;
  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: #3e4050;
  text-decoration: none;
}

footer .line2 a:hover {
  color: #3e4050;
  text-decoration: underline;
}

footer table {
  font-size: 12px;
  margin: 15px auto 0 !important;
  width: 1000px !important;
}

/* CEO Message Section */
.ceo-message {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid #ccc;
}

.ceo-message h2 {
  font: normal 700 24px "Source Sans 3", sans-serif;
  margin: 0 0 20px 0;
  text-align: center;
  color: #3e4050;
}

.ceo-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.ceo-content img {
  width: 293px;
  height: 195px;
  object-fit: cover;
  flex-shrink: 0;
}

.ceo-text {
  flex: 1;
}

.ceo-text p {
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}

/* Report Page Styles */
.report-header {
  background: #0e247e;
  color: white;
  text-align: center;
  padding: 30px 0;
  margin: 0;
  min-width: 1000px;
}

.report-header h1 {
  color: white;
  font: normal 600 32px "Source Sans 3", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.disclaimer-text {
  background: #f5f5f5;
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}

.report-form-container {
  background: white;
  border: 3px solid #0e247e;
  border-radius: 25px;
  padding: 30px;
  margin: 20px 0;
  width: 65%;
}

.follow-text {
  margin-bottom: 0;
  margin-top: 25px;
}


/* Six Things Section */
.six-things-section {
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
  border: 2px solid #ccc;
}

.six-things-container {
  padding: 10px 20px;
}

.six-things-title {
  text-align: center;
  color: #3e4050;
  font: normal 700 24px "Source Sans 3", sans-serif;
  margin: 0 0 15px 0;
}

.six-things-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 40px;
  position: relative;
}

.six-things-item {
  grid-column: 1;
  /* background: #0e247e; */
  background: #F3F3F3;
  color: #0e247e;
  padding: 20px 25px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font: normal 700 18px "Source Sans 3", sans-serif;
}

.six-things-item:hover {
  background: #1a3a8a;
  color: #fff;
}

.six-things-item:hover::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-right: 3px solid #b98b43;
  border-top: 3px solid #b98b43;
  z-index: 10;
}

.six-things-item:lang(ar):hover::after {
    left: -25px;
	right: auto;
    transform: translateY(-50%) rotate(-135deg);
}

.six-things-detail {
  grid-column: 2;
  grid-row: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  background: #0e247e;
  color: white;
  padding: 2px 10px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.six-things-detail p {
  margin: 0;
  font: normal 400 16px/1.5 "Source Sans 3", sans-serif;
}

.six-things-detail li {
  margin: 8px 0;
  list-style-type: none;
}

/* Show detail on hover */
.six-things-item[data-content="what-is"]:hover~#what-is {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.six-things-item[data-content="who-administers"]:hover~#who-administers {
  opacity: 1;
  visibility: visible;
  top: calc(1 * (60px + 8px));
}

.six-things-item[data-content="who-else"]:hover~#who-else {
  opacity: 1;
  visibility: visible;
  top: calc(2 * (60px + 8px));
}

.six-things-item[data-content="what-happens"]:hover~#what-happens {
  opacity: 1;
  visibility: visible;
  top: calc(3 * (20px + 8px));
}

.six-things-item[data-content="ryan-stance"]:hover~#ryan-stance {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.six-things-item[data-content="reports-secure"]:hover~#reports-secure {
  opacity: 1;
  visibility: visible;
  top: calc(5 * (35px + 8px));
}