@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*,
*::before,
*::after {box-sizing: border-box;}
*:focus-visible {outline: 2px solid #12395B;}
html {background-color:rgb(230,241,250);}
a.screen-reader-shortcut {
  left: 6px;
  position: absolute;
  top: -99px
}
/* adjust styling to match page branding */
a.screen-reader-shortcut:focus {
  background-color: #fff;
  color: #12395B;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  top: 6px;
  z-index: 5
}
body {
  color: #0b2237;
  font: normal 500 14px/1.2 'Open Sans', sans-serif;
  margin: 0;
}
a, .expand-button {
  color: #00668a;
  text-decoration: underline;
}
a:hover, .expand-button:hover {color: #007fac;}
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: 1176px;
}
.fill {
  min-width: 1176px;
  width: 100%;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
h4.top {text-decoration: underline;}
.center {text-align: center;}
/* header */
.big-wrapper {
  padding-bottom: 30px;
  margin-bottom: 15px;
}
banner {
  background: url(banner.jpg) no-repeat center top;
  background-size: contain;
  display: block;
  min-height:215px;
  min-width:1176px;
  width: 100%;
  padding:10% 0;
  margin:0 auto;
  border-radius: 10px 10px 0 0;
}
.top-bar {
  background: #12395B;
  border-radius: 5px 5px 0 0;
  color: #E8E8E8;
  display:block;
  font-size: 20px;
  padding: 6px 20px 7px 30px;
  margin: 40px auto 0;
  text-align: center;
  width: 593px;
  top: 7px;
  height: 44px;
}
header {
  background-color:#12395b;
  display: block;
  height:96px;
}
#epLang {
  color: black;
  display: block;
}
#epLang a {display: none;}
header .flex {
  display: flex;
  justify-content: space-between;
}
a.logo {
  background: url(logo1.svg) center center no-repeat;
  background-size: 48px 48px;
  display: inline-block;
  height: 64px;
  margin: 16px 12px 16px 16px;
  width: 64px;
}
nav {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #12395B;
}
nav a {
  background-color: #12395b;
  color: #fff;
  display: inline-block;
  font: normal 500 16px/96px 'Open Sans', sans-serif;
  margin-right:4px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease;
}
nav a:hover,
nav a:focus {
  background-color: #0e2e49;
  color:#fff;
  text-decoration: none;
}
nav a.active {
  background: #A1B1BC;
  color: #12395B;
}
#epAttention {
  padding: 10px 0;
  text-align: center;
}
.cta-container {
  display: flex;
  justify-content: space-around;
  margin:10px 0 20px;
  padding: 0 100px;
}
.cta {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  background: #fff;
  border: 1px solid #dadbdc;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 #dadbdc;
  box-sizing: border-box;
  color:#006ec8;
  font-weight: 600;
  height: 172px;
  padding: 80px 24px 24px;
  text-align: left;
  text-decoration: none; 
  width: 190px;
}
.cta span.title {
  align-items: flex-start;
  display: flex;
  color:#006ec8;  
  font-size: 16px;
  position: relative;
  margin-right: 15px;
  top: 20px;
}
.cta span.title::after {
  content: '';
  position: absolute;
  background: url(arrow.png) no-repeat center right;
  background-size: contain;
  height: 18px;
  width: 18px;
  right: -20px;
}
.cta.cta-qr span.title{top: unset;}
.cta.cta-qr span.title::after{background: none;}
.cta span.roll-text {
  display: none;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  color:#006ec8;
}
.cta:hover {
  background: #fff;
  box-shadow:none;
  display:flex;
  align-items:center;
  padding:15px;
}
.cta:hover span.title,
.cta:focus span.title {display: none;}
a.cta-qr:hover span.title,
a.cta-qr:focus span.title{splay:block;}
.cta:hover span.roll-text,
.cta:focus span.roll-text {display: block;}
a.cta-report {
  background: #fff url(report.png) top 20px left 24px no-repeat;
  background-size: 64px auto;
}
a.cta-question {
  background: #fff url(question.png) top 20px left 24px no-repeat;  
  background-size: auto 60px;
}
a.cta-follow {
  background: #fff url(follow.png) top 20px left 24px no-repeat;
  background-size: 60px auto;
}
a.cta-qr:hover span.roll-text, a.cta-qr span.roll-text,
a.cta-qr:focus span.roll-text, a.cta-qr span.roll-text{display:none;}
a.cta-qr, a.cta-qr:hover,
a.cta-qr, a.cta-qr:focus{
  background: #fff;
  color:#006ec8;
  background-image: url(qr.gif);
  background-repeat:no-repeat;
  background-position:left 24px top 15px;
  background-size:35%;
  display:block;
  padding: 85px 15px 25px;
}
.cta:focus {
  outline: 2px solid #006ec8;
  outline-offset: -2px;
}
/* content */
.index main {
  display: block;
  padding: 25px 0 20px;
}
main {padding: 0 25px 25px;}
section {
  display: flex;
  justify-content: space-between;
}
.index section {align-items: center;}
div.col-left {}
div.col-right {
  padding: 0 20px;
  width: 60%;
}
div.col-right>p {margin-top: 0;}
div.codeofconduct {
  background-color:#fff;
  border-radius:4px;
  padding:16px 40px;
  text-align:justify;
  width:49% !Important;
}
div.col-50 {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bluebox {
  background-color: #12395B;
  border-radius:4px;
  color: #E8E8E8;
  height: 407px;
  display: flex;
  align-items: center;
  width: 49%;
}
.ceo {
  background: url(ceo.jpg) center center no-repeat;
  background-size: cover;
  height: 386px;
  width: 276px;
  position: relative;
}
.indextext {
  width: 59%;
  font-weight: bold;
  text-align: left;
  padding: 20px;
}
.extra-details {
  padding: 20px 40px;
  font-weight: bold;
}
section.follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
#epFollowUp {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  width:240px;
}
#epFollowUp li {margin: 10px 0;}
#epFollowUp label {
  display: block;
  font-size:16px;
  margin-bottom: 4px;
  font-weight: bold;
}
input.box {
  padding:5px 10px;
  width:100%;
}
h1 {
  font: normal 700 35px 'Open Sans', sans-serif;
  padding: 0;
}
h2 {
  font: normal 700 24px 'Open Sans', sans-serif;
  padding: 0;
}
h3 {
  font: normal 700 18px 'Open Sans', sans-serif;
  margin: 1em 0;
  padding: 0;
}
.faqPage,
.faq p>strong {color:#00668a;}
.faq p,
.faq li{color: #000;}
#epEmergency {}
#epDDN {
  font-weight: bold;
  white-space: nowrap;
}
.listor {
  list-style: none;
  margin: 1em 0;
}
#epDataPrivacy {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
#epDataPrivacy,
#epPhone {width: 333px;}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {display: none;}
#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: 100%;
}
button,
.cont {
  background: #006ec8;
  border: 1px solid #006ec8;  
  border-radius:4px;
  color: #fff;
  cursor: pointer;
  display:block;
  fill:#fff;
  font-family:"Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 24px;
  margin: 10px auto 0;
}
button:hover, .cont:hover, button:focus-visible, .cont:focus-visible, button:focus, .cont:focus {
    background-color: #0058a0;
    border-color: #0058a0;
  color:#fff;
}
button:disabled {
  background: #ddd;
  cursor: default;
}
button:hover:disabled,
button:focus:disabled {background: #ddd;}
.nowrap {white-space: nowrap;}
#epPhone {display: inline-block}
.issues-p {
  width: 971px;
  margin: 0 auto 30px;
  text-align: center;
}
#epIssues {
  width: 971px;
  margin: 0 auto;
}
.category {margin: 35px 0;}
#epIssues .catdesc {display: none;}
#epIssues .catname {
  font: normal 700 16px/20px 'Open Sans', sans-serif;
  text-decoration: underline;
}
#epIssues .details {
  font-size: 12px;
  margin-left: auto;
}
#epIssues .issue {
  color: #00668a;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  position: relative;
}
#epIssues .issuebox {padding:0 15px;}
#epIssues .issue:hover,
#epIssues .issue:focus {color: #007fac;}
#epIssues .name {font: normal 700 14px/20px 'Open Sans', sans-serif;}
#epIssues .desc {
  color: #0b2237; 
  flex-basis: 100%;
  padding: 5px 0;
}
/* 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: #E8E8E8;
  float: right;
  padding-right: 10px;
}
footer .line2 a {
  color: #0b2237;
  text-decoration:underline;  
}
footer .line2 a:hover,
footer .line2 a:focus {
  color: #0b2237;
  text-decoration:underline;  
}
footer table {
  margin: 0 auto !important;
  width: 1176px !important;
}